/* CSS Document */
table.tablebordered { 
 empty-cells   : show;
 border-collapse  : collapse;
 border-spacing  : 0px;
 background-color : #FFFFFF; 
 color    : #666666;
}
table.tablebordered td { 
 padding    : 2px 2px 2px 4px; 
 border    : solid 1px #917B4C; 
}

table.tablebordered td.right { 
 text-align   : right; 
} 

table.tablebordered tr.header { font-weight: bold; background-color: #917B4C; color: #FFFFFF; height: 20px; }
table.tablebordered tr.rowbreaker { font-weight: bold; background-color: #F3F3D9; color: #917B4C; height: 20px; }
table.tablebordered tr.rowlight { background-color: #FFFFFF; }
table.tablebordered tr.rowdark { background-color: #EEEEEE; }




.fieldRequired, .fieldNotRequired, .fieldRequiredText, .fieldJoin {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	text-align			: left;
	color				: #333333;
	margin				: 1px;
	padding-top			: 2px;
	padding-right		: 2px;
	padding-bottom		: 2px;
	padding-left		: 6px;
	border-top			: 1px outset #AAAAAA;
	border-right		: 1px inset #CCCCCC;
	border-bottom		: 1px inset #CCCCCC;
	border-left			: 1px outset #AAAAAA;
}

.fieldRequired {
	background-color	: #EEEEEE;
}

.fieldText {
	width				: 210px;
}

.fieldSelect {
	width				: 221px;
}

.fieldTextArea {
	height				: 80px;
	width				: 210px;
}

.fieldNotRequired {
	background-color	: #FFFFFF;
}

.fieldJoin {
	background-color	: #FFFFFF;
}

.errorReport { 
	font-family			: Verdana, Arial, Helvetica, sans-serif; 
	font-size			: 8pt;
	font-weight			: normal;
	text-decoration		: none;
	color				: #FF0000;
}

/* TABLE DEFINITIONS */

table.formtable { 
	width				: 400px;
	empty-cells			: show;
}
table.formtable tr { 
	vertical-align		: top; 
}
table.formtable td { 
	padding				: 2px 2px 2px 4px; 
}
table.formtable td.label { 
	width				: 140px;
	padding-right		: 10px;
	text-align			: left; 
}
table.formtable tr.divider { 
	height				: 10px;
}


.radiotable { 
	empty-cells			: show;
	width				: 100%;
	color				: #25678F;
}
.radiotable table {
	empty-cells			: show;
	width				: 100%;
}
.radiotable tr { 
	height				: 40px;
}
.radiotable td { 
	padding				: 3px;
	text-align			: center;
	border				: 1px solid #EEEEEE;
	background-color	: #EEEEEE;
}
.radiotable td.description { 
	text-align			: left;
	width				: 220px;
	padding-right		: 20px;
	border				: 0px solid #AAAAAA;
	background-color	: #FFFFFF;
}
.radiotable td.bullet { 
	background-image	: url("../assets/images/icons/arrow_blue.gif");
	background-repeat	: no-repeat;
	background-position	: center;
}
.radiotable tr.header	{ font-weight: bold; background-color: #BACDEB; color: #FFFFFF; height: 20px; }
.radiotable tr.rowlight	{ background-color: #FFFFFF; }
.radiotable tr.rowdark	{ background-color: #FFFFEE; }
