/* general stuff - start */

body { 
	color: #757575; /***********/
	background-color: #F1F1F2;  /***********/
}

a:link { 
	color: #CE3840;  /***********/
	text-decoration: none;
}

a:visited { 
	color: #CE3840;  /***********/
	text-decoration: none;
}

a:hover { 
	color: #000000;  /***********/
	text-decoration: none;
}

a:active { 
	color: #000000;  /***********/
	text-decoration: none;
}

.smaller-text{
	font-size: 11px;
}

/* general stuff - end */


/* map screen panel - start */
.div-border {
	border: 1px solid #A3A3A3;  /***********/
}
/* map screen panel - end */


/* site list panel - start */
#maps{
/*	overflow : scroll; */
	overflow : auto;
	overflow-x : hidden;
	border : solid 1px #A3A3A3;  /***********/
	padding : 0px; 
	width : 190px; 
	height : 299px;
}
.Grid { 
	border-left: 0px;
	border-bottom: 1px solid #A3A3A3;  /***********/
	}
/* site list panel - end */


/* legend panel - start */
#maplegend{
	border-right : solid 1px #A3A3A3;  /***********/
	border-left : solid 1px #A3A3A3;  /***********/
	border-bottom : solid 1px #A3A3A3;  /***********/
	color : #757575;  /***********/
	padding : 0px; 
	width : 190px; 
}
/* legend panel - end */



/* search panel - start */
.Record { 
	border-left: 1px solid #A3A3A3;  /***********/
	border-bottom: 1px solid #A3A3A3;  /***********/
}

.Controls td { 
	border-top: 1px solid #A3A3A3;  /***********/
	border-right: 1px solid #A3A3A3;  /***********/
	background-color: #F1F1F2;  /***********/
	color: #757575;  /***********/
}

.Controls input, textarea, select { 
	border: 1px solid #A3A3A3;  /***********/
	background-color: #E7E7E7;  /***********/
	color: #757575;  /***********/
	margin: 0px;
}

.Bottom td { 
	border-top: 1px solid #A3A3A3;  /***********/
	border-right: 1px solid #A3A3A3;  /***********/
	background-color: #F1F1F2;  /***********/
	color: #3A3701;  /***********/
}
table.bdrless td{
	border-width: 0px;
}
.Button { 
	background-color: #F0F0F0;  /***********/
	color: #757575;  /***********/
	border-left: solid 1px #EDEDED;  /***********/
	border-top: solid 1px #EDEDED;  /***********/
	border-right: solid 1px #848284;  /***********/
	border-bottom: solid 1px #848284;  /***********/
	}
/* 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 : #B31B34;  /***********/
	width : 150px;
	padding-bottom : 7px;
	font-weight : bold;
}
/* map bubble - end */



/*end*/

