div.clear
{
     clear: both;
     font-size: 0;
     line-height: 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////////////
//// Main Page & Generics //////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
*/


body {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: small;
	background-color: #ffdc00;
	color: #000000; /* Main Page Text Colour */
	margin: 0;
	padding: 2ex;
}



div#page_container {
	background-color: transparent;
	color: inherit;
	display: block;
	margin: 0 auto 0 auto;
	padding: 0;
	max-width: 75em;
	min-width: 25em;
}


div, p, span {
	margin: 0;
	padding: 0;
}


div {
	overflow: visible !important;
}


p {
	margin-bottom: 1em;
}


h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 0;
	margin: 1.2em 0 0.6em 0;
	
	color: #202020;
	background-color: transparent;
	font-size: inherit;
}

h2 {
	font-size: medium;
	color: #606060;
	background-color: transparent;
	text-align: center;
	margin: 0 0 1.2em 0;
}

h3 {
	margin-top: 2em;
	text-decoration: underline;
	color: #404040;
	background-color: transparent;
	font-size: small;
}

/*
table.bordered {
	border: 2px solid #cccccc;
	border-collapse: collapse;
	margin: 0 auto 1em auto;
}

table.bordered td, table.bordered th {
	border: 1px solid #a0a0a0;
	padding: 0.25ex 1ex 0.25ex 1ex;
}
*/

a {
	color: #ef7000;
}



/*
////////////////////////////////////////////////////////////////////////////////////////////////////
//// Banner ////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
*/


div#title_banner {
	display: block;
	margin: 0;
	padding: 0;
	background-image: url('/images/bhc_banner_bg_v6_v2.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: rgb(0,0,0);
	color: rgb(255,230,00);
	min-height: 100px;
	line-height: 100px;
}


div#title_banner img {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}


h1 {
	margin: 0;
	padding: 0;
	margin-left: 2ex;
	font-size: xx-large;
}


img.logo {
	display: none !important;
}


#date {
	display: none;
}




/*
////////////////////////////////////////////////////////////////////////////////////////////////////
//// Content Area Structure ////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
*/


div#content_container {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	overflow: hidden;
}

div#content_subcontainer {
	display: block;
	margin: 0;
	padding: 0;
	padding-bottom: 1px;
}


div#content, div#sidebar {
	display: block;
	margin: 0;
	padding: 0;
}


div#content {
   /* NB: Non-Structural Styling can be found below under "Content" */
	width: 75%;
	float: left;
}


div#sidebar {
   /* NB: Non-Structural Styling can be found below under "Side Bar" */
	width: 24.9%;
	float: left;
}

div.content_padder {
	display: block;
	margin: 2ex;
}

div#content div.content_padder {
	margin-right: 2ex;
}

div#sidebar div.content_padder {
	margin-left: 2ex;
}




/*
////////////////////////////////////////////////////////////////////////////////////////////////////
//// Content ///////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
*/


div#content {
   /* NB: Structural Styling can be found above under "Content Area Structure" */
	background-color: transparent;
	overflow: auto;
	font-size: small;
	min-height: 5em;
}


div#content .hidden {
  position: absolute;
  left: 0px;
  top: -5000em;
  width: 1px;
  height: 1px;
  overflow: hidden;
}


div#content img.right {
	clear: right;
	float: right;
	margin-left: 4ex;
	margin-bottom: 16px;
	
	font-style: italic;
	font-weight: bold;
	font-size: xx-small;
}

div#content img.centre {
	clear: both;
	float: none;
	margin: 0 auto 0 auto;
	text-align: center;
	display: block;
	
	font-style: italic;
	font-weight: bold;
	font-size: xx-small;
}


div#content iframe {
	width: 100%;
	border: none;
	height: 100em; /* An arbitrary, large value to try and ensure the whole page is displayed */
}

div#content p.last_updated, div#content p.EoP_notice {
	font-size: xx-small;
	color: #808080;
	text-align: right;
	margin-top: 4em;
	margin-bottom: 0;
	clear: both;
}


