html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #2c0416;
	background-image: url(/images/background5.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-attachment:fixed;
	font-family: Impact, Charcoal, sans-serif;
	color: #ffffff;
}

@font-face {
    font-family: 'Impact';
    src:  url('/include/font/impact.ttf'), url('/include/font/impact-webfont.eot');
    font-weight: normal;
    font-style: normal;
}

p, td {
	font-family: Tahoma, Geneva, sans-serif !important;
}

h1, h2, h3 {
	font-family: Impact, Charcoal, sans-serif;
}

h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px 10px 0px 10px;
	font-size: 26pt;
	letter-spacing:2px;
	color: #ffffff;
	font-weight: normal;
}

h1#index {
	text-align: center;
}

h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
	font-size: 20pt;
	letter-spacing:2px;
	text-align: left;
	font-weight: normal;
}

h2.home {
	font-size: 26pt;
	text-align: left;
}

h2.teams {
	text-align: left;
	padding-left: 40px;
}

h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px 20px 0px 20px;
	font-size: 13pt;
	letter-spacing:2px;
	text-align: left;
	font-weight: normal;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 10px 25px;
	font-size: 12pt;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -38px;
	position: relative;
	width: 100%;
}

div#preload {
	display: none;
}

#preload img {
	width: 1px;
	height: 1px;
}

div#headerspacer {
	margin: 0px;
	height: 15px;
	clear: both;
}

div#menubarcontainer {
	width: 955px;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px;
}

div#menubar {
	background-color: #38051c;
	text-align: center;
	position: relative;
	width: 100%;
	min-width: 955px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #9a1048;
	border-bottom: 1px solid #9a1048;
	clear: both;
	box-shadow: 3px 5px 20px #1b030e;
}

#menubar ul {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	margin-right: 160px;
}

#menubar li {
	display: inline-block;
	padding: 8px 5px 7px 5px;
	color: #a6124d;
	font-size: 22pt;
	letter-spacing: -0.5px;
	text-shadow: 1px 4px 5px #32061a;
	background-image: none;
}

#menubar li#selected {
	color: #ffffff;
}

#menubar li:hover {
	color: #ffffff;
	background-image: url(/images/menu-hover.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

#menubar a {
	color: inherit;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a#menulogo {
	font-size: 1pt;
	display: inline-block;
	padding: 0px 0px 0px 130px;
	margin: 2px 30px 0px 0px;
	line-height: 46px;
	min-height: 46px;
	background-image: url(/images/heyva_logo.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	vertical-align: top;
}

a#menulogo:hover {
	background-image: url(/images/heyva_logo-hover.png);
}

div#submenubar {
	background-color: #38051c;
	text-align: center;
	position: relative;
	width: 100%;
	min-width: 955px;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	border-top: 1px solid #9a1048;
	border-bottom: 1px solid #9a1048;
	clear: both;
	box-shadow: 3px 5px 20px #1b030e;
}



#submenubar ul {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	min-width: 900px;
}

#submenubar li {
	color: #a6124d;
	font-size: 12pt;
	text-shadow: 1px 2px 2px #32061a;
	display: inline-block;
	padding: 0px 5px 0px 5px;
	
}

#submenubar li#subselected {
	color: #ffffff;
}

#submenubar li:hover {
	color: #ffffff;
}

#submenubar a {
	color: inherit;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}



div#subsubmenubar {
	background-color: #38051c;
	text-align: center;
	position: relative;
	width: 100%;
	min-width: 955px;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	border-top: 1px solid #9a1048;
	border-bottom: 1px solid #9a1048;
	clear: both;
	box-shadow: 3px 5px 20px #1b030e;
}



#subsubmenubar ul {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	min-width: 900px;
}

#subsubmenubar li {
	/**background-color: #000000;**/
	color: #a6124d;
	font-size: 12pt;
	text-shadow: 1px 2px 2px #32061a;
	display: inline-block;
	padding: 0px 5px 0px 5px;
	
}

#subsubmenubar li#subsubselected {
	color: #ffffff;
}

