/* HTML TAGS */




/* IDs */



#horizontalForm fieldset.radio
{
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
}

#horizontalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#horizontalForm fieldset.radio label
{
	font-weight: bold;
	
}

#horizontalForm input
{
	display: block;
	margin-top: .3em;
/*	width:11em; */
/*	width: 15em;   Removed because it screwed up the input boxes. Added 15 ems to the right of them */
} 

#horizontalForm input.noblock
{
	display: inline;/*	Added to get input box on same line as text. */
} 

#horizontalForm input.submit
{
	clear: both;
}

#horizontalForm label
{
	float: left;
	display: block;
	font-weight: bold;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 2em;
	margin-left: 0;
}

#horizontalForm select
{
	display: block;
	margin-top: .3em;
}

/* NEW IDs - by ROry */
#horizontalForm textarea
{
	display: block;
	width: 28em;
	margin-top: .3em;
}

#horizontalForm textarea.sml
{
	display: block;
	width: 14em;
	margin-top: .3em;
}

#horizontalForm textarea.med
{
	display: block;
	width: 30em;
	margin-top: .3em;
}

#horizontalForm table
{
	border-spacing: 1px}
	
#errorFieldset1, #errorFieldset2, #errorFieldset3, #errorFieldset4 { display:none; }	
	

/* CLASSES */




/* Form Validation */
  .error {
	font-family: Tahoma;
	font-size: 8pt;
	color: red;
	display:none;
  }


/* CSS From Tabled Tabs */

/* Tabbed Form */

table.tf_tab { 
	border-collapse: collapse; 
}
td.tf_separator { 
	border-bottom: 1px solid #336699; 
}
td.tf_tab { 
	border-left: 1px solid #336699; 
	border-top: 1px solid #336699; 
	border-right: 1px solid #336699;  
	border-bottom: 1px solid #336699; 
	padding: 5px; 
	white-space: nowrap;
	text-decoration: none;
}
td.tf_sheet {
	border-left: 1px solid #336699; 
	border-right: 1px solid #336699;  
	border-bottom: 1px solid #336699;
	vertical-align: top;
	padding: 0.75em; 
}
td.tf_error {
    color: red;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 0.5em;
}