/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
}


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #334d55;
}

h2{
 font-size: 120%;
 color: #006699;
}

h3{
	font-size: 110%;
	color: #006699;
	letter-spacing: 0.2em;
	padding: 5px 0px 10px 10px;
}

h4{
	font-size: 110%;
	font-weight: bold;
	color: #006699;
	padding-left: 10px;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	border-bottom: 2px solid #FFCC00;
	width: 100%;
	background-image: url(images/masthead-110h.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 110px;
	background-color: #010066;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#sponsors{
  	float: right;
	width: 22%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 0px;
}


#content{
    float: left;
	width: 58%;
	margin: 0;
	padding: 0 3% 0 0;
		border-right: 1px solid #ccc;

}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 20px 0px 10px 10px;
	font-size: 200%;
	color: #FFFFFF;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
	letter-spacing: 0.2em;
	border-bottom: solid 1px #cccccc;
	margin-left: 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 6px 30px 0px 10px;
	white-space: nowrap;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav ul {
	list-style: none;
	margin: 0;
}

#globalNav li {
	display: inline;
}



#globalNav a {
	font-size: 105%;
	padding: 3px 3px;
	margin: 3px;
}
#globalNav a:link, #globalNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 3px;
	border: 1px solid #800000;
}

#globalNav a:hover {
	text-decoration: none;
	color: #FFCC00;
	border: 1px solid #FFCC00;
}
#globalNavWrapper {
	border-bottom: solid 3px #cccccc;
	background-color: #800000;
	padding: 5px 0px 5px 0px;
	width: 100%;
	background-image: url(images/grad_background.gif);
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
	font-size: 150%;
	letter-spacing: 0.2em;
}



.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	
}

.story p{
	padding: 10px 0px 10px 20px;
	margin: 0;
	font-size: 80%;
}

/************** .latestposts styles *****************/

.latestposts{
	clear: both;
	padding: 5px 0px 0px 10px;
	font-size: 80%;

}

.latestposts p{
	padding: 10px 0px 10px 20px;
	margin: 0;
	line-height: 0%;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 70%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}
#sectionLinks a {
	text-decoration: none;
	font-size: 70%;
	color: #123556;
	font-weight: bold;
}


#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #800000;
	color: #FFCC00;
	padding: 2px 0px 2px 10px;
}

#sectionLinks p {
	line-height: 100%;
	padding: 10px 0px 5px 10px;
	margin: 0;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

#navbar .yellow {
	background-color:#FFFF00;
}
#navBar .updatebox {
	width: 80%;
	margin: 5px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #123556;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border: 1px solid #CCCCCC;
}

#navBar .updatebox h1 {
	font-size: 90%;
	background-color: #123556;
	color: #FFFFFF;
	background-image: url(images/grad_background-blue.gif);
}
#navBar .updatebox p {
	line-height: normal;
	padding: 3px;
	margin: 0px;
}
#navBar .updatebox p.standout {
	line-height: 110%;
	font-weight: bold;
	color: #990000;
}

#navBar #logo {
	width: 101px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0px 10px 0px;
}

#floatright {
	float: right;
}
#floatleft {
	float: left;
}

/* calendar styles */
#calendar {
	width: 10%;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 20px;
	float: right;
	margin-top: 50px;
}

#calendar table {
	border-collapse: collapse;
	border-color: #CCCCCC;
	width: 100%;
}

#calendar td, #calendar th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#calendar td.day {
	font-weight: bold;
	text-align: center;
	width: 30%;
	padding: 2px;
	line-height: normal;
}

#calendar td.month {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #123556;
	text-align: center;
	background-image: url(images/grad_background-blue.gif);
}
#calendar td.event {
	padding-left: 5px;
	vertical-align: top;
}

/* default table styles */

.tablewrap {
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0px 20px 0px;
	width:90%;
}

table {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	width: 100%;
}

table img {
	border: 0;
}

.hilitable tr:hover, tr.hilite {
	background-color: #ffffcc;
}

td, th {
	border: 1px solid #cccccc;
	font-size: 70%;
}

th {
	color:#800000;
	padding: 4px;
	background-color: #FFCC00;
	background-image: url(images/grad_background-yellow.gif);
}

td {
	padding: 2px 5px 2px 5px;
	text-align: left;
	line-height:120%;
}

td.boldrightborder, th.boldrightborder {
	border-right: solid 2px #333333;
}

td.rowhead {
	font-weight: bold;
}
#globalNavWrapper {
	vertical-align: bottom;
}

/* match report image styles */

