﻿*
{
    margin: 0;
    padding: 0;
}

html
{
    max-height: 100%;
    overflow: hidden;
}

body
{
    font-family: Arial;
    font-size: 9pt;
    min-width: 950px;
    height: 100%;
}

a
{
	color: #87CAFF;
    text-decoration: none;
}
a:visited
{
	color: #87CAFF;
    text-decoration: none;
}
a:hover
{
	color: #37A6FF;
    text-decoration: none;
}

/*Tooltip*/
.stdTooltip
{
    background-color: #3D3D3D;
    border: 1px solid #e6e6e6;
    color: #FFFFFF;
    display: none;
    padding: 2px 5px;
    position: absolute;
    z-index: 100000000;
}

/*banner layout*/
#banner
{
    position: absolute;
    top: 0px;
    height: 20px;
    width: 100%;
    background: #222; /*for IE >= 8*/
    background: rgb(0,0,0);
    color: White;
    line-height: 20px;
    font-size: 8pt;
}

#bannerlogo
{
    margin-left: 5px;
}

.spacer
{
    height: 33%;
}

.contentmiddle
{
    height: 64%;
    padding-top: 0px;
}


#contentRightPlaceholder
{
    float: right;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 10px;
    height: 15px;
    text-align: right;
}
.languageLinks a:hover
{

}
#LanguageSelect
{
  
}

#LanguageSelect a:hover
{
    color: #FFFFFF;
    background-color: #ccc;
}

.eeaLogo
{
    height: 35px;
    width: 232px;
    padding: 10px 5px 0 0;
    border: none;
    float: right;
}

/*Eye on Earth Conrols*/
#eoeControls
{
    position: absolute;
    top: 20px;
    width: 100%;
    height: 60px;
    background: #000000;/* url(../AspNetVisualAssets/EyeOnEarthLogo.png) no-repeat top center;*/ /*for IE >= 8*/
    background: rgba(0,0,0,.9);/* url(../AspNetVisualAssets/EyeOnEarthLogo.png) no-repeat top center;*/
    font-family: Verdana;
    color: #FFFFFF; 
}

 #eOeLogo 
 {
 	background: transparent url(../AspNetVisualAssets/EyeOnEarthLogo.png) no-repeat top center;
 	height: 55px;
 	width: 285px;
 	display: block;
 	margin: 0 auto -55px auto;
    position: relative;
    left: -10px;
    z-index: 1001;
 }

#searchControl
{
    background-color: #000000; /*for IE >= 8*/  
    margin: 50px auto 0;
    width: 275px;
    margin: 50px auto 0;
    border: 0px solid #777777;
    background:rgba(0,0,0,.0);
    z-index: 1002;
    position: relative;
}

#searchControl ul 
{
	background:rgba(0,0,0,.7);
	width: 239px;
    border: 1px solid #545452;	
    border-top: 0px;
}

#searchControl ul li:hover a
{
	color: #000;
}


#searchControlFirstChild
{
    background: url(../AspNetVisualAssets/Search_background_smaller.png) no-repeat top left;

}

#searchControl dl dt
{
    background-color: #000000;    
}

.searchControlButton
{
    cursor: pointer;
    vertical-align: top;
    margin: 0 0 0 5px;
}

.myLocationButton
{
    cursor: pointer;
    vertical-align: top;
    opacity: 0.8;
}

.myLocationButton:hover
{
    opacity: 1.0;
}


#SearchLocationTextBox
{
    background-color:transparent;
    color: #FFFFFF;
    border: none;
    width: 199px;
    border-width: 0px;
    padding-left: 4px;
    margin-top: 5px;
    margin-bottom: 2px;
     
}

#stationViews
{
    height: 30px;
    float: left;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 10px;
}
#userViews
{
    float: left;
    height: 30px;
    padding-top: 12px;
    padding-left: 5px;
}
#heatMap
{
    float: left;
    height: 30px;
    padding-top: 14px;
    padding-left: 10px;
}
.pushPin
{
    float: left;
    height: 30px;
    padding-left: 40px;
    padding-top: 6px;
    cursor: pointer;
}
.pushPinControlText1
{
    float: left;
    padding-top: 9px;
    padding-left: 4px;
    height: 30px;
}
.deleteAll
{
    float: left;
    height: 30px;
    padding-left: 10px;
    padding-top: 8px;
    cursor: pointer;
}
.pushPinControlText2
{
    float: left;
    padding-top: 9px;
    padding-left: 4px;
    height: 30px;
}
.changeLanguage
{
    float: left;
    height: 30px;
    padding-top: 5px;
}
.test1
{
    float: left;
    height: 30px;
    padding-top: 5px;
}




/*map layout*/

#mapContainer
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.map
{
    -moz-user-select: none;
    position: absolute;
    vertical-align: top;
    z-index: -1;
}

