/* ========================================
    CSS STYLES FOR PORTAL    http://demo.olbfcs.com/FCSIllinois/ - Enrollment & Statements
    v4.0, 07/28/2009 
    ========================================
*/   

@import url("../portal.css") ;

/* ### NOTE 1:  These styles are for the Enrollment & Statements skin ONLY  ### */
/* ### NOTE 2:  These styles are ONLY the items that are different from the Default skin ### */


/* PAGE HEADER styles BEGIN */
/* Background for the header at the top of the page  */
table.HeadBg {
	background-color: #FFFFFF; 
	background-image: url(http://demo.olbfcs.com/FCSIllinois/uploads/report_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}
/* PAGE HEADER styles END */

/* PAGE BACKGROUND styles BEGIN */
table.tableContent  {
	background-color: #FFFFFF; 
	background-image: url(none);
}
/* LEFT Pane */
td#tdLeftPane {
	font-family: Arial, Verdana, sans-serif; 
	background-color: #0087BF;
	padding-top: 0px; 
}
/* CENTER Pane */
td#ContentPane {
	padding-top: 0px;
}
/* PAGE BACKGROUND styles END */

/* MAIN NAVIGATION styles BEGIN */
#Header_trNav  
	{display: none;}
/* Static Links & Tagline should not display in the Enrollment & Statements skin */
.staticLinks, table.staticLinksOLB 
	{display: none;}
.tagline
	{display: none;}
/* MAIN NAVIGATION styles END */

/* GENERAL */
#LeftPane H2 {
	font-family: Arial, Verdana, sans-serif; 
	color: white;
	font-size: 20px;
	text-align: left; 
	background-color: transparent;
	margin: 15px 3px 25px 3px;
	padding: 0px 2px 0px 2px;
}
#LeftPane H2 A {
	font-family: Arial, Verdana, sans-serif; 
	font-weight: normal;
	color: white;
	font-size: 16px; 
	line-height: 16px; 
	text-decoration: none;
}
#LeftPane H2 A:hover {
	text-decoration: underline;
}
A:link, A:visited {
	color: #02825D;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}


/* ENROLLMENT styles BEGIN */
td.pgTitle { 
	background-color: #006699;
	margin: 0px;
	padding: 1px;
}
.pgTitle p { 
	color: white;
	font-size: 14px; 
}
TABLE.tblEnroll {
	border: 0px;
	margin: 0px;
	padding: 0px;
/*	width: 100%; */
}
.tblEnroll A.btnClick {
	color: white;
	font-weight: bold;
	font-size: 9px; 
	text-decoration: none;
}
.tblEnroll A.btnClick SPAN {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #006699;
	border: 2px inset #858585;
}
/* ENROLLMENT styles END */

/* STATEMENTS & BILLS styles BEGIN */
/* TABLE "Select Customer" styles BEGIN */
.StmtsPgTitle {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px; 
	font-weight: bold;
}
.tblCIF, .tblCIFReports {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	font-weight: normal;
}
.tblCIF TH, .tblCIFReports TH {
	background-color: #E1D7BE;
	vertical-align: middle;
	color: blue;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tblCIF td {
	background-color: white;
	color: black;
	text-transform: uppercase;
	padding: 1px 3px 1px 3px;
	height: 16px;
	border-color: #777777 #E1D7BE #E1D7BE #777777; 
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}
.tblCIFReports td {
	background-color: white;
	color: black;
	padding: 5px 3px 5px 3px;
	height: 16px;
	border-top: solid #E1D7BE 1px; 
}
.tblCIF A {
	color: blue;
	text-decoration: none;
}
.tblCIF A:hover {
	color: blue;
	text-decoration: underline;
}
/* TABLE "Select Customer" styles END */
/* STATEMENTS & BILLS styles END */