div#content hr {
	margin: 2.5em
}

/*
div#content div#fl {
	overflow: visible !important;
}
*/




/*
//// Team Pages //////////////////////////////////////////////////////////////////////////////////////////
*/

div#content div#teams {
	text-align: center;
}

div#teams a.team_link {
	display: inline-block;
	margin: 0 3em 3em 3em;
	padding: 0;
	
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	background-color: transparent;
}

div#teams span.team_thumb_container{
	display: block;
}

div#teams img.team_thumb {
	display: inline-block;
	width: 225px;
	height: 150px;
	border: 0;
}

div#teams span.team_name {
	display: block;
}


/* Individual Team Pages */

div#content div#team_links {
	width: 88%;
	margin: 2em auto 2em auto;
	text-align: center;
}


div#team_links  a.team_page_link {
	display: inline-block;
	margin: 0 2% 0 2%;
	padding: 0;
	width: 12em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	/*border: solid 1px gray;*/
	/*word-wrap: nowrap;
	background-image: url('images/teams/l1.jpg')*/
	
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	background-color: transparent;
	padding: 0ex 1ex 0ex 1ex;
}

div#team_links  a.team_page_link:hover { color: #000000; }



/*
//// Contacts //////////////////////////////////////////////////////////////////////////////////////
*/

div#content div.contact {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
}

div#content div.contact p {
	margin: 0;
	display: block;
}

div#content .contact .title, div#content div.contact .team {
	font-weight: bold;
	margin: 0;
/*	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;*/
}

div#content .contact_team span.role {
	font-style: italic;
}

div#content .contact_group {
	display: block;
	float: left;
	width: 45%;
	min-width: 10em;
	margin: 0;
	padding: 0;
}





/*
//// Table /////////////////////////////////////////////////////////////////////////////////////////
*/

div#content table.table {
	margin: 0 auto 2ex auto;
	border-collapse: collapse;
/*	font-size: x-small;
	text-align: center;*/
	vertical-align: top;
}

div#content table.table td, div#content table.table th {
	padding: 2ex;
}

div#content table.bordered {
	border: 2px solid #606060;
  border-collapse: collapse;
}

div#content table.bordered td, div#content table.bordered th {
	border: 1px solid #606060;
}



/* Team Fixture's Table */

div#content table.team-fixtures {
	margin-top: 2ex;
	border: none;
}

div#content table.team-fixtures td, div#content table.team-fixtures th {
	border: none;
	padding: 0.5ex 2ex 0.5ex 2ex !important;
}

div#content table.team-fixtures td {
	border-top: 1px solid #c0c0c0;
}

div#content table.team-fixtures td.match-type, div#content table.team-fixtures td.home-away {
	text-align: center;
}


/* Kit List: */

div#content table.kit-list {
	margin-top: 2ex;
	border: none;
}

div#content table.kit-list span.sub-text {
	font-style: italic;
}

div#content table.kit-list td, div#content table.kit-list th {
	border: none;
	padding: 1ex !important;
}

div#content table.kit-list td {
	border-top: 1px solid #c0c0c0;
}

div#content  table.kit-list  th.kit-section-title {
	background-color:  #f0f0f0;
		border-top: 1px solid #c0c0c0;
	/*
	border-top: 1px solid #606060 !important;
	border-bottom: 1px solid #606060 !important;
	*/
}

div#content table.kit-list .kit-item-name, div#content table.kit-list .kit-item-size {
	border-right: 1px dotted #c0c0c0 !important;
}
div#content table.kit-list .kit-item-size, div#content table.kit-list .kit-item-price {
	border-left: 1px dotted #c0c0c0 !important;
}

div#content table.kit-list td.kit-item-price {
	text-align: right;
}


/* Upcoming Home Games */

table#home-games-list td {
	padding: 1ex !important;
}

table#home-games-list td.datetime {
	padding-left: 0 !important;
	width: 35%;
}


table#home-games-list td.match {
	padding-right: 0 !important;
}




/*
//// List //////////////////////////////////////////////////////////////////////////////////////////
*/

