/* all input type of class txtfld enclosed in a form of class type-1 */

table.type-1 {
	border:0px solid red;
	font-size:11px;
}

table.type-1 tr.c1 {
	background-color:#eeeeee;
}

table.type-1 tr.c2 {
	background-color:#dddddd;
}

table.type-1 td {
	border:0px dotted black;
	/*border-bottom:10px solid #ffffff;*/
	padding-bottom:10px;
	vertical-align:middle;
	font-family:verdana,arial; font-size:12px; font-weight:normal;
}

table.type-1 td.label,td.label-r {
	width:150px;
	background-color:#fafafa; color:#007200;
	padding:5px 0px 5px 5px;
	font-weight:normal;
}

table.type-1 td.label-nocolor,td.label-nocolor-r {
	background-color:transparent; color:#007200;
	padding:5px 0px 5px 0px;
	vertical-align:top;
	font-weight:normal;
}

table.type-1 td.label-nocolor-r {
	vertical-align:top;
	text-align:right;
}

table.type-1 td.data,td.data-r {
	padding:0px 0px 0px 5px;
	text-align:left;
}

table.type-1 td.label-r,td.data-r {
	padding:0px 5px 0px 5px;
	text-align:right;
}

table.type-1 td.first {
	padding:5px;
	background-color:#eeffcc;
}

table.type-1 td.last {
	padding:0px;
	background-color:#eeff00;
}

/* fieldset *******************************************************************/


/* buttons inside fieldset */
fieldset div.actions {
	margin-right:5px;
}

fieldset.type-1-disabled legend {
	background-color:#666666;
}

div.form-mand-fld {
	margin-top:10px;
	font-weight:bold; color:#064e94;
}

/* actions buttons (save, cancel) at the end of form */
div.actions {
	border:0px solid blue;
	padding:10px 0px 5px 0px;
	background-color:transparent;
	text-align:right;
}

/* div type-1 is used when there is no form type-1 around table */
div.type-1 fieldset, form.type-1 fieldset {
	margin-bottom:20px; border:1px solid #009a00;
	padding:10px 5px 10px 5px;
}

div.type-1 legend, form.type-1 legend {
	margin:10px; padding:3px;
	background-color:transparent; color:#009a00; font-weight:bold;
	border:1px solid #009a00;
}

form.type-1 input.fld-itxt,select,textarea {
	background-color:#ffffff;
	border:1px solid #009000;
	padding-left:5px;
	font-family:verdana,arial; font-size:12px; font-weight:normal;
	/*background-image:url("bg_textfield.gif");*/
	/*background-position:0% 0%; background-repeat:no-repeat; */
}


/* buttons ********************************************************************/

.btn-enabled,.btn-disabled {
	padding-top:2px;
	padding-bottom:2px;
	font-family:verdana,arial; font-size:11px; font-weight:bold;
}

.btn-enabled {
	background-color:#007600;
	border-top:2px solid #009b00;
	border-right:2px solid #009800;
	border-bottom:2px solid #009800;
	border-left:2px solid #009b00;
	color:#ffffff;
}

.btn-disabled {
	border-top:2px solid #999999;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
	border-left:2px solid #999999;
}

/* progress bar ***************************************************************/

table.progressbar {
	margin:0px 0px 20px 0px;
}

table.progressbar td.spacer {
	width:5px;
}

table.progressbar td.progressbar-before,td.progressbar-current,td.progressbar-after {
	width:20px; border:1px solid #064e94;
	padding:5px;
	text-align:center;
	font-weight:bold;
}

table.progressbar td.progressbar-current{
	background-color:#064e94; color:#ffffff;
}

table.progressbar td.progressbar-before{
	background-color:#e0efff; color:#064e94;
}

table.progressbar td.progressbar-after{
	background-color:#ffffff; color:#064e94;
}

.form-error {
	background-color:#ffbbbb; color:#ff3333;
}
