﻿/* DO NOT USE
body
{
	font-family: Arial, Tahoma, Sans-Serif;
}
div.Attribute
{
	width: 500px;
	margin: 4px 0;
	padding: 0;
}
div.Attribute span
{
	float: left;
}
div.Attribute input
{
	float: right;
}
div.Attribute a
{
	float: right;
}
fieldset
{
	width: 250px;
	margin: 5px 0 5px 0;
}
legend
{
	color: black;
	font-weight: bold;
}
.fieldset-expanded
{
	margin-bottom: 5px;
}
.fieldset-collapsed
{
	border: none;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0 !important;
}
.fieldset-collapsed ul
{
	display: none;
}
.fieldset-expanded legend, .fieldset-collapsed legend
{
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 4px 50%;
}
.fieldset-expanded legend
{
	padding: 1px 4px 1px 15px;
	background: url('images/minus.gif' );
	border: none;
}
.fieldset-collapsed legend
{
	padding: 0px 4px 0px 14px;
	background: url('images/plus.gif' );
	border: 1px solid #999;
}
input.Disabled
{
	border: 0px;
	margin: 2px;
}
td.Instruction
{
	font-size: medium;
	vertical-align: top;
}
td.errormessage
{
	font-size:small;
	vertical-align: top;
	font-family: "Trebuchet MS" , "Lucida Sans Unicode" , Arial, sans-serif;
	color: Red;
	width : 500px;
}
a.errormessage
{
	font-size:small;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: Red;
	width : 500px;
}
tr.Disabled
{
	color: #CCCCCC;
}

*/
