/* Franchise spesific styling tags */ /* backgrounds */
.bg-site {
	background: #051626 url('/gfx/background-high.jpg') center top no-repeat
		;
}

.bg-pri {
	background: #69c2d7;
}

.bg-pri-sec {
	background: #c8e9ef;
}

.bg-sec {
	background: #f8edd8;
}

.bg-sec-sec {
	background: #e6c78d;
}

/* borders */
.bo-pri {
	border: #b0d8e0 2px solid;
}

.bo-sec {
	border: #f6e1ba 2px solid;
}

.bo-sec-sec {
	border: #e9cc95 2px solid;
}

/* text */
.txt-pri {
	color: #FFF;
}

.txt-pri-sec {
	color: #00909f;
}

.txt-sec {
	color: #000;
}

.txt-sec-sec {
	
}

.txt-sec a {
	color: #000;
}

.txt-sec a:hover {
	color: #3d3629;
}

.txt-right {
	text-align: right;
}

/* link colours */
a {
	color: #00909f;
	text-decoration: none;
}

a:hover {
	color: #00b3c9;
}

a:visted {
	color: inherit;
}

a:active {
	color: inherit;
}

/* standard formatting tags */
html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Arial, Sans-Serif;
	font-size: 100%;
	overflow: -moz-scrollbars-vertical;
}

/* div tags */
div#container {
	width: 956px;
	margin: 0 auto;
}

div#banner-container {
	width: 956px;
	height: 202px;
	margin: 0 auto;
}

div#banner-left {
	width: 155px;
	height: 202px;
	float: left;
}

div#site-logo {
	float: left;
	width: 200px;
	height: 100px;
}

div#site-logo a {
	text-decoration: none;
	display: block;
	width: 200px;
	height: 100px;
	position: relative;
	z-index: 5;
	margin-top: 48px;
	margin-left: 40px;
	background: url('/gfx/logo.png') center top no-repeat;
}

div#banner {
	float: left;
	width: 646px;
	height: 202px;
	background: url('/gfx/banner.jpg');
}

div#banner-right {
	width: 155px;
	height: 202px;
	float: left;
}

div#ssp-logo a {
	display: block;
	width: 136px;
	height: 52px;
	margin-top: 60px;
	margin-left: 10px;
	background: url('/gfx/ssp-logo.png') center top no-repeat;
	text-decoration: none;
}

div#su-logo a {
	display: block;
	width: 136px;
	height: 52px;
	margin-top: 10px;
	margin-left: 10px;
	background: url('/gfx/su-logo.png') center top no-repeat;
	text-decoration: none;
}

div#breadcrumbs {
	width: 646px;
	margin: 0 auto;
	font-size: 0.75em;
	padding: 0.5em 0 0.5em 2px;
}

div#breadcrumbs a {
	text-decoration: none;
	color: #FFF;
}

div#core {
	width: 956px;
}

div#cleft {
	width: 155px;
	float: left;
}

div#cmid {
	width: 646px;
	float: left;
}

/* Footer sponsors images */
div#sponsors {
	clear: both;
	width: 954px;
	margin: 0 auto;
}

div#sponsors a {
	float: left;
}

div#sponsors img {
	padding: 20px 0 0 0;
	display: block;
	clear: both;
	height: 91px;
}

/* body, title and content css */
div#body {
	width: 646px;
}

/* title div */
div#title {
	width: 642px;
	height: 32px;
}

div#title h1 {
	font-size: 1.1em;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	padding: 6px 0 0 10px;
}

div#content-header-image-container {
	height: 230px;
	width: 642px;
}

/* main content div */
div#content {
	width: 642px;
	overflow: hidden;
	font-size: 0.9em;
}

div#content p {
	padding: 0.4em;
}

div#content a {
	text-decoration: none;
}

div#content a:hover {
	
}

div#content h1 {
	padding: 5px;
	font-size: 1.6em;
}

div#content h2 {
	padding: 5px;
	font-size: 1.4em;
}

div#content h3 {
	padding: 5px;
	font-size: 1.2em;
}

div#content strong {
	font-weight: bold;
}

div#content em {
	font-style: italic;
}

