

/* background color for the content part of the pages */
Body
{
    background-color: #FF0000;
	 margin-top: 1px;
}

.LoginTable {
	border: 2px solid #000000;
	background-color: #FFFFFF;
}

.LoginText {
	background-position: left top; background-image: url('logintext.gif');
	width: 180px;
	height: 20px;
	background-repeat: no-repeat;
	text-align:left;
	background-color: black;
}

.LoginButton {
	border:1px solid #808080;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	padding-left: 4px;
    padding-right: 4px; 
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #A8CBFF;
    color:#333333
}
               
.LoginBox {
	border:1px solid #808080;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	padding-left: 4px;
    padding-right: 4px; 
    padding-top: 1px;
    padding-bottom: 1px;
    color:#333333
}

.LogoPane {
	background-color:#FFFFFF;
	height: 80px;
	width: 180px;
}

.Block {
	width: 13px;
}

.Login {
	color: #333333; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9px; 
	font-weight: bold; 
	font-style: normal;
	height: 30px;
}

.Small {
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 9px; 
	font-weight: normal; 
	font-style: normal;
	height: 13px;
	padding-left: 1px;
	padding-right: 1px;
}

.SmallD {
	color: #404040; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 9px; 
	font-weight: normal; 
	font-style: normal;
	height: 13px;
	padding-left: 3px;
	padding-right: 3px;
}

.Search {
	color: #404040; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 9px; 
	font-weight: normal; 
	font-style: normal;
	height: 13px;
}

.User {
	font-family: Wingdings;
	font-size: 12px;
	color: #FFFFFF;
}

.Footer {
	background-color: #9DD576;
	height: 20px;
}

.FooterText {
	color: #FFFFFF; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9px; 
	font-weight: bold; 
	font-style: normal;

}

/* hyperlink style for the DarkBackground tabs */

a:link.Small{
color: white;
text-decoration: none;
	
}

a:hover.Small{
color: white;
text-decoration: none;
	
}

a:active.Small{
color: white;
text-decoration: none;
	
}

a:visited.Small{
color: #FAFAFA;
text-decoration: underline;
	
}

a:link.SmallD{
color: black;
text-decoration: none;
	
}

a:hover.SmallD{
color: #404040;
text-decoration: none;
	
}

a:active.SmallD{
color: black;
text-decoration: none;
	
}

a:visited.SmallD{
	color: #404040;
	text-decoration: underline;	
}