/* CSS Document */
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e7e7e1;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body.mainIframe{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #f6f6fc;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.top {
	background-image:url(../Images/topBg.jpg);
	background-repeat:repeat-y;		
}

.topMenu {
	background-image:url(../Images/topMenuBg.jpg);
	background-repeat:repeat-x;	
}

.pageTitle {
	color: #8c96bf;
	font-family: Trebuchet MS, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.subtitle{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.bodyTable{
	background-image:url(../Images/bg.gif);
	background-repeat:repeat-y;	
	height: 600px;
}

A.leftMenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

A.leftMenu:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	cursor: hand;
}

A.nav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color: #aab6ba;
	text-decoration: none;
}

A.nav:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color: #8c96bf;
	text-decoration: none;
	cursor: hand;
}

.navCurrPage{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #aab6ba;
	text-decoration: none;
}

A.normal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #aab6ba;
	text-decoration: none;
}

A.normal:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #8c96bf;
	text-decoration: none;
	cursor: hand;
}

A.jobLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	cursor: hand;
}

A.jobLink:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #8c96bf;
	text-decoration: none;
	cursor: hand;
}

LI.list {
	list-style-image: url(../Images/listArrow.gif)
}

LI.list02 {
	list-style-image: url(../Images/listArrow02.gif)
}

LI.list03 {
	list-style-image: url(../Images/listArrow03.gif)
}

.jobs {
	border: 1px solid #EBEFF4;
}

.jobsRow {
	font-size: 11px;
	background-color: #F9FAFC;
	border-top: 1px solid #ffffff;
	height: 15px;
	vertical-align: middle;
}

.jobsErr {
	color:#FF0000;
	font-size: 11px;
	background-color: #F9FAFC;
	border-top: 1px solid #ffffff;
	height: 15px;
	vertical-align: middle;
}

.txtField {
	height: 13px;
	width: 124px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;	
	color: #999999;
	border: 1px solid #cccccc;		
	background: #f5f5f5;
}

.txtBrowse {
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;	
	color: #999999;
	border: 1px solid #cccccc;		
	background: #f5f5f5;
}

.highlight {
	color: #444F7B;
	font-weight: 500;
	font-size: 11px;
}