div#content ul {
	margin: 0 1.8em;
	padding: 0.4em;
}

div#content ul li {
	padding: 0.2em 0;
}

div#content ol {
	margin: 0 1.8em;
	padding: 0.4em;
}

div#content ol li {
	padding: 0.2em 0;
}

div#content blockquote {
	margin: 0 1.8em;
	padding: 0.4em;
	font-style: italic;
}

div#content div.backnav {
	padding: 10px 0 10px 20px;
	margin-left: 6px;
	background: url('/gfx/arrow-black-left.png') left center no-repeat;
	clear: both;
}

div#content div.backnav a {
	color: #000;
}
	
	/* wierd CSS bug with hover state not working?  Needs investigating. */
div#content div.backnav a:hover {
	color: #8674ab;
}

/* page formatting colors */
div#title {
	background: url('/gfx/primary-light-dark-big.gif') left top repeat-y;
	border-width: 2px 2px 0px 2px;
}

div#title.titlealone {
	
}

div#content {
	background: #FFFFFF;
}

/* no background */
.nocontentbg div#content {
	background: none;
	border: 0;
	width: 646px;
}

.nocontentbg div#title {
	
}

/* Standard Page */
div#content ul.vertical-links {
	margin: 0;
	padding: 0.4em 0.8em;
	list-style: none;
}

div#content ul.vertical-links li {
	padding-bottom: 0.8em;
}

div#content ul.vertical-links li p {
	padding: 0;
}

/* main 2col layout */
div#content-2col-left {
	float: left;
	width: 260px;
}

div#content-2col-left img {
	padding: 20px;
}

div#content-2col-left img.cover {
	padding: 0 0 10px 0;
}

div#content-2col-right {
	float: left;
	width: 372px;
	padding-bottom: 10px;
	padding-right: 10px;
}

div#content-2col-right.team-profile {
	padding-bottom: 10px;
}

div#content-2col-right.team-profile ul {
	list-style: none;
	margin: 0;
}

div#content-2col-right.team-profile ul li {
	list-style: none;
}

/* Sub Menu CSS */
div#cright {
	width: 155px;
	float: left;
}

div#cright-menu {
	
}

div#cright-menu ul {
	padding-top: 34px;
	list-style: none;
}

div#cright-menu li {
	margin: 0;
	padding: 0;
	width: 153px;
	border-width: 1px 2px 1px 0;
}

div#cright-menu ul li.active {
	background-image: url('/gfx/primary-dark-light-small.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

div#cright-menu li.first {
	border-width: 2px 2px 1px 0;
}

div#cright-menu li.last {
	border-width: 1px 2px 2px 0;
}

div#cright-menu a {
	margin: 0;
	padding: 12px 12px 12px 25px;
	display: block;
	font-size: 0.75em;
	font-weight: 900;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

/* FRONT PAGE */ /* javascript banner */
body.front div#banner-container {
	height: 337px;
}

body.front div#banner-left {
	height: 337px;
}

body.front div#banner-left-top {
	height: 160px;
}

body.front div#banner-left-bottom a {
	height: 56px;
	width: 38px;
	display: block;
	margin: 0 0 0 117px;
}

body.front div#banner-left-bottom a#banner-one {
	background: url('/gfx/button-one_off.png') right top no-repeat;
}

body.front div#banner-left-bottom a#banner-one.activeSlide {
	background: url('/gfx/button-one_on.png') right top no-repeat;
}

body.front div#banner-left-bottom a#banner-two {
	background: url('/gfx/button-two_off.png') right top no-repeat;
}

body.front div#banner-left-bottom a#banner-two.activeSlide {
	background: url('/gfx/button-two_on.png') right top no-repeat;
}

body.front div#banner-left-bottom a#banner-three {
	background: url('/gfx/button-three_off.png') right top no-repeat;
}

body.front div#banner-left-bottom a#banner-three.activeSlide {
	background: url('/gfx/button-three_on.png') right top no-repeat;
}

body.front div#banner-right {
	height: 337px;
}

body.front div#container div#banner {
	height: 337px;
	background-image: none;
}

/* general classes */
div.ftitle {
	border-width: 2px 2px 0px 2px;
	height: 32px;
}

