/*body {
	font-family: Arial,sans-serif;
	font-size: 62.5%;
	
	background-color: #EEEEEE;
	margin: 0;
	padding: 0;
	display: block;
    position: relative;
    padding-top: 0px;
    text-align: center;
}
#background
{
    background: rgb(219, 239, 255);
    height: 100%;
    width: 1008px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;

}
*/
#content {
	width: 1006px;
	height: 637px;
}
#tabs {
	width: 720px;
	height: 630px;
}
#mapTabs-4{
	height: 580px;
	overflow-y: scroll;
}

.map {
	width: 690px;
	height: 580px;
	margin: 0px;
	padding: 1px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
#sidepanel {
	height: 665px;
	font-weight: normal;
	width: 250px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sidepanel-info-title  , #sidepanel-mapinfo-title{
	border: 1px solid #aaa;
	color: #555;
	font-weight: normal;
	font-size: 110%;
	padding-top: 3px;
	background-image: url(./jquery-ui-1.10.3.custom/css/mapTabs/images/ui-bg_white-lines_10_b3d1ff_40x100.png);
	background-repeat:repeat-x;
	background-color: #b3d1ff;
	text-align: center;
	height:20px;
}

#sidepanel-mapinfo{
	margin: 0px;
	padding: 0px;
	background-image: url(./jquery-ui-1.10.3.custom/css/mapTabs/images/ui-bg_white-lines_10_b3d1ff_40x100.png);
	background-repeat:repeat-x;
	background-color: #b3d1ff;
	height:413px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
}
	
#sidepanel-info-title {
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
}
#sidepanel-info{
	background-color: white;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	color: #555;
	font-size: 85%;
	padding-left: 4px;
	padding-right: 4px;
	height: 198px;
	font-size 11px;
	margin-bottom: 2px;
}
#sidepanel-info a{
	font-weight: bold;
	font-size 12px;
}

#selectionAccordion{
	background-color: #f0f0f0;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 410px;
	margin: 0px;
	padding: 0px 1px 0px 1px;
}

.accordionHead{
	font-size: 12px;
}

#accordionHeadChart{
	font-size: 12px;
	width: 100%;
}

#accordionHeadScale{
	font-size: 8.5px;
	text-align: right;
}


.accordionBodyDiv{
	overflow-y:hidden;
	font-size: 10px;
	margin: -17px;
	padding: 0px;
	min-height: 220px;
}
.accordionBodyDiv table td{
	color: #666;
	background-color: #eee;
	padding:0px;
	margin:0px;
	width: 220px;
}


.checkboxContainer:hover{
	background-color: rgb(235, 235, 235);				
}

.checkboxContainer{
	cursor: pointer;
	font-family: Arial, sans-serif; 
	-webkit-user-select: none; 
	-moz-user-select: none;
	font-size: 11px; 
	text-align: left;
	direction: ltr; 
	white-space: nowrap; 
	padding-right: 8px; 
	margin: 5px;
	padding-left: 5px; 
	box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
	border: 1px solid #bbb;
	border-radius: 2px;
	color: #555;
	background-color: #fff;
	overflow: hidden;
	//padding-top: 1px;
	//padding-bottom: 1px;
	width: 70px;
}		
.checkboxSpan{
	box-sizing: border-box; 
	position: relative; 
	line-height: 0; 
	font-size: 0px; 
	margin-top: 0px; 
	margin-right: 5px; 
	margin-bottom: 2px; 
	margin-left: 0px; 
	display: inline-block; 
	background-color: rgb(255, 255, 255); 
	border-width: 1px; 
	border-style: solid; 
	border-color: initial; 
	border-image: initial; 
	border-top-left-radius: 1px; 
	border-top-right-radius: 1px; 
	border-bottom-right-radius: 1px; 
	border-bottom-left-radius: 1px; 
	width: 13px; 
	height: 13px; 
	vertical-align: middle; 
	-webkit-box-shadow: none; 
	box-shadow: none; 
	border-color: rgb(198, 198, 198); 	
	padding-bottom: 2px;
}
.checkboxLabel{
	cursor: pointer;
	position: absolute;
	top: 1px;
}
.blankDiv{
	position: absolute; 
	left: 1px; 
	top: -2px; 
	width: 13px; 
	height: 11px; 
	overflow-x: hidden; 
	overflow-y: hidden; 
	display: block; /*when = block -> this is the "check" symbol*/ 
}
	
.blankImg{
	position: absolute; 
	left: -52px; 
	top: -44px; 
	-webkit-user-select: none; 
	border-width: 0px; 
	border-style: initial; 
	border-color: initial; 
	border-image: initial; 
	padding: 0px; 
	margin: 0px; 
	-webkit-user-drag: none; 
	width: 68px; 
	height: 67px; 
}

.searchDropDown , .searchText , .searchButton , .coordContainer {
	font-family: Arial, sans-serif; 
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
	border: 1px solid #bbb;
	border-radius: 2px;
	background-color: #fff;
	font-size: 11px;
	marign-left: 1px;
	margin-right: 1px;
	margin-bottom: 15px;
	margin-top: 5px;
}

.searchDropDown{
	width: 110px;
	color: #555;
	height: 19px;
}
.searchText{
	width: 180px;
	height: 15px;
	font-family: Arial, sans-serif; 
	font-size: 12px;
}
.searchTextFocusOut{
	color: #aaa;
	font-style: italic;
}
.searchTextFocusIn{
	color: #555;
	font-style: normal;
}
.searchButton{
	width: 100px;
	color: #555;
	height: 19px;
}
.searchButton:hover{
	background-color: rgb(235, 235, 235);
}
.coordContainer{
	height: 16px;
	width:168px;
}
.coordLat, .coordLon, .coordComma, .coordNS, .coordEW{
	font-family: Arial, sans-serif; 
	text-align:center;
	padding-top: 1px;
	position: absolute;
}

.coordNS, .coordEW{
	color: #777;
}
.coordNS{
	left: 2px;
	width: 10px;
}
.coordLat{
	left: 12px;
	width: 65px;
}
.coordComma{
	left: 73px;
	width: 10px;
}
.coordEW{
	left: 83px;
	width: 10px;
}
.coordLon{
	width: 70px;
	right:3px
}



.orderButton {
	background-color:#f9f9f9;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	height:26px;
	line-height:26px;
	width:30px;
	text-decoration:none;
	text-align:center;
	margin-bottom: 15px;
}
.orderButton:visited{
	color:#666666;
}


.orderButtonLeftMost{
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
}
.orderButtonRightMost{
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
}

.orderButton:hover{
	background-color:#d3d0d3;
}


.buttonContainer span{
	font-size: 10px;
	font-weight: bold;
	margin-top: 5px;
	width: 100%;
	text-align:center;
}

#chartLegend{
	color: #666;
	background-color: #eee;
	padding:0px;
	margin:0px;
}
	