/*This is the HWHC core style sheet*/

body {
	text-align: center;
	background-color: #f2f6f9;
	color: #2c4968;
	font-family: Verdana,Tahoma,Arial,sans-serif;}
	
h1 {
	font-size: 1.5em;}

h2 {
	font-size: 1.4em;
	padding-top: 5px;}

h3 {
	font-size: 1em;
	padding-top: 3px;
	text-decoration: none;}
	
h4 {
	font-size: 1.1em;
	font-weight: bold;}	

h5 {
	font-size: 0.9em;
	font-weight: bold;}
	
a {
    color: #2c4968;
    font-weight: normal;}
    
img {
	border: none;}
	
textarea {
	border: 1px #152497 solid;
	padding: 5px;}	

.update {
	background-color: #ffffff;}
	
.bold {
	font-weight: bold;}
	
.align {
	display: -moz-inline-block;}		
	
.reverse {
	color: #ff0000;
	border: 1px solid #2c4968;
	font-weight: bold;
	font-size: 1.5em;
	text-align: right;}	

/*Full page conatiner - excludes Footer*/	 
#container {	
	display: table;
	margin: 0 auto;
	font-size: 0.85em;
	width: 900px;
	background-image: url(images/Sidebar.gif);
	background-repeat: repeat-y;
	background-position: left top;}

/*Header section*/
#header {
	height: 100px;
	width: 900px;
	background-image: url(images/Header.gif);
	background-repeat: no-repeat;}

/*Left side container*/
#sidecontent {
	clear: both;
	font-size: 0.9em;
	margin: 0px 0px 2px 0px;
	width: 170px;
	float: left;
	padding-bottom: 5px;
	padding-top: 10px;}
	
#pscroller1 {
	margin-top: -10px;
	font-style: italic;
	width: 159px;
	position: relative;
	height: 60px;
	border-top: 2px #152497 solid;
	border-bottom: 2px #152497 solid;
	padding: 5px;
	background-color: #ffffff;}

.someclass {
	font-size: 1em;
	text-align: left;}
	
/*Menu section*/
#menubox {
	text-align: left;
	margin-left: 10px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
	width: 150px;}
	
/* position relative so that you can position the sub levels */
.menu li {
	z-index: 1000;
	position: relative;
	background-color: #d2d6ec;
	height: 26px;}

/* get rid of the table */
.menu table {
	position: absolute;
	border-collapse: collapse;
	top: 0;
	left: 0;
	font-size: 1em;}

/* style the links */
.menu a, .menu a:visited {
	display: block; 
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	width: 149px;
	color: #2c4968;
	border: 1px #152497 solid;
	border-width: 0 1px 1px 0;
	text-align: center;}

/* hack for IE5.5 
* html .menu a, * html .menu a:visited {
	background-color: #c0d8bc; 
	width: 150px;} */

/* style the link hover */
* html .menu a:hover {
	color: #fff; 
	background: #2c4968;}

.menu :hover > a {
	color: #fff; 
	background: #2c4968;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 150px;}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul {
	visibility: visible;}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility: hidden;}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul {
	visibility: hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul { 
	visibility: visible;}

/*Content section*/
#content {
	width: 721px;
	text-align: center;
	font-size: 0.85em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 175px; }

#contentname {
	width: 721px;
	font-size: 1.5em;
	text-align: right;}

#contentmain {
	text-align: left;
	padding-left: 5px;}
	
#contentlist {
	border: 1px #152497 solid;
	background-color: #ffffff;
	padding: 5px;
	height: 80px;
	overflow: auto;
	width: 544px;
	text-align: left;	
	margin-top: 5px;
	display: list-item;}
	
#contentlist li a {
	text-decoration: none;
	line-height: 1.5em;}
	
#headline {
	background-color: #ffffff;
	text-align: center;
	border: solid 2px #152497;}	
			
/*Tab Panels*/
#tabnav {
	list-style-type: none;
	margin-left: 1px;
	width: 713px;
	height: 27px;
	border-bottom: solid 1px #2c4968;
	margin-top: 10px;}
	
