@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #666666;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #F2F2F2;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

* {
	outline: none;
	margin: 0px;
	padding: 0px;
 }
img {
	border: 0;
	margin: 0px;
	padding: 0px;
}
 
 

/* GLOBAL
-----------------------------------------------------------------------------------------*/

a {
	color: #0056A2;
	text-decoration: none;
}

a img { 
	border: 0; 
}

.clearfix { zoom:1; }
.clearfix:after { content:'.'; height:0; visibility:hidden; display:block; clear:both; }


.textbox {
	border:1px solid #E5E5E5;
	background:#FBFBFB none repeat scroll 0 0;
	color: #0257A3;
	margin: 2px;
	height: 20px;
}

.button {
	background-color: #0459A5;
	border: 1px solid #CCCCCC;
	color: #fff;
	font-size: 12px;
	padding: 1px;
}
.published {
	font-size: 9px;
	color: #999999;
	line-height: 10px;
}
.caption {
	font-weight: bold;
	color: #0459A5;
	font-size: 11px;
}
.newsletter {
	font-size: 14px;
	font-weight: bold;
	color: #065BA7;
}
.whatson {
	color: #0B60AB;
	font-size: 10px;
	font-weight: bold;
}


/* Layout Containers
-----------------------------------------------------------------------------------------*/


#wrap {
	width: 100%;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 100%;
	position: relative;
 }
 

#header {
	width: 100%;
	height: 224px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}	




/* Main Navigation
-----------------------------------------------------------------------------------------*/


#MainNav {
	height: 49px;
	width: 750px;
	background-image: url(../images/rugbyHead_02.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#MainNavcontent {
	background-image: url(../images/MainNavSep.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 12px;
	line-height: normal;
}

#MainNavcontent ul {
	margin-left: 230px;
	height: 49px;
}


#MainNavcontent ul li {
	list-style-type: none;
	margin: 0px;
	float: left;
	background-image: url(../images/MainNavSep.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-shadow: 0px 1px 1px #FFF;
}

#MainNavcontent ul a {
	display: block;
	text-decoration: none;
	width: 120px;
	padding:9px 0px 8px 10px;
	color: #333333;
}


#MainNavcontent ul .home a {
	padding: 16px 0px 16px 10px;
}


#MainNavcontent  ul a:hover {
	color: #333333;
	background-image: url(../images/MainNavHover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/* Ticker
-----------------------------------------------------------------------------------------*/

#Ticker {
	background-image: url(../images/TickerBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 750px;
	height: 30px;
	margin-bottom: 20px;
}

#Ticker  p {
	background-image: url(../images/TickerTop.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 40px;
	padding-top: 4px;
	font-size: 12px;
	color: #666666;
}

#TickerContent {
	margin-top: -20px;
	height: 20px;
	margin-left: 140px;
	position: relative;
}

#news li {
	list-style-type: none;
}

#news li a {
	text-decoration: none;
	color: #666666;
}




/* Left Navigation
-----------------------------------------------------------------------------------------*/


#Leftnav {
	width: 174px;
	float: left;
}

#Leftnav  .LeftMenu  img {
	padding-top: 10px;
}

#Leftnav p {
	line-height: normal;
	padding-top: 8px;
	margin-bottom: 8px;
}

#Leftnav .LeftMenu {
	text-align:left;
	background-image: url(../images/MenuBoxSides.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-right: 15px;
	padding-left: 15px;
}

#Leftnav .LeftMenu h2 {
	font-size: 12px;
	background-image: url(../images/MenuBoxTop.gif);
	background-repeat: no-repeat;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;
	margin-right: -15px;
	margin-left: -15px;
}

#Leftnav .LeftMenu ul {
	list-style-image: none;
	list-style-type: none;
	margin-right: -8px;
	margin-left: -8px;
}

#Leftnav .LeftMenu li {
	color: #666666;
	display: inline;
}

#Leftnav .LeftMenu ul a {
	padding-top: 7px;
	padding-left: 15px;
	padding-bottom: 7px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	display: block;
	background-image: url(../images/MenuArrowrrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#Leftnav .LeftMenu ul a:hover {
	text-decoration: underline;
	color: #0257A3;
}



