﻿
 .nameTitle
{
	text-decoration: underline;
	font-weight: bold;
}
 
body
{
	font-family:  "Open Sans",Sans-Serif, Arial, Verdana ; 
	font-size:12px;
	text-align:left;

}

h1
{
	font-size:x-large;
	font-weight:bold;
	margin: 10px 0;
}

h3
{
	font-size:medium;
	font-weight:bold;
}

td
{
	font-size:11px;
}

div#outerWrap
{
	width:1000px;
	margin:auto;
}

div#header
{
	height: 17px;
}

div#outerWrap div#header img
{
	float:left;
	padding-left:20px;
}

div#outerWrap div#header div#userInfo
{
	float:right;
	width:300px;
}

div#userDetails
{
	margin:5px 0;
	border:1px solid #000;
	padding: 5px;
	background-color: #ddd;
}

div#mapDiv
{
	float:right;
	height: 700px;
	width: 680px;
}

div#mapControls
{
	float:right;
	width:300px;
	
}

div#mapControls div#imgLeft
{
	width:145px;
}
div#mapControls div#imgRight
{
	width:145px;
	float:right;

}

div#mapControls hr
{
	clear:both;
}

div#mapControls p.top
{
	margin-top:6px;
	background-color:#ddd;
	font-weight:bold;
}

div#mapControls input.indent
{
	margin-left:20px;
}


.popup
{
	height:320px;
	overflow:scroll;
}

.hide {
    display: none;
}
/*{ color: white}*/

.bl {position:absolute;visibility: hidden; background: url(../images/bl.gif) 0 100% no-repeat #376b9c; width: 20em}
.br {position:absolute;visibility: hidden; background: url(../images/br.gif) 100% 100% no-repeat}
.tl {position:absolute;visibility: hidden; background: url(../images/tl.gif) 0 0 no-repeat}
.tr {position:absolute;visibility: hidden; background: url(../images/tr.gif) 100% 0 no-repeat}
.clear {font-size: 1px; height: 1px} 


.panel {
	background-color: #E5EEF6;
	width: 360px;
	margin: -20px 0px 5px 5px;
	visibility: hidden;
}
		
		
.viewHelpIMG

{
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 0px;
padding-left: 30px;
}

.viewTableSpacing {}

.logindiv {
	position:absolute;visibility: hidden;
}

table.info {
    border-collapse: collapse;
    border: 1px solid black;
    padding: 5px;
}

th.info {
   border: 1px solid black;
   padding: 5px;
}

td.info {
   border: 1px solid black;
   text-align:center;
   padding: 5px;
}

td.infotitle {
   border: 1px solid black;
   text-align:left;
   padding: 5px;
}