body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	background-color: #a7a7a7;
	background-image: url('/resources/images/common/back_hatch.gif');
	color: #000000;
}



p, div, td, ul, li{
	font-size: 8pt;
}
p{
	margin-top: 7px;
	margin-bottom: 7px;
}

a{
	color: #656565;
}

h1, h2, h3, p.h1, p.h2, p.h3{
	font-family: Tahoma;
	font-weight: normal;
}

h1, p.h1{
	background-color: #747474;
	margin-top: 0px;
	padding: 5px 15px 5px 15px;
	text-align: right;
	font-size: 18pt;
	margin-bottom: 10px;
	color: #ffcc00;
}

h2, p.h2{
	font-size: 13pt;
	margin-bottom: 10px;
	color: #ffcc00;
}

img.png{
	behavior:	url("/resources/scripts/pngbehavior.htc");
}

table.page-container{
	background-image: url('/resources/images/common/back.gif');
	background-repeat: repeat-x;
}

table.page{
	width: 950px;
	border-collapse: collapse;
}
td.page-container-section{
	border: 1px solid #323232;
}
td#page_section_menu{
	width: 170px;
	background-color: #dddddd;
}

td#page_section_content{
//	width: *;
	background-color: #ffffff;
}

td#page_section_bottom_content{

	background-color: #747575;
}

td#page_section_header{
	height: 90px;
	
	background-color: #000000;
	
	background-image: url('/resources/images/common/header_back1.gif');
	
	background-repeat: repeat-x;
}

td#page_section_footer{
	height: 50px;
	background-color: #000000;
	background-image: url('/resources/images/common/footer_back.jpg');
}

div.topmenu, div.topmenu a, div.bottommenu, div.bottommenu a{
	color: #ffffff;
}

div.topmenu a{
	font-weight: bold;
	text-decoration: none;
}

div.topmenu a:hover{
	color: #ffcc00;
}

div.topmenu a.selected{
	color: #ffcc00;
}

div.bottommenu a{
	text-decoration: none;
	font-size: 10pt;
}

div.bottommenu a:hover{
	color: #ffcc00;
	font-size: 10pt;
}

div.bottommenu a.selected{
	color: #ffcc00;
	font-size: 10pt;
}

div.leftmenu-item{
	padding: 5px 10px 5px 10px;
	margin: 5px 0px 5px 0px;
	cursor: pointer;
}


div.leftmenu-item a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

div.leftmenu-item-accented{
	padding: 5px 10px 5px 10px;
	margin: 5px 0px 5px 0px;
	cursor: pointer;
	
}

div.leftmenu-item-accented a{
	color: #a70000;
	text-decoration: none;
	font-weight: bold;
}

div.leftmenu-item-selected{
	padding: 5px 10px 5px 10px;
	margin: 5px 0px 5px 0px;
	cursor: pointer;
	background-color: #000000;
}

div.leftmenu-item-selected a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


div.leftmenu-subitem{
	padding: 3px 10px 3px 20px;
	margin: 5px 0px 5px 0px;
	cursor: pointer;
}

div.leftmenu-subitem a{
	color: #000000;
	text-decoration: none;
}


div.leftmenu-subitem-selected{
	padding: 3px 10px 3px 20px;
	margin: 5px 0px 5px 0px;
	cursor: pointer;
	background-color: #000000;
}

div.leftmenu-subitem-selected a{
	color: #FFFFFF;
	text-decoration: none;
}


div#slidecontainer{
	width: 950px;
	height: 400px;
	background-color: #000000;
	z-index: 0;
	overflow: hidden;
}

div#slidecontainerperspective{
	width: 950px;
	height: 400px;
	background-color: #000000;
	position: relative;
	z-index: 0;
	overflow: hidden;
	text-align: center;
}

div#infobar{
	z-index: 200;
	position: absolute;
	top: 400px;
	left: 0px;
	
	padding: 0px;
	text-align: right;
	
	background-color: #000000;
	
	color: #000000;
	
	
	width: 950px;
	height: 50px;
}

div#infobarcontent{
	margin: 13px 20px 0px 0px;
	color: #ffffff;
	font-size: 16pt;
}

td.header-cell div, td.separator-cell div, td.row-header-cell div, td.cell div{
	margin: 5px;
}

td.header-cell{
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

td.separator-cell{
	color: #000000;
	background-color: #999999;
	text-align: left;
	
	font-weight: bold;
	
	border-top: solid #505050 1px;
}
td.separator-cell div{
	font-size: 12pt;
}

td.cell{
	text-align: center;
	border-left: solid #505050 1px;
	border-top: solid #505050 1px;
}
td.row-header-cell{
	border-top: solid #505050 1px;
}
tr.even{
	background-color: #eeeeee;
}


.popup {
	position: absolute;
	z-index: 50;
	visibility: hidden;
	top: 0px;
	left: 0px;
}


.RangeMapToolbox{
	position:absolute;
	right: 20px;
	bottom: 15px;
	border: 2px solid gray;
	padding: 10px;
	text-align: left;
	font-size: small;
	font-weight: bold;
	font-family: Verdana;
	
	width: 270px;
	height: 90px;
	
	background-color: #ccc;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}