.mapKeyContainer
{
    left:0px; 
    top:80px;
    font-size:smaller;
    position: absolute;
    vertical-align: bottom;
    z-index: 1;
    height: 25px;
    color: White;
    padding: 8px;
    width: 350px; /* filter: alpha(opacity=70); */
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7; /* opacity: 0.7; */
}

.mapKeySpan
{
    position: relative;
    vertical-align: middle;
    color: White;
    /*float: left;*/
    padding: 4px;
    padding-right: 20px;
    height: 25px;
    width: 350px;
    /*background-color: Black;*/
}

.mapKeyText
{
    position: relative;
    color: #000;
    height: 15px;
    overflow: hidden;
}

.mapKeyRealText
{
    color: #fff;
    position: absolute;
    top: 1px;
    left: 1px;
    white-space: nowrap;
}

.mapKeyRealText img 
{
	visibility: hidden;
	margin: -20px 0 0 0;
}

.mapKeyTextContrastFront
{
    position:absolute; 
    color:#000;
}
.mapKeyTextContrastBack
{
    position:absolute; 
    top:5px; 
    left:5px; 
    color:#FFF;
}
.semiTransparent
{
    /* filter: alpha(opacity=70); */
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7; /* opacity: 0.7; */
}

.pushpinTitleDiv
{
    font-weight: bold;
}
.pushpinDescriptionDiv
{
}
.newPushpinDiv
{
    position: absolute;
    top: 245px;
    left: 0px;
    cursor: pointer;
    z-index: 100;
}

.LocationSelect
{
    background-color: #FAFAFA;
    border-width: 1px;
    border-color: Black;
    font-size: smaller;
    cursor: pointer;
    overflow: hidden;
}

.watermarked
{
    padding: 2px 0 0 2px;
    background-color: #F0F8FF;
    color: gray;
}


.horizontalList
{
    list-style-type: none;
    white-space: nowrap;
}

.horizontalList li
{
    display: inline;
}

.horizontalList
{
    list-style-type: none;
    white-space: nowrap;
}

.horizontalList li
{
    display: inline;
}

/* General dropdown styles */
.dropdown dd, .dropdown dt, .dropdown ul
{
    margin: 0px;
    padding: 0px;
}
/*.dropdown dd
{
    position: relative;
    float: left;
}*/
/* DT styles for sliding doors */
/*.dropdown dt a
{
    background: #ffffff;
    display: block;
    border: 1px solid Gray;
    width: 150px;
}*/
/*.dropdown dt a span
{
    cursor: pointer;
    display: block;
    padding: 5px;
}*/
/* UL styles */
.dropdown dd ul
{
    display: none;
    list-style: none;
    padding: 0;
}
/*.dropdown span.value
{
    display: none;
}*/
.dropdown dd ul li a
{
    padding: 5px;
    display: block;
    color: #FFFFFF;
}

.dropdown dd ul li a:hover
{
    color: #FFFFFF;
    background-color: #ccc;
}

#SearchLocationTextBox
{
    font-family: Verdana !important;
    font-size: 9pt;
}

#stationViews select, #userViews select
{
    font-family: Verdana;
    font-size: 9pt;
}

/* Drop down styles*/
div.selectbox-wrapper {
  position:absolute;
  background-color:Black;
  border:1px solid #777;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  text-align:left;
    overflow :auto;
    z-index:400000;
}
 
/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected {
  background-color: #333;
}
 
/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current {
  background-color: #aaa;
}
 
/* Drop down list items style*/
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
 
/* Look and feel of select box */
.selectbox
{
   margin: 0px 5px 10px 0px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align:left;
  width:120px;
  background: url('../AspNetVisualAssets/bg_select.png') right;
  cursor: pointer;
  border:1px solid #777;
  color:White;
}

/***********************************************************************************
SPLASHSCREEN
************************************************************************************/
.eOeSplashScreen 
{
	position: absolute;
	z-index: 100000;
	left: 0px;
	top: 80px;
	background: rgba(0,0,0,.3);		
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
}

.eOeSplashScreenBackground 
{
	position: absolute;
	background: transparent url(../AspNetVisualAssets/SplashScreen/eOeSplashScreenBackground.png) repeat-x scroll top center;		
	width: 100%;
	height: 547px;
	margin: -353px auto;
	top: 50%;
}

.eOeSplashScreenContent
{
	height: 500px;
	width: 1001px;
	margin: 25px auto;
	background: transparent url(../AspNetVisualAssets/SplashScreen/eOeSplashScreenContent.png) repeat-x scroll top center;	
	position: relative;
}

.eOeSplashScreenContent .eOeSplashScreenClose 
{
	position: absolute;
    width: 38px;
    height: 31px;
    background-image: url('../AspNetVisualAssets/Infoboxes/PPDialogue_icon_CLOSE_noEffect.png');
    cursor:pointer;	
    right: 20px;
    top: -31px;
}

