/************************************
** Content Table structural classes
*************************************/

table.content {
	border-collapse: collapse;
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}

table.content tr td {
	border: 1px solid #005E2F;
	padding: 2px 3px;
}

.text {
	background-color: #ffffff;
}

table.content tr th,
.title,
table.listings tr th {
	vertical-align:top;
	background-color: #FFFFFF;
	border: 1px solid #B2B2D3;
	font-size: 110%;
	color: #000000;
	text-decoration: none;
	text-align : left;
	font-weight: bold;
	padding: 2px 5px;
}

.entry {
	background-color: #EBEBEF;
}



/************************************
** Listing Table structural classes
*************************************/


.listings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

table.listings {
	border: 1px solid #222222;
	border-collapse:collapse;
	padding: 0px;
}

table.listings caption {
	font-size: 115%;
	color: #AF0037;
	TEXT-ALIGN: left;
	padding: 15px 0px 4px 0px;
	font-weight: bold;
}

table.listings tr td {
	border: 1px solid #999999;
	padding: 2px 5px;
}

table.listings tr th {
	border: 1px solid #222222;
	background-color:white;
	color:black;
	padding: 2px 5px;	
}

table.listings tr.roweven {
	background-color: #FFFFFF;
}

table.listings tr.rowodd {
	background-color: #dedfbd;
}

table.listings tr.rowodd th,
table.listings tr.roweven th, {
	background-color: #0089C8;
	border: 1px solid #222222;
	font-size: 110%;
	color: #ffffff;
	text-decoration: none;
	text-align : left;
	font-weight: bold;
	padding: 2px 5px;
}

table.listings tr.rowodd th a,
table.listings tr.roweven th a {
	color: #ffffff;
	text-decoration: none;
	text-align : left;
	font-weight: bold;
}

table.listings tr.total td {
	text-decoration: none;
	padding: 2px 5px;
	font-size: 100%;
	border-top: 5px double #000000;
	background-color: #44499A;
	color: #ffffff;
}

div.footer {
	margin: 20px 0px 0px 0px;
}

div.helpblock {
	margin: 10px 0px;
	padding: 5px;
	background-color: #ffffff;
	border: 2px solid #BDBEDC;
	color: #00454a;
	font-size: 100%;
}

/*
.mandatory:before {
	content: '* ';
	color: #DA7D20;
	font-weight:bold;
}
.mandatory {
	text-decoration:underline !important;
}
*/
