/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #B4B4B4;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
	}
	
	.TopSpacer
	{
		width: 725px;
		height: 73px;
		border: none 0px;
	}	

	TABLE 	{
	border-collapse : collapse;
	border-color : Black;
	border-width: 1px;
	}		
	
	.SliderTable
	{
		border-collapse : collapse;
		border-color : Red;
		border-width: 0px;		
	}
	
	.DivResponseOptions
	{
	 	padding-left:100px;
		border-width: 0px;	
	}
	
	TD.PageHeader 
	{
	background-image : url(images/iti_Header.jpg);
	background-repeat: no-repeat;
	background-color: #848284;
	}
	
	TD.GreyFooterRow
	{
		background-color: #737373;
	}
	
	TD.YellowFooterRow
	{
		background-color: #FFFBBD;
	}
	
	P.QName_Style 
	{
		color: #C0C0C0;
	}
		

	TD	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	border-collapse : collapse;
	border-color : Black;
	border-width: 1px;
	}
		
	TD.bgGrey	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : center;
	background-color: #E1E1E1;
	}
	
	TD.bgGrey_ResOpt	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : left;
	background-color: #E1E1E1;
	}	
	
	TD.bgWhite	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : center;
	background-color: #FFFFFF;
	}
	
	TD.bgWhite_ResOpt	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : left;
	background-color: #FFFFFF;
	}
	

	
	TD.col_heading {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-align : center;
	vertical-align : bottom;
	background-color: #C0C0C0;
	  }	  

	.reg {
		font-family : Arial, Helvetica, sans-serif;
	  	font-size : 14px;
	  }
	  
	.light {
		font-family : Arial, Helvetica, sans-serif;
	  	font-size : 14px;
	 }	  
	 
	.big {
		font-family : Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight : bold;
	 }	 
	 
	.bigNred {
		font-family : Arial, Helvetica, sans-serif;
		font-size: 16px;
	    font-weight : bold;
	    color: #990000;
	  }	 
	  	  
	.small {
	  	font-family : Arial, Helvetica, sans-serif;
	  	font-size : 9px;
	  }	  
		  
	  A:Link  {
	  	text-decoration : none;
	  	color : #000099;}
	  A:Visited  {
	  	text-decoration : none;
	  	color : #000099;}
	  A:Active  {
	  	text-decoration : none;
	  	color :  #000099;}
	  A:Hover  {
	  	text-decoration : underline;
	  	color : #000099;}
	  	
.HasNotStarted, .HasNotStarted A:Link, .HasNotStarted A:Visited
{
		color:Teal;
		text-decoration: none;
}

.AlreadyStarted, .AlreadyStarted A:Link, .AlreadyStarted A:Visited
{
		color:Red;
		text-decoration: none;
}
