.gmap {
	padding-left:6px;
	padding-right:6px;
}

a {padding-right:0px;background-image:url(page/nolink.gif);}
a:hover{color:#757575;text-decoration:underline;background-image:url(page/nolink.gif);}

b {
	color:#394a26;
}

#map {
	border:solid #617e42 1px;
}
#SingleMap {
	border:solid #999999 1px;
}
.spacer {
	padding:2px;
	width:8px;
}
.cat_tooltip {
	width:150px;
	color: #394a26;
	font-size:10pt;
	font-weight:bold;
	padding:5px;
	-moz-border-radius:20px 20px 20px 0px;
	border:solid 1px #ABABAB;
	background-color: #FFFFFF;
}
#bg_layer {
	background-color:#FFFFFF;
	filter:alpha(opacity=50); /* IE */
	-moz-opacity: 0.50; /* Gecko */
	opacity: 0.50; /* Opera */
	z-index:1;
}
.overLay {
	position:absolute;
	left:0px;
	top: 0px;
	bottom:0px;
	right:0px;
	overflow:hidden;
	z-index:1;
	clear: none;
	float: none;
	visibility: visible;
}
.closeMap {
	width:100%;
	vertical-align:middle;
	text-align:right;
	padding-right:10px;
}
.divHeader {
	color:#394a26;
	font-weight:bold;
}
#ListBar {
	margin-bottom:27px;
	height:278px;
	overflow:auto;
	border:solid #617e42 1px;
	background-color:#ffffff;
}
.List {
	border-bottom:dotted #617e42 1px;
	color:#394a26;
	padding:2px;
	cursor:pointer;
}
.ListHeader {
	padding:3px;
	color:#ffffff;
	background-color:#485c32;
	border-bottom:dotted #617e42 1px;
	
}
.ListCheckbox {
	margin:1px;
	padding:0px;
	height:10px;
	width:10px;
	border:0px;
}
.List:hover {
	background-color:#bbc8ad;	
}

.ListVid {
	border-bottom:dotted #617e42 1px;
	color:#394a26;
	padding:2px;
	cursor:pointer;
	background-image:url(../img/api/vid_nor.jpg);	
	background-position:right center;
	background-repeat:no-repeat;
}
.ListVid:hover {
	background-color:#bbc8ad;
	background-image:url(../img/api/vid_hov.jpg);	
	background-position:right center;
	background-repeat:no-repeat;
}
.mapinfo {
	padding-top:5px;
	padding-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#394a26;
}
.sendMail {
	width:650px;
	height:600px;
	background:url(img/overlay/email.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
.searchBox {
	padding-bottom:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#394a26;
	width:100%;
}
.search {
	padding:0px;
	height:20px;
	width:20px;
	border:0px;
}
.loading {
	padding:5px;
}
.list_box{
	margin-left:6px;
	margin-right:6px;
	background-color:#617E42;
	margin-bottom:20px;
}
#list_bar {
	overflow:auto;
	border:solid #617e42 1px;
	background-color:#ffffff;
}
.list_header{
	height:35px;
	background-image:url(../img/api/list_header.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.list_rows{
	background-color:#89AE62;
	border:solid 1px #455B2E;
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
}
.list_edge_topleft{
	width:15px;
	background-image:url(../img/api/edge_topleft.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.list_edge_topright{
	width:15px;
	background-image:url(../img/api/edge_topright.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.list_edge_bottomleft{
	background-image:url(../img/api/edge_bottomleft.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.list_edge_bottomright{
	background-image:url(../img/api/edge_bottomright.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}