/*	CSS for Ubuntu Supporter Points Map site
	Created on :  27 / 09 / 2006
	By : ToniVR
*/

/*	General styles */
body
{
	color:					black;
	background:				#FFFFFF;
	font-size:				11pt;
	font-family:			verdana, sans-serif;
}


#site_content
{
margin: 10px;
margin-top: 50px;
}

#main
{
width:	100%;
height: 100px;
}

.filter
{
	background-color:		#FFD988;
	z-index:				2;
	width:					170px;
	padding:				2px;
	float:					right;
	border-left:			5px solid #FFF;
	margin-left:			10px;
}

#language_selector
{
	position:				absolute;
	top:					5px;
	right:					10px;
}

#language_selector select
{
    font-size:				12px;
	background:				#FFF;
	color:					#000;
}
#language_selector input
{
    font-size:				12px;
}

#nav
{
	position:				absolute;
	top:					50px;
	right:					10px;
	z-index:				5;
}

#nav_perso
{
	position:				absolute;
	top:					25px;
	right:					10px;
	font-size:				10px;
	z-index:				9;
}

#nav_sub
{
	position:				absolute;
	top:					0px;
	right:					10px;
	font-size:				11px;
	border-bottom:			1px solid #D9BB7A;
	padding:				0 10px 0 10px;
	z-index:				10;
}

#maplegend
{
	margin-left:			20px;
	margin-top:				10px;
	margin-bottom:			-10px;
}

#page_title
{
	position:				absolute;
	top:					2px;
	left:					10px;
	font-weight:			bold;
	font-size:				1.8em;
	color:					#816647;
}

#page_title_separator
{
	position:				absolute;
	top:					40px;
	left:					10px;
	right:					10px;
	border-bottom:			1px solid #D9BB7A;
}

.top_link
{
	padding:				2px;
	display:				inline;
	background-color:		#816647;
	color:					#FFFFFF;
	text-decoration:		none;
	margin:					2px;
}

.top_link a:link
{
	color:					#FFFFFF;
	font-weight:			bold;
	text-decoration:		none;
}

.top_link a:hover,a:active
{
	color:					#FFFFFF;
	font-weight:			bold;
	text-decoration:		none;
}

.top_link a:visited
{
	color:					#FFFFFF;
	font-weight:			bold;
	text-decoration:		none;
}

h1
{
	margin:					0 0 0 0;
	padding:				2px 0px;
	font-weight:			normal;
	line-height:			1.2em;
	font-size:				1.3em;
	color:					#6d4c07;
	border-bottom:			2px solid #6d4c07;
}
h2
{
	font-size:				1.1em;
	margin:					4px 0 0 0;
	border-bottom:			2px solid #6d4c07;
}

dt
{
	margin:					5px 0 0 0;
}
dd
{
	margin:					0 0 0 10px;
}

a:link
{
	color:					#986601;
	font-weight:			normal;
	text-decoration:		none;
}
a:visited
{
	color:					#986601;
	font-weight:			normal;
	text-decoration:		none;
}
a:active
{
	color:					#980101;
	font-weight:			normal;
	text-decoration:		none;
}
a:hover
{
	color:					#980101;
}

div.supporters_list
{
	margin-left:			20px;
	margin-top:				10px;
}

div.supporter_info_shown a:hover
{
	background-color:		#FFD988;
}
div.supporter_info_hidden
{
	margin-left:			15px;
	padding-bottom:			5px;
}

.input_small
{
	width:					25px;
}

.content
{
	margin-left:			20px;
}

.supporters_table
{
    margin-top:             1em;
}

.supporters_table th
{
    background:             #6d4c07;
    color:                  #FFF;
}

.supporters_table td, .sipporters_table th
{
    margin:                 0px;
}

.supporters_table tr.even, .supporters.table tr.even td
{
    background:             #FFD988;
}

.supporters_table tr.even, .supporters.table tr.even td
{
    background:             #DDD;
}

.supporters_table tr.odd, .supporters.table tr.odd td
{
    background:             #BBB;
}

.supporters_table tr:hover
{
    background:             #FFD988;
}

div.confirm_map
{
    float: right;
}

#map
{
  margin:        1em;
  margin-right:  21em;
  background:    lightgrey;
  min-height:    400px; /* for modern browsers */
  height:        auto !important; /* for modern browsers */
  height:        400px; /* for IE5.x and IE6 */
}

#right
{
  float:       right;
  margin:      0em;
  width:       20em;
}

a.info {
       position:relative; /*this is the key*/
       z-index:24;
       text-decoration:none
       }

a.info:hover { 
       z-index:25;
       background-color:#e9e3d1;
       border:1px solid #dbba75;
       }

a.info span {
       display: none
       }

a.info:hover span {
       /*the span will display just on :hover state*/
       display:block;
       position:absolute;
       top:2em; left:2em; width:15em;
       border:1px solid #dbba75;
       background-color:#e9e3d1;
       text-align: center
}

input, select, textarea
{
   border: 1px solid black;
   font-size:				11pt;
	font-family:			verdana, sans-serif;
}

input[name="supporter[password]"]
{
    border-bottom: none;
}

.error
{
    color: red;
}

#footer
{ 
  clear:both;
}

.labelfr
{
  display:block;
  background-color:#e9e3d1;
  border: solid 1px red;
}
}
