html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
html,body{height:100%;width:100%;overflow:hidden; font-family:Georgia, "Times New Roman", Times, serif; color:#444;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th {font-weight:normal; font-style:normal; font-family:Arial, Helvetica, sans-serif; color:#fff;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none; outline:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

.tundra .dijitSplitContainer-dijitContentPane, .tundra .dijitBorderContainer-dijitContentPane, .tundra .dijitBorderContainer, .tundra .dijitSplitterV, .tundra .dijitGutterV, .tundra .dijitSplitContainer-child, .tundra .dijitBorderContainer-child{
	background:none;
	padding:0;
	border:none;
}

a{
	color:#000;
}

h1{
	font-size:1.4em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#mainWindow{
	position:absolute;
	top:0px;
	height:100%;
	width:100%;
}

#banner{
	
	width:100%;
	background-color:#444;
}

#headerArea{
	height:0px;
	padding:20px 25px 0px 25px;
	display:none;
}

#title{
	padding-bottom:10px;
	color:#444;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}

#subtitle{
	color:#fff;
    overflow: hidden;
}

#logoArea{
	width:150px !important;
	overflow:hidden;
}

#social,#logo{
	float:right;
}

#social{
	padding-bottom:20px;
}

#smLink{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.82em;
	text-decoration:none;
	outline:none;
}

#smLink:hover{
	text-decoration:underline;
}

#timeSliderBlind{
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	background-color:#444;
	z-index:1000
}

#timeSliderCon{
	width:80%;
	margin:auto;
}

.timeControl{
	display:none;
	height:25px;
	cursor:pointer;
}

#tabArea{
	height:35px;
	width:100%;
	padding-left:20px;
}

.tab{
	background:#c4c4c4;
	height:30px;
	width:170px;
	float:left;
	margin-left:5px;
	white-space:nowrap;
	cursor:pointer;
}

.tab:hover{
	background-color:#828282;
}

.tabText{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
	overflow:hidden;
	padding:6px 5px 0px 7px;
}

.selected{
	height:35px;
	background:#828282;
}

#leftPane {
	position: relative;
	float:right;
	height:100%;
	font-size:0.8em;
	overflow-y: hidden ! important; 
	overflow-x: hidden ! important;
	z-index:100;
}
#rightPane2 {
	position: absolute;
	bottom: 20px;
	right: 20px;	   
	background-color:#fff;
	overflow-y: hidden ! important; 
	overflow-x: hidden ! important;
	z-index:100;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#leftPane2 {   /*Added by Silviu Ionescu on March 2016*/
	position: absolute;
	bottom: 20px;
	left: 20px;	
	background-color:#fff;
	overflow-y: hidden ! important; 
	overflow-x: hidden ! important;
	z-index:100;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#descriptionPanel {
	height:100%;
	border: 2px solid #666666;
	overflow:auto;
	background-color:#fff;
}

.description{
	display:none;
	padding:10px 10px 10px 10px;
	font-family:Arial;
	font-size:12;
}

.mapTitle{
	display:none;
	padding:0px 0px 0px 0px;
	color:#444;
	font-weight:bold;
}

#legendHeader {
	display:none;
	background-color:#EEEEEE;
    padding:5px 10px 5px 10px;
}

#legendPanel{
	position:relative;
	display:none;
	background-color:#EEEEEE;
	height:1%;
	overflow-y: auto ! important; 
	overflow-x: hidden ! important;
}

.legend {
	display:none;
	padding:5px 0px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
}
#controlsPane {
  background-color: #444;
  width: 100%;
  height: 60px;
}

#timeSliderDiv{
position:absolute;
bottom: 18%;
}
#slider-td {
  vertical-align: bottom;
}
#footer {
      font-size:12px;
      background:#444;
      -webkit-border-bottom-left-radius:4px;
      -webkit-border-bottom-right-radius:4px;
      -moz-border-radius-bottomleft:4px;
      -moz-border-radius-bottomright:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
      text-align:center;
      height:50px;
      margin:0;
      padding:10px 15px 5px;
    }
	