#content .story .imagewrapleft {
	padding: 2px;
	border: 1px solid #006699;
	float: left;
	margin: 0px 10px 0px 5px;
	background-color: #000000;
	color: #FFFFFF;
}
#content .feature .imagewrapleftplain {
	padding: 0px;
	border: 0px;
	float: left;
	margin: 0px 10px 0px 5px;
	background-color: #ffffff;
	color: #FFFFFF;
}
#content .story .imagewrapleftplain {
	padding: 0px;
	border: 0px;
	float: left;
	margin: 0px 10px 0px 5px;
	background-color: #ffffff;
	color: #FFFFFF;
}
#content .feature .imagewrapplain {
	padding: 0px;
	border: 0px;
	margin: 5px 0px 5px 0px;
	background-color: #ffffff;
	color: #FFFFFF;
}
#content .imagewrapplain {
	padding: 0px;
	border: 0px;
	margin: 5px 0px 5px 0px;
	background-color: #ffffff;
	color: #FFFFFF;
}

#content .story .imagewrapplain {
	padding: 0px;
	border: 0px;
	float: left;
	margin: 5px 0px 5px 0px;
	background-color: #ffffff;
	color: #FFFFFF;
}

#content .story .imagewrapleft p {
	font-size: 80%;
	line-height: normal;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
#content .story .imagewrapleft img {
	border: 1px solid #FFFFFF;
}
#content .story .imagewrapright {
	padding: 2px;
	border: 1px solid #006699;
	float: right;
	margin: 0px 5px 0px 10px;
	background-color: #000000;
	color: #FFFFFF;
}
#content .story .imagewrapright p {
	font-size: 80%;
	line-height: normal;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
#content .story .imagewrapright img {
	border: 1px solid #FFFFFF;
}
#content .tablewrap td.centred {
	text-align: center;
}
#content .tablewrap td.leftalign {
	text-align: left;
}

td.rightalign {
	text-align: right;
}

#content img {
	padding: 2px;
	border: 1px solid #006699;
	/*	float: left; */
/*	margin: 0px 10px 0px 5px; */
	background-color: #333333;
	color: #FFFFFF;
}


td.leftalign {
	text-align: left;
}


/* Styles for creating a list of side-by-side images without using a table */

.imagelist {
	list-style-type: none;
}

.imagelist ul {
	list-style-type: none;
}

.imagelist li {
	float: left;
	padding: 20px;

}

.imagelist img {
	display: block;  /* in case we want captions underneath the image */
}
#content .story .tablewrap th {
	font-size: 80%;
}
#content .story .tablewrap td {
	font-size: 80%;
}
#content .story .tablewrap table {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #006699;
	letter-spacing: 0.2em;
	text-align: center;
	font-weight: bold;
	padding-left: 10px;
}
#content .tablewrap .centred img {
	padding-right: 2px;
	padding-left: 2px;
}
table.thin {
	width: 40%;
}
#content dt {
	font-size: 90%;
	font-weight: bold;
	display: inline;
	padding-left: 20px;
}
#content dd {
	display: inline;
	padding-left: 30px;
	font-size: 90%;
}

#contactlist {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/**#contactlist table{
	border: solid 1px #cccccc;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

#contactlist td {
	border: 0;
}
*/

#mapwrap {
width: 480px;
	margin-right: auto;
	margin-left: auto;
}

#content .story .slideshowwrap {
	width: auto;
	margin-right: 60px;
	margin-left: 60px;
	padding: 30px;
	background-color:#000000;
	background-image:url(images/abphoto.png);
	background-repeat:no-repeat;
	background-position:center top;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#FFFFFF;
}


#address p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
}
#otherinfo p {
	font-size: 80%;
	padding-left: 20px;
}

#profilenotes {
	float: left;
	width: 50%;
	margin: 30px;
}
#content #profileimage {
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 30px 0px;
}
#content #profileimage .imagewrapleft {
	padding: 6px;
	border: 1px solid #ffffff;
	float: left;
	margin: 0px 5px 30px 10px;
	background-color: #000000;
	color: #FFFFFF;
}
#content #profileimage .imagewrapleft img {
	padding: 6px;
	border: 1px solid #FFFFFF;
}


#content #profileimage .imagewrapleft p {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}

.gallery {
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	

}#content .gallery p {
	padding: 5px;
	text-align: center;
}

.lookalike table {
	margin-top: 10px;
	margin-botton: 10px;
	border: 0px;
	border-collapse: collapse;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.lookalike td {
	border: 0px;
	text-align: center;
}
#content .lookalike p {
	font-size: x-small;
	margin-left: 20px;
}
#content .story table {
	font-size: 120%;
	margin: 0 auto 20px auto;
}
#content .fixturelist {
	float: right;
}
#navBar .updatebox img {
	margin-right: auto;
	margin-left: auto;
}
#content .story li {
	padding: 6px;
}
#content .story hr {
	padding-left: 20px;
	margin-left: 20px;
}

.playerselection {
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0px 20px 0px;
	width:60%;
}

