.label
{
	font-family: Arial;
	font-size:small; 
	font-weight:bold;
	color: #284E98;
	background: #B5C7DE;
	text-decoration:underline;
	text-align: center  	
}



.ctrllabel
{
	font-family: MS Reference Sans Serif,arial;
	font-size: xx-small;
	color: Black;
}

.loginlabel
{
	font-family: MS Reference Sans Serif,arial;
	font-size: xx-small;
	color: White;
}

.loginthead
{
	font-family: MS Reference Sans Serif,arial;
	font-size:x-small;
	color: White;
	font-weight:bold;
}

.thead
{
	font-family: MS Reference Sans Serif,arial;
	font-size:small;
	color: Navy;
	font-weight:bold;
}

.theadback
{
	
}
	
.validators
{
	font-family: MS Reference Sans Serif;
	font-size: xx-small;
	color:Brown;
}

.msg
{
	font-family: MS Reference Sans Serif;
	font-size: x-small;
	color:Brown;
}

.loginvalidators
{
	font-family: MS Reference Sans Serif;
	font-size: xx-small;
	color:White;
}

.link
{
	font-family: Verdana;
	font-size: x-small;
	text-decoration:underline;
}

.copy
{
	font-family: MS Reference Sans Serif;
	font-size: xx-small;
	color:Brown;
}
.tablehead
{
	font-family:Century Gothic;
	font-size:x-small; 
	color:Black;
	font-weight:bolder; 
	background-color:Blue;
	
}
.tableheadingdays
{
	font-family:Century Gothic;
	font-size:x-small; 
	color:Black; 
	font-weight:bolder; 
	background-color:Blue;  
	
	
} 
.tabledetails
{
	font-family:Century Gothic;
	font-size:x-small;  
	color:Black;    
	font-weight:bolder; 
	  
} 
.Error
{
	font-family:Century Gothic;
	color:Red;
	font-size:x-small;  
}

hr
{
	color:Grey;
}
.ErrorHeader
{
	font-family:Century Gothic;
	color:White;
	font-size:x-small;
}      

.HeaderUser
{
	font-family:MS Reference Sans Serif,arial;
	color:White;
	background-color:#cc0000;
	font-size:x-small;
}
.sbtn    { margin:2; BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #4799b6 1px solid;  BORDER-LEFT: #4799b6 1px solid;  BORDER-RIGHT: #4799b6 1px solid; BORDER-TOP: #4799b6 1px solid; COLOR: #444444; FONT: 11px Verdana, Helvetica; FONT-WEIGHT:bold; }


table.sample {
	border-width: 1px;
	font-family: Arial;
	font-size:small; 
	
	border-style: outset;
	border-color: blue;
	border-collapse: separate;
	
}
table.sample th {
	border-width: 1px;
	padding: 3px;
	border-style: groove;
	border-color: blue;
	background-color: #fff5ee;
	
}
table.sample td {
	border-width: 1px;
	padding: 3px;
	border-style: groove;
	border-color: blue;
	background-color: #fff5ee;
	
}


table.RealData {
	border: 1px outset gray;
    border-spacing:;
	    border-collapse: separate;
	    background-color: #F0F8FF;
    width: 92%;
}
table.RealData th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.RealData td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	font-family: Arial;
	font-size:large;
	-moz-border-radius: ;
}

