/* ======================================================
    CSS STYLES FOR PORTAL    http://demo.olbfcs.com/FCSFinancial/ - Login & Logout
    v4.0, 11/18/2009 
    ======================================================
*/   

@import url("../portal.css") ;

/* ### NOTE 1:  These styles are for the Login/Logout skin ONLY  ### */
/* ### NOTE 2:  These styles are ONLY the items that are different from the Default skin ### */

/* ### PAGE HEADER styles BEGIN */
table.HeadBg 
	{display: none;}
/* ### PAGE HEADER styles END */

/* ### PAGE BACKGROUND styles BEGIN */
table.tableContent, .tableMain {
	background-color: #FFFFFF;
	display: block;
}
table.tableContent  
	{background-image: none;}
/* LEFT Pane */
td#tdLeftPane  { 
	background-color: transparent;
	width: 0px;
	height: 0px; 
	padding: 0px;
}
/* LEFT Pane Content */
td#LeftPane {
	background-color: transparent; 
	border-right: 0px solid #FFFFFF;
	padding: 0px;
	width: 0px;
}
/* ### PAGE BACKGROUND styles END */


/* Static Links should not display in the main navigation bar of the Login/Logout skin */
.staticLinks,  .staticHdrLogo 
	{display: none;}

/* LOGIN Page styles BEGIN */
#LoginBg { 
	margin: 0px;
	padding: 0px;
	background: url(/FCSFinancial/uploads/loginBg.gif) no-repeat;
}
A.btnGrayBg {
	color: black;
	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;
}
/* LOGIN Page styles END */

/* INTRODUCTION Page styles BEGIN */
#main_stage { 
	width: 970px;
	margin: 0px;
	padding: 0px;
	background: url(/FCSFinancial/uploads/Option1Bg.jpg) no-repeat;
}
#ContentPane div.pnlContent {     
	margin: 0px; 
}
.welcome_to {
	font-size: 14pt;
	font-weight: normal;   
	color: #6bb13f;
	padding-top: 2px;
}
.main { 
	vertical-align: top;
	font-size: 11pt;  
	color: #1c2428;
	width: 600px;
	height: 400px;
/*	padding-top: 15px; */
}
.welcome_page_text {
	font-size: 11pt;
	font-weight: normal;   
	color: #1c2428;
	padding-top: 25px;
}
.icon {
	vertical-align: top;
	text-align: left;
	width: 30px;
	padding-top: 27px;
}
#blue_links { }
a.blue_links, a.blue_links:active, a.blue_links:visited {
	color: #1A7AB6;
	font-weight: bold;
	text-decoration: underline;
}
a.blue_links:hover {
	color: #1A7AB6;
	text-decoration: none;
}
#green_links { }
a.green_links, a.green_links:active, a.green_links:visited {
	color: #6bb13f;
	text-decoration: underline;
}
a.green_links:hover {
	color: #40650b;
	text-decoration: none;
}
/* INTRODUCTION Page styles END */

/* LOGOUT Page styles BEGIN */
.logout_links:link, 
.logout_links:visited {
	color: #009966;
	text-decoration: none;
}
.logout_links:hover {
	color: #009966;
	text-decoration: underline;
}
#logoutTable {
	background-color: #FFFFFF;
}
.logoutBody_hdr {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 10px 15px 0px 15px;
}
.logoutBody_content {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px 15px;
}
.logoutFooter {
	border-top: 2px solid #009966;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #777777; 
	padding-top: 10px;
	padding-right: 10px;
}
#logout_links { }
a.logout_links, a.logout_links:active, a.logout_links:visited {
	color: #009966;
	text-decoration: none;
}
a.logout_links:hover {
	color: #009966;
	text-decoration: underline;
}
#logoutFooter_links { }
a.logoutFooter_links, a.logoutFooter_links:active, a.logoutFooter_links:visited {
	color: #777777;
	text-decoration: none;
}
a.logoutFooter_links:hover {
	color: #777777;
	text-decoration: underline;
}
/* LOGOUT Page styles END */