div.ftitle h2 {
	font-size: 1.1em;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	padding: 6px 0 0 6px;
}

div.fbody {
	border-width: 0px 2px 2px 2px;
}

/* top div */
div#ftop {
	width: 956px;
	padding: 0;
	overflow: hidden;
}

/* news panel */
div#fnews {
	float: left;
	width: 472px;
	margin-right: 6px;
}

div#fnews div.ftitle {
	background: url('/gfx/primary-light-dark-big.gif') left top repeat-y;
}

div#fnews div.fbody {
	height: 270px;
}

div#front-news-image {
	float: left;
	width: 192px;
	height: 270px;
}

div#front-news-image div {
	width: 192px;
	height: 270px;
}

div#front-news-image div.off {
	position: absolute;
	left: -999em;
}

div#front-news-image div.on {
	display: block;
}

div#front-news-text {
	float: left;
	width: 275px;
}

div#front-news-text ul {
	margin: 0;
	padding: 0;
}

div#front-news-text ul li {
	display: block;
	font-size: 0.9em;
	display: block;
	height: 40px;
	padding: 4px 8px 0 16px;
	border-width: 1px 0 0 0;
}

div#front-news-text ul li a {
	text-decoration: none;
	color: #FFF;
}

div#front-news-text ul li.on {
	background: url('/gfx/primary-dark-light-medium.gif') left top repeat-y;
}

div#front-news-text ul li.off {
	
}

/* front page video player */
div#fplayer {
	float: left;
	height: 310px;
	width: 472px;
	margin-left: 6px;
}

div#fplayer div {
	
}

div#fplayer div#playface-player-logo {
	height: 94px;
	width: 472px;
	background: url('/gfx/playface-player-top.png') no-repeat top left;
	border: 0;
}

div#fplayer div#playface-player-logo img {
	margin: 72px 0 0 379px;
}

div#fplayer div#playface-player-flash {
	float: left;
	height: 200px;
	border-width: 0 0 0 2px;
}

div#fplayer div#playface-player-list {
	float: left;
	height: 200px;
	width: 142px;
	border-width: 0 2px 0 0;
}

div#fplayer div#playface-player-list ul {
	list-style: none;
	margin: 0;
	border-width: 1px 0 0 0;
}

div#fplayer div#playface-player-list ul li {
	list-style: none;
	margin: 0;
	padding: 8px 8px 8px 16px;
	display: block;
	border-width: 0 0 1px 0;
}

div#fplayer div#playface-player-list ul li.active {
	background: url('/gfx/secondary-dark-light-small.gif') top left repeat-y
		;
}

div#fplayer div#playface-player-list ul li a {
	text-decoration: none;
	font-size: 0.9em;
	color: #000;
}

div#fplayer div#playface-player-bottom {
	clear: both;
	height: 10px;
	border-width: 0px 2px 2px 2px;
}

/* bottom div */
div#fbottom {
	clear: all;
	width: 956px;
	padding: 6px 0 0 0;
	overflow: hidden;
}

div#fbottom-lo {
	float: left;
	overflow: hidden;
	width: 145px;
	padding: 4px 5px 0 0;
}

div#fbottom-li {
	float: left;
	overflow: hidden;
	width: 317px;
	padding: 0 6px 0 5px;
}

div#fbottom-li img {
	margin-bottom: 10px;
	padding: 0 0 0 172px;
}

div#fbottom-ri {
	float: left;
	overflow: hidden;
	width: 317px;
	padding: 0 5px 0 6px;
}

div#fbottom-ro {
	float: left;
	overflow: hidden;
	width: 145px;
	padding: 4px 0 0 5px;
}

/* lastresult */
div#flastresult {
	width: 317px;
	height: 118px;
	background: url('/gfx/front-panel-lastresult.png') top center no-repeat;
	color: black;
	font-style: italic;
	margin-bottom: 10px;
}

div#flastresult div.header {
	width: 317px;
	height: 52px;
}

div#flastresult div.header div.home {
	float: left;
	width: 76px;
	padding: 6px 0 0 22px;
	text-align: center;
	font-size: 2.2em;
	line-height: 45px;
}

