/* Page body */
body{
	background-color: #452703;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* 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: Verdana, Arial, Helvetica, sans-serif;
	color : #CFCFCF;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
}
.lgText, h1{
	font-family: Arial, Helvetica, sans-serif;
	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 : #ff8400;
	text-decoration: none;
}

a:visited{
	color : #ff8400;
	text-decoration : none;
}

a:hover, a:visited:hover{
	color : #fd924c;
	text-decoration : underline;
}

a.smLink {
	font-size: 10px;
}

/* Misc */
ul{
	list-style-type: circle;
}

form{
	display: inline;
}

a img,:link img,:visited img{
	border: none;
	vertical-align: middle;
}

.imgBorder {
	border: #666666 1px solid;
}

/* PNG Support for IE5.5 & 6 */
img {
   behavior: url('includes/pngbehavior.htc');
}


/* Tables */
.basicTable{
	text-align: left;
	border: 0px;
	width: 98%;
}

.errorTable{
	text-align: left;
	border: 1px solid #FF6600;
	background-color: #990000;
	width: 98%;
	color: #FFFFFF;
}

.tableBorder{
	text-align: left;
	border: 1px solid #302d28;
	background-color: #534b43;
	width: 98%;
}

/* Table Ledger */
.tableLedger{
	font-weight: bold;
	color: #EAEAEA;
	background-color: #302d28;
}

/*  Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	background-color: #232323;
	height: 22px;
}

/* Tables */
.tableRow, .tableTopRow, .tableBottomRow, .RTEtableRow, .RTEtableTopRow, .RTEtableBottomRow{
	background-color: #2B2B2B;
}

.msgBody{
	width: 100%;
}

/* RTE */
.WebWizRTEbutton, .RTEtoolbar{
	background-color: #DDDDDD;
	border: 1px solid #DDDDDD;
}

.WebWizRTEbuttonOver{
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.RTEtextarea{
	background-color: #FFFFFF;
	color: #000000;
}

.RTEmouseOver{
	background-color: #909090;
	color: #FFFFFF;
}
