﻿
body
{
	/* background-color: #F0EFDB; background: url(../../images/background.jpg) no-repeat center  top;  */
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	overflow-x: hidden;	     
}
.button
{
	background-color:#A46843;
	color: White;
	font-family: 'Poppins',sans-serif;
	border-style: solid;
	border-width: 1px;
	cursor:pointer;
}

input, select, textarea, div
{
	font-size: 8pt;
	font-family: 'Poppins',sans-serif;
}

table
{
	font-family:'Poppins',sans-serif;
	font-size:12px;
	color:#3462AB;
}

.navigation
{
	background-color: #0F0E13;
	font-size: 11px;
	font-weight: bold;
	color: White;
	font-family: 'Poppins',sans-serif;
}
#divForm
{
    position:relative;
    z-index:1;
}
#bg {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#tbBody
{
    position:absolute;
    left:35%;
    height: 100%;
    background-color:#dde4ec; 
    -moz-opacity:.75; 
    filter:alpha(opacity=75);
}
#divLogo1
{
    background: url('../logo.gif') no-repeat bottom;
    width:180px;
    height:335px;
    padding:0 0 0 200px;
    margin:0 0 30px 0;
    border: none;
}

#divLogo2
{
    visibility:hidden;
    display:none;
}

#divLogo3
{
    visibility:hidden;
    display:none;
}

#divBody
{
    visibility:hidden;
    display:none;
}

#divBodyText
{
    visibility:hidden;
    display:none;
}

#divContent 
{
    float:left;
    background-color: #F0EFDB;
    width:1003px;
    height:490px;
}

#divLogin
{
	position:relative;
    width:316px;
    height:180px;
    margin: 0 0 0 30px;
    
}

#divDescription1
{
    visibility:hidden;
    display:none;
}

#divDescription2
{
    visibility:hidden;
    display:none;
}

#divFooter1
{
    visibility:hidden;
    display:none;
}
#divFooter2
{
    clear:both;
    position:absolute;
    font-family:'Poppins',sans-serif;
    font-size:11px;
    color:#ffffff;	
    bottom:0;
    left:0;
    padding:0px 0px 15px 20px;
}
#divFooter3
{
    position:absolute;
    bottom:0;
    right:0;
    padding:0px 20px 15px 0px;
}
#divLBLHeader
{	
    visibility:hidden;
    display:none;
}
#divLBLUsername
{	
    float:left;
    width:70px;
    height:24px;
    font-family:'Poppins',sans-serif;
    font-size:14px;
    color:#000000;	
    padding:7px 0 0 0;
    
}

#divLBLPassword
{	
    float:left;
    width:70px;
    height:25px;
    font-family:'Poppins',sans-serif;
    font-size:14px;
    color:#000000;		
    padding:8px 0 0 0;
    
}
#divTXTUsername
{	
    float:right;
    width:230px;
    height:23px;
    background: url('../keyin_bar.png') no-repeat left center;  
    padding:8px 0 0 7px;
    
}

#divTXTPassword
{	
    float:right;
    width:230px;
    height:23px;
    background: url('../keyin_bar.png') no-repeat left center; 
    padding:8px 0 0 7px;
    
}
#txtUsername
{	
    width:200px;
    font-family:'Poppins',sans-serif;
    font-size:12px;
    background-color:Transparent;
    border:0;
}

#txtPassword
{	    
    width:200px;
    font-family:'Poppins',sans-serif;
    font-size:12px;
    background-color:Transparent;
    border:0;
}

#divTXTForgotPassword
{	
 float:right;
 width:230px; 
 padding:7px 0 0 0;
}

#divBTNSignUp
{	
    visibility:hidden;
    display:none;
}

#divBTNLogin
{	
 float:right;
 width:200px; 
 padding:7px 0 0 0;
 width:230px;
}

.TopHeader
{
 background-color: #312016;
}

.fontForgotPassword
{
    font-family:'Poppins',sans-serif;
    font-size:11px;
    color:#000000;	
    text-decoration:none
}
.fontTitle
{
 font-size: 24px;font-weight:lighter;font-family: 'Poppins',sans-serif;color: #000000; font-weight:bold;
 text-decoration:none
}
.fontDescription
{
 font-size: 11px;font-weight:lighter;font-family: 'Poppins',sans-serif;color: #000000;
 text-decoration:none
}

.fontBodyTitle
{
 font-size: 24px;font-weight:lighter;font-family: 'Poppins',sans-serif;color: #5E5E5E; font-weight:bold;
 text-decoration:none
}

.fontBodyDescription
{
 font-size: 11px;font-weight:lighter;font-family: 'Poppins',sans-serif;color: #7F7A57;
 text-decoration:none
}

.fontFooter
{
    text-align:center;
    font-family:'Poppins',sans-serif;
    font-size:12px;
    color:#000000;	
    text-decoration:none
}

.lnkFooter
{
    text-align:center;
    font-family:'Poppins',sans-serif;
    font-size:11px;
    color:#ffffff;	
}

.imgSignUp
{
	background: url(../images/signup.gif) no-repeat;
	font-size: 10pt;
	width:52;
	border:0;
	cursor:pointer;
}

.imgLogin
{
	background: url(../btn_login.png) no-repeat;
	font-size: 10pt;
	width:72px;
	height:25px;
	border:0;
	cursor:pointer;
}
