/* ======================================================
    CSS STYLES FOR PORTAL http://demo.olbfcs.com/1stFCS/ - Login & Logout
    v4.0, 10/2010
    ======================================================
*/

@import url("../portal.css");

/* These styles are for the Login & Logout skin only, to override the styles in the Default skin */

/* ____________ PAGE HEADER ________________________ */

table.HeadBg {
	display: none;
}
/* ____________ END PAGE HEADER ____________________ */

/* ____________ PAGE BACKGROUND ____________________ */

table.tableContent, .tableMain {
	background-color: #FFF;
	display: block;
}
table.tableContent {
	background-image: none;
}
/* LEFT Pane Navigation */
td#tdLeftPane  { 
	width: 0;
	height: 0;
	padding: 0;
	background-color: transparent;
}
/* LEFT Pane Content */
td#LeftPane {
	width: 0;
	padding: 0;
	background-color: transparent; 
	border-right: 0 solid #FFF;
}
/* CENTER Pane */
#ContentPane div.pnlContent {     
	margin: 0; 
}
/* ____________ END PAGE BACKGROUND ________________ */

/* ____________ PAGE FOOTER ______________________ */

p.copyright {
	display: inline;
}
/* ____________ END PAGE FOOTER __________________ */

/* ____________ MAIN NAVIGATION ____________________ */

.staticLinks,  .staticHdrLogo, .tagLine {
	display: none;
}
/* ____________ END MAIN NAVIGATION ________________ */

/* ____________ LOGIN PAGE _________________________ */

#LogonBg { 
	margin: 0;
	padding: 0;
	background: url(/1stFCS/uploads/logonBg.gif) no-repeat;
}
A.btnGrayBg {
	color: #000;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}
A.btnGrayBg SPAN {
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #A6CAF0;
	border: outset 1px #858585;
}
/* ____________ END LOGIN PAGE _____________________ */

/* ____________ INTRODUCTION PAGE __________________ */

#main_stage { 
	width: 970px;
	margin: 0;
	padding: 0;
	background: url(/1stFCS/uploads/Option1Bg.jpg) no-repeat;
}
#main_footer {
	width: 970px;
	height: 28px;
	padding: 0;
	border: 0 solid #777;
}
.copyright {
	padding-left: 5px;
	color: #777; 
	font: normal 10pt Arial, Verdana, sans-serif; 
}
.main { 
	width: 600px;
	height: 530px;
	padding-top: 15px;
	color: #1c2428;
	font-size: 11pt;  
	vertical-align: top;
}
.welcome_to {
	padding-top: 2px;
	color: #6bb13f;
	font-size: 14pt;
	font-weight: normal;   
}
/* ____________ END INTRODUCTION PAGE ______________ */

/* ____________ LOGOUT PAGE ________________________ */

#logoutTable {
	width: 100%;
	height: 600px;
	margin: 0;
	padding: 20px;
	background-color: #000;
}
.logoutBody_hdr {
	margin: 0;
	padding: 10px;
	color: #FFF;
	font: bold 16px Verdana, Arial, sans-serif; 
}
.logoutBody_content {
	margin: 0;
	padding: 0 15px;
	color: #FFF;
	font: normal 11px Verdana, Arial, sans-serif; 
}
.logoutFooter {
	padding-top: 10px;
	padding-right: 10px;
	border-top: 2px solid #639a31;
	color: #777;
	font: normal 11px Arial, Verdana, sans-serif; 
}
#logout_links { }
a.logout_links, a.logout_links:active, a.logout_links:visited, a.logout_links:hover {
	color: #639a31;
	text-decoration: none;
}
a.logout_links:hover {
	text-decoration: underline;
}
#logoutFooter_links { }
a.logoutFooter_links, a.logoutFooter_links:active, a.logoutFooter_links:visited, a.logoutFooter_links:hover {
	color: #777;
	text-decoration: none;
}
a.logoutFooter_links:hover {
	text-decoration: underline;
}
/* ____________ END LOGOUT PAGE ____________________ */