#subsubmenubar li:hover {
	color: #ffffff;
}

#subsubmenubar a {
	color: inherit;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}






p#indexwelcome {
	font-family: Impact, Charcoal, sans-serif !important;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 25px;
	font-size: 16pt;
	letter-spacing:2px;
}

p.aligncentre {
	text-align: center;
}

div.alignright {
	text-align: right;
	padding: 0px 25px 0px 25px;
}

div.aligncentre {
	text-align: center;
}

img {
	border: 0px;
}

img.icon {
	width: 22px;
	height: 22px;
	border: 0px;
	vertical-align: bottom;
}

img.icon-info {
	border: 0px;
	vertical-align: bottom;
	margin-right: 10px;
}

img.icon-16 {
	border: 0px;
	vertical-align: middle;
	margin-right: 7px;
}

img.photo {
	border: 1px solid #9a1048;
	border-radius: 5px;
}

img.floatright {
	float: right;
	clear: right;
	margin-left: 10px;
}

img.floatleft {
	float: left;
	clear: left;
	margin-right: 10px;
}


div#footerspacer {
	clear: both;
	height: 48px;
}

div#footer {
	background-color: #38051c;
	height: 21px;
	position: relative;
	width: 100%;
	min-width: 955px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #9a1048;
	border-bottom: 1px solid #9a1048;
	clear: both;
	box-shadow: 3px 5px 20px #1b030e;
}

div#footercontainer {
	width: 950px;
	clear: both;
	margin: 0px auto 0px auto;
}

#footercontainer p {
	text-align: center;
	font-size: 10pt;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px #240413;
	
}

p#footermid {
	float: left;
	width: 550px;
	margin: 0px;
}

p.footerside {
	float: left;
	width: 200px;
}

a#kkbutton {
	margin: 0px 3px 0px 3px;
	display: inline;
	padding: 0px 0px 0px 92px;
	line-height: 15px;
	min-height: 15px;
	background-image: url(/images/button-mintonette.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

a#kkbutton:hover {
	background-image: url(/images/button-mintonette-hover.png);
}

a#xhtmlbutton {
	margin: 0px 3px 0px 3px;
	display: inline;
	padding: 0px 0px 0px 80px;
	line-height: 15px;
	min-height: 15px;
	background-image: url(/images/button-xhtml.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

a#xhtmlbutton:hover {
	background-image: url(/images/button-xhtml-hover.png);
}

a#cssbutton {
	margin: 0px 3px 0px 3px;
	display: inline;
	padding: 0px 0px 0px 80px;
	line-height: 15px;
	min-height: 15px;
	background-image: url(/images/button-css.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

a#cssbutton:hover {
	background-image: url(/images/button-css-hover.png);
}

input, select {
	border: 1px solid #9a1048;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 14pt;
	border-radius: 5px;
	background-color: #37061a;
	color: #ffffff;
	letter-spacing: 1px;
	padding: 2px 5px 2px 5px;
	
}

input[disabled], select[disabled] {
	border: 1px solid #999999;
	color: #999999;
}

input:focus, select:focus {
	background-color: #480821;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
	background-color: #700c34;
}


div.clear {
	clear: both;
}


div#content-main {
	margin: -10px auto 0px auto;
	width: 800px;
	background-image: url(/images/content-bg.png); 
	background-repeat: repeat-y;
	background-position: 0% 0%;
	border: 1px solid #9a1048; 
	border-radius: 10px;
	padding: 5px 0px 0px 0px;
	box-shadow: 3px 5px 20px #1b030e;
}

div#content-index-welcome {
	margin: -10px auto 0px auto;
	width: 800px;
	background-image: url(/images/content-index-welcome.png); 
	background-repeat: repeat-y;
	background-position: 100% 100%;
	border: 1px solid #9a1048; 
	border-radius: 10px;
	padding: 5px 0px 0px 0px;
	box-shadow: 3px 5px 20px #1b030e;
}

div#content-index-container {
	width: 802px;
	padding: 0px;
	margin: 28px auto 0px auto;
}

div#content-index-left {
	float: left;
}

