/*
http://icant.co.uk/csstablegallery
*/

table {
	border-collapse:collapse;
	background:#EFF4FB;
	border-left:1px solid #686868;
	border-right:1px solid #686868;
	width:90%; 
	font:1.0em/145% 'Trebuchet MS',helvetica,arial,verdana;
	color: #333;
        margin: 10px 50px 10px 20px;
}

td, th {
	padding:5px;
        vertical-align:top;
}

caption {
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	background: transparent;
}

table a {
	color:#950000;
	text-decoration:none;
}

table footnote {
  padding: 0;
  margin: 0 -2px;
  vertical-align:super;
}

table a:link {}

table a:hover {
	border-bottom: 1px dashed #bbb;
}

thead th, tfoot th, tfoot td {
	background:#6495ED;
	color:#fff
}

tfoot td {
	text-align:right
}

tbody th, tbody td {
	border-bottom: dotted 1px #333;
}

tbody th {
	white-space: nowrap;
}

tbody th a {
	color:#333;
}

.odd {}
tbody tr:hover {
	background:#fafafa
}

