@charset "utf-8";
/* CSS Document */

table{
	margin: 10px;
	border: 0;
	padding: 0;
	color: #110c09;
	font-size: 12px;
}

table.fullWidth{width: 100%; margin: 10px 0px;}


.tableList table{
	margin-left: 30px;	
}

table th, body.largeText table th, body.superText table th{
	background: #f2d0ab;
	padding: 8px 10px;
	text-align: left;
	line-height: 18px;
}

table td, body.largeText table td, body.superText table td{padding: 8px 10px; border-bottom: 1px solid #999999; line-height: 18px;}

table.fullWidth td, body.largeText table.fullWidth td, body.superText table.fulLWidth td {font-size: 12px; white-space: nowrap; padding: 5px 5px; line-height: 16px;}
table.fullWidth th, body.largeText table.fullWidth th, body.superText body.largeText th{font-size: 12px; padding: 5px 5px; line-height: 16px;}

table tr.alt{background: #f2eed3;}

.tableList{
	padding-bottom: 10px;
	display: none;
}

tr.thAlt th{
	border-bottom: 1px solid #999;
}

table.fullWidth td{
	vertical-align: top;
}
table.fullWidth th{
	vertical-align: middle;
}