div#flastresult div.header div.caption {
	float: left;
	width: 120px;
	padding: 3px 1px 0 0;
	font-weight: bold;
	text-align: center;
	color: white;
	text-transform: uppercase;
}

div#flastresult div.header div.away {
	float: right;
	width: 76px;
	padding: 6px 22px 0 0;
	text-align: center;
	font-size: 2.2em;
	line-height: 45px;
}

div#flastresult div div.home {
	float: left;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

div#flastresult div div.vs {
	float: left;
	width: 57px;
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
	color: white;
	text-transform: uppercase;
	margin-top: -15px;
}

div#flastresult div div.away {
	float: left;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

div#flastresult div.footer div {
	font-size: 0.8em;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	font-style: normal;
}

div#flastresult div.footer div.venue {
	float: left;
	padding-left: 0.4em;
}

div#flastresult div.footer div.date {
	float: right;
	padding-right: 0.4em;
}

/* nextmatch */
div#fnextmatch {
	width: 317px;
	height: 118px;
	background: url('/gfx/front-panel-nextmatch.png') top center no-repeat;
	color: white;
	font-style: italic;
	margin-bottom: 10px;
}

div#fnextmatch div.header {
	width: 317px;
	height: 52px;
}

div#fnextmatch div.header div.home {
	float: left;
	width: 76px;
	padding: 6px 0 0 22px;
	text-align: center;
	font-size: 2.2em;
	line-height: 45px;
}

div#fnextmatch div.header div.caption {
	float: left;
	width: 120px;
	padding: 3px 1px 0 0;
	font-weight: bold;
	text-align: center;
	color: white;
	text-transform: uppercase;
}

div#fnextmatch div.header div.away {
	float: right;
	width: 76px;
	padding: 6px 22px 0 0;
	text-align: center;
	font-size: 2.2em;
	line-height: 45px;
}

div#fnextmatch div div.home {
	float: left;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

div#fnextmatch div div.vs {
	float: left;
	width: 57px;
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
	color: black;
	text-transform: uppercase;
	margin-top: -15px;
}

div#fnextmatch div div.away {
	float: left;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

div#fnextmatch div.footer div {
	font-size: 0.8em;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	font-style: normal;
}

div#fnextmatch div.footer div.venue {
	float: left;
	padding-left: 0.4em;
}

div#fnextmatch div.footer div.date {
	float: right;
	padding-right: 0.4em;
}

/* newsletter */
div#fnewsletter {
	margin: 0 0 10px 0;
}

div#fnewsletter div.ftitle {
	background-image: url('/gfx/primary-light-dark-medium.gif');
	background-repeat: repeat-y;
}

div#fnewsletter div.fbody {
	height: 135px;
	background-image: url('/gfx/primary-dark-light-small.gif');
	background-repeat: repeat-y;
}

div#fnewsletter div.fbody div.calltoaction {
	float: left;
	width: 153px;
}

div#fnewsletter div.fbody div.calltoaction p {
	line-height: 1em;
	font-size: 0.8em;
	padding: 6px;
}

div#fnewsletter div.fbody div.fans {
	float: right;
	width: 160px;
	height: 135px;
	background-image: url('/gfx/newsletter-fans.jpg');
	background-repeat: none;
}

/* matchcentre */
div#fmatchcentre {
	
}

div#fmatchcentre div.ftitle {
	background-image: url('/gfx/secondary-light-dark-medium.gif');
	background-repeat: repeat-y;
}

div#fmatchcentre div.fbody {
	overflow: hidden;
}

div#fmc-left {
	float: left;
	width: 118px;
}

div#fmc-left div {
	height: 45px;
	border-width: 0 0 1px 0;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	font-size: 0.8em;
	padding: 10px 0 0 20px;
}

div#fmc-left div.active {
	background: url('/gfx/secondary-light-dark-small.gif');
	background-repeat: repeat-y;
}

div#fmc-right {
	float: right;
	width: 195px;
	height: 245px;
}

div#fmc-right div {
	display: none;
	font-size: 0.8em;
	padding: 10px;
}

div#fmc-right div.active {
	display: block;
}

div#fmc-right-fixture {
	
}

div#fmc-right-fixture ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

div#fmc-right-fixture ul.header {
	font-weight: bold;
}

