/* Page body */
body{
	background-color: #FFF;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(../../graphics/bg5.gif);
	background-repeat: repeat-x;
}
h1 {
	color: #D65B20;
}

/* Text for most CSS classes */
body, .text, .smText, .error, a, a.smLink, a.nav, a.msgLink, a.tLink, .WebWizRTEtextarea, .basicTable, .errorTable, .tableLedger, .tableSubLedger, .tableRow, .tableTopRow, .tableBottomRow, .RTEtableRow, .RTEtableTopRow, .RTEtableBottomRow {
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(../../graphics/background.png);
}
.lgText, h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}

/* Text */
.smText{
	font-size: 10px;
}

.lgText{
	font-size: 15px;
}

h1{
	font-size: 19px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.error{
	color : #FF0000;
}

/* Hyperlinks */
a:link {
	color : #000000;
	text-decoration: none;
}

a:visited{
	color : #000000;
	text-decoration : none;
}

a:hover, a:visited:hover{
	color : #D65B20;
	text-decoration : underline;
}

a.smLink {
	font-size: 10px;
}

/* Misc */

form{
	display: inline;
}

a img,:link img,:visited img{
	border: none;
	vertical-align: middle;
}

.imgBorder {
	border: #E7E7E7 1px solid;
}

/* PNG Support for IE5.5 & 6 */
img {
   behavior: url('includes/pngbehavior.htc');
}

/* Tables */
.basicTable{
	text-align: left;
	border: 0px;
	width: 97%;
}

.errorTable{
	text-align: left;
	border: 1px solid #F5C41C;
	background-color: #FFFFB0;
	width: 98%;
	color: #000000;
}

.tableBorder{
	text-align: left;
	border: 1px solid #E1E3EC;
	background-color: #FFFFFF;
	width: 100%;
}

/* Table Ledger */
.tableLedger{
	font-weight: bold;
	color: #ffffff;
	background-color: #556B94;
	line-height: 18px;
	background-image: url('../../images/default_toolbar_background2.gif');
	
}

/* Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	color: #333333;
	background-color: #EBEEF7;
	height: 19px;
}

/* Tables */
.tableRow, .tableTopRow, .tableBottomRow, .RTEtableRow, .RTEtableTopRow, .RTEtableBottomRow{
	background-color: #FFFFFF;
}
.tableRow3 {background-color: #E4E6D0;}

.tableRow4 {
	background-color: #D5D7BF;
	background-image: url(../../../resources/images/boxbg3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.msgBody{
	width: 100%;
}

/* RTE */
.RTEtoolbar{
 	background-image: url('../../images/topbar_background.gif');
 
}

.WebWizRTEbutton, .RTEtoolbar{
	padding: 1px;
	margin-bottom: 2px;
	margin-top: 2px;
	
}

.WebWizRTEbuttonOver{
	background-image: url('../../images/toolbar_button_background.gif');
	padding: 1px;
}

.RTEtextarea{
	background-color: #FFFFFF;
	color: #000000;
	margin: 2px;
}

.RTEmouseOver{
	background-color: #c1cff2;
	color: #FFFFFF;
}

.jobtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D65B20;
	}

.textlink a:hover:link {
	color:#D65B20;
	text-decoration: underline;
}

.textlink a:hover:visited {
	color:#D65B20;
	text-decoration: underline;
}

.textlink a:link {
	color: #556B94;
	text-decoration: underline;
}
.textlink a:visited {
	color:#556B94;
	text-decoration: underline;
}

.footer a:hover:link {
	color:#ffffff;
	text-decoration: underline;
}

.footer a:hover:visited {
	color:#ffffff;
	text-decoration: underline;
}

.footer a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer a:visited {
	color:#ffffff;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.complete {
	font-weight: bold;
	color: #090;
}

.incomplete {
	font-weight: bold;
	color: #F00;
}
.orangelink {background-color: #E4E6D0;}

.orangelink a:hover:link {
	color:#D65B20;
	text-decoration: underline;
}

.orangelink a:hover:visited {
	color:#D65B20;
	text-decoration: underline;
}

.orangelink a:link {
	color: #D65B20;
	
}
.orangelink a:visited {
	color:#D65B20;
	
}
.html-marquee {
	height:160px;
	width:190px;
	background-color:#546A93;
	font-family:Cursive;
	font-size:10pt;
	color:#ffffff;
	border-width:0;
	border-style:dotted;
	border-color:ff0000;
	text-align: center;
}

.html-marquee a:hover:link {
	color:#D65B20;
	text-decoration: underline;
}

.html-marquee a:hover:visited {
	color:#D65B20;
	text-decoration: underline;
}

.html-marquee a:link {
	color: #ffffff;
	text-decoration: none;
}
.html-marquee a:visited {
	color:#ffffff;
	text-decoration: none;
}
.jobheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

.picpadding {
	padding-right: 10px;
	padding-left: 10px;
}


