﻿*
{
	padding:0;
	margin:0;
}
body,html
{
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	font-size:11px;
	height:100%;
	/*min-height:100%;*/
	width:100%;
	/*background-color:#374FA0;
	background-color:#008000;*/
	background-color:#40a03f;
	overflow:hidden;
}
form
{
	height:100%;
	width:100%;
}
/* Header Bar */
.header_bar
{
	font-size:larger;
	position:absolute;
	top:0px;
	width:100%;
	background-color:Transparent;
	height:30px;
	line-height:30px;
	padding:0;
	white-space:nowrap;
	overflow:hidden;
}
.hb_left
{
	background:url('img/tl.gif') no-repeat top left;
	position:absolute;
	top:0px;
	left:0px;
	width:10px;
	height:30px;
}
.hb_right
{
	position:absolute;
	top:0px;
	right:0px;
	width:10px;
	height:30px;
	background:url('img/tr.gif') no-repeat top right;
	z-index:100;
}
.hb_content
{
	position:absolute;
	top:0px;
	left:10px;
	right:10px;
	height:30px;
	background:url('img/tm.gif') repeat-x left;
}

.header_bar table
{
	border-collapse:collapse;
	padding:0px;
	margin:0px;
	height:29px;
}
.header_bar tr
{
	height:29px;	
}
.header_bar td
{
	padding:0px;
	margin:0px;
	border:none;
}
.header_content
{
	position:absolute;
	top:10px;
	right:10px;
	left:10px;
	height:100px;
}

.threedeemapwrap
{
	position:absolute;
	top:110px;
	left:10px;
	width:700px;
	height:500px;
	/*right:10px;
	bottom:10px;*/
}

.header_content img
{
	position:relative;
	float:left;
	line-height:100px;
	cursor:pointer;
}
.header_content a
{
	border:none;
}
.header_content div
{
	position:relative;
	float:left;
	color:#FFFFFF;
	padding: 5px 0px 0px 10px;
}
.header_content span
{
	font-weight:bold;
	color:#D7AE51;
}
/* Main Content Items */
.main_content 
{
	position:absolute;
	top:100px;
	left:10px;
	right:10px;
	bottom:10px;
	background-color:Transparent;
}
.left_content
{
	position:absolute;
    right:310px;
    top:0px;
    left:0px;
    bottom:0px;
    background-color:Transparent;
    overflow:hidden;
    z-index:1;
}
.bha_map
{
	background-color:#FFFFFF;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:30px;
}
#bha_map_wrap
{
	position:absolute;
	top:30px;
	left:0px;
	right:0px;
	bottom:0px;
	border:solid 1px #2a2a52;
	border-top:none;
	background-color:#FFFFFF;
}

.bha_map_wrap
{
	position:absolute;
	top:30px;
	left:0px;
	right:0px;
	bottom:0px;
	border:solid 1px #2a2a52;
	border-top:none;
	background-color:#FFFFFF;
}

.right_content
{
	position:absolute;
	width:301px;
	top:0px;
    right:0px;
    bottom:0px;
    overflow:hidden;
    z-index:10000;
}
.handle
{
	position:absolute;
	width:9px;
	top:0px;
	left:0px;
	bottom:0px;
	cursor:e-resize;
	z-index:10000;
	background-color:#F5F5F5;
	border-right:1px solid #CCCCCC;
}
.in_handle
{
	position:absolute;
	top:0px;
	left:10px;
	width:10px;
	height:29px;
	cursor:pointer;
	z-index:200;
}
/* Content Items */
.content_item
{
	position:absolute;
	top:0px;
	left:10px;
	right:0px;
	bottom:0px;
	padding:2px;
	background-color:#F5F5F5;
	visibility:hidden;
	overflow:auto;
}
.content_item table
{
	width:265px;
	background-color:#F5F5F5;
	border-width:0px 0px 0px 0px;
	border-style:none;
	border-collapse: collapse;
}
.content_item td
{
	vertical-align:middle;
	border:0px;
	padding:1px 2px 1px 2px;
	border-style:none;
	background-color:transparent;
	color:#050160;
	white-space:nowrap;
}
.content_item table th
{
	padding:0 3px 0 3px;
	background-color:#D7AE51;
	text-align:left;
	white-space:nowrap;
}
.content_item p
{
	margin-top:0px;
}
.content_item select
{
	width:150px;
}
/* Navigation Tabs */
.r_tabnav
{
	float:right;
	background-color:Transparent;
	line-height:29px;
	position:relative;
	top:1px;
	right:10px;
}
.r_tabnav li 
{
	display:inline;
	list-style-type:none;
	float:left;
	background-color:Transparent;
	padding:0px 2px 0px 2px;  
	text-decoration:none;
	color:Black;
	height:29px;
	width:18px;
	text-align:center;
	cursor:pointer;
}
.r_tabnav img
{
	margin-top:6px;
	height:16px;
	width:16px;
}
.result_table td
{
	width:300px;
	cursor:pointer;
}
.result_table th
{
	background-color:#D7AE51;
}
.result_table tr
{
	cursor:pointer;
}
/* Misc Items */
.btn
{
	border:solid 1px #4e4e95;
	background-image:url('img/btn.gif');
	background-repeat:repeat-x;
	color:#050160;
	cursor:pointer;
	padding: 0px 3px 0px 3px;
}
.box
{
	border:solid 1px #4e4e95;
}
.clear_btn
{
	cursor:pointer;
	background-image:url('img/btn.gif');
	background-repeat:repeat-x;
	border:solid 1px #4e4e95;
	padding:3px;
}

