@charset "utf-8";
/* CSS Document */
body, html {
	height:100%;
	overflow:hidden;
}
#wrapper{
	height:100%;
	width: 100%;
}


p, h1,h2 {
	margin: 0px;
}
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 80px;
	background-image: url(/images/interface/locate/header_tile.jpg);
	background-repeat: repeat-x;
	width: 100%;
	overflow: hidden;
}
#header strong {
	color: #FFFFCC;
}

#header .col2 {
	float:left;
	width: 48%;
	overflow: hidden;
	padding-top: 1em;
	text-align: right;
}
#header .col1{
	width: 50%;
	color: #CCCCCC;
	background-image: url(/images/interface/locate/location_header.jpg);
	background-repeat: no-repeat;
	height: 80px;
	float: left;
	cursor: pointer;
	
}
.icon {
	vertical-align: text-bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	margin: 1em;
}
#footer {
	padding: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 1em;
	font-size: 12px;
}

#header a {
	color: #CC9900;
}
#map {
	background-image: url(/images/dashboard/bg_warning_stripe.png);
	height: 100%;
	width: 100%;
}

#sidepanel {
	font-size: 11px;
	color: #666666;
	background-image: url(/images/dashboard/bg_stripe_white.png);
	overflow: hidden;
	width: 350px;
	position: absolute;
	right: 0px;
	z-index: 30;
	padding: 10px;
	top: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#sidepanel h1 {
	font-weight: normal;
	color: #FF9900;
	font-size: 18px;
}
#location_list {
	width: 320px;
	height: 200px;
	overflow: auto;
	background-color: #EDEDED;
	border: 1px solid #CCCCCC;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.5em;

}
#sidepanel #controls {
	float: right;
	height: 22px;
	width: 22px;
}
#location_list .row a{
	color: #990000;
}
#location_list .rowalt, #location_list .row, #location_list .row_warning{
	margin: 0px;
	padding-top: .5em;
	padding-left: 10px;
	padding-bottom: .5em;
	background-repeat: repeat-x;
}
#location_list .rowalt{
	background-color: #D7DFE8;
	
}
.notes strong {
	color: #6699CC;
}

#location_list .row_warning{
	background-color: #CC0000;
	color: #FFFFFF;
}

#location_list .row:hover{
	color: #CC0000;
	background-color: #FFFFCC;
}

#locations li {
	margin-bottom: .25em;
	list-style-type: square;
	list-style-position: outside;
}
#locations a {
	color: #CC6600;
}
#content h1 {
	font-weight: normal;
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.gname {
	font-size: 18px;
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.gaddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.gdescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-top: 1em;
	width: 400px;
	margin-bottom: 1em;
}
.gphone, .gfax{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: .5em;
	margin-bottom: .5em;
}
.gphone{
	background-image: url(/images/icons/bitcons/phone.gif);
}
.gfax{
	background-image: url(/images/icons/bitcons/addressbook.gif);
}
.map-actions {
	margin-top:1em;
	background-color: #FFFFCC;
	padding: .5em;
}
.map-actions a {
	padding: .5em;
	color: #CC0000;
}
.notes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-top: .5em;
}
#my_filters {
	width: 320px;
	background-color: #99B3CC;
	margin-top: 1em;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2F3242;
	border: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	background-image: url(/images/interface/locate/filter_bg.jpg);
	background-position: center center;
}
#help {
	z-index: 50;
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%;
	
	background-color:#000;
 	filter:alpha(opacity=75);
  	-moz-opacity: 0.75;
  	opacity: 0.75;
}
#help .content {
	background-color: #FFFFFF;
	height: 300px;
	width: 500px;
	border: 6px solid #333333;
	padding: .5em;
	left: 50%;
	top: 50%;
	position: absolute;
	margin-top: -150px;
	margin-left: -250px;
	background-image: url(../../images/dashboard/bg_stripe_white.png);
	overflow: auto;
	z-index: 51;
}

#my_filters li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}
.divide {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC9900;
	margin-bottom: 1em;
	margin-top: 0em;
	height: 6px;
}
#debugpanel {
	font-size: 11px;
	color: #666666;
	overflow: hidden;
	width: 350px;
	position: absolute;
	right: 380px;
	z-index: 30;
	padding: 10px;
	top: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
}
