﻿#pro_header
{
	width: 98%;
}

#pro_map
{
	width: 100%;
	float:left;
	clear:left;
}

#loadingMsg
{
	margin-top:100px;
	margin-left:200px;
}

#map
{
	width: 100%;
	height: 700px;
	background-color: #F5F5DC;
}

#pro_right
{
	/*width:298px;*/
	width:340px;
	float:left;
}

#pro_footer
{
	width: 100%;
	float:left;
	clear:left;
	
}
.pro_footerTerm
{
	clear:left;
}

#map_footer
{
	width: 100%;
}

#pageLabel
{
	color:#4270bb; 
	border-bottom-color:#4270bb; 
	border-bottom-style:solid; 
	border-bottom-width: 2px; 
	width: 98%; 
	font-size:large; 
	font-weight:bold;
	font-family:Helvetica, Verdana, Arial, sans-serif;
}

.pro_hdrTxt
{
	color:#2560bb;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 98%; 
	font-size:small;
	font-weight:bold;
	font-family:Helvetica, Verdana, Arial, sans-serif;
}

#disclaimDiv
{
	color:Gray;
	width: 100%;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	float:left;
}

#signinDiv
{
	width: 100%;
	text-align: right;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 8px;
	float:left;
	height: 13px;
}

#legendDiv
{
	margin-left: 30px;
	margin-right: 10px;
	border: solid 1px rgb(56,96,191);
}

#legendTitle
{
	font-weight:bold;
	color:White;
	background-color: rgb(56,96,191);
	padding-left: 10px;
}

#legendBody
{
	/*display:none;*/
}
.legendBodyItem
{
	padding-left: 10px;
}

#cameraListDiv
{
	margin-left: 30px;
	margin-right: 10px;
	border: solid 1px rgb(56,96,191);
}

#cameraListTitle
{
	font-weight:bold;
	color:White;
	background-color: rgb(56,96,191);
	padding-left: 10px;
}

#cameraListBody
{
	/*display:none;*/
}

.cameraListBodyItem
{
	padding-left: 10px;
}

#ptzCtrlDiv
{
	margin-left: 30px;
	margin-right: 10px;
	border: solid 1px rgb(56,96,191);
}

#ptzCtrlTitle
{
	font-weight:bold;
	color:White;
	background-color: rgb(56,96,191);
	padding-left: 10px;
}

#ptzCtrlBody
{
	/*display:none;*/
}


.titleTable
{
	padding: 0, 0, 0, 0;
	border-style: none;
	border-spacing: 0;
	width: 100%;
}
.arrowCell
{
	text-align:right;
}

a.cameras:active
{
	font-weight: normal;
	font-size: 11px;
	color: Blue;
	text-decoration: none;
}
a.cameras:hover
{
	font-weight: normal;
	font-size: 11px;
	color: Blue;
	text-decoration: underline;
}
a.cameras:link
{
	font-weight: normal;
	font-size: 11px;
	color: Blue;
	text-decoration: none;
}
a.cameras:visited
{
	font-weight: normal;
	font-size: 11px;
	color: Blue;
	text-decoration: none;
}

tbody.std
{
	background-color: White;
	font-weight:normal;
	padding-left: 5px;
	padding-top: 5px;
}

thead.std
{
	background-color:#859bcd;
	font-weight:bold;
	padding-left: 5px;
}

table.std
{
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px black; 
	text-align:left;
}


tbody.balloon
{
	font-size: 13px;
	margin-bottom: 10px;
}

thead.balloon
{
	font-weight:bold;
	font-size: 16px;
}

table.balloon
{
	background-color: White; 
	text-align:left;
	width: 350px;
	word-wrap: break-word;
	font-family:Helvetica, Verdana, Arial, sans-serif;
}

tfoot.balloon
{
	font-weight:bold;
	font-size: 11px;
}

.modalPopup {
	background-color:White;
	border-width: 3px;
	border-style:solid;
	border-color:Navy;
	padding:3px;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

a.pro:link  
{
	font-family:Verdana;
	height:auto;
	text-decoration: none;
	color: #2525FF;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
a.pro:visited 
{
	height:auto;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-family:Verdana; 
	text-decoration: none; 
	color: #2525FF;
	text-align: left;
}
a.pro:active 
{  
	height:auto;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-family:Verdana;
	text-decoration:underline;
	color: #FF2525;
	text-align: left;
}
a.pro:hover   
{
	height:auto;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-family:Verdana;
	text-decoration: underline;
	color: #FF2525;
	text-align: left;
}