html {
	height: 100%;	
}
body {
	margin: 0;
  	padding: 0;
  	font-family: helvetica,arial,sans-serif;
  	height: 100%;
  	background-image:url('./images/bground.png');
}

td, th, input, select {
	font-family: helvetica,arial,sans-serif;
}

.topnav {
	font-family: verdana, helvetica,arial,sans-serif;
	width: 100%;
	height: 62px;
	background: #006699;
}

.loginbox {
	border: 1px #006699 solid;
	background: #d6e6f5;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 400px; 
	float: right;
	padding-left: 4px;
	padding-right: 4px;
	height: 60px;
}

.loggedinbox
{
	height: 20px;
}

DIV.sidenav
{
	float: left;
	margin-left: 4px;
	margin-right: 10px;
	font-size: 12px;
	width: 130px;
}

DIV.footerBottom
{
	width:100%;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 10px;
}

DIV.mainContent
{
	float: left;
	width: 900px;
}

.clear {
	clear: both;
	line-height: 1px;
}

DIV.footer 
{
	text-align: center;
	padding-bottom: 4px;
	font-size: 10px;	
}

A:link,
A:active,
A:visited {
	color: #006699;
}

A.menuLink:link,
A.menuLink:active,
A.menuLink:visited {
	color: white;
	text-decoration:none;
	margin-right: 10px;
}

a.menuLink:hover {background-color:#d6e6f5;}

.menuLevelOneBar
{
	float: left; 
	margin-top: 34px; 
	margin-left: -80px;
}

.menuLevelOneLoggedIn
{
	margin-top: 15px; 
}

.menuLevelOne
{
	float: left;
	color: white;
}
	
DIV.menuLevelTwo
{
	font: 9px;
	padding-bottom: 8px;
	float: left;
}

DIV.menuRightArrow {
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 5px solid #ffffff;
	border-left: 10px solid #77c;
	border-bottom: 5px solid #ffffff;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
	
DIV.menuLevelThree
{
	
}

.error {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : Red;
}

.title {
	font-size: 18px;
	font-weight: bold;
}

TABLE.data {
	background: #ffffff;
}

TABLE.data TH {
	font-size: 11px;
	font-family: verdana,sans-serif;
	background: #006699;
	color: #ffffff;
	border: #cccccc outset 1px;
}

TABLE.data TD {
	font-size: 11px;
	background: #d6e6f5;
}

TABLE.std {
	background: #ffffff;
	border: 2px solid #006699;
}

TABLE.std TD {
	background: #d6e6f5;
}

TABLE.std TH {
	background: #d6e6f5;
	border-bottom: #006699 solid 1px;
	padding-bottom: 10px;
}

TABLE.ing {
	background: #d6e6f5;
	border: 2px solid #006699;
}

TABLE.ing TD {
	background: #ffffff;
}

TABLE.ing PRE {
	font-family: helvetica,arial,sans-serif;
	font-size: 13px;
}

.button {
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #666666;
    font-weight: bold;
    font-size: 11px;
}

.button:hover{
    background-color: #F8F8F8;
    border: 1px solid #C6C6C6;
    color: #333333;
}

.field_textbox {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	background : White;
	color : Black;
	border : 1px solid Black;
}

.field_checkbox {
 	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	background : White;
	color : Black;
}

.borderedItem {
	border-style:solid;
	border-width:1px;
	border-color: #006699;
	padding:2px 2px 2px 4px;
	margin-top: 8px;
	width: 590px;
}

.ui-autocomplete {
		max-height: 180px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
		/* add padding to account for vertical scrollbar */
		padding-right: 10px;
	}