#content .notice {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #800000;
}
#content .notice .noticeheader {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
#content .notice p {
	font-size: 90%;
	text-align: center;
}
#content p {
	font-size: 100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content .story .playerselection td {
	font-size: 120%;
}
#content .story .centred {
	margin-right: auto;
	margin-left: auto;
}
#content .story ol {
	list-style-type: lower-alpha;
}
#content .story .notice .shout {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	color: #800000;
}
#content #thisweek td {
	font-size: 60%;
}
#content #thisweek {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#navBar .updatebox img {
	border-style: none;
	padding-top: 4px;
}
#content .tablewrap p.footnote {
	font-size: 80%;
}
#content .flashfixtures {
	float: right;
}
#content .flashwrappercentred {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 15px;
}
#content .story img .centred {
	text-align: center;
}
#navBar #searchbox {
	text-align: center;
	padding: 3px 0px;
}
#content .story p.note {
	font-size: 80%;
	line-height: 100%;
}
#content .story p.reportindex {
	font-size: 90%;
	line-height: 50%;
}
#content .feature img.sponsor {
	border-width: 1px;
	border-style: solid;
	padding: 0;
}
#content .feature .cheer {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

/* match report image styles */

#content .story .reportimageleft {
	padding: 6px;
	border: 1px solid #006699;
	float: left;
	margin: 0px 10px 0px 5px;
	background-color: #000000;
	color: #FFFFFF;
}
#content .story .reportimageleft p {
	font-size: 80%;
	line-height: normal;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
#content .story .reportimageleft img {
	border: 1px solid #FFFFFF;
}
#content .story .reportimageright {
	padding: 6px;
	border: 1px solid #006699;
	float: right;
	margin: 0px 5px 0px 10px;
	background-color: #000000;
	color: #FFFFFF;
}
#content .story .reportimageright p {
	font-size: 80%;
	line-height: normal;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
#content .story .reportimageright img {
	border: 1px solid #FFFFFF;
}

#content .story .plain img .{
	border:0;
}

#content .story .notice .call {
	font-size: 175%;
	color: #800000;
}

#content .story .notice p {
	background-color: #FFFFCC;
	color: #333333;
}
#navBar .advert {
	text-align: center;
	padding: 10px 0px 10px 0px;
}
#navBar .advert p {
	font-size: 60%;
	line-height: 70%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.sponsorwrap {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.sponsors .sponsorwrap p.matchday {
	font-size: 80%;
	border: 1px none #666666;
	font-weight: bold;
	color: #666666;
}
.sponsors .sponsorwrap p.sponsorname {
	font-size: 70%;
	font-weight: normal;
	padding: 0px;
	color: #666666;
	margin: 0px;
	line-height: 95%;
}
#navBar .advert p {
	font-size: 65%;
	line-height: 100%;
}

#content .matchbanner {
	width: 90%;
	background-image:url(images/logo_background3.jpg);
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #800000;
}

#content .matchbanner .matchbannermatch {
	font-size: 240%;
	font-weight: bold;
	color:#000099;
	text-align: center;
	line-height:120%;
	padding-top: 5px;
}
#content .matchbanner .matchbannersecondarymatch {
	font-size: 180%;
	font-weight: bold;
	color:#000099;
	text-align: center;
	line-height:100%;
}

#content .matchbanner .matchbannerheader {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	line-height:100%;
	padding-top:10px;
}
#content .matchbanner .matchbannerleague {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	line-height:80%;
}

#content .matchbanner .matchbanneremphasis {
	font-size: 120%;
	font-weight: bold;
	font-style:italic;
	font: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height:100%;
	padding-top:5px;
}
#content .matchbanner .matchbannerinfo {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	line-height:100%;
	padding-top:5px;
}
#content .matchbanner .matchbannerkickoff {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	line-height:80%;
	padding:5px;
}
#content .matchbanner p {
	font-size: 100%;
	text-align: center;
}

#content .matchbanner .matchbannerawaymatch {
	font-size: 150%;
	font-weight: bold;
	color:#990000;
	text-align: center;
	line-height:100%;
}

#content .matchbanner .matchbannerawayfirstxvmatch {
	font-size: 200%;
	font-weight: bold;
	color:#990000;
	text-align: center;
	line-height:100%;
}


#content .matchbanner .matchbannersponsor {
	font-size: 150%;
	font-weight: bold;
	color:#990000;
	text-align: center;
	line-height:100%;
}
#content .matchbanner .matchbannerballsponsor {
	font-size: 150%;
	color:#990000;
	text-align: center;
	line-height:100%;
}
#content .story .firstxv {
	font-size: 110%;
	color: #000099;
}

#content .sponsorbanner {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #800000;
	margin-top: 10px;
}

#content .sponsorbanner .sponsortext {
	font-size: 70%;
	color:#990000;
	text-align: left;
	line-height:100%;
}

#content .sponsorbanner .imagewrapleftplain {
	padding: 0px;
	border: 0px;
	float: left;
	margin: 0px 10px 0px 5px;
	background-color: #ffffff;
	color: #FFFFFF;
}

#content .importantmessage {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 8px solid #AA0000;
	margin-top: 10px;
	margin-left:30px;
}

#content .importantmessage .importantmessagetext {
	font-size: 100%;
	color:#990000;
	text-align: left;
	line-height:100%;
}

