<!--
/******** class use to show madatory fields mark and errors ********/
.pro_error{
	color:#FF0000;
	font-size:14px;
	font-style:normal;
}

/*** class use for Sections header [Please remove the comment if you want to override the default class of template] ***/
/*
.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}*

/*** classes use in listing (even/odd) [Please remove the comment if you want to override the default class of template] ***/
/*
.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}
*/
/******** Class use to make border on every sections ********/
.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}


/************************************ Don't change these classes (Use by javascript classes)*******************************/

input.errHilite, select.errHilite, textarea.errHilite {
	border: 1px solid #DDC;
	background-color: #FFE;
	}
label.errHilite {
	color: #C00;
	}
	
div#errors {
	display: none;
	margin-top: 1em;
	background-color: #FFE;
	border: 1px solid #CC9;
	padding: .3em;
	color: #C00;
	font-weight: bold;
	}
	
div#errors li {
	list-style-type: none;
	margin-top: .2em;
	margin-bottom: .2em;
	padding: 1;
	}
div#errors li.heading {
	list-style-type: none;
	color: #000;
	font-weight: normal;
	font-style: normal;
	margin: .2em 0;
	padding: 1;
	}

/***************************************** END Don't change these classes ****************************************/
-->
