table.NavigationBar td.TdNavigationBarAccount a {
    background: #B28958 url(../img/navbar_background_s.gif) repeat-x top left; 
    color: #FFFFFF;
}

/*==============*/
/* Login tables */
/*==============*/ 
table.Login {
	background-color: #D9DCDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
    border: 1px solid #7F7E7E;
    margin: 0px;
	padding: 0px;
	width: 100%;	
}
table.Login td {
    background: #D9DCDF;
    padding: 20px;    
}
table.Login td.SignIn {
    width: 50%;
}
table.Login td.LoginForm {
    width: 50%;
}

table.LeftSignIn {
	background: #D4D9DE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
    border-top: 1px solid #FFFFFF;	
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    margin: 0px;
	padding: 0px;
	width: 100%;
}
table.LeftSignIn td {
	background: #EBEDEF;
}
	
table.RightLogIn {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
    border-top: 1px solid #FFFFFF;	
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    margin: 0px;
	padding: 0px;
	width: 100%;
}


