@CHARSET "ISO-8859-1";

html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: #fff;
	/*font-family: tahoma, verdana, arial,georgia, palatino linotype, times new roman, serif;*/
	font-family: helvetica,georgia,arial,sans-serif;
	font-size: 12px;
	/* hide overflow:hidden from IE5/Mac */ /* \*/
	overflow: hidden;
	/* */
}

body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
}
img {
	padding: 0;
	margin: 0;
}
a img {
border: 0;
}
a {outline: 0; color: #0000ff}
a:link {outline: 0; color: #0000ff}
a:visited {outline: 0; color: #0000ff}
a:active {outline: 0; color: #0000ff}
a:hover {outline: 0; color: #0000ff}
	
h1 {
	font-size: 16px;
	font-weight: bold;	
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 1px;	
}
h3 {
	font-size: 12px;
	font-weight: bold;	
}
h4 {
	font-size: 14px;
	font-weight: bold;	
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
 
  .help_text{
 	color: #333;
 }
 
.clearer { clear: both; display: block; height: 1px; margin-bottom: -1px; font-size: 1px; line-height: 1px; }


div#wrapper {position:absolute; top:85px;left:0px;right:0px;bottom:0px;overflow:hidden;}

* html #wrapper {
display:block; /* set up as a block */
height:100%; /* set height to full page */
max-height:100%;
width: 100%;
overflow:auto; /* add scroll bars as required */
position:relative; /* set up relative positioning so that z-index will work */
z-index:3; /* allocate a suitable z-index */
}

div#map_canvas {position:absolute; top:0px;bottom:0px;left:0px;width:100%;overflow-y:auto}
* html #map_canvas {
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
	max-height:100%;
	width: 100%;
	position:relative;
	z-index:3;
}
div.map_canvas_left_column {
	position:absolute;
	width: 230px;
	top:8px;
	left:10px;
	bottom:40px;
	padding: 5px;
	background: #fff;
	border: 1px solid #000;
	z-index: 10;
	/*overflow: auto;*/
	display: none;
}
* html .map_canvas_left_column {
	height:	300px;
}
div.map_canvas_left_column a {outline: 0; color: #000000}
div.map_canvas_left_column a:link {outline: 0; color: #000000}
div.map_canvas_left_column a:visited {outline: 0; color: #000000}
div.map_canvas_left_column a:active {outline: 0; color: #000000}
div.map_canvas_left_column a:hover {outline: 0; color: #000000}

div.control_div .close{
	position:absolute;
	top: -7px;
	right: -10px;
	border: 0px solid #f00;
}
.left_column_inner_div{
	position: absolute;
	top:55px;
	left:5px;
	right:5px;
	bottom:5px;
	overflow:auto;
	border: 0px solid #eee;
	line-height:150%;
}
* html .left_column_inner_div {
	height:	240px;
}
.center_div{
	position: relative;
	width:450px;
	height: 95px;
	top: 10px;
	margin: 0 auto 0 auto;
	padding: 10px 20px 20px 20px;
	background-color: #fff;
	border: 1px solid #555;
	z-index: 55;
	line-height:150%;
	display: none;
}
/* Zebra Table */
tr.alt td {
	background: #f6f6f6;
}
tr.even td {
	background: #f1f1f1;
}
tr.over td {
	background: #fffca0;
}
.inline_fancybox{
	width: 600px;
	height: 340px;
	line-height:140%;
	padding: 15px;
	overflow: auto;
}
#inline_data .inline_fancybox {
	display: none;
}


 .message_div{
 	margin-top: 20px;
 	font-size: 16px;
 	font-weight: bold;
 	color: #f00;
 	font-style: italic;
 	text-align: center;
 }
 /* Header Style START */
#head {
	padding:0;
	border-bottom: 2px solid #000;
	background-color: #cf474e;
	height: 83px;
	z-index: 5;
}
#head_menu {
	top: 0;
	width:670px;
	height: 85px;
	/*height: 70px;*/
	margin: 0 auto 0 auto;
	padding: 0;
}
.menu_button{
	margin-left: 7px;
	float: left;
	_width: 0px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}
.menu_button_active{
	margin-left: 20px;
	float: left;
	/*display: inline;*/
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.menu_button a, .menu_button a:link, .menu_button a:visited, .menu_button_active a, .menu_button_active a:link, .menu_button_active a:visited{
	text-decoration:none;
	display:block;
	color: #fff;
	padding: 3px;
	height: 100%;
	width: 100%; 
	outline:0;
  }

.menu_button a:hover {
	/*font-weight: bold;*/
	/*text-decoration:underline;*/
	background-color: #d66b70;
  }
/* Header Style END */
