/* Page body */
body{
	background-color: #FFFFFF;
	margin-left: 10px;
	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,  .tableSubLedger, .tableRow, .tableTopRow, .tableBottomRow, .RTEtableRow, .RTEtableTopRow, .RTEtableBottomRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000066;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
}
.lgText, h1, .heading, a.big{
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
	font-size: 16px;
}

/* Hyperlinks */
a:link {
	color : #000066;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color : #000000;
	text-decoration : none;
	font-weight: bold;
}

a:hover, a:visited:hover{
	color : #000000;
	text-decoration : underline;
	font-weight: bold;
}



a.smLink  {
	color : #000066;
	text-decoration: none;
	font-weight: bold;
}




.webName{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #000066;
	background-image: url('../../images/titleBar.gif');
}


/* Text */
.smText{
	font-size: 10px;
}


.rssText{
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 6px;
}

.rssText2{
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 6px;

}

h1{
	margin-bottom: 3px;
	margin-top: 3px;
}

.error{
	color : #FF0000;
}



/* Misc */
ul{
	list-style-type: circle;
}

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;
}

.errorTable{
	text-align: left;
	border: 1px solid #FD7D40;
	background-color: #FFF2E6;
	width: 100%;
	color: #FF0000;
}

.tableBorder{
	text-align: left;
/*	border: 1px solid #E4E4E4; */
	border: 0px;
	background-color: #FFFFFF;
	width: 100%;
}

/* Table Ledger */
.tableLedger, {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	height: 25px;
	background-image: url('../../images/titleBar.gif');
}

.tableLedger a:link, .tableLedger a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.tableLedger a:hover, .tableLedger a:visited:hover{
	color : #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

/* Menu Bar Main */
.menuBarMain{
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #000066;
	background-image: url('../../images/titleBar.gif');
}

.menuBarMain a:link, .menuBarMain a:visited{
	color : #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;

}

.menuBarMain a:hover, .menuBarMain a:visited:hover{
	color : #FFFFCC;
	font-size: 11px;
	text-decoration : underline;
	font-weight: bold;

}

/* Table Status Bar */
.tableStatusBar, .tableLedger{
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #000066;
	background-image: url('../../images/titleBar.gif');
}

.tableStatusBar a:link, .tableStatusBar a:visited{
	color : #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

.tableStatusBar a:hover, .tableStatusBar a:visited:hover{
	color : #FFFFFF;
	font-size: 11px;
	text-decoration : underline;
}

/* Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	height: 19px;
	background-image: url('../../images/titleBar.gif');
}

/* Tables */
.tableRow, .tableTopRow, .tableBottomRow, .RTEtableRow, .RTEtableTopRow, .RTEtableBottomRow{
	background-color: #FFFFFF;
}

.msgBody{
	width: 100%;
}

/* RTE */
.WebWizRTEbutton, .RTEtoolbar{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.WebWizRTEbuttonOver{
	background-color: #E7E7E7;
	border: 1px solid #CC0000;
}

.RTEtextarea{
	background-color: #FFFFFF;
	color: #000000;
}

.RTEmouseOver{
	background-color: #E7E7E7;
	color: #FFFFFF;
}