.tr_class2
{
	background-color:#FFFFCC;
}
.toolTip
{
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
	background-color:#F5F5F5;
	border:solid 1px black;
	width:auto;
	height:auto;
	padding:2px 3px 2px 3px;
	white-space:nowrap;
	z-index:200000;
}
/* Menu Window */
.bha_window
{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#F5F5F5;
	border:solid 1px #050160;
	width:100px;
	height:auto;
	color:#050160;
	font-size:11px;
	visibility:hidden;
	z-index:201000;
}
.bha_window table
{
	width:100px;
	border-collapse:collapse;
	margin:0;
	padding:0;
	cursor:pointer;
}
.bha_window th
{
	background-color:#D7AE51;
	text-align:left;
}
.bha_window td
{
	padding-left:2px;
}
.bha_searchform_main
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}
.bha_searchform_button
{
	border:solid 1px #4e4e95;
	background-image:url('img/btn.gif');
	background-repeat:repeat-x;
	color:#050160;
	cursor:pointer;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.bha_searchform_textbox
{
	border:solid 1px #4e4e95;
	width:120px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.bha_searchform_select
{
	border:solid 1px #4e4e95;
	width:120px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/* by ID, possibility to break */
#SelectionSetForm1 img
{
	cursor:pointer;
}
#SelectionSetForm1 span,th, b
{
	cursor:default;
}
/* Menu Options Box onclick div */
.newBox
{
	position:absolute;
	top:0px;
	left:0px;
	width:auto;
	height:auto;
	border:solid 1px black;
	visibility:visible;
	padding:0;
	font-size:12px;
	background-color:#F5F5F5;
	z-index:12000;
}
.newBox table
{
	border-collapse:collapse;
	padding:0;
	margin:0;
}
.newBox td
{
	cursor:pointer;
	padding:2px 5px 2px 5px;
	margin:0;
}
.newBox th
{
	background-color:#d7AE51;
	cursor:default;
}
.menu_closeBtn
{
	position:absolute; 
	top:0px; 
	right:0px; 
	width:17px; 
	height:17px; 
	background-color:Transparent;
	line-height:17px; 
	text-align:center; 
	cursor:pointer;
}
/* Td cell withing a table to have onclick event to trigger options menu */
.td_options
{
	background:url('css/43.png') no-repeat center;
	height:16px;
	width:16px;
}

#MyControl th
{
	white-space:nowrap;
}
.acc_item
{
	position:relative;
	width:280px;
	background-color:#F5F5F5;
	border:solid 1px #CCCCCC;
	margin-top:5px;
	height:16px;
	overflow:hidden;
}
.acc_item_header
{
	position:relative;
	width:280px;
	height:16px;
	background-color:#d7AE51;
	line-height:16px;
	overflow:hidden;
	font-size:12px;
	cursor:pointer;
	color:#050160;
	font-weight:bold;
	text-indent:5px;
}
.acc_item_content
{
	position:relative;
	width:280px;
	background-color:#F5F5F5;
	color:#000000;
	overflow:hidden;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}
.reset
{
	position:relative;
	/*margin:0 229px;*/
	left:229px;
	height:14px;
	background-color:#F5F5F5;
	border:solid 1px #CCCCCC;
	cursor:pointer;
	width:50px;
	font-size:12px;
	line-height:14px;
	text-align:center;
}