div#content-index-right {
	float: right;
}

div#content-index-news {
	margin: -20px 0px 28px 0px;
	width: 445px;
	background-image: url(/images/content-index-news.png);
	background-repeat: repeat-y;
	background-position: 0% 100%;
	border: 1px solid #9a1048; 
	border-radius: 10px;
	padding: 5px 0px 0px 0px;
	box-shadow: 3px 5px 20px #1b030e;
	float: left;
	clear: left;
}

div.content-index-left {
	margin: -20px 0px 28px 0px;
	width: 445px;
	background-image: url(/images/content-bg.png);
	background-repeat: repeat-y;
	background-position: 0% 100%;
	border: 1px solid #9a1048; 
	border-radius: 10px;
	padding: 5px 0px 0px 0px;
	box-shadow: 3px 5px 20px #1b030e;
	float: left;
	clear: left;
}

#content-main p a {	
	color: #ff9900;
}

p.index-affiliates {
	text-align: center;
	vertical-align: middle;	
}

p#index-affiliates img {
	border: 0px;
	margin: 6px;

}

table.index-follow td {
	vertical-align: top;
	padding-bottom: 10px;
	padding-left: 22px;
	font-size: 13pt;
}

div.fb-like {
	float: left;
	max-width: 90px;
}

div.content-index-latest {
	margin: -20px 0px 28px 0px;
	width: 345px;
	background-image: url(/images/content-bg.png); 
	background-repeat: repeat-y;
	background-position: 0% 0%;
	border: 1px solid #9a1048; 
	border-radius: 10px;
	padding: 5px 0px 0px 0px;
	box-shadow: 3px 5px 20px #1b030e;
	float: right;
	clear: right;
}



a#rss {
	padding-left: 26px;
	background-image: url(/images/icon-rss-dim.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

a#rss:hover {
	background-image: url(/images/icon-rss.png);
}

a#twitter {
	padding-left: 26px;
	margin-left: 20px;
	background-image: url(/images/icon-twitter-dim.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

a#twitter:hover {
	background-image: url(/images/icon-twitter.png);
}

a#facebook {
	padding-left: 26px;
	margin-left: 20px;
	background-image: url(/images/icon-facebook-dim.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

a#facebook:hover {
	background-image: url(/images/icon-facebook.png);
}

a#index-affil-ve {
	font-size: 1pt;
	display: inline-block;
	padding: 0px 0px 0px 180px;
	margin: 6px 0px 0px 10px;
	line-height: 77px;
	min-height: 77px;
	background-image: url(/images/affil-ve.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	vertical-align: middle;
}

a#index-affil-ve:hover {
	background-image: url(/images/affil-ve-hover.png);
}

a#index-affil-bv {
	font-size: 1pt;
	display: inline-block;
	padding: 0px 0px 0px 180px;
	margin: 6px 10px 0px 0px;
	line-height: 146px;
	min-height: 146px;
	background-image: url(/images/affil-bv.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	vertical-align: middle;
}

a#index-affil-bv:hover {
	background-image: url(/images/affil-bv-hover.png);
}

a#index-affil-fivb {
	font-size: 1pt;
	display: inline-block;
	padding: 0px 0px 0px 180px;
	margin: 6px 0px 0px 10px;
	line-height: 94px;
	min-height: 94px;
	background-image: url(/images/affil-fivb.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	vertical-align: middle;
}

a#index-affil-fivb:hover {
	background-image: url(/images/affil-fivb-hover.png);
}

a#index-affil-yva {
	font-size: 1pt;
	display: inline-block;
	padding: 0px 0px 0px 180px;
	margin: 6px 10px 0px 0px;
	line-height: 52px;
	min-height: 52px;
	background-image: url(/images/affil-yva.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	vertical-align: middle;
}

a#index-affil-yva:hover {
	background-image: url(/images/affil-yva-hover.png);
}

a#index-affil-gospike {
	font-size: 1pt;
	display: inline-block;
	padding: 0px 0px 0px 180px;
	margin: 6px 10px 0px 0px;
	line-height: 119px;
	min-height: 119px;
	background-image: url(/images/affil-gospike.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	vertical-align: middle;
}

