/***** Data table#data Styles *****/

table.data {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 auto 20px auto;
	padding: 0;
	width: 75%;
	color: #FFF;
	font: 12px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	}
table.data a {
	color: #8cd150!important;
	text-decoration: none;
	}
table.data a:visited {
	color: #8cd150;
	font-weight: normal;
	text-decoration: none;
	}
table.data a:hover {
	border-bottom: 2px solid;
	text-decoration: none;
	}
table.data thead th,
table.data thead td
 {
	font-size: 1.0em;
	color: #172e31;
	text-transform: uppercase;
	padding: 0.5em;
	border: 1px solid #175862;
	border-width: 1px 1px;
	background: #27676f;


	}
table.data tfoot th,
table.data tfoot td {
	border: 1px solid #175862;
	border-width: 1px 1px;
	padding: 2em 0.5em;
	background: #E9F5FF;
}

table.data th {
	font-weight: bold;
	line-height: normal;
	padding: 0.5em;
	text-align: left;
	}
table.data tbody th,
table.data td {
	padding: 0.5em;
	text-align: left;
	vertical-align: middle;
	}
table.data tbody th {
	font-weight: normal;
	white-space: nowrap;
	}
table.data tbody th a:link,
table.data tbody th a:visited {
	font-weight: bold;
	text-decoration: none;
	}
table.data tbody th+td {
	white-space: nowrap;
	}
table.data tbody td,
table.data tbody th {
	background: #172e31;
	border: 1px solid #175862;
	border-width: 1px 1px;
	}
table.data tbody tr.gap td {
	background: #172e31
}

table.data tbody tr.odd th,
table.data tbody tr.odd td {
	border-color: #175862;
	background: #1C3539;
	}
table.data tbody tr:hover td,
table.data tbody tr:hover th, 
table.data tbody tr.over td,
table.data tbody tr.over th {
	background: #0D2122;
	border-color: #175862;
	text-decoration: none;
	}
table.data tr:hover td, tr:hover td a, tr:hover th a, 
table#data tr.over td, tr.over td a, tr.over th a {
	color: #8cd150;
	text-decoration: none;
	}
table#data caption {
	font-size: 1.8em;
	text-align: left;
	margin: 0;
	padding: 0.5em 0.25em;
	text-align: center;
	text-transform: uppercase;
	}