/* Default Stylesheet */

/** BODY ELEMENTS **/
body {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	}

/** MAIN CONTAINERS **/
div#main 
{
	width: 840px;
	height: 510px;
}

div#message
{
	background-color: #2eff35;
	text-align: center;
	font-size: medium;
}


div#errormessage
{
	font-size: medium;
	text-align: center;
	background-color: #f73544;
}

div#sidePanel
{
	width:216px;
	height:510px;
	float:left;
	background-color: white;
	border: 1px solid silver;
}

div#disclaimer
{
	width:  840px;
	padding: 5px;
}
/*
div#mapPanel
{
	
	width:70%;
	height:510px;
	left: 216px;
	position: absolute;
	border: 1px solid silver;
}
*/

div.mainMap
{
	
	width:620px;
	height:510px;
	left: 216px;
	position: absolute;
	border: 1px solid silver;
}

div.serviceMap
{
	left: 1%;
	width:98%;
	height:510px;
	position: absolute;
	border: 1px solid silver;
}


div#listDisplay {
	background-color: white;
	border-color: silver;
	border-width: 1px;
	margin: 1px;
	overflow: auto;
	height: 418px;
	padding: 5px;
}

div.editSidePanel {
	background-color: white;
	border-color: silver;
	border-width: 1px;
	margin: 1px;
	overflow: auto;
	padding: 5px;
}


div#sideTopBar {
	color: #fff;
	font-variant: small-caps;
	padding: 7px 3px 3px;
	background-image: url(/site_media/img/titlegrad.gif);
	height: 16px;
}

div.editSideHeading {
	color: #fff;
	font-variant: small-caps;
	padding: 7px 3px 3px;
	background-image: url(/site_media/img/titlegrad.gif);
	height: 16px;
}

div#searchForm {
	padding: 7px 3px 3px;
	background: silver;
	height: 45px;
}

div#layerForm {
	padding: 7px 3px 3px;
	background: silver;
}

div#map
{
	height: 416px;
}


div#mapLegend
{
	padding: 10px;
	background: url(/site_media/img/legendbg.png) repeat-x;
}

.filterItem
{
	margin-left: 5px;
	margin-right:20px;
	font-weight:bold;
}
div#mapTopBar
{
background-color:lavender;
padding-right:5px;
text-align:right;
border-left:none;
border-right:silver 1px solid;
border-top:silver 1px solid;
height:19px;
}


.bar {
background:#E8ECF9 none repeat scroll 0 0;
height:25px;
}

.bar .leaf_links {
text-align:right;
}
.bar ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0 10px;
}
.leaf_links {
font-size:81%;
text-align:right;
}
.leaf_links li {
	display:inline;
	float:none;
	margin:0;
	padding:0;
}
.bar li a img {
position:relative;
top:4px;
}
.leaf_links a img {
border:0 none;
}
.bar_icon_email2 {
background:transparent url(http://maps.google.com/mapfiles/hpimgs10.png) no-repeat scroll -105px -32px;
height:16px;
width:16px;
}
.bar_icon_divider { 
background:transparent url(http://maps.google.com/mapfiles/hpimgs10.png) no-repeat scroll -126px -48px;
height:19px;
width:2px;
}
.bar_icon_link2 {
background:transparent url(http://maps.google.com//mapfiles/hpimgs10.png) no-repeat scroll -68px 0;
height:16px;
width:16px;
	color: red;
}
.bar_icon_print2 {
background:transparent url(http://maps.google.com/mapfiles/hpimgs10.png) no-repeat scroll -16px 0;
height:16px;
width:16px;
}
.bar_divider {
position:relative;
top:3px;
}

div.testcases {
	position: absolute;
	bottom: 2px;
	left: 2px;
}


div.footer {
	color: silver;
	text-align: right;
	position: absolute;
	bottom: 2px;
	right: 2px;
}
/*
 Styles for the list of did you mean or resellers
*/

div.listTopBar {
	color: #fff;
	padding: 7px 3px 3px;
	background-image: url(/site_media/img/titlegrad.gif);
	height: 16px;
}


.step {
    margin-top: 5px;
    padding:5px;
    width:350px;
    font: arial;
    font-size: 13px;
}

.step i{
    color: blue;
}

a.listTopBar:visited {
	color: #fff;
	background-color: transparent;
}

#log_txt {
    border:medium none;
    font-family:Arial;
    font-size:small;
    left:-9px;
    padding:5px;
    position:absolute;
    top:42px;
}

a.listTopBar {
	color: #fff;
	background-color: transparent;
}


#display {
    left:76px;
    position:absolute;
    top:6px;
}

#source_users {
    font-size: 12px;
}

table.listtable {
	margin: 4px;
	cursor: pointer;
}

td.listicon{
	vertical-align: top;
	border-bottom: 1px solid silver;
}

td.listtext {
	vertical-align: top;
	padding-bottom: 11px;
	border-bottom: 1px solid silver;
}

div.tooltip {
	visibility: hidden;
    padding: 5px;
    margin: 5px;
    background-color: yellow;
	border-style: solid;
	border-width: 1px;
}

/* Help styles */
p.p1 {
	margin: 0.0px 0.0px 0.0px 0.0px; 
	font: 10.0px Arial
	}
p.p2 {
	margin: 0.0px 0.0px 0.0px 0.0px; 
	font: 10.0px Arial; min-height: 11.0px
	}
span.s1 {
	text-decoration: underline
	}
span.s2 {
	color: #ff0000
	}
span.s3 {
	text-decoration: underline ; color: #ff0000
	}

div.infowindow
{
	width:280px; 
	padding-top:5px
}

span.incoverage
{
	font-size: 14px; 
	color:green;
	font-weight: bold;
}

div#loading
{
	background-color: white;
	width: 90px;
	height: 23px;
	position: absolute;
	top: 33px;
	left: 250px;
	z-index: 2;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	border-style: outset;
}