a#index-affil-gospike:hover {
	background-image: url(/images/affil-gospike-hover.png);
}

a#index-affil-heyvaclubs {
	font-size: 1pt;
	display: inline-block;
	padding: 0px 0px 0px 180px;
	margin: 6px 10px 0px 0px;
	line-height: 119px;
	min-height: 119px;
	background-image: url(/images/affil-heyvaclubs.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	vertical-align: middle;
}

a#index-affil-heyvaclubs:hover {
	background-image: url(/images/affil-heyvaclubs-hover.png);
}

a.news {
	color: #ff9900;
	font-size: 13pt;
}

span.newsdate {
	font-size: 8pt;
	padding-left: 5px;
}

p.newssummary {
	padding-left: 40px;
	font-size: 12pt;
	letter-spacing: 0px;
}

td.latest-date-played {
	padding: 0px 0px 0px 20px;
	font-size: 12pt;
	color: #893b15;
	vertical-align: bottom;
}

td.latest-teams-played {
	padding: 0px 0px 0px 15px;
	vertical-align: bottom;
	font-size: 11pt;
	color: #999999;
}

.agrey a  {
	color: #999999;
}

span.latest-teams-played {
	color: #ffffff;
}

span.latest-teams-played-separator {
	color: #893b15;
}

td.latest-date-notplayed {
	padding: 0px 0px 0px 20px;
	font-size: 12pt;
	color: #ff9900;
	vertical-align: bottom;
}

td.latest-teams-notplayed {
	padding: 0px 0px 0px 15px;
	vertical-align: bottom;
	font-size: 11pt;
	color: #ffffff;
}

span.latest-teams-notplayed-separator {
	color: #ff9900;
}

td.latest-date-cancelled {
	padding: 0px 0px 0px 20px;
	font-size: 12pt;
	color: #893b15;
	vertical-align: bottom;
	text-decoration: line-through;
}

td.latest-teams-cancelled {
	padding: 0px 0px 0px 15px;
	vertical-align: bottom;
	font-size: 11pt;
	color: #999999;
	text-decoration: line-through;
}

span.latest-teams-cancelled-separator {
	color: #893b15;
}

td.index-standings-pos-head {
	text-align: center;
	font-size: 16pt;
	color: #b81456;
	padding: 0px 0px 0px 20px;
}

td.index-standings-team-head {
	text-align: left;
	font-size: 16pt;
	color: #b81456;
	padding: 0px 0px 0px 20px;
}

td.index-standings-points-head {
	text-align: center;
	font-size: 16pt;
	color: #b81456;
	padding: 0px 0px 0px 0px;
}

td.index-standings-pos {
	text-align: center;
	font-size: 12pt;
	color: #ffffff;
	padding: 0px 0px 0px 20px;
}

td.index-standings-team {
	text-align: left;
	font-size: 11pt;
	color: #ffffff;
	padding: 0px 20px 0px 20px;
}

td.index-standings-points {
	text-align: center;
	font-size: 12pt;
	color: #ffff00;
	padding: 0px 0px 0px 0px;
}

td.index-standings-pos-alt {
	text-align: center;
	font-size: 12pt;
	color: #999999;
	padding: 0px 0px 0px 20px;
}

td.index-standings-team-alt {
	text-align: left;
	font-size: 11pt;
	color: #999999;
	padding: 0px 20px 0px 20px;
}

td.index-standings-team-alt a{
	color: #999999;
}


td.index-standings-points-alt {
	text-align: center;
	font-size: 12pt;
	color: #ffb900;
	padding: 0px 0px 0px 0px;
}

table#clubs-logon {
	margin: 10px auto 0px auto;
}

#clubs-logon input {
	border: 1px solid #9a1048;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 14pt;
}

table.fixtures {
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px 0px;
	font-size: 12pt;
}

table.fixtures td {
	padding-bottom: 10px !important;
}


td.fixtures-notplayed {
	color: #ffffff;
	vertical-align: top;
	padding: 0px 10px 0px 10px;
}

