/*
 | 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 {
	/*
	padding:0;
	margin:0;
	overflow:hidden;
	*/
	height:100%;
	width:100%;
	min-width:600px;
	min-height:500px;
	margin:auto;	
}

body {
	background-color:#fff;
	color:#333;
	font-size:14px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}

.claro .dijitContentPane {
	background:none;
	padding:0;
	border:none;
}

a {
	color:#555;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
	  
#header {
	height:115px;
	background:#444;
	color:#fff;
	margin:0;
	overflow:hidden;
}

#headerText{
	padding-top:20px;
	padding-left:25px;
	width:80%;
	float:left;
}

#title {
	font-size:20px;
	font-weight:bold;
	text-align:left;
	margin-top:0px;
	white-space: nowrap;  
	overflow: hidden;  
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}

#subtitle {
	font-size:13px;
	margin-top:10px;
	overflow: hidden;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#logoArea{
	float:right;
	padding-top:25px;
	padding-right:25px;
	text-align:right;
}

#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:relative;
	border:none;
	padding:0;
	height:100%;
	width:50%;
	overflow:hidden;
	float:left;
}

#mapOV {
	height:100%;
	width:100%;
	position:relative;
	float:left;
}

#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:100;
	color:#FFFFFF;
}

#zoomToggle{
	position:absolute;
	left:15px;
	top:15px;
	width:32px;
	z-index:2;
	cursor:pointer;
}

#leftPane {
	min-width:350px;
	width:40%;
	height:100%;
	float:left;
	position:relative;
}

#case {
	position:absolute;
	overflow:hidden;
	width:100%;
	height:100%;
	background-color:none;
}

#table {
	position:relative;
}


#topRow, #bottomRow {
	position:absolute;
	background-color:#e4e4e4;
	width:100%;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
}

#bottomRow {
	bottom:0px;
	border-top:1px solid #ccc;
}

#topRow .numberDiv {
	cursor:pointer;
}

#bottomRow .numberDiv {
	cursor:pointer;
}

#topRow #iconList {
	margin-top:10px;
	margin-left:10px;
	cursor:pointer;	
}

#case #wrapper {
	position:absolute; 
	top:41px;
	z-index:1;
	width:100%;
	height:100%;
	background:#aaa;
	overflow:auto;
}

#case #wrapper ul {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	text-align:left;
}

#case #wrapper li {
	position:relative;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	font-size:14px;
	cursor:pointer;
}

#case #wrapper li > a {
	display:block;
}

#case .numberDiv {
	position:absolute;
	width:40px;
	height:40px;
	top:0px;
	text-align:center;
	font-size:24px;
	background-color:#7c7c7c;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}

#case .nameDiv {
	position:absolute;
	height:40px;
	left:40px;
	top:0px;
	width:100%;
	background-color:#e4e4e4;
}


#case #blot {
	background-color:#FFF;
	font-size:20px;
	position:absolute;
	width:357px;
	height:297px;
	z-index:50;
	top:40px;
	left:1000px;
}

#case #blot #inner {
	position:relative;	
	background-color:#FFF;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:1px;
}

#case #blot #label {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:5px;
}

#case #blot #label .number {
	font-size:26px;
	color:#FF0000;
}

#case #blot #label .title {
	color:#4c4c4c;
	font-size:22px;
}

.selected {
	background-color:#FF0000 !important;
	color:#FFFFFF;
	border-color:#000000;
}

#info {
	height:320px;
	padding:10px;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:14px;
}

.esriPopup{
	display: none;
}

#intro {
	background-color:white;
	position:absolute;
	top:0px;
	left:41px;
	height:100%;
	width:100%;
	z-index:1998;
	padding:15px;
	font-weight:normal;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:125%;
	overflow:auto;
}

/* Custom Webkit Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    background: #888;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
