#roitype-map {
    width: 500px;
    height: 450px;
    border: 1px solid black;
    background-color: black;
}
#mappr {
    width: 100%;
    height: 700px; /*640px;*/
    border: 1px solid black;
    /*background-color: black;*/
	/*background-color: #99B3CC; */
}

#layersDiv li {
    /*list-style-type: square;
    margin-left: 20px; */
padding-left: 10px;
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

.olControlMousePosition {
    color: white; 
    bottom: 1px;
    right: 10px; 
}
.olControlPanel div { 
    display:block;
    width:  24px;
    height: 24px;
    margin: 5px;
    background-color:red;
}

.olControlPanel .olControlMouseDefaultsItemActive { 
    background-color: orange;
    background-image: url("../images/maptools/pan.gif");
}
.olControlPanel .olControlMouseDefaultsItemInactive { 
    background-color: orange;
    background-image: url("../images/maptools/pan_rollover.gif");
}
.olControlPanel .roiItemActive { 
    width:  26px;  
    height: 26px;
    background-image: url("../images/maptools/EditPolygonEnable.png");
}
.olControlPanel .roiItemInactive { 
    width:  26px;  
    height: 26px;
    background-image: url("../images/maptools/EditPolygonDisable.png");
}
.olControlPanel .spinfoItemActive { 
    width:  26px;  
    height: 26px;
    background-image: url("../images/maptools/spidentify.gif");
}
.olControlPanel .spinfoItemInactive { 
    width:  26px;  
    height: 26px;
    background-image: url("../images/maptools/spidentify_rollover.gif");
}
.olControlPanel .olControlZoomBoxItemInactive { 
    width:  26px;  
    height: 26px;
    background-color: blue;
    background-image: url("../images/maptools/zoomin_rollover.gif");
}
.olControlPanel .olControlZoomBoxItemActive { 
    width:  26px;  
    height: 26px;
    background-color: orange;
    background-image: url("../images/maptools/zoomin.gif");
}
.olControlPanel .olControlZoomToMaxExtentItemInactive { 
    width:  26px;  
    height: 26px;
    background-image: url("../images/maptools/fullext.gif");
}

/* #layer {
    margin-top: 250px; 
}*/ 

#overviewmapContainer {
    /*margin-top: 300px; */
}

#lyrswtcont {
    position: relative; 
    /*top: 100px; */
}

#overviewmapContainer .olControlOverviewMapElement {
    background-color: #3B5E69; /* #4F7E8D; */ 
}

#analysisRepeater {
    background-color: #3B5E69;
    color: white; 
    margin-bottom: 10px; 
}


#cLoadingIndicator {
    /*bottom: 15px;
    left: 1px;*/
    top: 1px; 
    right: 1px; 
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    padding-top: 0.6em;
    position: absolute;
    z-index: 100;
    
    /*background-color: red;*/ /*#FFFFAE*/
    font-weight: bold;
    border: 5px solid #F00;
    
    font: 80%/1.3 helvetica, sans-serif;
}
#cLoadingIndicator span {
    vertical-align: top; 
}
.show {
    display: block;
}
.hide {
    display: none;
}

#chicken {
    z-index: 1000; 
}


/*
 * some default styles to try with HtmlControl
 */

.htmlControl
{
	border:solid black 1px;
	background-color:white;
	color:black;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;
	text-align:center
}

.htmlButton
{
	cursor:pointer;
	margin:1px;
	padding:1px
}
