html 
{
	height: 100%;
	width: 100%;
	align: center;
	margin: 0;
	padding: 0;
}

body
{
	width: 100%;
	background: #AA0000;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	font-family: "verdana", "Lucida Sans Unicode", Verdana;
	font-size: 7.0pt;
	color: #222;
}

.link_icon
{
	margin: 0;
	padding: 0;
	border: 2px solid #AA0000;
	height: 40px;
}


tr, td
{
	margin: 0;
	padding: 0;
}

table
{
	border: 0;
	cellPadding: 0;
	cellSpacing: 0;
}

td
{
	font-size: 7.0pt;
	font-family: "verdana", "Lucida Sans Unicode", Verdana;
	color: #222;
}

select
{
	border: 1px solid #333;
}

.custom_title
{
	font-family: "Verdana", "Lucida Sans Unicode", Verdana;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 16pt;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.custom_header
{
	font-family: "Verdana", "Lucida Sans Unicode", Verdana;
	font-weight: normal;
	font-size: 7pt;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.custom_heading 
{
	font-family: "verdana", "Lucida Sans Unicode", Verdana;
	font-weight: bold;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.custom_normal
{
	font-family: "verdana", "Lucida Sans Unicode", Verdana;
	font-size: 7.0pt;
	color: #222;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.custom_legend
{
	height:100%;
	font-size: 7pt; 
	vertical-align: middle;
	white-space:nowrap;
	text-align:right
}

.custom_tip
{
	height:110px;
	width:400px;
	font-size: 7pt; 
	vertical-align: middle;
	text-align: left;
}

.custom_message
{
	font-size: 7pt; 
	vertical-align: middle;
	text-align: left;
}

.bottom_border
{
	border-bottom: 1px dotted #000;
}

.full_border
{
	border: 1px dotted #000;
}

.custom_cell
{
	vertical-align: top;
	font-size: 7pt; 
	border: 1px dotted #000;
	margin: 1;
	padding: 1;
}

.custom_cell_font
{
	font-size: 7pt;
	color: #000000;
}

.custom_cell_deleted_font
{
	font-size: 7pt;
	color: #fff;
}

.custom_cell_deleted
{
	vertical-align: top;
	font-size: 7pt; 
	border: 1px dotted #000;
	margin: 1;
	padding: 1;
	color: #fff;
	background: #aa0000;
}

.custom_cell_visible
{
	vertical-align: top;
	font-size: 7pt; 
	border: 1px dotted #000;
	margin: 1;
	padding: 1;
	color: #fff;
	background: #999999;
}


.custom_header_cell
{
	height:18px;
	vertical-align: middle;
	font-size: 7pt; 
	font-weight: bold;
	border: 0px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #000000;
}


div.panel_header_overall
{
	height: 60px;
	width: 1074px;
	margin: 0 auto;
}

div.panel_header
{
	height: 60px;
	width: 1024px;
	margin: 0 auto;
	float: left;
	background: #000000;
	color: #ffffff;
	text-align: left;	
}


div.panel_header_left
{
	height: 100%;
	width: 512px;
	margin: 0;
	float: left;
}

div.panel_header_right
{
	height: 100%;
	width: 512px;
	margin: 0;
	float: right;
	text-align: right;
	vertical-align: bottom;
}

div.panel_map_overall
{
	height: 525px;
	width: 1074px;
	margin: 0 auto;
	float: middle;
}

div.panel_about_overall
{
	height: 775px;
	width: 1074px;
	margin: 0 auto;
	float: middle;
}



div.panel_content_overall
{
	height: 525px;
	width: 1074px;
	margin: 0 auto;
	float: middle;
}

div.panel_content
{
	height: 100%;
	width: 1024px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
	float: left;
}

div.panel_map_content
{
	height: 100%;
	width: 1024px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
	float: left;
}

div.panel_details_overall
{
	height: 200px;
	width: 1074px;
	margin: 0 auto;
	float: middle;
}

div.panel_details_header_overall
{
	height: 20px;
	width: 1074px;
	margin: 0 auto;
	float: middle;
}

div.panel_details_header_content
{
	height: 100%;
	width: 1024px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
	float: left;
}

div.panel_temp_message
{
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 1024px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
}


div.panel_details_content
{
	height: 200px;
	width: 1024px;
	background: #FEFFAB;
	margin: 0 auto;
	text-align: left;
	float: left;
	overflow-x: hidden;
	overflow-y: auto;
}

div.panel_left_margin
{
	height: 100%;
	width: 25px;
	margin: 0;
	background-image: url('../images/shadow_left.gif');
    	background-repeat: repeat-y;
	float: left;
}

div.panel_right_margin
{
	height: 100%;
	width: 25px;
	margin: 0;
	background-image: url('../images/shadow_right.gif');
    	background-repeat: repeat-y;
	float: right;
}

div.panel_bottom_margin
{
	height: 25px;
	width: 1024px;
	margin: 0 auto;
	background-image: url('../images/shadow_bottom.gif');
    	background-repeat: repeat-x;
	float: middle;
}

input.normal_submit 
{ 
	color:#fff; 
	font-family: "verdana", "Lucida Sans Unicode", Verdana;
	font-weight: bold;
	font-size: 7pt;
	background-color:#000000; 
	border:1px solid; 
	border-color: #333; 
} 

.search_button
{ 
	width: 20px; 
	height: 20px; 
	cursor:hand;
	margin-left:2px
} 

input.text
{
	font-family: "verdana", "Lucida Sans Unicode", Verdana;
	font-size: 7.0pt;
	color: #222;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border:1px solid #888; 
}