#Leftnav .LeftMenu .whatson ul {
	list-style-image: none;
	list-style-type: none;
	margin-right: -8px;
	margin-left: -8px;
}

#Leftnav .LeftMenu .whatson li {
	color: #666666;
	display: inline;
}

#Leftnav .LeftMenu .whatson ul a {
	padding-top: 7px;
	padding-left: 15px;
	padding-bottom: 7px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	display: block;
	
}

#Leftnav .LeftMenu ul a:hover {
	text-decoration: underline;
	color: #0257A3;
}
.LeftMenuBottom {
	background-image: url(../images/MenuBoxBottom.gif);
	background-repeat: no-repeat;
	margin-right: -15px;
	margin-left: -15px;
	height: 11px;
	margin-top: -4px;
	background-position: 0px 0px;
	margin-bottom: 5px;
	font-size: 1px;
}

#Leftnav .LeftMenu a.more {
	border-top:1px solid #cccccc;
	color:#0C62AD;
	display:block;
	background-color: transparent;
	background-image: url(../images/MenuArrowrrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: -8px;
	margin-left: -8px;
	text-align: right;
	padding-right: 32px;
	line-height: 28px;
}


#Leftnav .LeftMenu a.more:hover {
	text-decoration: underline;
}



/* Main stage
-----------------------------------------------------------------------------------------*/



#stage {
	width: 565px;
	float: right;
	margin-top: -20px;
}

#stageHead {
	height: 129px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
#LatestNews {
	-moz-border-radius:4px;
	width: 95%;
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
	background-color: #F7F7F7;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.NewsItems {
	width: 510px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #E5E5E5;
	margin-top: 10px;
}
.NewsType {
	width: 70px;
	float: left;
	padding-top: 0;
	text-align: center;
}
.NewsStory {
	width: 410px;
	margin-left: 80px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

.NewsItems:nth-child(even) { 
	background-color: #F7F7F7; 
}

#stage .content {
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(../images/StageBoxSides.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	padding-bottom: 10px;
	_padding-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	height:auto !important;
}
#stage .pres {
	font-size: 10px;
}
#StageContent strong {
	color: #000000;
}
#stage  .content  .date {
	font-size: 14px;
	color: #666666;
}

#stage .content a {
	color: #4856A2;
	font-weight: bold;
}
#stage .content a:hover {
	text-decoration: underline;
}

#stage .content p {
	padding-bottom: 20px;
}


#stage .content h1 {
	background-image: url(../images/StageBar.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 18px;
	line-height: 38px;
	color: #065BA7;
	padding-left: 45px;
	margin-right: -20px;
	margin-left: -20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 1px #FFF;
}

#stage .content h2 {
	font-size: 16px;
	color: #0459A5;
	line-height: 28px;
	margin-bottom: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	
}

#stage .content h3 {
	font-size: 16px;
	color: #0459A5;
	line-height: 28px;
	margin-bottom: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E0E8EF;
}

#stage .content .more {
	color: #0358A4;
	padding-bottom: 10px;
}
#stage .content .players {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E8EF;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#stage .content .speel {
	background-color: #EFEFEF;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #E0E8EF;
}


#stage .playerpic {
	-moz-border-radius:6px;
	padding: 10px;
	border: 1px solid #E5E5E5;
	margin-right: 15px;
	background-color: #FBFBFB;
}

#stage .playerstat {
	padding: 0px;
	line-height: 30px;
}

#stage .playertxt {
	clear: both;
	padding-top: 20px;
}


/* Main stage TABLES
-----------------------------------------------------------------------------------------*/


#stage table.results {
	font-size: 11px;
	width: 350px;
	margin-right: auto;
	margin-left: 0px;
	display: table;
	border-spacing: 2px;
	border-collapse: separate;
	/* XXXldb do we want this if we're border-collapse:collapse ? */
  -moz-box-sizing: border-box;
	text-indent: 0;
}



#stage table {
	font-size: 11px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	display: table;
	border-spacing: 2px;
	border-collapse: separate;
	/* XXXldb do we want this if we're border-collapse:collapse ? */
  -moz-box-sizing: border-box;
	text-indent: 0;
}