#tabnav ul a:link, #tabnav ul a:visited {
	float: left;
	display: block;
	height: 21px;
	background-color: #d2d6ec;
	color: #2c4968;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	border: 1px #2c4968 solid;
	border-bottom: none;
	margin-left: 15px;}

#tabnav ul a:hover.pane2 {
	background-color: #2c4968;
	color: #ffffff;}

#tabnav ul a:hover.pane1 {
	color: #2c4968;
	background-color: #e0e6e6;}
	
#tabnav ul a:link.pane1, #tabnav ul a:visited.pane1 {
	border-bottom: 1px #e0e6e6 solid;
	color: #2c4968;
	background-color: #e0e6e6;}
	
#panecontent {
	margin-left: 1px;
	width: 706px;
	border: 1px #2c4968 solid;
	background-color: #e0e6e6;
	border-top: none;
	padding-top: 10px;		
	padding-left: 5px;
	padding-bottom: 5px;}

.event #panecontent {
	border: 2px #2c4968 solid;
	width: 706px;
	padding: 0;
	margin-left: 1px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;}	
	
.report {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 1px;
	width: 711px;
	float: none;
	background:#e0e6e6;
	border-left: 1px #152497 solid;
	border-bottom: 1px #152497 solid;
	border-right: 1px #152497 solid;}
	
.report a {
	border: none;
	color: #666666;
	font-size: 0.95em;
	font-weight: bold;}		

/*Content Form*/
#form {
	border: 1px #152497 solid;
	width: 490px;
	padding: 20px;
	margin-bottom: 5px;
	background-color: #ffffff;}

#form a {
	float: left;
	width: 35%;
	padding-top: 3px;}
	
#form p {
	color: #666666;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;}	
	
/*Update Panels*/#update {	width: 550px;	padding: 10px;}
	
#update a, #fixtures a {	float: left;	width: 22%;	padding-top: 3px;}
	
#update p {
	margin-bottom: -5px;	text-align: left;}		
	
.input {
	font-size: 1.1em;
	background-color: #e4f2ff;}

.inputlabel {
	font-size: 1.1em;}

.inputlabelstrong {
	color: #191970;
	font-size: 1.1em;
	font-weight: bold;}

.button {
	color: #2c4968;
	background-color: #c0c0c0;
	margin: 5px;
	width: 60px;
	left: 30%;}	
	
.gobutton {
	color: #2c4968;
	background-color: #c0c0c0;
	width: 30px;
	margin-left: 5px;}	
		
/*Content table format*/
#tableone {
	float: none;}

.tableone {
	margin-left: 1px;
	margin-bottom: 1px;
	width: 713px;
	border-collapse:collapse;
	background-color:#ffffff;
	color: #666666;
	border-left: 1px #152497 solid;
	border-bottom: 1px #152497 solid;
	border-right: 1px #152497 solid;}

#home .tableone {
	width: 715px;}
	
#appearance .tableone {
	border: 1px #152497 solid;}		

.tabletwo {
	width: 685px;
	border-collapse:collapse;}
	
.tablethree {
	border-collapse:collapse;
	background-color:#e0e6e6;
	color: #666666;}	
	
#tablefour {
	margin-left: 1px;
	margin-bottom: 1px;
	width: 690px;
	border-collapse:collapse;
	background-color:#e0e6e6;
	color: #666666;
	border: 1px #152497 solid;}	
	
.tableone caption {
	background:#e0e6e6;
	font-size: 0.95em;
	font-weight: bold;
	border-left: 1px #152497 solid;
	border-top: 1px #152497 solid;
	border-right: 1px #152497 solid;
	padding-top: 4px;
	padding-bottom: 4px;
	text-transform: uppercase;}
	
.tabletwo caption {
	border: none;}	
	
#performance .tableone caption {
	border-top: none;}	
	
#performance .tableone th {
	text-align: left;}	
	
#thleft .tableone th {
	text-align: left;}			
	
#results .tableone caption {
	border-top: none;
	text-transform: capitalize;}		
	
.tableone th {
	background:#e0e6e6;
	text-align: center;
	font-size: 0.75em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-transform: uppercase;
	border-top: none;}	
	