div#fmc-right-fixture ul li {
	display: block;
	float: left;
	text-align: right;
	margin-bottom: 4px;
	padding-bottom: 2px;
	border-width: 0 0 1px 0;
}

div#fmc-right-fixture ul li.opponent {
	text-align: left;
	width: 90px;
}

div#fmc-right-fixture ul li.date {
	width: 45px;
}

div#fmc-right-fixture ul li.time {
	width: 40px;
}

div#fmc-right-leaguetable {
	
}

div#fmc-right-leaguetable ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

div#fmc-right-leaguetable ul.header {
	font-weight: bold;
}

div#fmc-right-leaguetable ul li {
	display: block;
	float: left;
	text-align: center;
	border-width: 0 0 1px 0;
	margin-bottom: 4px;
	padding-bottom: 2px;
}

div#fmc-right-leaguetable ul li.name {
	width: 139px;
	text-align: left;
}

div#fmc-right-leaguetable ul li.played {
	width: 18px;
}

div#fmc-right-leaguetable ul li.points {
	width: 18px;
}

div#fmc-right-tickets {
	
}

div#fmc-right-tickets img {
	margin: -10px -10px 10px -10px;
}

div#fmc-right-tickets p {
	padding-bottom: 10px;
}

/* STORY */ /* story page */
div#story-left {
	float: left;
	width: 260px;
	padding-bottom: 10px;
}

div#story-left img {
	width: 120px;
	height: 120px;
	padding: 10px 0px 0px 10px;
}

div#story-left img.cover {
	width: 260px;
	height: 345px;
	padding: 0;
}

div#story-left img.off {
	position: absolute;
	left: -999em;
}

div#story-right {
	float: left;
	width: 362px;
	padding-left: 5px;
	padding-bottom: 24px;
}

div#story-right p.date {
	padding-top: 0;
	font-size: 0.7em;
}

/* story archive */
div#archive {
	overflow: hidden;
	margin: 0 10px 10px 10px;
	clear: both;
}

div#archive div.paging {
	overflow: hidden;
	padding-top: 10px;
}

div#archive div.paging a {
	color: black;
}

div#archive div.paging div.paging-back {
	padding-right: 20px;
	width: 291px;
	float: right;
	text-align: right;
	background: url('/gfx/arrow-black-right.png') right center no-repeat;
}

div#archive div.paging div.paging-forward {
	padding-left: 20px;
	width: 291px;
	float: left;
	text-align: left;
	background: url('/gfx/arrow-black-left.png') left center no-repeat;
}

div#archive div.archive-item {
	height: 120px;
	margin-top: 10px;
	padding-top: 10px;
	border-width: 2px 0 0 0;
}

div#archive div.archive-item div.archive-item-text {
	float: left;
	width: 460px;
}

div#archive div.archive-item div.archive-item-text p.date {
	padding-top: 0;
	font-size: 0.7em;
}

div#archive div.archive-item div.archive-item-image {
	float: right;
	width: 120px;
	height: 120px;
}

div#archive div.archive-item-last {
	margin-top: 10px;
	border-width: 2px 0 0 0;
}

/* CLUB */ /* Playface Profile Cards */
div#player-profiles {
	clear: both;
	margin: 5px;
	padding: 10px 5px 0 5px;
	border-top: 1px #e3d9eb solid;
	overflow: hidden;
}

div#player-profiles-list {
	float: left;
	width: 250px;
}

div#player-profiles-list h3 {
	font-size: 100%;
	padding: 10px 0 0.1em 0;
	font-weight: bold;
}

div#player-profiles-list p {
	padding: 0.1em 0;
	color: #4f3488;
}

div#player-profiles div.pfcard-description {
	float: left;
	width: 217px;
	display: none;
	padding-left: 10px;
}

div#player-profiles div.pfcard {
	display: none;
	position: relative;
	float: left;
	width: 125px;
	height: 216px;
	padding: 10px;
	background: url('/gfx/pfcard.gif') top left no-repeat;
	font-size: 0.7em;
	color: #FFF;
}

div#player-profiles div.pfcard div.header {
	height: 18px;
}

