body {
	margin: 0;
	padding: 0;
	font-family:  helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #464646;
	background-image: url(../images/header/top-bar.gif);
	background-repeat: repeat-x;
}

/* -- HEADER -- */

.header {
	margin-top: 31px;
	height: 94px;
	background-image: url(../images/header/header-bar.jpg);
	background-repeat: no-repeat;
}

/* -- COLUMNS -- */

.leftcolumn {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:  0px;
	z-index: 2;
}

.rightcolumn {
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom:  0px;
	z-index: 2;
}

.feature {
	float: left;
	margin-top: 10px;
	/*margin-left: -5px;*/
	width: 290px;
	margin-right: 0px;
	background-color: #e2e2e2;
	display: block;
}

.feature0 {
	float: right;
	margin-top: 10px;
	/*margin-left: -5px;*/
	width: 290px;
	margin-right: 10px;
	background-color: #e2e2e2;
	display: block;
}

.feature2 {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #e2e2e2;
	display: block;
	width: 450px;
}

/* -- APPOINTMENTS -- */


a.column_link {
	height: 25px;
	display: block;
	background-image: url(/media/images/app-off.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #464646;
	width: 610px;
}

a.column_link:hover {
	height: 25px;
	display: block;
	background-image: url(/media/images/app-on.gif);
	background-repeat: no-repeat;
}

.map {
	margin-top: 15px;
}
.coach {
	margin-top: 10px;
	margin-bottom: 10px;
}

.rowtop {
	margin-top: 4px;
}

.home_margin {
	margin-right: 10px;
}

.away_margin {
	margin-left: 10px;
}

.headtxt {
	line-height: 15px;
	color: #8c8c8c;
	vertical-align: baseline;
}

.team_hicon {
	float: right;
	margin-top: -4px;
	margin-left: 5px;
}

.team_aicon {
	float: left;
	margin-top: -4px;
	margin-right: 5px;
}

/* amended */
.team_hicon2 {
	float: right;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

.team_aicon2 {
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
}
/* end amend */

.column_details {
	height: 40px;
}

.column_details2 {
	background-image: url(/media/images/detail-back.gif);
	background-repeat: repeat;
	min-height: 450px;
	height:auto !important;
	height:450px;
}

.column_top {
	margin-top: 15px;
	height: 0px;
}

.column_holder {
	height: 25px;
	background-color: #f3f3f3;
}

.column_div {
	float: left;
	display: block;
	width: 72px;
	text-align: center;
}

.column_hteam {
	float: left;
	display: block;
	width: 169px;
	text-align: right;
}

.column_hteam img {
	padding-top: 3px;
	padding-right: 3px;
}

.column_ateam {
	float: left;
	display: block;
	width: 169px;
	overflow: hidden;
}

.column_ateam img {
	padding-top: 3px;
	padding-left: 3px;
	overflow: hidden;
}

.column_hteam_detail {
	float: left;
	display: block;
	width: 190px;
	text-align: right;
	overflow: hidden;
}

.column_ateam_detail {
	float: left;
	display: block;
	width: 189px;
	overflow: hidden;
}

.column_v {
	float: left;
	display: block;
	width: 39px;
	text-align: center;
}

.column_ref {
	float: left;
	display: block;
	width: 144px;
	margin-left: 10px;
}

.column_ref_detail {
	float: left;
	display: block;
	width: 180px;
	margin-left: 10px;
}

.column_link {
	float: left;
	display: block;
	width: 15px;
}

/* -- FOOTER -- */

.footer {
	float: left;
	border-top: 5px solid #e9e9e9;
	color: #b7b7b7;
	margin-top: 15px;
	padding-top: 10px;
	margin-left:  5px;
}

/* -- LINKS -- */

a {
	text-decoration: none;
	color: #bd0606;
}

a:hover {
	text-decoration: underline;
}

/* -- TEXT FORMATTING --  */

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #bd0606;
	margin-top: 5px;
}

h2 {
	color: #464646;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	color: #898989;
	font-weight: normal;
}

.rockhead {
	color: #000000;
	font-size: 16px;
}

.rockhead2 {
	color: #000000;
	font-size: 14px;
	margin-left: 15px;
	margin-top: 10px;
}

.rockhead3 {
	color: #898989;
	font-size: 16px;
}

p.normal {
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}

p.nopad {
	margin-bottom: 0px;
}

h2.formheads {
	margin-right: 350px;
}

td.red {
	color: #bd0606;
	padding: 5px;
}

/* -- LISTS -- */

li.bold {
	font-weight: bold;
	color: #000000;
}

ul.normal {
	margin: 0;
	padding: 0;
	display: block;
	width: 450px;
	background-color: #f0f0f0;
	list-style: disc;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	margin-bottom: 15px;
}

ul.normal li {
	margin-left: 25px;
	margin-bottom: 5px;
}

.list_top {
	margin-top: 5px;
}

.list_bottom {
	margin-bottom: 10px;
}

ul.contact {
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #f0f0f0;
	list-style: none;
}

ul.contact li {
	margin-left: 10px;
	line-height: 18px;
	margin-bottom: 5px;
}

.list_top2 {
	font-weight: bold;
	padding-top: 10px;
}

ul.news li {
	margin-bottom: 10px;
}

.listbold {
	font-weight: bold;
}

.list_bottom2 {
	padding-bottom: 10px;
}

.width2 {
	width: 610px;
}

/* -- FORMS -- */

.login {
	margin-left: 150px;
}

.password {
	width: 610px;
	margin-left: 10px;
}


fieldset {
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
	float: left;
	margin-left: 0px;
	margin-bottom: 10px;
}

.members label {
	margin: 0;
	padding: 5px;
	width: 145px;
}

.members input {
	margin: 3px;
	width: 145px;
}

input.radiobtn {
	width: 20px;
	float: left;
}

td.radiobtn2 {
	text-align: center;
}

input.radiobtn2 {
	width: 20px;
}

.radio {
	float: left;
}

.redstar {
	color: #c11717;
}

.formnumber {
	font-size: 10px
	color: #000000;
	margin-bottom: 5px;
}

.righttext {
	margin-right: 10px;
	margin-top: 10px;
}

.righttext2 {
	margin-right: 10px;
	margin-top: -27px;
}

.rightbtn {
	margin-right: 5px;
}

p.members {
	float: left;
}

/* -- IMAGE & MISC -- */


.greyholder {
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #f0f0f0;
	width: 610px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.greyholder p {
	display: block;
	width: 590px;
}

.greyholder p a {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.float_left0 {
	float:  left;
}

.float_left01 {
	margin-left: 0px;
}

.float_right0 {
	float:  right;
}

.float_left {
	float:  left;
	margin-right: 10px;
}

.float_left2 {
	float:  left;
	margin-right: 10px;
	margin-top: -15px;
	margin-bottom: -15px;
}

.float_left3 {
	float:  left;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.float_left4 {
	float:  left;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.float_right {
	float: right;
	margin-top: -20px;
}

.thumb {
	margin-right: 13px;
	margin-top: 10px;
}

.margin_right_box {
	margin-top: 5px;
	margin-right: 290px;
	margin-left: 15px;
}

.margin_right_box1 {
	margin-top: 5px;
	margin-right: 120px;
	margin-left: 15px;
}

.margin_right_box2 {
	margin-left: 15px;
}

.margin_bottom10 {
	margin-bottom: 10px;
}

.button_margin {
	margin-left: -5px;
}

.button_margin2 {
	margin-left: 10px;
	margin-bottom: 10px;
}

.line {
	margin-bottom: 5px;
}

.fatline {
	margin-left: 15px;
	margin-bottom: 0px;
}

.fatline2 {
	margin-top: 10px;
	margin-bottom: 5px;
}

.title {
	margin-top: 0px;
}

.feature_txt {
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 0px;
}

.feature_txt2 {
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.contact_box {
	float:  left;
	margin-bottom: 10px;
	display: block;
	width: 300px;
	background-image: url(/media/images/contactbox.gif);
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 10px;
	padding-left: 10px;
}

.contact_box h2 {
	margin-left: -10px;
	margin-bottom: 10px;
}

.contact_box p {
	margin-bottom: 5px;
	display: block;
	width: 280px;
}

/* -- NAVIGATION -- */

.navholder {
	float: left;
	left: 0px; 
	top: 0px;  
	height: 40px;
	margin-left: 10px;
	margin-bottom: 10px;
	z-index: 4;
}

ul.navlist {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

li.navlist {
	float: left;
	position: relative;
	margin-left: -10px;
}
	
li ul {
	display: none;
	position: absolute;
	width: 160px;
	left: 0;
	margin-top: -1px;
	z-index: 5;
}	

li > ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { display: block; }
	
ul.navlist li.navlist a {
	display: block;
	text-decoration: none;
	color: #655d5d;
	border-bottom: 0;
}


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


a.home {
	width: 75px;
	height: 40px;
	background-image: url(../images/nav/home-off.gif);
	background-repeat: no-repeat;
}

a.home_active {
	width: 75px;
	height: 40px;
	background-image: url(../images/nav/home-on.gif);
	background-repeat: no-repeat;
}

a.home:hover {
	background-image: url(../images/nav/home-on.gif);
	background-repeat: no-repeat;
}

a.appointments {
	width: 120px;
	height: 40px;
	background-image: url(../images/nav/appointments-off.gif);
	background-repeat: no-repeat; 
}

a.appointments_active {
	width: 120px;
	height: 40px;
	background-image: url(../images/nav/appointments-on.gif);
	background-repeat: no-repeat; 
}

a.appointments:hover {
	background-image: url(../images/nav/appointments-on.gif);
	background-repeat: no-repeat; 
}

a.members {
	width: 95px;
	height: 40px;
	background-image: url(../images/nav/members-off.gif);
	background-repeat: no-repeat;
}

a.members_active {
	width: 95px;
	height: 40px;
	background-image: url(../images/nav/members-on.gif);
	background-repeat: no-repeat;
}

a.members:hover {
	background-image: url(../images/nav/members-on.gif);
	background-repeat: no-repeat;
}

a.gallery {
	width: 115px;
	height: 40px;
	background-image: url(../images/nav/gallery-off.gif);
	background-repeat: no-repeat;
}

a.gallery_active {
	width: 115px;
	height: 40px;
	background-image: url(../images/nav/gallery-on.gif);
	background-repeat: no-repeat;
}

a.gallery:hover {
	background-image: url(../images/nav/gallery-on.gif);
	background-repeat: no-repeat;
}

a.refereeing {
	width: 125px;
	height: 40px;
	background-image: url(../images/nav/refereeing-deactive.gif);
	background-repeat: no-repeat;
}

a.contact {
	width: 125px;
	height: 40px;
	background-image: url(../images/nav/contact-off.gif);
	background-repeat: no-repeat;
}

a.contact_active {
	width: 125px;
	height: 40px;
	background-image: url(../images/nav/contact-on.gif);
	background-repeat: no-repeat;
}

a.contact:hover {
	background-image: url(../images/nav/contact-on.gif);
	background-repeat: no-repeat;
}

a.documents {
	width: 125px;
	height: 40px;
	background-image: url(../images/nav/documents-off.gif);
	background-repeat: no-repeat;
}

a.documents_active {
	width: 125px;
	height: 40px;
	background-image: url(../images/nav/documents-on.gif);
	background-repeat: no-repeat;
}

a.documents:hover {
	background-image: url(../images/nav/documents-on.gif);
	background-repeat: no-repeat;
}

a.links {
	width: 70px;
	height: 40px;
	background-image: url(../images/nav/links-off.gif);
	background-repeat: no-repeat;
}

a.links_active {
	width: 70px;
	height: 40px;
	background-image: url(../images/nav/links-on.gif);
	background-repeat: no-repeat;
}

a.links:hover {
	background-image: url(../images/nav/links-on.gif);
	background-repeat: no-repeat;
}

a.rules {
	width: 180px;
	height: 40px;
	background-image: url(../images/nav/rules-off.gif);
	background-repeat: no-repeat;
}

a.rules_active {
	width: 180px;
	height: 40px;
	background-image: url(../images/nav/rules-on.gif);
	background-repeat: no-repeat;
}

a.rules:hover {
	background-image: url(../images/nav/rules-on.gif);
	background-repeat: no-repeat;
}

a.forms {
	width: 155px;
	height: 31px;
	background-image: url(../images/nav/form-off.gif);
	background-repeat: no-repeat;
}

a.forms_active {
	width: 155px;
	height: 31px;
	background-image: url(../images/nav/form-on.gif);
	background-repeat: no-repeat;
}

a.forms:hover {
	background-image: url(../images/nav/form-on.gif);
	background-repeat: no-repeat;
}

a.crb_docs {
	width: 155px;
	height: 36px;
	background-image: url(../images/nav/crb-docs-off.gif);
	background-repeat: no-repeat;
}

a.crb_docs_active {
	width: 155px;
	height: 36px;
	background-image: url(../images/nav/crb-docs-on.gif);
	background-repeat: no-repeat;
}

a.crb_docs:hover {
	background-image: url(../images/nav/crb-docs-on.gif);
	background-repeat: no-repeat;
}

/* HOMEPAGE */

.content_appointments table {
	background-color: #f0f0f0;
	margin-bottom: 10px;
}
.content_appointments table td {
	padding:6px;
}

.greyholder table {
	width: 610px;
	margin-bottom: 15px;
}

.greyholder table td {
	padding: 5px;
}

/* END NAVIGATION */