.myIcon {
	background-position: -16px 0px;
	width: 16px;
	height: 16px;
}

.acctTitle {
	background: #dd0031;
	color: #66605f;
}

.headerColor {
	background: #efefef;
}

.subacct {
	color: #000000;
	background: #ffffff;
}
.header_acct {
	color: #000000;
}
.formula_header_acct {
	color: #d5442f;
}

.formulaHeader {
	background: #ffffff;
	color: blue;	
}

.cashFlowHeaderRow {
	background: #E9F7FC;
	color: blue;
}
.projDebtHeaderRow .subacct{	
	color: #000000;
	background: #efefef;	
}
.expandIcon {
	background-repeat: no-repeat;
	background-image: url('../../../css/expand_b.gif');
	background-position: left center;
	width: 5%;
}

.ratioPortlet {
	height: 400px;
	overflow: auto;
}

.collapseIcon {
	background-repeat: no-repeat;
	background-image: url('../../../css/collapse_b.gif');
	background-position: left center;
}

.portletHeader {
	
}

.comment {
	background-image: url('../../../css/dirty.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.searchIcon {
	background-image: url('../../../css/icon_magnfi.gif');
	background-repeat: no-repeat;
	align: left;
	background-position: right;
}

.gridHeader {
	
}

.acctClass {
	background-color: yellow;
}

.scheduleLink:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .265cm;
	font-weight: normal;
	text-decoration: underline;
	color: blue;
}

.accountCalcLink:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .265cm;
	font-weight: normal;
	text-decoration: underline;
	color: blue;
}

.cashFlowHeader {
	color: grey;	
	
}

.stmtinLink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .265cm;
	font-weight: normal;
	color: blue;
	text-decoration: underline;	
}
.headerLink:link {
	color: blue;
	text-decoration: underline;	
}
/*Pop up header tab highlight style*/
li.ui-tabs-selected a span
{ 
	color: #784c4c; 
	text-decoration: none; 
}
/*Rounded corners for the report tabs in FSA*/
li.ui-corner-top { 
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px; 
}
ul.ui-tabs-nav { 
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px; 
}
div.ui-widget-content #gbox_rptList,#tabs{ 
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px; 
}
/*Close icon style for spreading screens*/
.ui-icon-closethick-fsa { 
	background-position: -96px -128px; 
}