/* Forms related styles */
.error {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	color: #FF0000;
}
.valueid {
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	color: #666;
	padding-right: 4px;
}
.value {
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	color: #0068b3;
}
.inputtext {
	border: 1px inset #ccc;
	padding: 1px 2px 1px 2px;
}
.inputselect {
	border: 1px inset #ccc;
}

/*
 * left tab styles
 *
 */
.ltabon {
	font-size: 9pt;
	background-color: #efefef;
	font-weight: bold;
	border-top: 0px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.ltaboff {
	font-size: 7pt;
	background-color: #ffffff;
	color: #666;
	cursor: pointer;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