div#content ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 2ex;
}


div#content ul ul {
	margin-left: 2em;
}


div#content ul li a {
	text-align: left;
	text-decoration: none;
	background-color: transparent;
	background-image:url('/images/news_item_bullet.png');
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	padding-left: 15px;
}

div#content ul li a:hover {
	background-image: url('/images/news_item_bullet_hover.png');
}




/*
////////////////////////////////////////////////////////////////////////////////////////////////////
//// Side Bar //////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
*/


div#sidebar, .sidebar {
   /* NB: Structural Styling can be found above under "Content Area Structure" */
	color: #606060;
	background-color: transparent;
}


div#sidebar h2, .sidebar h2 {
	font-family: inherit;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
}


/* Styling for sidebar sub-section seperation */
div#sidebar div.section, .sidebar div.section {
	padding-bottom: 2ex;
	margin-bottom: 2ex;
	background-image: url('/images/dotted_border.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}



/*
//// Modules ///////////////////////////////////////////////////////////////////////////////////////
*/

div.module {
	background-color: #fafafa;
	height: 100%;
	margin-bottom: 2ex;

	background-color: #ffffff;
	background-image: url('images/edges/module-border/module_bg.png');
	background-repeat: repeat-x;
	background-position: top left;
}

div.module div.side-fade {
	background-image: url('images/edges/module-border/module_bg_fade.png');
	background-repeat: no-repeat;
	background-position: top right;
}

div.module div {
	height: 100% !important;
}

div.module div.tl {
	background-image: url('images/edges/module-border/border_tl_2.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
div.module div.tr {
	background-image: url('images/edges/module-border/border_tr.png');
	background-position: top right;
	background-repeat: no-repeat;
}
div.module div.br {
	background-image: url('images/edges/module-border/border_br.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}
div.module div.bl {
	background-image: url('images/edges/module-border/border_bl.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.module div.t, div.module div.r, div.module div.b, div.module div.l {
	background-image: url('images/edges/module-border/border.png');
}

div.module div.t {
	background-position: top right;
	background-repeat: repeat-x;

	background-position: top left;
}

div.module div.b {
	background-position: bottom left;
	background-repeat: repeat-x;

	background-position: top right;
	background-image: url('images/edges/module-border/border_t.png');
	background-repeat: no-repeat;
}

div.module div.r {
	background-position: top right;
	background-repeat: repeat-y;

	background-position: top left;
}

div.module div.l {
	background-position: top left;
	background-repeat: repeat-y;

	background-position: bottom left;
	background-image: url('images/edges/module-border/border_l.png');
	background-repeat: no-repeat;
}

div.module div.inner {
	padding: 4px;
}



div.module div.tr, div.module div.br, div.module div.bl {
	background-image: none;
}


div#sidebar div.content_padder {
	margin-bottom: 0;
}

div#sidebar {
	height: 100%;
	min-width: 15em;
}

div.module div.inner div.content_padder {
	margin: 0ex !important;
	padding: 2ex !important;
	padding-right: 0;
}


div.module h2 {
	color: #404040;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	margin-top: -1.5ex !important;
	margin-left: -1ex !important;
}




/*
//// News //////////////////////////////////////////////////////////////////////////////////////////
*/

div#news ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: 1ex;
}


div#news ul p.date {
	font-size: xx-small;
	margin: 0;
	padding: 0;
}


div#news ul ul {
	margin-top: 0;
	margin-bottom: 1ex;
}

div#news ul ul li {
	margin-top: 0;
	margin-bottom: 1ex;
}


div#news ul li a {
	display: block;
	text-align: left;
	text-decoration: none;
/*	color: #ff8200;*/
	background-color: transparent;
	background-image:url('/images/news_item_bullet.png');
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	padding-left: 15px;
}

div#news ul li a:hover {
	background-image: url('/images/news_item_bullet_hover.png');
}


div#news ul li a span.title {
	display: block;
	font-weight: bold;
}

div#news ul li a span.text {
	display: block;
	font-size: xx-small;
}