.eOeSplashScreenContent .eOeSplashScreenClose:hover 
{
    background-image: url('../AspNetVisualAssets/Infoboxes/PPDialogue_icon_CLOSE_hover.png');
}

.eOeSplashScreenContent .eOeSplashScreenScrollUp,
.eOeSplashScreenContent .eOeSplashScreenScrollDown
{
	height: 39px;
	width: 200px;
	margin: 0 auto;
	cursor: pointer;	
	background: transparent url(../AspNetVisualAssets/FlyInPanel/scroll_up.png) no-repeat scroll center 10px;
	position: relative;
}



.eOeSplashScreenContent .eOeSplashScreenScrollUp.noEffect,
.eOeSplashScreenContent .eOeSplashScreenScrollDown.noEffect, 
.eOeSplashScreenContent .eOeSplashScreenScrollUp.noEffect:hover,
.eOeSplashScreenContent .eOeSplashScreenScrollDown.noEffect:hover
{
	background: transparent none no-repeat scroll center 10px;	
	cursor: auto;
}

.eOeSplashScreenContent .eOeSplashScreenScrollDown
{	
	background: transparent url(../AspNetVisualAssets/FlyInPanel/scroll_down.png) no-repeat scroll center 10px;
	z-index: 100002;
}

.eOeSplashScreenContent .eOeSplashScreenScrollUp:hover
{
	background: transparent url(../AspNetVisualAssets/FlyInPanel/scroll_up_hover.png) no-repeat scroll center 10px;
}

.eOeSplashScreenContent .eOeSplashScreenScrollDown:hover
{	
	background: transparent url(../AspNetVisualAssets/FlyInPanel/scroll_down_hover.png) no-repeat scroll center 10px;
}

.eOeSplashScreenContent .eOeSplashScreenContainer
{
		height: 422px;
		position: relative;
		overflow: hidden;
		color: #ffffff;
		opacity: 0.8;
}

.eOeSplashScreenContent .eOeSplashScreenContainer .eOeSplashScreenScrollContainer
{
		overflow: visible;	
		position: absolute;
		top: 0px;
		padding: 30px;
		min-height: 362px; 
		min-width: 900px;
}



.eOeSplashScreenContent .eOeSplashScreenContainer .eOeSplashScreenScrollContainer #welcomeSplachScreen
{
	margin: -30px -30px -30px -29px;
	padding: 20px 50px;
	background: transparent url(../AspNetVisualAssets/SplashScreen/eOe_welcome.jpg) no-repeat scroll 0 top;	
    height: 383px; 
	width: 899px;	
}

.eOeSplashScreenContent .eOeSplashScreenContainer .eOeSplashScreenScrollContainer #welcomeSplachScreen h2 
{
	color: #00A8FF;
	font-weight: normal;
	font-size: 26px;
}

.eOeSplashScreenContent .eOeSplashScreenContainer .eOeSplashScreenScrollContainer p 
{
	padding: 6px 0 4px 0;
}

.eOeSplashScreenContent .eOeSplashScreenContainer .aboutImg 
{
	float: right; 
	width: 343px; 
	height: 180px;
	background: transparent url(../AspNetVisualAssets/SplashScreen/eOe_about.png) no-repeat scroll 0 0;
	margin: 0 0 10px 10px;
	
}

.eOeSplashScreenContent .eOeSplashScreenContainer .welcomeImg 
{
	float: right; 
	width: 343px; 
	height: 180px;
	background: transparent url(../AspNetVisualAssets/SplashScreen/eOe_welcome.png) no-repeat scroll 0 0;
	margin: 0 0 10px 10px;
	
}

.eOeSplashScreenContent .eOeSplashScreenContainer .eOeSplashScreenScrollContainer h1 
{
	padding: 8px 0 5px 0;
	font-family: Verdana;
} 

.eOeSplashScreenContent .eOeSplashScreenContainer .eOeSplashScreenScrollContainer h2 
{
	padding: 6px 0 4px 0;
	font-family: Verdana;
} 

.eOeSplashScreenContent .eOeSplashScreenContainer .eOeSplashScreenScrollContainer ul
{
	margin: 0 0 0 20px;
	list-style-type: square; 
} 

.eOeSplashScreenContent .eOeSplashScreenContentpageCheckbox
{
	position: absolute;
	bottom: 0px;
	left: 1px;
	padding: 11px 0 0 19px;
	color: #ffffff;
	opacity: 0;
	height: 28px;
	width: 980px;
	background: transparent url(../AspNetVisualAssets/SplashScreen/eOe_welcome_checkbox.jpg) no-repeat scroll 0 0px;	
	z-index: 100001;
}



.eOeSplashScreenContentpage 
{
	display: none;
}