td.fixtures-notplayed-date {
	color: #ff9900;
	padding: 0px 0px 0px 40px;
	vertical-align: top;
	width: 170px;
}

td.fixtures-notplayed-separator {
	text-align: center;
	color: #ff9900;
	vertical-align: top;
	width: 30px;
}

td.fixtures-played {
	color: #999999;
	vertical-align: top;
	padding: 0px 10px 0px 10px;
}

td.fixtures-played-date {
	color: #893b15;
	padding: 0px 0px 0px 40px;
	vertical-align: top;
	width: 170px;
}

td.fixtures-played-separator {
	text-align: center;
	color: #893b15;
	vertical-align: top;
	width: 30px;
}

td.fixtures-played-score {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	width: 20px;
	text-align: center;
}

td.fixtures-blank-score {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	width: 20px;
}

td.fixtures-cancelled {
	color: #999999;
	text-decoration: line-through;
	vertical-align: top;
	padding: 0px 10px 0px 10px;
}

td.fixtures-cancelled-date {
	color: #893b15;
	text-decoration: line-through;
	padding: 0px 0px 0px 40px;
	vertical-align: top;
	width: 170px;
}

td.fixtures-cancelled-separator {
	text-align: center;
	text-decoration: line-through;
	color: #999999;
	vertical-align: top;
	width: 30px;
}

.alignright {
	text-align: right;
}

.standings-table {
	width: 100%;
}

tr.standings {
	color: #ffffff;
	letter-spacing: 1px;
}

tr.standings-alt {
	color: #999999;
	letter-spacing: 1px;
}

tr.standings-alt a {
	color: #999999;
}

td.standings-points {
	color: #ffff00;
}

td.standings-points-alt {
	color: #ffb900;
}

tr.standings-head {
	font-size: 16pt;
	color: #b81456;
}

td.standings-pos {
	padding: 0px 0px 0px 35px;
	text-align: center;
	vertical-align: bottom;
}

td.standings-left {
	padding: 0px 0px 0px 25px;
	text-align: left;
	vertical-align: bottom;
}

td.standings-centre {
	padding: 0px 0px 0px 25px;
	text-align: center;
	vertical-align: bottom;
}

tr.standings-split td {
	text-align: center;
	color: #b81456;
	font-size: 13px;
	letter-spacing: 1px;
	padding-top: 4px;
	border-image: linear-gradient(to right, rgba(184,20,86,0) 0%, rgba(184,20,86,1) 40%, rgba(184,20,86,1) 60%, rgba(184,20,86,0) 100%) 1;
	border-width: 1px 0 0 0;
	border-color: #b81456;
	border-style: solid;
}

a.penalty {
	position: relative;
	z-index: 24;
	text-decoration: none;
}

a.penalty:hover {
	z-index: 25;
}

a.penalty span.penalty {
	display: none;
}

a.penalty:hover span.penalty {
	display: block;
	position: absolute;
    top: 15px;
	left: -510px;
	width: 500px;
    border: 1px solid #991047;
    background-color: #37061a;
	color: #ffffff;
    text-align: left;
	font-size: 12pt;
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
	line-height: 130%;
	box-shadow: 3px 5px 30px #1b030e;
}

span.penaltytext {
	font-size: 10pt;
	color: #999999;
}

table.logon td {
	padding: 5px 5px 5px 5px;
	letter-spacing: 1px;
}

div.clubs-container {
	text-align: center;
	width: 100%;
}

div.clubs-thumb {
	text-align: center;
	vertical-align: top;
	width: 220px;
	display: inline-block;
	margin: 10px 10px 25px 10px;
}

div.clubs-thumb img {
	border: 1px solid #9a1048;
	border-radius: 5px;
	box-shadow: 3px 5px 20px #1b030e;
}

div.clubs-thumb p {
	clear: both;
	font-size: 12pt;
	text-shadow: 1px 3px 3px #32061a;
}

div.clubs-thumb a {
	text-decoration: none;
	color: #ffffff !important;
}

