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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-image: url(/assets/images/background_colours/background_colour.jpg);
	height: 200px;
	background-color: #D9DBEA;
}
#container  {
	width: 775px;
	margin: 0 auto;
	text-align: left;
	background-image: url(/assets/images/background_colours/page_colour.jpg);
} 
#header  {
	height: 258px;
	width: 775px;
	background-image: url(/assets/images/background_colours/page_colour.jpg);
	margin-bottom: 20px;
} 
#navbar a:hover {
	text-decoration: none;
	color: #81829F;
}
#navbar a {
	text-decoration: none;
	color: #FFFFFF;
}
#navbar li {
	list-style-type: none;
	display: inline;
	padding: 10px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar {
	text-align: left;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	width: 765px;
	margin-bottom: -8px;
}
#newsbar {
	text-align: center;
	padding-left: 36px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	max-height: 86px;
}
#newsTable {
	background-image: url(/assets/images/page_elements/news_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0px;
	margin-top: 5px;
}
#pageName {
	text-align: left;
	margin-right: 0px;
	width: 755px;
	margin-left: 15px;
	padding-right: 0px;
	background-image: url(/assets/images/background_colours/page_colour.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -25px;
}
.backButton {
	text-align: right;
	background-image: url(/assets/images/background_colours/page_colour.jpg);
}
#scoreboard {
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: -30px;
}
.scoreboardTitle {
	text-align: center;
}
.scoreAlign {
	padding-top: 4px;
}
.scoreboardTeamName {
	font-size: 90%;
	text-align: center;
	color: #191919;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
}
#calender {
	text-align: center;
	padding-right: 40px;
	padding-top: 0px;
	width: 710px;
	background-repeat: no-repeat;
	background-position: center center;
}
.calendarYearFont {
	font-size: 150%;
	font-weight: bold;
	text-align: left;
}
.calenderTable {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#picture {
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
#welcome {
	width: 755px;
	text-align: left;
	margin-left: 20px;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 0px;
}
#mainContent  {
	width: 555px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: justify;
} 
#resultstable {
	padding-left: 20px;
	padding-right: 20px;
}
#liveupdate {
	padding-right: 30px;
	padding-left: 30px;
}
#liveupdate table {
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	padding: 10px;
}
#livescoreboardtitle {
	padding-right: 20px;
	padding-left: 20px;
}
#mainContent a:visited {
	color: #444659;
	text-decoration: none;
}
#mainContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar
  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	height: 430px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #212121;
}
#sidebar_blank {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	height: 10px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #212121;
}
#business_links_table a:hover {
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	text-align: left;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-right: 0px;
	width: 765px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer li {
	list-style-type: none;
	display: inline;
	padding: 10px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#video {
	text-align: center;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
}
#bottomBanner {
	text-align: center;
}
#copyright {
	color: #212121;
	font-size: 70%;
	margin: 0px;
	text-align: center;
	background-image: url(/assets/images/background_colours/background_colour.jpg);
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.formsLinks {
	text-decoration: none;
	font-weight: normal;
	color: #78799B;
	font-size: 90%;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.headingLinks {
	font-size: 100%;
	color: #78799B;
	text-decoration: none;
	font-weight: bold;
	word-spacing: 5px;
	text-align: left;
}
.membershipInfo {
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}
.onlineFormsSmallPrint {
	font-size: 80%;
	text-align: center;
}
.membershipInfoCentre {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.centreParagraph {
	text-align: center;
}
.formsNormal {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 90%;
}
.sectionHeadings {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}
.sectionHeadingsCentre {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.hockeyPlayerImage {
	text-align: center;
}
.formsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #191919;
}
.formsLinksWhite {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#mainContentTemplate  a:visited {
	color: #444659;
	text-decoration: none;
}
#mainContentTemplate a:hover {
	color: #FFFFFF;
}
#mainContentTemplate {
	width: 735px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: justify;
}
#mainContentNews {
	width: 735px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
}
#mainContentGBTeams {
	padding-right: 20px;
	padding-left: 20px;
}
#mainContentScoreboard {
	width: 555px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: justify;
}
.headingLinksBullets {
	font-size: 100%;
	color: #78799B;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
}
.newHeading {
	line-height: 25px;
	font-weight: bold;
	color: #81829F;
	text-decoration: none;
}
#footer a:hover {
	color: #81829F;
}
#resultTable {
	width: 715px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.resultTableHeading {
	width: 715px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	line-height: 40px;
}
#resultTableHeading {
	width: 715px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	line-height: 40px;
}
#resultTable tr {
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
}
#resultTable th {
	color: #78799B;
}
#crbSection a:visited {
	color: #444659;
	text-decoration: none;
}
#crbSection a:hover {
	color: #FFFFFF;
}
#crbSection {
	padding: 15px;
	margin: 15px;
}
#crb_table {
	padding-left: 45px;
}
.CRBPurple {
	color: #78799B;
	font-weight: bold;
}
.warningtext {
	font-size: 150%;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	word-spacing: 5px;
	background-position: center;
	vertical-align: top;
}
.formsTextCenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #191919;
	background-position: center;
	text-align: center;
}
#mainContentScoreboard a:visited {
	color: #444659;
	text-decoration: none;
}
#mainContentScoreboard a:hover {
	color: #FFFFFF;
}
#groupTable {
	width: 715px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#groupTable tr {
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
}
#groupTable th {
	color: #78799B;
}
a:link {
	color: #78799B;
	text-decoration: none;
}
.crb_heading {
	font-size: 130%;
	font-weight: bold;
}
.sidebar_index_table {
	background-position: bottom;
	vertical-align: bottom;
}
.formsSmall {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 50%;
}
#resultTableb {
	width: 715px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#DemoTable {
	font-family: Verdana, sans-serif;
	width: 775px;
	height: 52px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/assets/images/page_elements/news_back.jpg);
	background-repeat: no-repeat;
	margin-left: -20px;
}
#DemoTable a {
	color: #2C2C2C;
	text-align: center;
	text-decoration: none;
}
#DemoTable a:hover {
	color: #BA5052;
	text-decoration: none;
}
#DemoTable ul li p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #2E26B2;
	text-decoration: none;
}
