/*****************************************************************************/
/* Tables                                                                    */
/*****************************************************************************/

.listTable {
	width: 100%;
	margin: 0;
}

.listTable .scrollTable {
	overflow-y: scroll;
	border-left: 1px solid #246E92;/*023B5B;*/
	border-right: 1px solid #246E92;
}

.listTable table {
	width: 100%;
	border-collapse: collapse;
}

.listTable table tr {
	height: 20px;
	background: #FFD88E;
}

.listTable table tr.alt {
	background: #FECC6B;
}

.listTable table tr.trHover {
	background: #FDE5B8;/*FCB62D;/*F7A040;/*FEF5EC;*/
}

.extranetTable table tr, .extranetTable table tr.alt, .extranetTable table tr.trHover {
	background: none;
}

.listTable table tr th {
	height: 23px;
	line-height: 23px;
	background: #246E92;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.listTable table tr td {
	height: 18px;
	line-height: 18px;
	padding: 2px;
	border-top: 2px solid #246E92;
}

.listTable table tr.subhead td {
	background: #5FBEF3;
	color: #FFF;
	font-weight: bold;
}

.listTable table tr.first td {
	border-top: none;
}

.listTable table tr td.sepV {
	width: 2px;
	background: #246E92;
	padding: 0px;
}

.listTable .head {
	height: 23px;
	line-height: 23px;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	padding-right: 20px;
	background: #246E92;
}

.listTable .foot {
	height: 0px;
	border-top: 2px solid #246E92;
	font-size: 0pt;
}




/*****************************************************************************/
/* = Form tables															 */
/*****************************************************************************/

table.formTable {
	width: 100%;
	border-collapse: collapse;
	display: block;
}

table.formTable th, table.formTable td {
	border-right: 2px solid #E5EFFA;
	border-top: 2px solid #E5EFFA;
	color: #FFF;
}

table.formTable th {
	color: #FFF;
	background: #246E92;
}
table.formTable td.fixed {
	border-collapse: collapse;
	color: #FFF;
	background: #246E92;
}

table.formTable td {
	color: #000;
	background: #D0E0F3;
}

table.formTable th,
table.formTable td {
	padding: 2px 2px 2px 5px;
}
table.formTable label {
	width: 425px;
	display: block;
	float: left;
}

table.formTable td.formTableDescription {
	width: 229px;
	background: transparent;
}