body {
	background-color:#141414;
	color:#00FFFF;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

tr, td, div, span, body {
	font-family:Verdana, Arial, sans-serif;
	font-size: 8pt;
}

a,a:link,a:visited,a:hover,a:active {	/* LVHA */
	color: #00ffff;
}
a:hover {
	color: #eee;
}

a {
	color: #ddd;
}

a:hover {
	color: #00ffff;
}

a, a:hover, a:focus {
	text-decoration: underline;
	color: #ddd;
	text-shadow: 2px 2px 1px #000;
	-webkit-transition: 425ms linear 0s;
	-moz-transition: 425ms linear 0s;
	-o-transition: 425ms linear 0s;
	transition: 425ms linear 0s;
	outline: 0 none;
}

a:hover, a:focus {
	color: #eee;
	text-shadow: -1px 1px 8px #00FFFF, 1px -1px 8px #00FFFF;
}

ul {
	margin-left: 6px;
	padding-left: 6px;
}

li {
	margin-bottom: 8px;
}

img {
	text-align:center;
	vertical-align:middle;
	border: none;
	max-width: 1024px;
}

img.banner {
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-height: 110px;
	max-width: 100%;
	background: url(/aim-academy/stats/asset.php?u=%2Fhlstatsimg%2Fbanner-bg.png) repeat-x;
}

.fSmall {
	font-family:Verdana, Arial, sans-serif;
	font-size: 7pt;
}
.fHeading {
	font-family:Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight:bold;
}          

.bg1 {
	background-color:#101010;
}                              

.bg2 {
	background-color:#181818;
}     

.data-table {
	border-style: solid;
	border-width: 1px;
	border-color: #005555;
	border-collapse: collapse;
	width: 100%;
	box-shadow: 0px 0px 45px #004444;
}

.data-table  td {
	border-style: solid;
	border-width: 1px;
	border-color: #005555;
	padding: 4px;
	text-align: left;
}

.data-table-head  {
	background-color:#000000;
	color:#00FFFF;
	vertical-align: bottom;
}

.game-table-row {
	background-color: white;
}

.game-table-row-hover {
	background-color: #eaebeb;
}

.game-table-cell {
	color: black;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #f87128;
	padding: 4px;
}

.game-table-cell a {
	color: black;
}

.livestats-table {
	border-style: solid;
	border-width: 1px;
	border-color: #0066CC;
	border-collapse: collapse;
	width: 100%;
}

.livestats-table td {
	border: 0;
	padding: 1px;
	text-align: center;
}

.location a:link {
	color: #000000;
}     

.location a:hover {
	color: #FFFFFF;
}

.location {
	background-color:#011;
	height: 30px;
	position: relative;
	margin-top: 3.5%
}

.location ul {
	list-style-type: none;
	list-style-image: none;
	padding: 4px;
	margin: 0;
	color: #FF6600;
}

.location li {
	margin-left: 5px;
	display: inline;
}	

.location strong {
    color: #eee
} 

.block {
	margin: 0 auto;
}

.subblock {
	margin: 0 auto;
	width: 95%;
}

.navbar img {
	margin-left: 4px;
	margin-right: 4px;
}

.navbar {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-bottom: 20px;
	padding-top:0;
}

.navbar li {
	margin-right: 20px;
	display: inline;
}

.headertab {
	float: right;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0px;
	vertical-align: bottom;
}

.headerblock {
	height:50px;
	position:relative;
}

.tableicon {
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 0px;
}

.headertabs ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.headertabs li {
	margin-left: 2px;
	margin-right: 0px;
	display: inline;
}

.headertabs {
	position:relative;
	bottom:0px;
	float: right;
	padding-top: 10px;
}

.bargraph {
	height: 10px;
}

.errorhead {
	background-color: #CC0000;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.errortext {
	background-color: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
}

.gmapstab td {
	border: 0;
	padding: 0;
}

.gmapstab a {
	color:black;
	text-decoration:underline;
}

.gmapstabtitle {
	color:blue;
	font-weight:bold;
	text-align:left;
}

/* Subsection Tabs
--------------------*/
#main ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:18px;
	clear:both;
}

#main ul.subsection_tabs li {
	float:left;
	margin-right:7px;
	padding-top:2px;
	text-align:center;
}

#main ul.subsection_tabs li a {
	display:block;
	height:16px;
	padding:0 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:120px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	font-size: 8pt;	
}

#main ul.subsection_tabs li a:hover {
	color:#666;
}

#main ul.subsection_tabs li a.active {
	background-color:#ddd;
}

#main ul.register_tabs {
	border-bottom:none;
}

#main ul.register_tabs li a.active {
	background-color:#6d7a81;
	color:#fff;
}