/*
 | Version 10.1.1
 | Copyright 2012 Esri
 |
 | Licensed under the Apache License, Version 2.0 (the "License");
 | you may not use this file except in compliance with the License.
 | You may obtain a copy of the License at
 |
 |    http://www.apache.org/licenses/LICENSE-2.0
 |
 | Unless required by applicable law or agreed to in writing, software
 | distributed under the License is distributed on an "AS IS" BASIS,
 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 | See the License for the specific language governing permissions and
 | limitations under the License.
 */
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;}

html,body {
	min-width:750px;
	min-height:600px;
	margin:auto	
}

body {
	background-color:#fff;
	color:#333;
	font-size:14px;
	overflow:hidden;
}

.claro .dijitContentPane {
	background:none;
	padding:0;
	border:none;
}

a {
	color:#555;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
	  
#header {
	background:#444;
	color:#fff;
	margin:0;
	overflow:hidden;
}

#headerText{
	padding-top:20px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:20px;
}

#title {
	font-size:20px;
	font-weight:bold;
	text-align:left;
	margin-top:0px;
}

#subtitle {
	font-size:13px;
	margin-top:10px;
	overflow: hidden;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#logoArea{
	padding-left:25px;
	padding-right:25px;
	overflow:hidden;
}

#social{
	margin-bottom:20px;
}

#msLink{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	outline:none;
}

#logo{
	border:none;
	outline:none;
}

#logoImg{
	border:none;
	outline:none;
}

#map {
	position:absolute;
	right:0;
	border:none;
	padding:0;
	height:100%;
	width:100%;
	overflow:hidden;
	background-image:url(../resources/images/background.jpg);
}

#hoverInfo{
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	position:absolute;
	padding:5px;
	max-width:200px;
	background-image:url(../resources/images/background_filler.png);
	border:#FFFFFF solid 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 10px #333;
	-webkit-box-shadow: 2px 2px 10px #333;
	box-shadow: 2px 2px 10px #333;
	filter: progid: DXImageTransform.Microsoft.Shadow(strength = 2, direction = 135, color = '#333333');
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 135, Color = '#333333')";
	overflow:hidden;
	display:none;
	z-index:1001;
	color:#FFFFFF;
}

#zoomToggle{
	position:absolute;
	left:15px;
	top:15px;
	width:32px;
	z-index:1499;
	cursor:pointer;
}

.timepoint{
	margin-top:-10px;
	margin-left:-10px;
	width:20px;
	height:20px;
	cursor:pointer;
	position:absolute; 
	left:130px;
	z-index:101;
}

.turning-point {
	max-height:20px;
	left:75px;
	position:absolute;
	margin-top:-10px;
	cursor:pointer;
}

#pointerThingy {
	width:56px;
	height:40px;
	margin-left:-28px;
	margin-top:-20px;
	cursor:ns-resize;
}

.confederate {
	color:#ff5a5f;
	font-weight:bold;
}

.union {
	color:#6ac1fc;
	font-weight:bold;
}

.background-confederate {
	background-color:#b92025;
}

.background-union {
	background-color:#0070bb;
}

#pano {
	cursor:pointer;
	margin-top:15px;
	margin-bottom:15px;
	width:100%;
}

#dateDiv {
	font-family:Arial, Helvetica, sans-serif;font-size:18px;
}

#headline {
	font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:18px;
}

#toggleViewshed {
	color:white;cursor:pointer;
}

#linkShowPanorama {
	color:white;cursor:pointer;
}


#legendCon{
	position:absolute;
	width:230px !important;
	z-index:1500;
	right:5px;
	background:#7c7c7c;
}

.toggle{
	position:absolute;
	background:#7c7c7c;
	margin-top:-1px;
	cursor:pointer;
	z-index:100;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

.togText{
	position:relative;
	margin:auto;
	margin-left:2px;
	.margin-top:0px;
	padding:5px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

#legendDiv{
	position:relative;
	display:none;
	background:#fff;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
}

#basemapDiv{
	position:relative;
	display:none;
	background:#fff;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
}

#selectable .ui-selecting { background: #d2d2d2; }
#selectable .ui-selected { background: #7c7c7c; color: white; }
#selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
#selectable li { margin: 3px; padding: 0.4em; cursor:pointer}