/* ================================================================
    CSS STYLES FOR PORTAL http://demo.olbfcs.com/greenstone/ - 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 {
	display: block;
}
table.tableContent {
	background-image: none;
}
td#tdLeftPane  {
	width: 0;
	height: 0; 
	padding: 0;
	background-color: transparent;
}
td#LeftPane {
	width: 0;
	padding: 0;
	background-color: transparent; 
	border-right: 0 solid #FFF;
}
#tdLeftPane a {
	color: #FFF;
}
#ContentPane div.pnlContent {     
	margin: 0; 
}
/* ____________ END PAGE BACKGROUND ______________ */

/* ____________ PAGE FOOTER ______________________ */

p.copyright {
	display: inline;
}
/* ____________ END PAGE FOOTER __________________ */

/* ____________ MAIN NAVIGATION __________________ */

#Header_trNav {
	display: none;
}
.staticLinks, table.staticLinksOLB {
	display: none;
}
/* ____________ END MAIN NAVIGATION ______________ */

/* ____________ LOGIN PAGE _______________________ */

#LogonBg { 
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background: url(/greenstone/uploads/logonBg.gif) no-repeat;
}
A.btnGrayBg {
	color: #000;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
A.btnGrayBg SPAN {
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #A6CAF0;
	border: 1px outset #858585;
}
/* ____________ END LOGIN PAGE ___________________ */

/* ____________ LOGOUT/INTRODUCTION PAGES ________ */

#main_stage { 
	width: 970px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background: url(/greenstone/uploads/Option1Bg.jpg) no-repeat;
}
.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;   
}
#logout_main_stage { 
	width: 970px;
	margin: 0;
	padding: 0;
	background-color: F0EEDF;
}
#logout_footerBg {
	width: 98%;
	height: 33px;
	margin: 0 auto;
	padding: 0;
	background-color: #0f5b85;
}
.logout_thankyou {
	padding-top: 150px;
	color: #40650B;
	font: bold 14pt Arial, sans-serif;
}
.logout_text {
	padding-left: 30px;
	color: #766c35;
	font: normal 11pt Arial, sans-serif;  
	vertical-align: top;
}
.logout_copyright {
	width: 970px;
	height: 33px;
	padding-left: 10px;
	color: #f0f0f0;
	font: normal 10pt Arial, Verdana, sans-serif; 
}
/* ____________ END LOGOUT/INTRODUCTION PAGES ____ */



