@charset "UTF-8";
/* CSS Document */


/* GENERAL ATTRIBUTS */

body{
	background-color:#FFFFCC;
	background-image:url(../image/bkgrnd.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
body, div, td, tr, th {
	font-family:Helvetica;
	font-size:12px;
	color:#222222;
	font-weight:200;
	line-height:1.3em;
}
h1{
	margin:0;
	font-family:"Helvetica Neue",Helvetica, Arial;
	font-size:160%;
	color:#666666;
	line-height:1.3em;
	margin-bottom:5px;
}
h2{
	font-family:Arial;
	font-size:120%;
	font-weight:600;
	color:#888888;
	margin-top:2px;
	margin-bottom:0px;
}
h3{
	font-family:Arial;
	font-size:100%;
	font-weight:600;
	color:#333333;
	line-height:1.3em;
	margin-bottom:0px;
}
a{
	color:#0099CC;
	text-decoration:none;
}
a:hover{
	color:#555555;
	border-bottom:1px solid #666666;
	text-decoration:none;
}
hr{
	height:0px;
	border-bottom:1px dotted #333;
	color:#FFFFFF;
}
input[type=text]{
	width:200px;
	padding:2px;
	color:#555555;
	margin:2px;
	margin-left:4px;
}
input[type=password]{
	width:200px;
	padding:2px;
	color:#555555;
	margin:2px;
	margin-left:4px;
}


/* POSTIONS AND SIZES */
#map {
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-350px;
	width:720px;
	height:500px;
	border:6px solid #FFFFFF;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	border-radius: 8px;
	z-index:1;
}

#map_cover{
	text-align:center;
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-350px;
	width:720px;
	height:500px;
	border:6px solid #FFFFFF;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image:url(../image/black.png);
	background-repeat:repeat;
	z-index:2;
}
#load_image_map{
	margin-top:100px;
}
#map_feedback{
	margin-top:50px;
	color:#EEEEEE;
}

#login{
	background:#FFFFFF;
	position:absolute;
	top:600px;
	left:50%;
	margin-left:-350px;
	width:340px;
	height:auto;
	border:1px solid #DDDDDD;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	z-index:4;
	padding:5px;
}
#signup{
	background:#FFFFFF;
	position:absolute;
	top:600px;
	left:50%;
	margin-left:-350px;
	width:340px;
	height:auto;
	border:1px solid #DDDDDD;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	z-index:5;
	padding:5px;
	display:none;
}

#location{
	background:#FFFFFF;
	position:absolute;
	top:600px;
	left:50%;
	margin-left:25px;
	width:340px;
	height:auto;
	border:1px solid #DDDDDD;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	z-index:6;
	padding:5px;
}

#search{
	background:#FFFFFF;
	position:absolute;
	top:750px;
	left:50%;
	margin-left:25px;
	width:340px;
	height:auto;
	border:1px solid #DDDDDD;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	z-index:7;
	padding:5px;
	margin-bottom:15px;
}

#friends{
	background:#FFFFFF;
	position:absolute;
	top:865px;
	left:50%;
	margin-left:-350px;
	width:340px;
	height:auto;
	border:1px solid #DDDDDD;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	z-index:5;
	padding:5px;
	margin-bottom:15px;
}

#disclaimer{
	position:absolute;
	top:1300px;
	left:0px;
	z-index:0;
}

#login_loader{background-image:url(../image/loader_white.gif); background-repeat:no-repeat; width:40px; height:10px; display:none}
