﻿body
{
    background-color: #ffffff;
    color: #000000;
    margin: 0px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: medium;
}



/*Master page style settings*/
#wrapper
{
    background-color:#ffffff;
    width: 1024px;
    margin: 0px auto 0px auto;
}


#header
{
    background-color: #ffffff;
    color: #000000;
    height: 100px;
    text-align: center;
}


#content
{
    background-color: #ffffff;
    color: #000000;
    width: 100%;
    height:100%;
    float: none;
    min-height: 500px;
}


#footer
{
    clear: both;
    background-color: #ffffff;
    color: #000000;
    font-size: 60%;
    height: 18px;
    text-align: center;
    padding-top: 2px;
}
/*End master page style settings*/





/*Map legend/panel style settings*/
.legendPanel
{
	background-color:Transparent;
	color: #000000;
	border-color:#000032;
	border-width:thin;
	height:18px;
}


.legendPanelHeader
{
	background-color:#000032;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	width:100%;
	height:18px;
}
/*End map legend/panel style settings*/





/*Details panel style settings*/
.detailsPanel
{
	background-color:Transparent;
	color: #000000;
	border-color:#000032;
	border-width:thin;
	height:18px;
}


.detailsPanelHeader
{
	background-color:#000032;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	width:100%;
	height:100%;
}




.detailsView
{
	background-color:Transparent;
	color: #000032;
	font-size:11px;
	border-color:#000032;
	border-width:thin;
}

.detailsViewRowStyle
{
	background-color:Transparent;
	color: #000032;
	font-size:10px;
	font-weight:bold;
}


.detailsViewAlternatingRowStyle
{
	background-color:#848498;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
}

.selectMapOject
{
	background-color:#ffffff;
	color:#848498;
	font-size:10px;
	font-weight:normal;	
	text-align:center;
}
/*End details panel style settings*/






/*Dragable panel style settings*/
.dragPanel
{
	background-color: #000032;
	cursor:move;
	
}
.dragPanelDetails
{
	background-color: #000032;
	cursor:move;
	
}
/*End dragable panel style settings*/





/*Map style settings*/
.mapTitle
{
	background-color:Transparent;
	color:#000032;
	font-weight:bold;
	font-size:60%;
	text-transform:uppercase;
}


.mapPanel
{
	background-color:Transparent;
	border-color:#000032;
	color: #000000;
	border-width:thin;
}



.mapButton
{
	cursor:hand;
	font-family: Verdana;
	border-color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	width:75px;
	border-width:1px;
	background-color:#000032;
	color:#FFFFFF;
}

.panButton
{
	height:20px;
	width:20px
}

.mapOuterFrame
{
	border-width:thin;
	border-color:#000032;

}

.mapInnerFrame
{
	border-width:thin;
	border-color:#000032;
}

.panNotSelected
{
	background-color:Transparent;
}

.panSelected
{
	background-color:#000032;
	cursor:hand;
}


.panSelected
{
	border-width:thin;
	background-color:#000032;
}
/*End map style settings*/





.hr
{
	color:#000032;
}



/*Progress style settings*/

.progress
{
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
	color:#000032;
}
/*End progress style settings*/






