#map_wrapper{
	border: 1px solid #cccccc;
	height: 400px;
	width: 511px;
	padding:5px;
}

#nav {
	background-image: url(../images/bkg_grey.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	width:514px;
	height:25px;
	border:1px solid #cccccc;
	border-bottom:none;
	background-color:#eeeeee;
	padding:2px 2px 2px 5px;
}

#xnav {
	font-family: Arial, Helvetica, sans-serif;
	width:514px;
	height:25px;
	padding:2px 2px 5px 5px;
	border-bottom:solid 1px #999999;
	margin-bottom:5px;
}

#nav input{float:right}
#nav select{float:right;margin-top:1px;}
#nav .navrow_c1{
	margin-top:5px;
	width:200px;
	height:23px;
	float:left;
	color: #666666;
	font-size:85%;
	font-weight: bold;
}
#nav .navrow_c2{width:225px;height:25px;float:right;}
#nav .addressbar{margin-top:1px;}

#map_content table{
   border-collapse: collapse;
	font-family: Verdana,sans-serif;
	font-size: 12px;
}

#map_content td{
	padding:2px 2px 2px 4px;
}

#map_content .bubble_body{
	border:1px solid #f2f2f2;
}

#map_content .bubble_body_td{
	border:1px solid #cccccc;
}

#map_content .bubble_corner_tl{
background-image: url(../images/lcg_map_corner_tl.png);
background-repeat: no-repeat;
}

#map_content .bubble_corner_tr{
background-image: url(../images/lcg_map_corner_tr.png);
background-repeat: no-repeat;
}

#map_content .bubble_corner_bl{
background-image: url(../images/lcg_map_corner_bl.png);
background-repeat: no-repeat;
background-position: bottom;
background-color: #003366;
}

#map_content .bubble_corner_br{
background-image: url(../images/lcg_map_corner_br.png);
background-repeat: no-repeat;
background-position: bottom;
background-color: #003366;
}

#map_content .bubble_label{
	background-color: #f2f2f2;
	color: #003366;
	font-weight:bold;
}

#map_content .base{background-color:#003366;}
#map_content .region_label{color:#ffffff;font-weight:bold;text-align: center;height:25px;}