/* Default CSS Stylesheet for a new Web Application project */

BODY
{
       FONT-FAMILY: Arial, Sans-Serif;
       font-size:12px;
	   color: #333333;
    
}

#homepageText	
	{
       FONT-FAMILY: Arial, Sans-Serif;
	   font-size: 11.5px;
	   color: #ffffff;
    
}

#homepageProgramText
	{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #993300;
	font-weight: bold;
	}

#homepageProgramTextA:link
	{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #993300;
	font-weight: bold;
	text-decoration: none;
	}

#homepageProgramTextA:visted
	{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #993300;
	font-weight: bold;
	text-decoration: none;
	}
#homepageProgramTextA:active
	{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #993300;
	font-weight: bold;
	text-decoration: none;
	}
#homepageProgramTextA:hover
	{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #993300;
	font-weight: bold;
	text-decoration: underline;
	}



TD
{
       FONT-FAMILY: Arial, Sans-Serif;
       font-size:12px;
	   color: #333333;
    
}

#periodLine
{
       FONT-FAMILY: Arial, Sans-Serif;
       font-size:8px;
	   color: #C7C4E2;
    
}


#contentA:link	{	
	text-decoration: none;
	color:	#0000FF;
	}	
		
#contentA:visited	{	
	text-decoration: none;
	color: #990000;
	}	
		
#contentA:active	{	
	text-decoration: none;
	color: #0000FF;
	}	
		
#contentA:hover	{	
	text-decoration: underline;
	color: #0066FF;
	}
	
#header
{
    font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color:#663399;	
}

#tableHeader
{ 
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color:#993300;	
	font-weight: bold;
}

#tableA:link	{	
	text-decoration: none;
	color:	#993300;
	}	
		
#tableA:visited	{	
	text-decoration: none;
	color: #993300;
	}	
		
#tableA:active	{	
	text-decoration: none;
	color: #993300;
	}	
		
#tableA:hover	{	
	text-decoration: underline;
	color: #996600;
	}
	
ul.liArrow {
  list-style-image: url(/images/li.gif); /* wide image for the bullet */
  margin: .10em .10em .10em 25px;  /* bullet image is in left margin */
  padding-left: 10;
}
.eventtable
{
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
	border-left-style: solid;
	border-left-width:1px;
	border-left-color: #000000;
	border-top-style: solid;
	border-top-width:1px;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-width:1px;
	border-bottom-color: #000000;
}

.datelabel
{
	   FONT-FAMILY: Arial, Sans-Serif;
       font-size:10px;
	   color: #333333;
}
.IE8Fix
{
  z-index: 100;
}