body
{
	font-family: Arial;
	font-size: 10pt;
	background-color:336699;
}

#logo
{
	cursor:pointer;
	cursor:hand;
	width:800px;
}

#loginDiv
{
	width:800px;
	padding-top:20px;
	background-color:336699;
	height:100%;
	font-family: Arial;
}

#loginDetailsDiv
{
	margin-top:50px;
	width:180px;
	float:left;
}

#imgDiv
{
	padding-top:5px;
	padding-bottom:5px;
	width:140px;
	font-size:8pt;
	text-align:center;
	float:right;
}


#imgContainer
{
	height:200px;
}
.tableInfo
{
	color:#FFFFFF;
}

.tableLogin
{
	font-family: Arial;
	font-size: 10pt;
	color:#FFFFFF;
	font-weight:bold;
	margin-left: 10px;
}

#messageDiv
{
	color:#FFFFFF;
	font-weight:bold;
}

#loadingMessageDiv
{
	background-color:#993333;
	color:#ffffff;
	width:100px;
	float:right;
	text-align:right;
	font-weight:bold;
	visibility:hidden;
	margin:2px;
}
/* Date Entry Screen  */

#boxContainerDiv
{
	background-color:#FFFFFF;
	width:800px;
}
#welcomeDiv
{
	color:#000000;
	width:300px;
}
#logoutDiv
{
	width:500px;
}
	

#dataEntryDiv
{
	width:800px;
}
.tableData
{
	font-family: Arial;
	font-size: 10pt;
	width: 800px;
	color:#000000;
}

#label
{
	font-weight:bold;
	width:110px;
}

#text
{
	width:300px;
}

#leftNavDiv
{
	width:150px;
	height:100%;	
	background-color:#3E7DBB;
	float:left;
}

#logoutSpan
{
	padding-left:40px;
}

.tableHeader
{
	text-align:left;
	background-color:#6E9ECF;
	color:#FFFFFF;
	font-size:8pt;
}

.tableHeaderRight
{
	text-align:center;
	background-color:#6E9ECF;
	color:#FFFFFF;
	font-size:8pt;
}


#imgToolbar
{
	cursor:pointer;
	cursor:hand;
	font-size:9pt;
}

.username, .title
{
	color:#FFFFFF;
}

a.registerLink:link, a.registerLink:active, a.registerLink:visited
{
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

a.registerLink:hover
{
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}

#infoDivContainer
{
	background-color:#FFF;
	float:right;
	padding:10px 10px 10px 10px;
	width:600px;
}

#mainContentDiv
{
	width:800px;
}

li
{
	list-style:none;
}

#registerDIV
{
	background-color:#FFF;
	padding:10px;
	width:100%;
	float:left;
	text-align:left;
}

#registerDIV p {font-size:10pt;}
#registerDIV TABLE
{
	font-family: Arial;
	font-size: 10pt;
	color:#000000;
}

DIV#registerDIV a, a:link, a:visited
{
	text-decoration:none;
}

.required{color:Red;}