table.tablesorter thead tr .header {
	cursor: pointer;
	}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 2px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}


#stageLists {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#stageLists h6 {
	font-weight: bold;
	color: #196DB9;
	width: 160px;
	font-size: 12px;
}
#stageLists   ul {
	list-style-type: none;
	width: 160px;
	list-style-image: none;
}
#stageLists li {
	display: block;
}
#stageListsTwo {
	margin: 0px;
	padding: 0px;
	width: 160px;
	position: absolute;
	left: 180px;
	top: 0px;
}
#stageListsThree {
	margin: 0px;
	padding: 0px;
	width: 160px;
	position: absolute;
	left: 340px;
	top: 0px;
}


#stage .content tbody {
	display: table-row-group;
	vertical-align: middle;
}

#stage .content tr {
	display:table-row;
	vertical-align:inherit;
}

#stage .content th {
	background-color:#0356A4;
	color:#FFFFFF;
	font-weight:bold;
	padding:6px;
	text-align:left;
	display: table-cell;
}
#stage .content td {
	text-align: left;
	padding-left: 4px;
	background-color: #E7E7E7;
}
#stage  .content  td.Driffield {
	background-color: #C6C6C6;
	color: #333333;
}
#stage .content td.Date {
	background-color: #FFFFFF;
	color: #0356A4;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#stage .content td.space {
	background-color: #FFFFFF;
	color: #0356A4;
	font-weight: bold;
}
#stage .content td.Won {
	background-color: #F2B0AA;
}
#stage .content td.Lost {
	background-color: #6EFCFF;
}



#StageBottom {
	background-image: url(../images/images/Stage_04.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	font-size: 1px;
	clear: both;
}

.editlist {
	padding: 40px;
}

.editlist td {
	border: 1px solid #E5E5E5;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: 12px;
}
#Pagination {
	width: 510px;
	margin-top: 10px;
	text-align: right;
}







.Paginationtxt {
	font-size: 10px;
	color: #666666;
}



/* Footer
-----------------------------------------------------------------------------------------*/


#footer
 {
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/FooterBackjpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	position: relative;
	text-align: center;
	height: 300px;
}

#FooterContent   {
	height: 230px;
	width: 715px;
	margin-right: auto;
	padding-top: 45px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	margin-left: auto;
	text-align: left;
}

#FooterContent   h4 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #515F66;
	border-bottom-style: dotted;
	border-bottom-color: #515F66;
	border-bottom-width: 1px;
	width: 230px;
	margin-bottom: 6px;
	padding-bottom: 4px;
}

#FooterContent  ul {
	list-style-type: none;
	width: 230px;
	list-style-image: none;
}

#FooterContent  li {
	display: inline;
	color: #0257A3;
}

#FooterContent     ul  a  {
	font-size: 13px;
	color: #006699;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C7CF;
	background-image: url(../images/Page.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#FooterContent   ul a:hover {
	text-decoration: underline;
}



/* Footer Column Two
-----------------------------------------------------------------------------------------*/


#FooterColTwo {
	margin: 0px;
	padding: 0px;
	width: 250px;
	position: absolute;
	left: 270px;
	top: 45px;
}

#FooterColTwo  ul  a  {
	font-size: 13px;
	color: #006699;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C7CF;
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#FooterColTwo ul a:hover {
	text-decoration: underline;
}



/* Footer Column Three
-----------------------------------------------------------------------------------------*/

#LastCol {
	margin: 0px;
	padding: 0px;
	width: 200px;
	position: absolute;
	left: 525px;
	top: 45px;
}

#LastCol h4 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #515F66;
	border-bottom-style: dotted;
	border-bottom-color: #515F66;
	border-bottom-width: 1px;
	width: 200px;
	margin-bottom: 6px;
	padding-bottom: 4px;
}

#footer  .small {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#footer .logos {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 6px;
}



/* Footer Last Note
-----------------------------------------------------------------------------------------*/


#footer #LastNote {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	position: absolute;
	left: 15px;
	top: 238px;
	width: 715px;
}

#footer  #LastNote  a {
	text-decoration: none;
	color: #0257A3;
}
#footer #LastNote a:hover {
	text-decoration: underline;
}
