
/*Style Sheet for Forms in Intratuitive*/ 
/*Created by Devin Gauthier August 16, 2005 */ 

A.FormLink{
	font-family: verdana;
	font-size: 10pt;
	color: black;
	margin: 10 0 5 15;
}
A.FormLink:hover{
	font-family: verdana;
	font-size: 10pt;
	color: black;
	margin: 10 0 5 15;
}
TD.FormCellDivider{
	background-color: rgb(173,173,173); 
	color: white;
	vertical-align: top;
	height: 1px;

}

TD.FormCellFooter{
	background-color: rgb(76,76,76);
	color: white;
	vertical-align: top;
	height: 1px;
}


TD.FormCellDividerShadow{
	background-color: white; 
	color: white;
	vertical-align: top;
	height: 1px;

}

TD.FormHeader{
	background-color: rgb(76,76,76); 
	color: white;
	vertical-align: top;
	height: 15px
}





TD.FormFields {
	background-color: rgb(230, 230, 230);
	width: 38%; 
	vertical-align: top;
}

TD.FormFields_b {
	background-color: rgb(230, 230, 230);
	width: 38%; 
	vertical-align: top;
	border-top: 1px solid white;
	border-bottom: 1px solid rgb(173,173,173);
}

TD.FormRemoveContent{
	vertical-align: top;

	background-color:rgb(240,240,240);
}

TD.FormRemoveHeader{
	background-color: rgb(76,76,76); 
	color: white;
	vertical-align: top;
	height: 15;

	 
}

TD.StatsResults{
	background-color: rgb(76,76,76); 
	color: white;
	vertical-align: top;
	 
}


TD.FormEntries {
	vertical-align: top;
	background-color: rgb(240,240,240);
	width: 60%; 	
}

TD.FormEntries_b {
	vertical-align: top;
	background-color: rgb(240,240,240);
	width: 60%; 
	border-top: 1px solid white;
	border-bottom: 1px solid rgb(173,173,173);	
}

DIV.FormFieldNames{
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	margin: 10 0 5 5;	
}

DIV.FormRestrictions{
	font-family: verdana;
	font-size: 8pt;
	color: black;
	margin: 10 0 5 5;
	font-style: italic; 
}

DIV.FormRequired{
	font-family: verdana;
	font-size: 8pt;
	color: black;
	font-style: italic; 
}

DIV.FormDescriptions{
	font-family: verdana;
	font-size: 8pt;
	color: black;
	margin: 10 0 5 5;
}

Div.FormTitle{
	font-weight: bold;
	font-family: arial;
	font-size: 10pt;
	color: white;

}


TABLE.FormList {

}

TH.FormList {
	text-align: left;
	background-color: rgb(96,96,96);
	color: white;
}

TD.FormList {
	background-color: rgb(230, 230, 230);
	color: black;
}

