/* Default Style Sheet 1 - Map on Top  - GOTRAX */

/* basic layout - map on top */
/* everything in this section is what gets switched for the style_switcher.js */

body { 
	font-family: Arial, Helvetica, sans-serif;
	background: #ccc;
	margin: 0;
	font-size: 12px;
	text-align: center;
	}
	
a { color: #06c; }

#container { 
	background-color: #fff;
	position: relative;
	width: 850px !important;
	border: 1px solid #666;
	z-index: 49;
	text-align: left;
	margin: auto;
		}
#header {
	border-bottom: 1px solid #666;
	width: 850px !important;
	width: 851px !important;
	height: 102px;
	background: #666 url(../img/header.png) top left no-repeat;
	position: relative;
	margin: 0;
	cursor: pointer;
	}
#main {
	background-color:#fff;
	width: 850px;
	height: 433px;
	position: relative;
	border-bottom: 1px solid #666;
	margin: 0;
	}
#sidebar {
	background-color: #fff;
	width: 215px;
	height: 433px;
	border-left: 1px solid #666;
	position: absolute;
	top: 0px;
	left: 633px !important;
	left: 634px;
	}
#listMain {
	background-color: #ccc;
	width: 850px !important;
	width: 851px;
	height: 294px;
	position: relative;
	}
#footer {
	background-color:#f1f1f1;
	width: 849px;
	height: 80px !important;
	height: auto;
	border-top: 1px solid #666;
		}
#layoutPref2 {
	visibility: visible;
	display: block;
	float: left;
	height: 0px !important;
	padding: 33px 0 0 0;
	overflow: hidden;
	border: none;
	height /**/: 33px;
	margin: 5px 4px;
	width: 34px;
	cursor: pointer;
	}
#layoutPref2 { 	background: url(../img/layout_pref2.png) top left no-repeat; }
p#pLayoutPref2, p#pLayoutPref2 a {
	visibility: visible;
	position: relative;
	color: #039;
	font-weight: bold;
	margin: 2px 15px 0 0;
	float: left;
	width: 160px; 
	}
#layoutPref1, #pLayoutPref1  { display: none; }

div#popUpAlpha {
	filter:alpha(opacity=70);  /* for IE */
	-moz-opacity:0.7;  /* for moz browsers */
	width: 850px;
	height: 795px;        
	position: absolute;
	top: 103px;
	left: 0px;
	background-color: #fff;
	}
div.popUp h3 {
	color: #fff;
	position: absolute;
	background: #fff url(../img/bg_popups.png) top left repeat-x; 
	}
	
	
/* privacy */

p.privacyPolicy {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	width: 300px !important;
	width: 290px;
	float: left;
	margin: 10px 5px;
	padding-bottom: 10px;
	color: #666;
	clear: none;
	}
p.privacyPolicy span { font-weight: bold; font-size: 11px; }