.map{
	position:absolute;
	top:0;
	background-color:#fff;
	height:100%;
	width:100%;
	overflow:hidden;
}
#shadowDiv {
    box-shadow: 5px 0 20px 0px #444444;
    height: 100%;
    left: -10px;
    position: absolute;
    width: 10px;
    z-index: 20;
}
.shadow-bringer{
	width: 10px;
	height: 100%;
	background:#EEEEEE;
}
.shadow {
filter : progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=50, Color='#757575');
}
#mapBlind{
	background-color:#EEEEEE;
	position:relative;
	height:100%;
	width:100%;
	z-index:1000;
}
#mapPane{
	height:100%;
	overflow-y: hidden ! important; 
	overflow-x: hidden ! important;
}

#map0{
	display:block;
}

#timeDisplay{
	position: absolute;
	bottom: 43%;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:1.2em;
	padding:10px;
	z-index:100;

}

#loadingCon{
	position:absolute;
	z-index:99;
	width:100%;
    top:40%;
	text-align:center;
}

#loadingDialog{
	margin:auto;
	background-color:#fff;
	width:300px
}

#loadingHeader{
	background-color:#444;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	width:300px;
}

#loading{
	padding-top:10px;
}

#loadingImg{
	margin-top:5px;
	padding-bottom:10px;
}
#modalScreen{
	position:absolute;
	background-color:#000;
	height:100%;
	width:100%;
	top:0%;
	z-index:999;
}

#splashScreen{
	display:none;
	position:absolute;
	background-color:#fff;
	width:800px;
	height:500px;
	z-index:1000;
	border-color:#FFF;
	border-style:solid;
	overflow:hidden;
}

#introBanner{
	width:100%;
	padding:20px 25px 20px 25px;
	background-color:#444444;
	color:#FFF;
	font-size:28px;
	font-family:Arial;
	font-weight:bold;
	white-space: nowrap;  
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}

#introText{
	color:#6b6b6b;
	width:300px;
	height:100%;
	padding:25px 0 25px 25px;
	overflow:hidden;
	float:left;
}

#introImgCon{
	float:left;
	overflow:hidden;	
	text-align:center;	
	vertical-align:middle;
	position:relative;
}

#introImg{
	max-width:475px;
	max-height:475px;
}

#credits {
	position:absolute;
	color:#7e7e7e;
	top:350px;
	left:10px;
	text-align:left;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}
#continue{
	margin-left:75px;
}
g,v{
	cursor:pointer;
}

.maximize{
	display:none;
}

.zoomTo{
	color:#444;
}

.dijitRuleMark{
	border: 1px solid #848484;
}

.tundra .dijitSliderImageHandleH{
	z-index:10;
}

.dijitToggleButton, .dijitButton, .dijitDropDownButton, .dijitComboButton{
	display:none;
}

.esriRtl #tabArea{
    display:none;
	padding-left:0;
    padding-right:40px;
}

.esriRtl .tab{
    float:right;
}
/* clean gray
	  *******************************************************************************/
	  .clean-gray {
      background-color: #eeeeee;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
      /* Saf4+, Chrome */
  	  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
      background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
      background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
      background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
      background-image: linear-gradient(top, #eeeeee, #cccccc);
      border: 1px solid #ccc;
      border-bottom: 1px solid #bbb;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      color: #333;
      font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
      line-height: 1;
      padding: 8px 8px;
      text-align: center;
      text-shadow: 0 1px 0 #eee;
      width: 150px;
	  }

	  .clean-gray:hover {
      background-color: #dddddd;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#bbbbbb));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
      background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
      background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
      background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
      background-image: linear-gradient(top, #dddddd, #bbbbbb);
      border: 1px solid #bbb;
      border-bottom: 1px solid #999;
      cursor: pointer;
      text-shadow: 0 1px 0 #ddd;
	  }

	  .clean-gray:active {
      border: 1px solid #aaa;
      border-bottom: 1px solid #888;
      -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
      -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
      -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
      -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
      box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	  }	  