body {
	background-image:url(../styles/candyshop_blue/bg.png);
       background-color:#181818;
       color:#FFFFFF;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:10px;
}

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

a:link {
	color:#FFFFFF;
	text-decoration:none;
}

a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a:active {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #AEAEAE;
	text-decoration:none;
}

a:focus {
	text-decoration:none;
}

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

li {
	margin-bottom: 8px;
}
     
img {
	text-align:center;
	vertical-align:middle;
	border: none;
}
 
.fHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;   
}

.fSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

.fTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}          
     
.bg1 {
       background-color:#282828;
}   
                           
.bg2 {
       background-color:#383838;
}     

.data-table {
	background-color:#282828;
	border: 1px solid #000000;
	border-collapse: collapse; 
	width: 100%;  
}

.data-table  td {
	padding: 4px;
	text-align: left;
	border: 1px solid #000000; 
	border-bottom: 0px; 
}
	 
.data-table-head  {
	background-color:#282828;
	border: 1px solid #000000;
	color:#FFFFFF;
	vertical-align: bottom; 	
}

.game-table-row {
	border: 1px solid #000000;
	background-color: #FFFFFF; 
	border-bottom: 0px; 
}

.game-table-row-hover {
	background-color: #eaebeb;
	border-bottom: 0px; 
}

.game-table-cell {
	color: #000000;
	vertical-align: middle;
	padding: 4px;  
	border-left: 1px solid #000000; 
}

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

.livestats-table {
	border: 1px solid #282828;
	border-collapse: collapse;
	width: 100%; 
}

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

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

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

.location {
	height: 22px;
	background-image:url(../styles/candyshop_blue/table_location.gif);
	background-repeat:repeat;
	border:1px solid #000000;
}

.location ul {
	list-style-type: none;
	list-style-image: none;
	padding-top: 5px;
	margin: 0;
	color: #FFFFFF; 
}

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

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

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

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

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

.headerblock {
	border:1px solid #000000;
	height:36px;
	width: 100%; 
	background-image:url(../hlstatsimg/icons/title-background.png);
	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:absolute;
	bottom:0px;
	right:6px;
}

.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, Helvetica, 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;
}