

/** Styles for tables **/

.Table th {
	text-align: left;
	font-size: 0.9em;
	color: black;
	padding: 8px 0 4px 8px;
}

.Table td {
	padding-left: 8px;
	padding-bottom: 4px;
}

#content .SetTDHeight tr {
	height: 20px;
}

.SetTDHeight {
}

.SetTDHeight td,
.SetTDHeight th
#content .SetTDHeight tr.footer td {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	vertical-align: top;
}

.Table td span {
	color: #cc171e;
}

.Table .even{
	color: #00275d;
}

.Table tr a {
	color: #464749;
	text-decoration: none;
}

.Table tr.even a {
	color: #00275d;
}

.Table tr a:hover {
	text-decoration: underline;
}

.Table tr.footer {
	font-size: 0.9em;
	color: black;
}

.Table .footer td {
	padding-top: 8px;
	padding-bottom: 5px;
}

.Table tr.footer a.table-detail {
	color: #cc171e;
}

.Table tr.footer a {
	color: #333;
}

.table-options {
	text-align: right;
}

.table-options img {
	vertical-align: middle;
}

.table-options a {
	margin-right: 20px;
}

.Table td.left-divider {
	background: url(http://full-time.thefa.com/client/images/vertical-line.gif) left center no-repeat; 
}

.Table th.left-divider {
	background: url(http://full-time.thefa.com/client/images/vertical-line.gif) left top no-repeat; 
}

.Table td.bottom-divider {
	border-bottom: 1px solid #ccc;
}

.Table td.end {
	height: 8px;
	font-size: 1%;
}

.Table .highlight {
	font-weight: bold;
}

.Table .smallprint,
.smallprint {
	font-size: 0.9em;
}

.Table .score {
	text-align: left;
	font-weight: bold;
}

.Table .postponed {
	color: #cc9900;
}

.Table .cancelled {
	color: #cc0000;
}

.Table .selected,
.Table .selected .score {
	color: white;
	font-weight: bold;
}

.Table .selected a {
	color: white;
}

.Table .selected td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.Table tr td.disabled,
.Table tr th.disabled {
	background-color: #f2f2f2;
}

.Table td.recentform {
	font-family: Verdana;
}

table.table-expand {
	font-size: 0.9em;
	color: #999999;
}

table.table-expand th {
	color: #666;
}

table.table-expand {
	padding-top: 0;
	padding-bottom: 0px;
}

.table-expand .stats {
	font-style: italic;
}

.table-expand .stats img {
	vertical-align: middle;
}

.table-heading {
	color: #666;
}