div#player-profiles div.pfcard div.photo {
	height: 76px;
	padding-bottom: 8px;
}

div#player-profiles div.pfcard div.field {
	height: 16px;
	padding: 5px 0 3px 0;
	clear: both;
	text-align: left;
}

div#player-profiles div.pfcard div.field div.left {
	float: left;
	width: 62px;
	text-align: left;
}

div#player-profiles div.pfcard div.field div.right {
	float: right;
	width: 62px;
	text-align: right;
}

/* MATCH CENTRE */ /* League Table page */
div#league-table a {
	text-decoration: none;
	color: #000;
}

div#league-table div {
	height: 28px;
	padding: 4px;
}

div#league-table div ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

div#league-table div ul li {
	display: block;
	float: left;
	width: 50px;
	font-size: 0.8em;
	text-align: right;
}

div#league-table div ul li.team {
	padding-left: 10px;
	font-weight: bold;
	width: 214px;
	text-align: left;
}

div#league-table div ul li.points {
	padding-right: 10px;
}

div#league-table div.header {
	font-weight: bold;
	height: 20px;
	color: #FFF;
	background: url('/gfx/primary-dark-light-big.gif') right top repeat-y;
	padding: 0 4px;
}

div#league-table div.item {
	border-width: 0 0 2px 0;
}

div#league-table div.item ul li {
	padding-top: 6px;
}

div#league-table div.item ul li a {
	color: #000;
}

/* Match Formatting */
div.match {
	width: 622px;
	height: 110px;
	background: url('/gfx/primary-match-bg.png') center top no-repeat;
	margin: 10px;
	font-weight: bold;
	font-style: italic;
}

div.match.sec {
	background: url('/gfx/secondary-match-bg.png') center top no-repeat;
}

div.match div.teams {
	width: 618px;
	height: 88px;
	padding: 0 2px;
}

div.match div.teams div div {
	line-height: 40px;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
}

div.match div.teams div div.score {
	height: 40px;
	padding-top: 6px;
	font-size: 3em;
}

div.match div.teams div div.name {
	height: 40px;
	padding-top: 2px;
}

div.match div.teams div.home {
	float: left;
	width: 280px;
	height: 88px;
}

div.match div.teams div.vs {
	float: left;
	width: 58px;
	height: 82px;
	padding-top: 6px;
	line-height: 82px;
	font-size: 2.5em;
	text-align: center;
	text-transform: uppercase;
}

div.match div.teams div.away {
	float: left;
	width: 280px;
	height: 88px;
}

div.match div.info {
	width: 602px;
	height: 20px;
	line-height: 20px;
	padding: 0px 10px 2px 10px;
	font-size: 0.8em;
	font-style: normal;
}

div.match div.info div.venue {
	float: left;
}

div.match div.info div.date {
	float: right;
}

/* Match Preview */
div#match-preview div#round div.match {
	margin-bottom: 0;
}

div#match-preview div.teamsheet-cont {
	margin: 0px 10px 10px 10px;
}

div#match-preview div.teamsheet-header {
	border-width: 2px 2px 0px 2px;
	background-image: url('/gfx/primary-light-dark-medium.gif');
	background-repeat: repeat-y;
	font-size: 1.1em;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	padding: 6px 0 0 10px;
	height: 26px;
}

div#match-preview div.teamsheet-body {
	border-width: 0px 2px 2px 2px;
	font-size: 0.8em;
}

div#match-preview div.teamsheet-body div.team {
	padding: 3px 10px;
}

div#match-preview div.teamsheet-body div.caption {
	padding: 3px 10px;
	background-image: url('/gfx/primary-light-dark-medium.gif');
	background-repeat: repeat-y;
}

div#match-preview div.teamsheet-body div.player {
	margin: 0 5px;
	padding: 2px 5px;
	border-width: 1px 0 0 0;
}

div#match-preview div.teamsheet-body div.player ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#match-preview div.teamsheet-body div.player ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Match Report */
div#match-report div#round div.match {
	margin-bottom: 0;
}

div#match-report div.teamsheet-cont {
	margin: 0px 10px 10px 10px;
}

