@charset "UTF-8";
/* CSS Document */

/* Constant elements */

* {padding: 0; margin: 0;  } 

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-width: 800px;
	background-color: #ffffff;
	background-image: url('/images/bg.jpg');
	background-position:center top;
	background-repeat:repeat-x;
	text-align: center;
}







/* FORM ELEMENTS */

form {
	margin: 0;
	padding: 0;	
}

input, select, textarea {
	margin: 0 10px 4px 15px;
	padding: 3px 0 3px 2px;
	font-size: 11px;
	color: #2b2b2c;
	height: auto;
	width: 200px;
	border: 1px solid #ff7800;
}
.home_input {
	width: 140px;
}
select {
	padding: 0;
	width: 204px;
	margin: 0 0 4px 15px;
	padding: 3px 0 3px 0;
	border: 1px solid #ff7800;
}
.home_select {
	width: 144px;
}
textarea {
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea.home_input {
	height: 40px
}
input.subbut,
input.button {
	height: auto;
	width: 144px;
	padding: 5px 0 5px 0;
	font-weight: bold;
	color: #ff7800;
	background-color: #eee;
	border: 2px solid #ff7800;
}
input.button{
	width: 204px;	
}
input.error_input,
select.error_input,
textarea.error_input {
	background: #fcf5f5;
	border: 1px solid #d10000;
}
input.application_radio {
	width: auto;
	border: 0;
}

.logininput {
	border: 1px solid #bfcee2;
	padding: 2px;
	margin: 0;
	width: 138px;
	height: auto;
}

.logintext {
	font-size: 11px;
	text-align: left;
	color: #444;
	text-decoration: none;
}

td.loginbutton {
	text-align: right;
}
input.loginbutton {
	background-image: url('/images/go.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 2px 0 0;
	padding: 0;
	border: 0;
	width: 32px;
	height: 18px;
	cursor: pointer;
	cursor: hand; /* older browsers */
}
input.loginbutton:hover {
	background-position: 0 -18px;
}

/* TABLE STYLES */

table {
	border-collapse: collapse;
	border: 1px solid #ccd8e9;
	margin: 10px 0 5px 0;
	width: 100%;
	height: auto;
	background-color: #fefefe;	
}
table.loginform {
	width: 145px;
	border: 0;
	background: transparent;
	margin: 0 auto;
	margin-top: 4px
	margin-bottom: 4px;
	padding: 0;
}
table.loginform td {
	border: 0;
	padding: 2px 0 2px 0;
	margin: 0;
}

table th {
	background-color: #fff;
	background-image: url('/images/th_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 0 5px;
	height: 27px;
	border: 0;
}
table td {
	vertical-align: top;
	padding: 4px 10px 6px 10px;	
}



/* TYPOGRAPHY */

h1 {
	margin: 10px 0 18px 0;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	color: #2a5798;
}

h2 {
	font-size: 18px;
	padding: 6px 0 8px 0;
	font-weight: normal;
	color: #a22020;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #445559;
	margin: 0;
	padding: 5px 0 0 0;	
}
h4 {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 10px 0 0 0;	
}

p {
	margin: 0;
	padding: 4px 0 4px 0;
	line-height: 18px;
}

ul, ol {
	margin: 4px 0 4px 20px;
	padding: 6px;
}
ul li {
	list-style-type: none;
	display: block;
	background-image: url('/images/tick.gif');
	background-position: 0 4px;
	background-repeat: no-repeat;	
	padding: 5px 0 5px 18px;
}
ol li {
	line-height: 1.8em;
}
hr
{
	background: transparent;
	clear: both;
	color: #f5f5f5;
	height: 0;
	border-top: 1px dotted #888;
	margin: 4px 0 8px 0;
}




a:link,
a:visited,
a:active,
a:hover {
	color: #2a5798;
	text-decoration: none;	
}
a:hover {
	color: #1d1d1d;
	text-decoration: underline;
}

.text {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	vertical-align: middle;
}

.text-sml {
	font-size: 10px;
	color: #696969;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	vertical-align: middle;
}

.orange {
	color: #ff7800;
}

.error {
	color: #d10000;
	font-weight: bold;	
}


/* GRAPHICS */

.image_left {
	float: left;
	margin: 0 5px 5px 0;
	border: 0; 	
}
.clear {
	clear: both;
	width: 0;
	height: 0;
	border: 0;
}

.hide {
	display: none;
}
.show {
	display: block;
}

.homephoto {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid #ccd8e9;
}
.homephoto:hover {
	border: 1px solid #163b70;
}
div.junior-group {
	float: left;
	padding: 5px;
	margin: 5px;
	width: 120px;
	height: auto;
	background: #fff;
	border: 1px solid #ccd8e9;
}
div.fixtures_section {
	float: left;
	width: 49%;
	padding: 0;
	margin: 0;
	border: 0;
}
div.fixtures_section ul {
	margin-top: -5px;
	margin-bottom: 0;	
}
.mrha_iframe {
	width: 620px;
	height: 800px;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: auto;	
}


/* LAYOUT */

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	height: auto;
	border: 0;
	background-image: url('/images/wrapper_bg.jpg');
	background-position:left bottom;
	background-repeat:repeat-x;
}

#header {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	height: 170px;
	border: 0;
	border-bottom: 8px solid #fff;
	text-align: left;
	background-image: url('/images/established_1905.jpg');
	background-position: right 21px;
	background-repeat:no-repeat;
}
img.logo {
	border: 0;
	margin: 6px 0 0 2px;
	padding: 0;
}

#left_column {
	clear: left;
	display: block;
	float: left;
	width: 155px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 0;
	border-right: 4px solid #fff;	
}
#left_column ul {
	border: 0;
	padding: 6px 0 5px 0;
	margin: 1px 0 3px 0;
	list-style-type: none;
	background: #ccd8e9;
}
#left_column ul.academy {
	background: #cde9cc;
}

