@media screen {
BODY 
{ 
	BACKGROUND-IMAGE: url(/images/bg.jpg); 
	BACKGROUND-REPEAT: repeat-x;
	font-family: MS Sans Serif, Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: black;
}

.NormalText
{
	font-family: MS Sans Serif, Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: black;
}

.style1 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #000033; 
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none; 
}
	
.style2 
{
	FONT-SIZE: 10px; 
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif; 
}
	
.style25 
{
	FONT-SIZE: 15px; 
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
}
		
.style26 
{
	COLOR: #ffffff;
}
		
.style31 
{ 
	FONT-SIZE: 11px; 
	COLOR: #000033; 
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
}

.style32 
{ 
	COLOR: #ffffff; 
}

#MySideMenu img 
{
       vertical-align:top;
}
 
.FieldError 
{
    background-image : url(images/ErrorIndicator.gif);
    background-repeat : no-repeat;    
    border : 1px solid Pink; 
    margin-left : 0.25em; 
    padding-left : 0.25em; 
    padding-right : 0.25em; 
    cursor : hand;
    vertical-align : middle;
}

.FieldErrorUserControls 
{
    background-image : url(../images/ErrorIndicator.gif);
    background-repeat : no-repeat;    
    border : 1px solid Pink; 
    margin-left : 0.25em; 
    padding-left : 0.25em; 
    padding-right : 0.25em; 
    cursor : hand;
    vertical-align : middle;
}
 
.Grid
{
	border-style:solid;
	border-width: 1px;
	border-bottom-color: #CCDDEF;
	border-top-color: #CCDDEF;
	border-left-color: #CCDDEF;
	border-right-color:#CCDDEF;
}

.Grid th
{
	border-width: 1px;
	border-bottom-color: #CCDDEF;
	border-top-color: #CCDDEF;
	border-left-color: #CCDDEF;
	border-right-color: #CCDDEF;
}

.Grid td 
{
	border-width: 1px;
	border-bottom-color: #CCDDEF;
	border-top-color: #CCDDEF;
	border-left-color: #CCDDEF;
	border-right-color: #CCDDEF;
}

.Grid td a
{
	color: Red;
	Text-decoration: underline;
}

.Grid td a:visited
{
	color: Red;
	Text-decoration: underline;
} 

.CaseloadStats   
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #336699;
}

#Layer1 
{ 
	PADDING-TOP: 1em; 
	TEXT-ALIGN: center; 
}
	
#Layer2 
{ 
	Z-INDEX: 2; 
	LEFT: 329px; 
	WIDTH: 261px; 
	POSITION: absolute; 
	TOP: 233px; 
	HEIGHT: 26px; 
}
	
#Layer3 
{ 
	Z-INDEX: 2; 
	LEFT: 339px; 
	WIDTH: 200px; 
	TOP: 258px; 
	HEIGHT: 24px; 
}
	
#Layer4 
{ 
	Z-INDEX: 3; 
	LEFT: 23px; 
	WIDTH: 548px; 
	POSITION: absolute; 
	TOP: 451px; 
	HEIGHT: 115px; 
}

.borderstyle1 
{
	border: groove 1pt black;
}

.ScreenOuterTable 
{
	border: double 2pt black;
	background-color: #ffffff;
}

} /* end screen section*/

@media print 
{
BODY
{
	margin-left: 30px; 
	font-family: MS Sans Serif, Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: black;
}

.NormalText
{
	font-family: MS Sans Serif, Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: black;
}

h1 
{
	margin-left: -25px; 
	font-family: sans-serif;
}

h2 
{
	margin-left: -15px; 
	font-family: sans-serif;
}

h3 
{
	font-family: sans-serif;
}

.PrintNonDisplay
{
	display: none;
}

}/*end print section*/		


