/* CSS Document */

/*	Validator Types */
div.params 
	{
	border: 1px solid #CCC;		
	}
dl.param 
	{
	border-bottom: 1px solid #CCC;		
	}
dl.param dt, fieldset#typeLegend .parameter, fieldset#typeLegend .valueOther, fieldset#typeLegend .valueDefault, fieldset#typeLegend .valueDesc, fieldset#typeLegend .valueExample 
	{
	font-family: Tahoma;
	font-weight: normal;
	color: #FF0000;
	}
dl.param dd span, fieldset#typeLegend .datatype, fieldset#typeLegend .inclusion 
	{
	color: #FF0000;
	font-weight: bold;
	}
dl.param dd span span, fieldset#typeLegend .inclusion 
	{
	color: #FF0000;
	}
dl.paramValue dt, fieldset#typeLegend .valueOther, fieldset#typeLegend .valueDefault, fieldset#typeLegend .valueDesc, fieldset#typeLegend .valueExample 
	{
	font-weight: normal;
	color: #FF0000;
	}
dl.paramValue dt.default, fieldset#typeLegend .valueDefault 
	{
	font-weight: bold;
	}
dl.paramValue dt.desc, fieldset#typeLegend .valueDesc 
	{
	font-style: italic;
	}
dl.paramValue dt.example, fieldset#typeLegend .valueExample 
	{
	color: #FF0000;
	}
fieldset#typeLegend p 
	{
	
	}
fieldset#typeLegend legend 
	{
	font-size: 90%;
	font-weight: bold;
	color: #FF0000;
	}
label 
	{
	font-weight: bold;
	display: block;
	margin-top: 1em;
	}
ul#errors 
	{
	display		: none;
	margin		: 5px;		
	border		: 1px solid #FFF;
	padding		: 5px;
	width		: 95%;
	font-family	: Tahoma;
	color		: #FFF;
	font-size	: 11px;
	text-align 	: left;
	background-color:#993300;
	
	}
ul#errors li 
	{
	margin-top		: 0px;
	margin-bottom	: 0px;
	margin-left		: 20px;
	padding			: 0;
	cursor			: pointer;
	}
ul#errors li.heading 
	{
	list-style-type: none;
	color: #FF0000;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	}
	
	

