@import url("menu.css");
@import url("textarea.css");

body, div, td, p, span, table {
	font-family:verdana, Helvetica, sans-serif; 
	
	font-size:11px;
	
	color:#101010;
	
	text-align: left;	
}

body{
	margin: 0;
	text-align: center;
}

a, a:visited {
	color: #00639C;
	text-decoration:none;
}
a:hover{
	color: navy;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width:777px;
	text-align:left;
}
#topBanner{
	width: 777px;
	height: 88px;
	overflow: hidden;
}
#topNav{
	text-align:right;
	width: 777px;
	height: 14px;
	border-top: 1px solid #666666;
}
#mainNav{
	width: 777px;
	height: 18px;
	background-color:#006599;
	border-bottom: 1px solid #006599;
	z-index: 10;
	overflow:hidden;
	font-weight:bold;
}
#textArea{
}
#endNav{
	float:right;
	text-align:right;
	width: 777px;
	height: 16px;
	border-top: 1px solid #666666;
}
#endStrip{
	float:left;
	width: 777px;
	height: 40px;
	color: #01669A;
	font-weight:bold;
	font-size: 15px;
	text-align:center;
	margin-top:5px;
}

/* POPUP Window Properties */
.body {
	margin: 0px;
}
div#popupWin {
	position: absolute;
	background-color: #ffffff;
	border: 1px outset #808080;
	border-color: #808080 #000000 #000000 #808080;
	
}

div#pContainer {
	position: absolute;
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	
	
}


div#pTitleBar {
	background-color: #B7C9F4;
	border-bottom: 1px dotted #000099;
	font-weight: bold;
	position: fixed;
	width: 100%;
	height: 18px;
	z-index: 20;
	overflow: hidden;
}

.input{
	border:1px solid #808080;
	font-family:arial;
	font-size:11px;
	}

.button{
	border:1px solid #000000;
}

.caption
	{
	text-align:left;
	font-weight:bold;
	}

table.dataTable {
	border: 1px solid #808080;
	width: 100%;
}

table.dataTable th {
	background-color: #f4f4f4;
	padding: 3px;
}

table.dataTable td {
	padding: 3px;
	border-bottom: 1px dotted #f4f4f4;
}