div#match-report div.teamsheet-header {
	border-width: 2px 2px 0px 2px;
	background-image: url('/gfx/secondary-light-dark-medium.gif');
	background-repeat: repeat-y;
	font-size: 1.1em;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	padding: 6px 0 0 10px;
	height: 26px;
}

div#match-report div.teamsheet-body {
	border-width: 0px 2px 2px 2px;
	font-size: 0.8em;
}

div#match-report div.teamsheet-body div.team {
	padding: 3px 10px;
	font-weight: bold;
}

div#match-report div.teamsheet-body div.caption {
	overflow: hidden;
	padding: 3px 10px;
	background-image: url('/gfx/secondary-light-dark-medium.gif');
	background-repeat: repeat-y;
	font-weight: bold;
}

div#match-report div.teamsheet-body div.player {
	overflow: hidden;
	margin: 0 5px;
	padding: 2px 5px;
	border-width: 1px 0 0 0;
	clear: both;
}

div#match-report div.teamsheet-body div ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

div#match-report div.teamsheet-body div ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

div#match-report div.teamsheet-body div ul li.label {
	width: 132px;
}

div#match-report div.teamsheet-body div ul li.quarter {
	width: 21px;
	text-align: center;
}

div#match-report div.teamsheet-body div ul li.goal-attempts {
	width: 42px;
	text-align: center;
}

div#match-report div.teamsheet-body div ul li.goal-percentage {
	width: 42px;
	text-align: right;
}

div#match-report div.teamsheet-body div.data {
	overflow: hidden;
	padding: 3px 10px;
}

div#match-report img {
	margin: 4px;
	border-width: 1px;
}

/* Match Archive */
div#team-matches div {
	height: 28px;
	padding: 4px;
}

div#team-matches div ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

div#team-matches div ul li {
	display: block;
	float: left;
	text-align: right;
	font-size: 0.8em; right;
	width: 60px;
}

div#team-matches div ul li.opponent {
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
	width: 150px;
}

div#team-matches div ul li.date {
	width: 164px;
	text-align: left;
}

div#team-matches div ul li.report {
	padding-right: 10px;
}

div#team-matches div ul li.caption {
	width: 100%;
	text-align: left;
	padding: 0 10px;
}

div#team-matches div.header {
	font-weight: bold;
	height: 20px;
	color: #FFF;
	background: url('/gfx/primary-dark-light-big.gif') right top repeat-y;
	padding: 0 4px;
}

div#team-matches div.item {
	border-width: 0 0 2px 0;
}

div#team-matches div.item ul li {
	padding-top: 6px;
}

/* EVENTS */ /* events month page */
div#events-view {
	overflow: hidden;
	margin: 0 10px 10px 10px;
	padding-bottom: 10px;
	border-width: 0 0 2px 0;
}

div#events-view div.event-item {
	margin-top: 10px;
	padding-top: 10px;
	border-width: 2px 0 0 0;
	clear: both;
	overflow: hidden;
}

div#events-view div.event-item div.event-item-text {
	float: right;
	width: 362px;
}

div#events-view div.event-item div.event-item-text p.date {
	padding-top: 0;
	font-size: 0.7em;
}

div#events-view div.event-item div.event-item-image {
	float: left;
}

/* events calendar view */
div#calendar {
	padding: 5px;
	overflow: hidden;
}

div#calendar div.month-container {
	width: 148px;
	margin: 5px;
	float: left;
}

div#calendar div.month-title {
	background: url('/gfx/primary-light-dark-medium.gif') left top repeat-y;
	border-width: 2px 2px 0px 2px;
	height: 32px;
}

div#calendar div.month-title h3 {
	font-size: 1.1em;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	padding: 6px 0 0 6px;
}

div#calendar div.month-body {
	height: 148px;
}

div#calendar div.month-title.current {
	background: url('/gfx/secondary-light-dark-small.gif') left top repeat-y
		;
}

div#calendar div.month-body.current {
	background: url('/gfx/secondary-dark-light-small.gif') right top
		repeat-y;
}

div#calendar div.month-body ul {
	margin: 0;
	padding: 5px;
	list-style: none;
}

div#calendar div.month-body ul li {
	margin: 0;
	padding: 1px;
	list-style: none;
}

div#calendar div.month-body ul li a {
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
}

