.childpanel1collapsible
{
	margin: 0px 5px;
	background: url(  "images/child1_bg.gif" ) repeat-x 0px 0px #D0DCEC;
	border: 1px solid #C1C6DB;
	padding: 10px;
	display: none;
}

.childpanel2collapsible
{
	margin: -10px 10px 0px 10px;
	border: 1px solid #C1C6DB;
	padding: 10px;
	display: none;
	background: url(  "images/child2_bg.gif" ) repeat-x 0px 0px #FFF;
}

.small label
{
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
	width: 100px;
	margin-bottom: 8px;
	font: 10px tahoma;
	height: 14px;
	margin-right: 50px;
	margin-left: -60px;
}
.small input
{
	padding: 0px;
	display: block;
	float: left;
	width: 20px;
	margin-bottom: 0px;
	font: 10px tahoma;
	height: 18px;
	margin: 0px;
}
.NoBackground
{
	background-image: none;
	background-color: #fff;
}
.datatable th a:link, .datatable th a:visited
{
	color: white;
	text-decoration: underline;
}
.datatable th a:hover, .datatable th a:active
{
	color: white;
	text-decoration: none;
}
.errorMessage
{
	color:Red;
}
.ValidationErrorsCSS 
{
	width:100%;
	border:1px black solid;
}
.ValidationErrorsCSS th
{
	background-color:Maroon;
	color:White;
}
