/* ========================================
    CSS STYLES FOR PORTAL    http://demo.olbfcs.com/FCSIllinois/ - Enrollment & Statements
    v4.0, 10/2010 
    ========================================
*/   

@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 ______________________ */
/* Background for the header at the top of the page  */
table.HeadBg {
	background-color: #FFFFFF; 
	background-image: url(/FCSIllinois/uploads/report_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 center;
}
/* ____________ END PAGE HEADER __________________ */

/* ____________ PAGE BACKGROUND __________________ */
table.tableContent  {
	background-color: #FFFFFF; 
	background-image: url(none);
}
/* LEFT Pane */
td#tdLeftPane {
	font-family: Arial, Verdana, sans-serif; 
	background-color: #0087BF;
	padding-top: 0; 
}
#LeftPane H2 {
	margin: 0;
	padding: 50px 5px 30px 5px;
	background-color: transparent;
	color: #FFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
#LeftPane H2 A {
	padding-top: 10px;
	padding-right: 10px;
	color: #FFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px; 
	font-weight: normal; 
	line-height: 24px; 
	text-decoration: none;
}
#LeftPane H2 A:hover {
	text-decoration: underline;
}
/* CENTER Pane */
td#ContentPane {
	padding-top: 0;
}
/* ____________ END PAGE BACKGROUND ______________ */

/* ____________ MAIN NAVIGATION __________________ */
#Header_trNav  
	{display: none;}
.staticLinks, table.staticLinksOLB 
	{display: none;}
.tagline
	{display: none;}
/* ____________ END MAIN NAVIGATION ______________ */

/* ____________ SCREEN DEFAULT CONTENT ___________ */

td.screenHdr {
	background-color: #006699;
}
.screenHdr p {
	margin: 0;
	padding: 2px;
	color: #FFF;
	font: bold 18px Arial, Verdana, sans-serif;
}
.screenTextsmall, .screenTextnormal, .screenSubheading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}
.screenTextnormal {
	margin: 2px;
	font-size: 12px;
}
P.screenSubheading {
	font-size: 16px;
	font-weight: bold;
}
/* ____________ END SCREEN DEFAULT CONTENT _______ */

/* ____________ ENROLLMENT _______________________ */

table.tblEnroll {
	margin: 0;
	padding: 0;
	border: 0;
}
A.btnEnroll {
	color: #FFF;
	font-size: 9px; 
	font-weight: bold;
	text-decoration: none;
}
A.btnEnroll SPAN {
	padding: 2px 10px;
	background-color: #006699;
	border: 2px inset #858585;
}
/* Authorize External Accounts styles */
.tblCIF, .tblCIFReports {
	font: normal 11px Verdana, Arial, sans-serif;
}
.tblCIF TH, .tblCIFReports TH {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E1D7BE;
	color: blue;
	font-weight: bold;
	vertical-align: middle;
}
.tblCIF td {
	height: 16px;
	padding: 1px 3px;
	background-color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #777 #E1D7BE #E1D7BE #777; 
	color: #000;
	text-transform: uppercase;
}
.tblCIFReports td {
	height: 16px;
	padding: 5px 3px 5px 3px;
	background-color: #FFF;
	border-top: 1px solid #E1D7BE; 
	color: #000;
}
.tblCIF A {
	color: blue;
	text-decoration: none;
}
.tblCIF A:hover {
	color: blue;
	text-decoration: underline;
}
/* END Authorize External Accounts styles */
/* ____________ END ENROLLMENT ____________________ */

/* ____________ STATEMENTS & BILLS _________________ */

.tblStmts, .tblStmts TD {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.tblStmts TH {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E1D7BE;
	color: blue;
	font-weight: bold;
	vertical-align: middle;
}
.tblStmts TD {
	height: 16px;
	padding: 5px 3px 5px 3px;
	background-color: #FFF;
	border-top: 1px solid #E1D7BE; 
	color: blue;
}
.tblStmts A {
	color: blue;
	text-decoration: none;
}
.tblStmts A:hover {
	color: blue;
	text-decoration: underline;
}
/* ____________ END STATEMENTS & BILLS _____________ */