p.album-heading {
	text-align: center;
	font-size: 16pt;
	font-family: Impact, Charcoal, sans-serif !important;
}

div#album-container {
	text-align: center;
	width: 100%;
}

div.album-thumb {
	text-align: center;
	vertical-align: top;
	width: 165px;
	display: inline-block;
	margin: 10px 10px 25px 10px;
}

div.album-thumb-tight {
	width: 134px !important;
}

div.album-thumb img {
	border: 1px solid #9a1048;
	border-radius: 5px;
	box-shadow: 3px 5px 20px #1b030e;
}

div.album-thumb p {
	clear: both;
	font-size: 11pt;
	text-shadow: 1px 3px 3px #32061a;
	margin: 0px;
	padding: 0px;
}

div.album-thumb a {
	text-decoration: none;
	color: #ffffff !important;
}





table.committee {
	margin: 0px auto 0px auto;
	letter-spacing: 1px;
}

table.committee td {
	padding: 10px 30px 10px 10px;
	vertical-align: top;
}

table.committee p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

table.committee a {
	color: #999999;
}

td.committee-position {
	font-size: 14pt;
	color: #aaa;
}

td.committee-details {
	font-size: 12pt;
	color: #999999;
}

table.committee span{
	font-size: 14pt;
	color: #ffffff;
	padding-bottom: 20px;
}

hr.separator {
	border-color: #9a1048; 
	width: 200px;
	margin: 0px auto 20px auto;
}

div.captcha {
	text-align: center;
	margin: 20px auto 20px auto;
}

#recaptcha_area {
	margin: 0 auto !important;
}

#recaptcha_area input {
	background-color: #ffffff;
	color: #000000;
}

p.download {
	margin: 15px 0px 0px 0px;
	font-size: 14pt;
	padding-bottom: 0px;
}

p.download span{
	font-size: 12pt;
	color: #999999;
	margin-left: 40px;
}

p.downloadinfo {
	margin: 0px 0px 10px 30px;
	font-size: 10pt;
}

p.download img{
	border: 0px;
	text-decoration: none;
	vertical-align: bottom;
	margin-right: 10px;
}

div.newsarticle table {
	margin: 0px 25px 0px 25px;
	border: 0px;
}

table.clubinfo {
	margin: 0px 25px 25px 25px;
	border: 0px;
	font-size: 14pt;
	letter-spacing: 1px;
}

table.clubinfo td{
	padding: 0px 25px 15px 0px;
	vertical-align: top;
}

.clubinfo-detail {
	color: #999999;
}

.clubinfo-detail a {
	color: #ff9900;
}

div#index-potm p {
	font-style: italic;
	text-align: center;
	margin: 10px 5px 8px 5px;
	padding: 0px;
}

div#index-potm img {
	border: 1px solid #9a1048;
	border-radius: 5px;
}

table.static-results {
	margin: 10px auto 0px auto;
	text-align: center;
}

table.static-results tr#header {
	color: #a6124d;
}

table.static-results tr#header td {
	font-size: 16pt;
}

table.static-results td {
	padding: 3px 15px 3px 15px;
	font-size: 10pt;
}

table.sponsor {
	margin: 0px auto 0px auto;
}

table.sponsor td {
	padding: 0px 5px 0px 5px;
	vertical-align: top;
}

div.static-playerprofilecontainer {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

div.static-playerprofile {
	width: 220px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #9a1048;
	border-radius: 5px;
	box-shadow: 3px 5px 20px #1b030e;
	display: inline-block;
	margin: 10px 10px;
	vertical-align: top;
	background-image: url(/images/content-bg.png); 
	background-repeat: repeat-y;
	background-position: 0% 0%;
}

.static-playerprofile p {
	font-size: 10pt;
	margin: 5px 0px;
	padding: 0px;
}

.static-playerprofile p span {
	font-size: 12pt;
	text-align: center;
	line-height: 180%;
}

.static-playerprofile img {
	margin: 0px auto 0px auto;
	display: block;
	border: 1px solid #9a1048;
	border-radius: 5px;
}