#appearance .tableone th {
	border: 1px #152497 solid;}		
	
#tablefour th {
	height: 20px;}	
	
.th1 {
	width: 8%;}

.th2 {
	width: 10%;}

.th3 {
	width: 15%;}

.th4 {
	width: 20%;}

.th5 {
	width: 30%;}
	
.th6 {
	width: 35%;}
	
.th7 {
	width: 50%;}

.tableone td {
	padding: 3px;
	border: none;}
	
.tableone td img {
	padding-top: 4px;
	border: none;}
	
.tableone td select {
	color: #666666;
	width: 130px;
	font-size: 0.9em;}
	
#home .tableone td {
	border: none;
	text-align: left;
	font-size: 0.75em;}	
	
#appearance .tableone td {
	border: 1px #152497 solid;}	
	
.event .tableone td {
	border: none;
	text-align: left;}	
	
.tabletwo td {
	background-color: #ffffff;
	padding-left: 0.5em;
	border: 1px #152497 solid;}
	
.tabletwo td img {
	border: none;}	
	
.team {
	background-color: #ffffff;
	border-left: 1px solid #152497;
	border-right: 1px solid #152497;
	border-bottom: 1px solid #152497;
	margin-bottom: 4px;}
	
.team caption {
	width: 100%;
	text-align: left;
	font-weight: bold;
	padding-top: 4px;
	background-color: #ffffff;
	border-left: 1px solid #152497;
	border-right: 1px solid #152497;
	border-top: 1px solid #152497;}
	
#tablefour .team {
	height: 50px;
	width: 680px;}	
	
.team th {
	text-align: left;
	font-weight: bold;
	padding-top: 4px;
	background-color: #ffffff;}	
	
#opposition .tabletwo td {
	font-size: 0.8em;}			

.td1 {
	width: 40px;}

.td2 {
	width: 80px;}

.td3 {
	width: 110px;}

.td4 {
	width: 170px;}

.td5 {
	width: 120px;}
	
.td6 {	
	width: 40%;}
	
.td7 {
	width: 50%;}	
	
.innera {
	width: 703px;
	height: 9em;
	overflow: auto;}

.innerb {
	height: 5.75em;
	overflow: auto;}
	
.innerc {
	width: 703px;
	height: 22em;
	overflow: auto;}
	
/*Picture Gallery*/	
#gallery {
	width:570px;}
	
#gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	width:700px;
	position:relative;}
	
#gallery th {
	display: none;}	
	
#gallery ul li {
	display:inline;
	width:102px;
	height:102px;
	float:left;
	margin:0 0 5px 5px;}
	
#gallery ul li a:link, #gallery ul li a:visited {
	display:block;
	width:100px;
	height:100px;
	text-decoration:none;
	border:1px solid #152497;}
	
#gallery ul li a img {
	display:block;
	width:100px;
	height:100px;
	border:0;}
	
#gallery ul li a:focus {
	white-space:normal;
	border-color:#ddd;}	
	
#gallery ul li a:hover {
	white-space:normal;
	border-color:#ddd;}
	
#gallery ul li a:hover img, #gallery ul li a:active img  {
	position: absolute;
	left:0px;
	top: 260px;
	width:auto;
	height:auto;
	border:1px solid #152497;}	
	
#gallery ul li a:hover th, #gallery ul li a:active th{
	display: inline !important;
	position: absolute;
	left:0px;
	top: 220px;
	width:400px;
	height:30px;}
	
/*Footer container*/
#footer {
	margin: 0 auto;
	margin-top: 2px;
	padding-top: 5px;
	width: 900px;
	border-top: 1px #152497 solid;
	font-size: 8pt;
	color: #333333;
	text-align: center;
	font-weight: normal;}
	
#footer h3 {
	padding-left: 10px;
	float: left;
	text-align: center;}
	
#links {
	margin-top: 40px;}		

.right {
	float: right;
	padding: 5px;
	border: none;
	position: relative;}
	
.left {
	float: left;
	padding: 5px;
	border: none;
	position: relative;}

.logo {
	float: left;
	border: none;
	position: relative;}