/* Plain rows */
table.plainrows {
	border-collapse:collapse;
	background-color: #f2f2f2;
	color: #404040;
}

table.plainrows caption {
	padding: 6px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

table.plainrows thead {
	border-bottom: solid 1px #284d73;
}

table.plainrows thead th {
	text-transform: capitalize;
	background-color: #366999;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 1.1em;
}

table.plainrows tfoot th,
table.plainrows tfoot td {
	text-transform: capitalize;
	padding: 3px 10px;
	background-color: #d9d9d9;
	color: #000000;
	font-size: 1.1em;
}

table.plainrows tfoot td {
	text-align:right
}

table.plainrows tbody th,
table.plainrows tbody td {
	border-bottom: solid 1px #d9d9d9;
	padding: 4px 10px;
}

table.plainrows tbody th {
	white-space: nowrap;
}

table.plainrows tr.odd {
/*	background-color: #e5e5e5;*/
}

table.plainrows tbody tr:hover {
	background: #e5e5e5;
}

/* Dark stripes */
table.colorstripes {
	border: 1px solid #162c40;
	color: #ffffff;
	background: #284d73;
	border-collapse: collapse;
}

table.colorstripes caption {
	padding: 6px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

table.colorstripes td,
table.colorstripes th {
	border: 1px dashed #366999;
	padding: 5px 10px;
}

table.colorstripes thead th {
	border: 1px solid #284d73;
	background: #162c40;
	color: #ffffff;
	font-size: 1.1em;
}

table.colorstripes tbody th,
table.colorstripes tbody td {
	text-align: left;
	vertical-align: top;
}

table.colorstripes tbody tr.odd {
	background: #224161;
}

table.colorstripes tbody tr:hover {
	background: #1f3d59;
}

table.colorstripes tbody tr:hover th,
table.colorstripes tbody tr.odd:hover th {
	background: #1f3d59;
}

table.colorstripes tfoot th,
table.colorstripes tfoot td {
	border: none;
	padding: 4px 10px;
	background: #162c40;
	color: #ffffff;
	font-size: 1.1em;
}

table.colorstripes tfoot td {
	text-align: right;
}

/* Light stripes */
table.greystripes {
	border: 1px solid #d9d9d9;
	color: #404040;
	background: #ffffff;
	border-collapse: collapse;
}

table.greystripes caption {
	padding: 6px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

table.greystripes td,
table.greystripes th {
	border: 1px dashed #e5e5e5;
	padding: 5px 10px;
}

table.greystripes thead th {
	border: 1px solid #595959;
	border-bottom: 2px solid #000000;
	background: #404040;
	color: #ffffff;
	font-size: 1.1em;
}

table.greystripes tbody th,
table.greystripes tbody td {
	text-align: left;
	vertical-align: top;
}

table.greystripes tbody tr.odd {
	background: #f2f2f2;
}

table.greystripes tbody tr:hover {
	background: #e5e5e5;
}

table.greystripes tbody tr:hover th,
table.greystripes tbody tr.odd:hover th {
	background: #e5e5e5;
}

table.greystripes tfoot th,
table.greystripes tfoot td {
	border: none;
	padding: 4px 10px;
	background-color: #d9d9d9;
	color: #000000;
	font-size: 1.1em;
}

table.greystripes tfoot td {
	text-align: right;
}