/* VIDEO */ /* view page */
div#content div#video {
	width: 642px;
	height: 256px;
}

div#content div#video div#player {
	float: left;
	width: 416px;
	height: 256px;
}

div#content div#video div#player-desc {
	float: left;
	width: 226px;
	height: 256px;
}

div#content div#video div#player-desc p {
	padding-left: 0.8em;
	padding-right: 0.8em;
}

div#content div#video div#player-desc p.date {
	padding: 10px 10px 5px 10px;
	font-size: 0.7em;
}

div#video-list {
	overflow: hidden;
	margin: 0 10px 10px 10px;
	clear: both;
}

div#video-list div.archive-item {
	height: 120px;
	margin-top: 10px;
	padding-top: 10px;
	border-width: 2px 0 0 0;
}

div#video-list div.archive-item div.archive-item-text {
	float: left;
	width: 390px;
}

div#video-list div.archive-item div.archive-item-text p.date {
	padding-top: 0;
	font-size: 0.7em;
}

div#video-list div.archive-item div.archive-item-image {
	float: right;
	width: 190px;
	height: 120px;
}

div#video-list div.paging {
	overflow: hidden;
	padding-top: 10px;
}

div#video-list div.paging a {
	color: black;
}

div#video-list div.paging div.paging-back {
	padding-right: 20px;
	width: 291px;
	float: right;
	text-align: right;
	background: url('/gfx/arrow-black-right.png') right center no-repeat;
}

div#video-list div.paging div.paging-forward {
	padding-left: 20px;
	width: 291px;
	float: left;
	text-align: left;
	background: url('/gfx/arrow-black-left.png') left center no-repeat;
}

div#video-list div.archive-item-last {
	margin-top: 10px;
	border-width: 2px 0 0 0;
}

/* ASSOCIATES */ /* associate pages */
div#associates {
	padding-top: 10px;
}

div#associates div {
	padding: 0px 10px 0 10px;
	margin: 0;
}

div#associates div h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	border-width: 0 0 2px 0;
	margin-bottom: 10px;
	padding: 0;
	clear: both;
}

div#associates div div.partner {
	padding: 0;
	margin: 0 0 10px 0;
	clear: both;
	overflow: hidden;
}

div#associates div div.partner div.partner-logo {
	width: 200px;
	float: left;
	padding: 0px 20px 10px 0;
	margin: 0;
}

div#associates div div.partner div.partner-text {
	width: 402px;
	float: left;
	padding: 0;
	margin: 0;
}

div#associates div div.partner div.partner-text h3 {
	padding: 0;
	font-size: 1em;
}

div#associates div div.partner div.partner-text p {
	padding: 0;
	padding-bottom: 1em;
}

/* NEWSLETTER */ /* form handling layout */
div.mc-field-group {
	clear: both;
}

div.mc-field-group label {
	float: left;
	margin: 12px 5px 12px 5px;
	width: 130px;
	text-align: right;
}

div.mc-field-group input {
	float: left;
	margin: 10px 5px 10px 5px;
	padding: 2px;
	border-width: 1px;
}

div.mc-field-group div.mce_inline_error {
	padding-left: 145px;
	clear: both;
}

input#mc-embedded-subscribe {
	margin: 10px 5px 10px 145px;
	padding: 2px;
	border-width: 1px;
}

/* Curveycorner classes */
.cctl {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}

.cctr {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}

.ccbr {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}

.ccbl {
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}

.ccall {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.cctop {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

.ccbottom {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}

/* forms */
div#body form {
	
}

div#body form dt {
	
}

div#body form dt#csrf-label {
	display: none;
}

div#body form dd {
	
}

div#body form dd input {
	border: 1px solid #cccccc;
}

div#body form dd textarea {
	height: 200px;
	border: 1px solid #cccccc;
}

div#body form input#submit {
	padding: 0.15em;
}

div#body form dt#submit-label {
	margin-top: 1em;
}

div#body form dd input#submit {
	width: 140px;
	text-align: center;
}

div#body form dd fieldset {
	padding: 1em 0 0 0;
}

#login {
	padding: 1em;
}

#login h2 {
	font-size: 1.2em;
	font-weight: bold;
}