/* Page body */

/* Text for most CSS classes */
body, .text, .smText, .error, a, a.smLink, a.msgLink, a.tLink, .WebWizRTEtextarea, .basicTable, .errorTable, .tableRow, .tableTopRow, .tableBottomRow, .evenTableRow, .oddTableRow, .hiddenTableRow, .PMtableRow, .PMmsgBody, .msgBody, .msgEvenTableRow, .msgOddTableRow, .msgHiddenTableRow, .msgOddTableSide, .msgEvenTableSide, .msgSignature, .calDateCell, .calTodayCell, .BBquote, .BBcode {
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
}
.lgText, .largeButton, .msgSideProfile, .tableLedger, .tableSubLedger, .tableSearchLedger, .calLedger{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

/* Text */
.smText{
	font-size: 10px;
	line-height: 12px; 
}

.lgText{
	font-size: 15px;
}


.error{
	color : #FF0000;
}



/* Hyperlinks */


a.smLink {
	font-size: 10px;
	font-weight: normal;
}


/* Page Links */
.pageLink, a.pageLink:link, a.pageLink:visited, a.smPageLink:link, a.smPageLink:visited{
	color : #000000;
	text-decoration: none;
	background: #F0F1F5;
	border: 1px solid #B6B9CB;
	padding: 2px;
	margin: 2px;	
}

a.smPageLink:link, a.smPageLink:visited{
	line-height: 30px;
	padding: 1px;
	margin: 1px;	
}

a.pageLink:hover, a.smPageLink:hover{
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background: #7F7F99;
}

.pageLink{
	background: #DCDDE4;
	border: 1px solid #888888;
}



/* Misc */


a img,:link img,:visited img{
	border: none;
	vertical-align: middle; 
}

.imgBorder {
	border: #E7E7E7 1px solid;
}



/* Tables */
.basicTable{
	text-align: left;
	margin-left:256px;
	border: 0px;
	width: 52%;
	
}

.errorTable{
	text-align: left;
	margin-left:256px;
	border: 1px solid #FD7D40;
	background-color: #FFF2E6;
	width: 52%;
	color: #FF0000;
	
}

.tableBorder{
	text-align: left;
	border: 0px solid #B6B9CB;
	background-color: #FFFFFF;
	width: 86%;
	;
}

.tableBorderz{
	text-align: left;	
	border: 1px solid #B6B9CB;
	background-color: #FFFFFF;
	width: 52%;
	;
}

/* Table Ledger */
.tableLedger{
	margin-left:256px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 26px;
	
}

.tableLedger a:link, .tableLedger a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.tableLedger a:hover, .tableLedger a:visited:hover{
	color : #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

/* Search Sub-Ledger */
.tableSubLedger{
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	height: 11px;
}

.tableSubLedger a:link, .tableSubLedger a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration: none;
	font-weight: bold;
	height: 11px;
}

.tableSubLedger a:hover, .tableSubLedger a:visited:hover{
	color : #666666;
	text-decoration : none;
	font-weight: bold;
	height: 11px;
}


/* Tables */
.tableRow{
	background-color: #FFFFFF;
	
}

.tableTopRow{
	background-color: #FFFFFF;
	
}

.tableBottomRow{
	background-color: #FFFFFF;
	
}


/* Alternating Row colors */
.evenTableRow{
	background-color: #FFFFFF;

}

.oddTableRow{
	background-color: #FFFFFF;
}

.hiddenTableRow{
	background-color: #DFDFDF;
}


.topicIcon, .forumIcon{
	background-position: center;
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
}