/*
//// Training Times ////////////////////////////////////////////////////////////////////////////////
*/

div#training_times table {
	margin: 2ex 0 0 0;
	border-collapse: collapse;
	font-size: x-small;
	text-align: center;
}

div#training_times td, div#training_times th {
	padding: 1ex;
}


/*
div#training_times table, div#training_times td, div#training_times th {
	border: 1px solid #a0a0a0;
}
*/


div#training_times table .time {
	white-space: nowrap;
}




/*
//// Sponsors //////////////////////////////////////////////////////////////////////////////////////
*/

div#sponsors img {
	max-width: 150px;
	width: 100%;
	margin: 2ex auto 2ex auto;
	display: block;
	border: none;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////////////
//// BreadCrumb Trail //////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
*/


div#breadcrumb_trail {
	font-size: xx-small;
	color: #606060;
	padding: 1ex;
	padding-top: 0;
	margin: 0;
}

div#breadcrumb_trail p {
	margin: 0;
	padding: 0;
}

div#breadcrumb_trail a {
	color: #606060;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

div#breadcrumb_trail a:hover {
	color: #000000;
}




/*
////////////////////////////////////////////////////////////////////////////////////////////////////
//// Edging ////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
*/


div.edge_t, div.edge_r, div.edge_b, div.edge_l, div.edge_tl, div.edge_tr, div.edge_br, div.edge_bl {
	display: block;
	margin: 0;
	padding: 0;
	height: 100%;
}

div.edge_t {
	background-image: url('images/edges/yellow/edge_t.png');
	background-repeat: repeat-x;
	background-position: top left;
}

div.edge_r {
	background-image: url('images/edges/yellow/edge_r.png');
	background-repeat: repeat-y;
	background-position: top right;
}

div.edge_b {
	background-image: url('images/edges/yellow/edge_b.png');
	background-repeat: repeat-x;
	background-position: bottom left;
}

div.edge_l {
	background-image: url('/images/edges/yellow/edge_l.png');
	background-repeat: repeat-y;
	background-position: top left;
}

div.edge_tl {
	background-image: url('/images/edges/yellow/edge_tlc.png');
	background-repeat: no-repeat;
	background-position: top left;
}

div.edge_tr {
	background-image: url('/images/edges/yellow/edge_trc.png');
	background-repeat: no-repeat;
	background-position: top right;
}

div.edge_br {
	background-image: url('/images/edges/yellow/edge_brc.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

div.edge_bl {
	background-image: url('/images/edges/yellow/edge_blc.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}


div.edge_inner {
	display: block;
	padding: 12px;
	margin: 0px;
	height: 100%;
	overflow: hidden;
}







div#title_banner div.edge_tl {
	background-image: url('images/edges/yellow/edge_tlc_title-banner.gif');
}

div#title_banner div.edge_tr {
	background-image: url('images/edges/yellow/edge_trc_title-banner.gif');
}

div#nav div.edge_br {
	background-image: url('images/edges/yellow/edge_brc_title-banner.gif');
}

div#nav div.edge_bl {
	background-image: url('images/edges/yellow/edge_blc_title-banner.gif');
}












/*
//// Customised Inner Edge Divs ////////////////////////////////////////////////////////////////////
*/

div#title_banner div.edge_inner{
	padding: 8px;
	padding-bottom: 0;
}

div#nav div.edge_inner {
	padding: 8px;
	padding-top: 0;
}




/*
//// Nav Bottom Corners Work-Around ////////////////////////////////////////////////////////////////
*/


div.edge_bc_nhwa {
   /* Bottom Corners Nav Hover Work Around (bc_nhwa) */
	position: relative;
	width: 100%
}


div.edge_bl_nhwa, div.edge_br_nhwa {
	bottom: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	z-index: 1;
	font-size: 0;
}

div.edge_bl_nhwa {
	background-image: url('images/edges/yellow/edge_blc_title-banner.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	left: 0;
}

div.edge_br_nhwa {
	background-image: url('images/edges/yellow/edge_brc_title-banner.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	right: 0;
}