Body {background-image: url('../images/background.png');
background-repeat: no-repeat;
background-position: top center; 
margin: 0px; font-family: Trebuchet MS, sans-serif, Verdana, Arial; font-size: 13px;  }

.footer {align:center;text-align:center;width:850px}

.contentArea {
width:825px;
height:618px;
background-image: url('../images/white_box.png');
background-repeat: no-repeat;
overflow:auto;
padding-left:10px;
padding-top:10px;
}

.breadcrumbs {
	font-size:14px;
	}
.smallFont {font-size:12px;}
.footerLabel {
	font-weight:bold;
	color:white;
}

.leftnav
{
	width:180px;
	padding-left:20px;
}
a {
color:blue;
text-decoration:none;
font-size:14px;
}

a:hover {
color:green;
}

input,select,textarea,submit {
 font-size:12px;
 border: 1px solid #000000;
 }
 
 .error{
 color:red;
 }
 
 .recordList {
 padding:5px;
 }
 
 .borderBottom {border-bottom:1px solid black}
 .rowOdd {
 }
 .rowEven {
 background-color:#cccccc;
}


div.wt-notesSubhead {
	display: none;
	position: absolute;
	background-color:white;
	font-size: 1em;
	color: #AE0001;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0;
	cursor: pointer;
	border: solid 1px black;
	width:400px;
	z-index: 100;
}


