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

table {
	border-collapse: collapse;
	font-family: Tahoma, "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
caption {
	font-size: 1.4em;
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}
th, td {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding: 0.6em;
	vertical-align: 4px;
}
th {
	text-align: left;
	text-transform: uppercase;
}
thead th, tfoot th, tfoot td {
	background-color: #cc9;
	font-size: 1.1em;
}
tbody th {
	padding-left: 14px;
}
tbody th, td {
	background-color:#edf7e7;
}
tbody tr:hover td, tbody tr:hover th {
	background-color: #e1f4d6;
}
tr.odd td, tr.odd th {
	background-color: #ddd;
}
tbody a {
	color: #333;
}
tbody a:visited {
	color: #999999;
}
tbody a:hover {
	color: #333;
}
tbody a:active {
	color: #333;
}
tbody td+td+td+td a {
	padding-right: 12px;
}
tfoot th {
	text-align: right;
}
tfoot th:after {
	content: ":";
}


.logos table {
	border-collapse: collapse;
	font-family: Tahoma, "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: 0.8em;
	margin-left: 20px;
	margin-top: 10px;
	padding: 0;
}

.logos td {
	border-bottom: 0px;
	border-top: 0px;
	padding: .8em;
	vertical-align: middle;
	background-color: #fff;
	text-align: center;
}

.logos tr {
	background-color: #fff;
}

.logos tbody tr:hover td, .logos tbody tr:hover th {
	background-color: #fff;
}

.logos tbody a:hover {
	color: #fff;
}
