/* =========================================================
    CSS STYLES FOR PORTAL http://demo.olbfcs.com/1stFCS/ - Enrollment & Statements
    v4.0, 10/2010
    ========================================================
*/

@import url("../portal.css");

/* These styles are for the Enrollment & Statements skin ONLY, to override styles in the Default skin */

/* ____________ PAGE HEADER ______________________ */

table.HeadBg {
	background-color: #000;
	background-image: url(/1stFCS/uploads/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
/* ____________ END PAGE HEADER __________________ */

/* ____________ PAGE BACKGROUND __________________ */

table.tableContent {
	background-color: #FFF;
	background-image: none;
}
/* LEFT Pane */
td#tdLeftPane {
	width: 170px;
	padding-top: 0;
	background-color: #0087BF;
}
/* CENTER Pane */
td#ContentPane {
	padding-top: 0;
}
/* ____________ END PAGE BACKGROUND ______________ */

/* ____________ MAIN NAVIGATION __________________ */

#Header_trNav {
	display: none;
}
.staticLinks, table.staticLinksOLB, .tagLine {
	display: none;
}
/* ____________ END MAIN NAVIGATION ______________ */

/* ____________ GENERAL __________________________ */

#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;
}
A:link, A:visited, A:hover {
	color: #009966;
	font-weight: normal;
	text-decoration: underline;
}
A:hover {
	text-decoration: none;
}
/* ____________ END GENERAL ______________________ */

/* ____________ SCREEN DEFAULT CONTENT ___________ */

td.screenHdr { 
	height: 30px;
	margin: 0;
	padding: 0;
	background-color: #006699;
}
.screenHdr p {
	color: #FFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px; 
	font-weight: bold;
}
.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;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #006699;
	border: 2px inset #858585;
}
/* ____________ 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 _____________ */