#left_column ul li {
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

#left_column ul li a:link,
#left_column ul li a:visited,
#left_column ul li a:active,
#left_column ul li a:hover {
	display: block;
	height: auto;
	width: auto;
	text-align: left;
	padding: 0 0 6px 0;
	margin: 0 5px 6px 5px;
	color: #444;
	overflow: hidden;
	border: 0;
	border-bottom: 1px solid #e7edf5;
	vertical-align: bottom;
}

#left_column ul li a:hover {
	color: #c00;
	text-decoration: none;
	border-bottom: 1px solid #fff;	
}

#left_column img {
	border: 0;
	margin: 2px 0 0 0;
	padding: 0;	
}

#centre_column {
	float: left;
	text-align: left;
	width: 462px;
	padding: 0 10px 45px 10px;
	margin: 0;
	border: 0;
	background: #f5f5f5 url('/images/content-bg.jpg') no-repeat bottom left;
}
#wide_column {
	float: left;
	text-align: left;
	width: 621px;
	padding: 0 10px 45px 10px;
	margin: 0;
	border: 0;
	background: #f5f5f5 url('/images/content-bg.jpg') repeat-x bottom left;
}
#centre_column p,
#wide_column p {
	line-height: 2.1em;	
}

#content_bottom {
	width: 482px;
	height: 45px;
	padding: 0;
	margin: 0 -10px 0 -10px;
	border: 0;
	overflow: hidden;
	background: transparent url('/images/content-bg.jpg') no-repeat top right;
}

#right_column {
	clear: right;
	float: left;
	width: 155px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-left: 4px solid #fff;	
}
#left_column h3,
#right_column h3 {
	display: block;
	background: #fff url('/images/menu-header-left.gif') no-repeat top right;
	width: 147px;
	height: 24px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	padding: 3px 0 0 8px;
	margin: 0;
}
#right_column h3 {
	background: #fff url('/images/menu-header-right.gif') no-repeat top left;
	padding: 3px 8px 0 0;
	text-align: right;
}

#right_column ul {
	height: auto;
	overflow: hidden;
	border: 0;
	padding: 6px 5px 5px 5px;
	margin: 1px 0 2px 0;
	background: #ccd8e9;
}
#right_column ul:hover {
	cursor: pointer;
	background: #e7edf5;
}
#right_column ul li {
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
#right_column ul li a:link,
#right_column ul li a:visited,
#right_column ul li a:active,
#right_column ul li a:hover {
	display: block;
	height: auto;
	width: auto;
	text-align: right;
	padding: 0 0 6px 0;
	margin: 0 0 4px 0;
	color: #000;
	overflow: hidden;
	border: 0;
	border-bottom: 1px solid #e7edf5;
}

#right_column ul li a:hover {
	color: #c00;
	text-decoration: none;
	border-bottom: 1px solid #fff;	
}
li.newsdate,
li.newssub {
	background: transparent;
	text-align: right;
	color: #666;
	font-size: 0.9em;
	line-height: 1.6em;	
	padding: 0;
	border: 0;
	margin: 0;
}

#homephoto {
	background: #ccd8e9;
	text-align: center;
	padding: 4px 0 3px 0;
	margin: 0;
	border: 0;
	border-top: 1px solid #fff;
}
#homephoto img {
	margin: 0 auto;
	padding: 3px;
	border: 1px solid #fff;
}
#homephoto img:hover {
	border: 1px solid #999;
	background: #e7edf5;
	cursor: pointer;
}
#homephoto p {
	text-align: center;
	font-size: 0.8em;
}

#footer {
	margin: 0px auto;
	padding: 5px 0 5px 0;
	width: 800px;
}

#footer p {
	font-size: 10px;
	color: #696969;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: 7px 2px 0 0;
	padding: 5px 0 10px 0;
	line-height: 16px;
}

#footer p.design_by {
	text-align: right;
	margin-right: 8px;	
}

.image_left {
	float: left;
	margin: 0 5px 5px 68px;
	border: 0; 	
}

#login {
	width: 100%;
	background: #ccd8e9;
	height: auto;
	margin: 1px 0 5px 0;
	padding: 0;
	border: 0;
	text-align: center;
} 






/* MENU ELEMENTS */

#top_menu {
	position: relative;
	height: 35px;
	overflow: hidden;
	border: 0;
	padding: 0;
	margin: 2px 0 0 0;
}

#top_menu ul {
	border: 0;
	padding: 0;
	margin: 0;
}

/* Dont apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor */
#top_menu ul li {
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	list-style: none;
	color: #fff;
}

#top_menu ul li a:link,
#top_menu ul li a:visited,
#top_menu ul li a:active,
#top_menu ul li a:hover {
	z-index: 100;
	display: block;
	float: left;
	height: 23px;
	padding: 12px 15px 12px 15px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

#top_menu ul li a:hover {
	text-decoration: none;	
}

#top_menu ul li.background {
	background: url('/images/bg-menu-right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
	margin-top: 9px;
}

#top_menu ul li.background .left {
	background: url('/images/bg-menu.gif') no-repeat top left;
	height: 23px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
