﻿.tblBackground {
	background-color:		#999999;
}

.tblForeground {
	background-color:		#FFFFFF;
}

.formLabel{
	height:					18px;
	font-size:				11px;
	text-align:             left; 
}

.formQuestion{
	height:					18px;
	font-size:				11px;
	text-align:             left; 
	font-weight:            bold;
	padding-left:           4px;   
}

.label {
	width:					15%;
	height:					18px;
	white-space:			nowrap;
	color:					#434343;
	background-color: 		#dfe5eb;
	border-left: 			1px solid #ffffff;
	border-top: 			1px solid #ffffff;
	border-right: 			1px solid #999999;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:			bold;
	font-size: 				11px;
	padding-left:			6px;
	padding-right:			6px;
	text-align:				right;
}

td.labelVerticalDividerRight {
	padding:				0;
	background-image:		url(../images/forms/tbl-divider-ver.gif);
	background-repeat: 		repeat-y;
	width:2px;
}

.horizontalCellDivider TD, horizontalCellDivider TH, TD.cellDivider, .cellDivider {
	padding:				0;
}

.labelHorizontalDivider {
	background-color:		#b4b4b4;
}

.valueHorizontalDivider {
	background-color:		#dfdfdf;
}

.form-shadow-right{
	background-repeat: 		repeat-y;
	width:					2px;
	background-image:		url(../images/forms/form-shadow-right.gif);
}

.button {
	color:					#000000;
	font-size: 				11px;	
}

.input {
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:		 		11px; 
	font-weight:	 		normal;
}

.inputDisabled {
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:		 		11px; 
	font-weight:	 		normal;
	background-color:#eeeeee;
}