﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
	
}
.normalText
{
	 FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000000;
}



A:link	{	
	text-decoration:	none;
	font-weight:	700;
	font-size:	12px;
	color:	#FFFFFF;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-size:	12px;
	font-weight:	700;
	color:	#FFFFFF;
	}	
		
A:active	{	
	text-decoration:	none;
	font-size:	12px;
	font-weight:	700;
	color:	#FFFFFF;
	}	
		
A:hover	{	
	text-decoration:	underline;
	font-size:	12px;
	font-weight:	700;
	color:	#999966;
	}
	
	A.pagecontent:link	{	
	text-decoration:	none;
	font-size:	11px;
	font-weight:	bold;
	color:	#46577F;
	
	}	
		
A.pagecontent:visited	{	
	text-decoration:	none;
	font-size:	11px;
	font-weight:	bold;
	color:	#46577F;
	
	}	
		
A.pagecontent:active	{	
	text-decoration:	none;
	font-size:	11px;
	font-weight:	bold;
	color:	#46577F;
	
	}	
		
A.pagecontent:hover	{	
	text-decoration:	none;
	font-size:	11px;
	font-weight:	bold;
	color:	#8B0000;
	
	}
	



A.footerlink:link	{	
	text-decoration:	none;
	font-size:	11px;
	font-weight:	bold;
	color:	#663300;
	
	}


A.footerlink:visited	{	
	text-decoration:	none;
	font-size:	11px;
	font-weight:	bold;
	color:	#663300;
	
	}	
		
A.footerlink:active	{	
	text-decoration:	none;
	font-size:	11px;
	font-weight:	bold;
	color:	#663300;
	
	}	
		
A.footerlink:hover	{	
	text-decoration:	none;
	font-size:	11px;
	font-weight:	bold;
	color:	#663300;
	
	}
	

.invalidBox
{
	background: #FFDDDD;
	
}

     .popupLink
      {
      		font-family: Arial;
		font-size: 11px;
		cursor:hand;
		color: #46577F;
		font-weight:bold;
      }
      
      
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.invalidBox
{
	background: #FFDDDD;
	
}