/* general stuff - start */

body { 
	color: #000000; /***********/
	background-color: #e9f5c1;  /**********/
	background-image: url(RMPD-map.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link { 
	color: #5e7638;  /***********/
	text-decoration: none;
}

a:visited { 
	color: #5e7638;  /***********/
	text-decoration: none;
}

a:hover { 
	color: #a2402b;  /***********/
	text-decoration: none;
}

a:active { 
	color: #5e7638;  /***********/
	text-decoration: none;
}

.smaller-text{
	font-size: 11px;
}

/* general stuff - end */


/* map screen panel - start */
.div-border {
	border: 1px solid #829f53;  /***********/
}
/* map screen panel - end */


/* site list panel - start */
#maps{
/*	overflow : scroll; */
	overflow : auto;
	overflow-x : hidden;
	border : solid 1px #829f53;  /***********/
	padding : 0px; 
	width : 200px; 
	height : 513px;
	background-color: #d7e6a8;  /**********/
}
.Grid { 
	border-left: 0px;
	border-bottom: 1px solid #829f53;  /***********/
	}
/* site list panel - end */


/* legend panel - start */
#maplegend{
	border-right : solid 1px #829f53;  /***********/
	border-left : solid 1px #829f53;  /***********/
	border-bottom : solid 1px #829f53;  /***********/
	color : #333333;  /***********/
	padding : 0px; 
	width : 200px; 
	background-color: #d7e6a8;  /**********/
}
/* legend panel - end */



/* search panel - start */
.Record { 
	border-left: 1px solid #829f53;  /***********/
	border-bottom: 1px solid #829f53;  /***********/
}

.Controls td { 
	border-top: 1px solid #829f53;  /***********/
	border-right: 1px solid #829f53;  /***********/
	background-color: #d7e6a8;  /**********/
	color: #333333;  /***********/
}

.Controls input, textarea, select { 
	border: 1px solid #829f53;  /***********/
	background-color: #e0ebbb;  /***********/
	color: #333333;  /***********/
	margin: 0px;
}

.Bottom td { 
	border-top: 1px solid #829f53;  /***********/
	border-right: 1px solid #829f53;  /***********/
	background-color: #d7e6a8;  /**********/
	color: #3A3701;  /***********/
}
table.bdrless td{
	border-width: 0px;
}
.Button {background: #5e7833 !important; border:1px solid #000000; padding: 2px; margin: 0 2px 0 0; color:#FFF;}
.Button:focus {padding:2px; background: #5e7833 !important;}
.Button:hover {background: #3d4c22 !important; color: #fff;}
/* search panel - end */


/* map bubble - start */
#map-bubble-caption{
	color : #000000;  /***********/
	padding-right : 7px; 
	width : 250px; 
	height : 150px;
	overflow : auto;
}

#map-bubble-caption p{
	margin-top : 7px;
	margin-bottom : 10px;
}

#map-bubble-header{
	color : #6f5900;  /***********/
	width : 150px;
	padding-bottom : 7px;
	font-weight : bold;
}
/* map bubble - end */



/*end*/

