/* -------------------------------------------------------
Author: Eric Pui
Theme: The Sky Is Blue
URL: http://www.ericpui.net
 -------------------------------------------------------*/

table {
	font: normal 12px "trebuchet ms", georgia, sans-serif;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	color: #000;

	}
table a {
	color: #010101;
	text-decoration: none;
	border-bottom: 1px dashed;
	}
table a:visited {
	color: #235c9d;
	font-weight: normal;
	text-decoration: none;
	}
table a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
	}
thead th,
thead td
 {	color: #fff;
	text-transform: uppercase;
	padding: 0.0em 0.25em;
	border: 1px solid #fff;
	border-width: 1px 1px;
	background: #235c9d;
    vertical-align: bottom;
		text-decoration: none;

	}

tbody td {
	padding: 0.4em 0.5em;
	text-align: left;
	vertical-align: middle;
	}

tbody th a:link,
tbody th a:visited {
	font-weight: bold;
	text-decoration: none;
	}
tbody td {
	white-space: nowrap;
	}
tbody td {
	background: #E0E0E0;
	border: 1px solid #fff;
	border-width: 1px 1px;
	}

tbody tr.odd td {
	border-color: #fff;
	background: #c7d5e6;;
	}
tbody tr:hover td {
	background: #fff;
	border-color: #fff;
	}
tr:hover td, tr:hover td a {
	color: #235c9d;
	text-decoration: none;
	}
caption {
	text-align: center;
	margin: 0;
	padding: 0px 0px 3px 0px;
	text-transform: uppercase;
	}
		
	
.stats {
	text-align: center;
	margin: 0;
text-transform: uppercase;
text-decoration: none;
	}
	
	td#title {
	text-align: left;
	vertical-align: bottom;
	background: #235c9d;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-width: 1px 1px;
	padding: 3px 0 2px 6px;
	}

