/* ********************************************* */
/* Stylesheet for pages with input/display forms */
/* ********************************************* */

.TestTable {
	padding: 0px;
	border: none;
	border-collapse: collapse;
}


.defaultFormError
{
	font-weight: bold;
	color:#DC241F;
	padding-left:15px;
	background: url(../Images/Icons/icoError.gif) no-repeat;
}

.errorSummary
{
	color: #DC241F;
	font-weight:bold;
	font-style: normal;
	font-size: 11px;
	width: 500px;
	height: 43px;
	background-image: url(../Images/Icons/icoErrorSummaryNew.gif);
	background-color: #FFCCCC;
	background-position: 10px center;
	background-repeat: no-repeat;
	border: solid 1px #DC241F;
	padding-left: 50px;
	margin-bottom: 15px;
}

.defaultFormFieldName, .defaultFormFieldNameTop, .defaultFormFieldNameReq, .defaultFormFieldNameReqTop, .defaultFormLabelTop, .defaultFormLabel
{
	text-align: left;
	font-weight: bold;
	color: #29568F;
	padding-left: 12px;
	background-color: #D4DCE8;
	border: solid 1px #99ADCE;		/* These border values are also used through code behind in EventResAdd01.aspx */
	height: 30px;
	border-collapse: collapse;
	border-spacing: 0px;
}	

.defaultFormFieldName
{
	border-top-style: none;
}

.defaultFormFieldNameReq, .defaultFormFieldNameReqTop
{
	border-right-style: none;	
}

.defaultFormFieldNameReq
{
	border-top-style: none;	
}

.defaultFormFieldReqOn, .defaultFormFieldReqOnTop, .defaultFormFieldReqOff
{
	border: solid 1px #99ADCE;
	height: 30px;
	width: 5px;	
}

.defaultFormFieldReqOn, .defaultFormFieldReqOnTop
{
	border-left-style: none;
	background-color: #DC241F;
}

.defaultFormFieldReqOn, .defaultFormFieldReqOff
{
	border-top-style: none;	
}

.defaultFormFieldReqOff
{
	border-left-style: none;
	background-color: #D4DCE8;
}

.defaultFormFieldValueTop, .defaultFormFieldValue, .defaultFormValue, .defaultFormValueTop
{
	padding-left: 12px;
	border: solid 1px #99ADCE;
	border-left-style: none;
	height: 30px;
}

.defaultFormFieldValue
{
	border-top-style: none;	
}

.defaultFormLabel
{
	border-top-style: none;	
}

.defaultFormValue
{
	border-top-style: none;	
}

.defaultFormFieldReqIcon
{
	border: solid 1px #99ADCE;
	height: 25px;
	width: 3px;
	background-color: #DC241F;	
}

.defaultFormReqFieldText
{
	color: #626469;
	font-style: italic;
	padding-left: 5px;
}