﻿.HeaderLeft
{
	width:795px;
	height:130px;
	background-image: url("./images/logo.gif");
	background-repeat: no-repeat;
}
.LoginButton .LogoutButton
{
	background-color: #47484A;
	color: White;
}

body 
{
	font-family: @Arial Unicode MS;
	background-color: #58595b;
}
.NotLoggedIn
{
	width: 250px;
	height: 117px;
	background: url("./images/Header3.jpg");
}
.ContentRules
{
	width:777px;
	border:0px;
	border-spacing:0px;
}
.DataBorders
{	
  background-image: url("./images/bg.gif");
}
.MasterDiv 
{
}
.MasterTable
{
	width: 795px;		
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: white;
	border-collapse: collapse;
}
.HeaderBreak
{
	background-color: #017dc3;
	width:777px;
	border:0px;
	border-spacing:0px;
	color: white;
}
.FooterBreak
{
	background-color: #017dc3;
	color: white;
	height: 28px;
	width:777px;
	border:0px;
	border-spacing:0px;
	text-align: center;
}
.Footer
{
	background-color: #6D6F71;
	width:777px;
	border:0px;
	border-spacing:0px;
	color: white;
	font-size: 10px;
	text-align: center;
}
Table 
{
	background-color: White;
	font-family:verdana, geneva, arial, helvetica, sans-serif; 
	color: #333;
	font-size: 11px;
}
label
{
	  font-size: smaller;
	  font-family: Frugal Sans;
}
.errorClass
{
	font-size: x-small;
	font-weight: bold;
	color: #CC0000;
}

.LabelCredits
{
	font-family:verdana, geneva, arial, helvetica, sans-serif; 
	font-size: 9px;

}

.LoginPanel
{
}

.LoggedInPanel
{
}

a {
	color: black;
	text-decoration: none;
	}

table.ContentRules {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 760px;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.ContentRules td {
	background-color: #CCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}

table.ContentRules td.hed {	
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
} 

