﻿/* DEFAULTS
----------------------------------------------------------*/
*{
    margin:0; 
    padding:0; 
}

body{    
    font-size: .80em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #464243;
}

a:link, a:visited{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

a img, img {
    border: none;
}

p{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6{
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 0px;
}

h1{
    font-size: 1.5em;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

h2{
    font-size: 1.3em;
    font-weight: 600;
}

h3{
    font-size: 1.2em;
}

h4{
    font-size: 1.1em;
}

h5, h6{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2{
    margin-top: 0px;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/
input, option, textarea {
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

fieldset{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p {
    margin: 2px 12px 10px 10px;
}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

/* LAYOUT  
----------------------------------------------------------*/

#wrapper{
    width:1000px;
    background-color:#ffffff;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

/*** Website Heading ***/

#header{
    width:1000px;
    height:173px;
    margin-top:0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;    
}

#header .logo{
    float: left;
}


/*** TOP MENU - Horizontal Menu Style with Rollover ***/

#menu{
    width:1000px;
    height:35px;
    background-image:url(../images/menu-bg.png);
    background-repeat: repeat-x;
    overflow:hidden;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#menu ul{
    float: left;
    list-style-type: none;       
}

#menu ul li{
    float:left;
    font-size:1.05em;
    line-height:2.8em;
    height:35px;    
}

#menu ul li a{
    display: block;
    text-decoration:none;
    padding-left:18px;
    padding-right:18px;
}

#menu ul li a:hover{
	background-image: url(../images/menu-bg-hover.png);
}

#menu ul li a span{
    vertical-align:middle;
} 

/* Show the sub */

#menu ul li:hover ul,
#menu ul li:hover > ul { display: block; position: absolute;}
#menu li ul {
	position: absolute;
	left: -999em;
	border-right: none;
}
#menu li:hover ul {
	left: auto;
	display: block;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}

/***  SUB MENU  ***/

ul.sub-menu {
	z-index: 1000;
	position: absolute;
	left: -999em;
	width: 170px;
	font-weight: normal;
	padding:0px;
	margin-top:-3px;
	margin-left:-1px;
	height:auto;
	clear:both;
	display: block;
}

#menu ul li ul.sub-menu li {
	clear: both;
	width: 170px;
	height: auto;
	display: block;
    border: none;
}

ul.sub-menu li:hover {
	display: block;
	width: 170px;
}

#menu ul.sub-menu li a {
	text-decoration: none;
	font-size:11px;
    line-height: 2.9em;	
	font-weight:bold;
	display: block;
	width: 170px;
}

#menu ul li ul.sub-menu li a:hover{
	text-decoration: none;
	background-image:none;
	font-weight: bold;
	display: block;
	width: 170px;
}

#menu-shadow {
    background-image: url(../images/menu-shadow.png);
    width: 1000px;
    height: 6px;
}

/*** Main Content ***/

#container{
    margin-right: auto;
    margin-left: auto;
    width:1000px;
    min-height:600px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 30px;    
}

#content {
    float: left;
    margin-left: 20px;
    width: 660px;
}

#homecontent {
    width: 668px; 
    margin-left: -5px;
}

.promo {
    width:667;
    height:245px;
    margin-bottom: 15px;
    z-index: 0;
    position: relative;
}

#bread-crumbs {
    margin-bottom: 20px;
    padding-bottom: 8px;
    color: #8f8f8f;
    border-bottom: 1px solid #d7d7d7;
}
#bread-crumbs a.home, #bread-crumbs a.home:visited{
    color: #012752;
    font-weight: bold;
}
#bread-crumbs a, #bread-crumbs a:visited{
    color: #8f8f8f;
    font-weight: normal;
}

/*** Home page ***/

.news-box-wrapper {
    float: left;    
}
.news-box-wrapper img{
    display: block;
}
.news-box {
    width: 251px;
    border: 8px solid #5b5b5b;
    border-bottom: none;
    padding: 5px 10px;    
}
.news-box-inner {
    min-height: 365px;
}

.news-box-inner .no-results {
    text-align: center;
    margin: 0; 
    padding-top: 20px;    
}
.news-box-inner .no-results img {
    display: inline;
    vertical-align: middle;
    max-width: 80px;
}

.newsitem img{
	height:auto;
    max-height: 78px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.newsitem p {
    font-size: 0.85em;
    line-height: 1.3em;
    margin-bottom: 6px;
}
.newsitem-separator {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 5px;
}
.news-box-bottom {
    width: 287px;
    height: 28px;
    background-image: url(../images/news-bottom.png);
}
.news-box-bottom a, .news-box-bottom a:hover{
    margin-left: 10px;
    line-height: 2.1em;
}

.lastmatch-box {
    float: right;
    width: 367px;
    height: 247px;
    background-image: url(../images/lastmatch-nextmatch.png);
}
.lastmatch-result {
    float: left;
    width: 166px;
    text-align: center;
    padding: 45px 5px 5px 10px;
}
.lastmatch-result a{
    font-weight: bold;
}

.newsletter-box {
    float: left;
    margin-left: 17px;
    margin-top: 19px;
}

/*** Other Pages ***/

.newsphotos {
    width: 100%;
}
.newsphotos tr{
    border-bottom: 1px solid #d7d7d7;    
}
.newsphotos .newsimage{
    width: 110px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}
.newsphotos h2 a{
    font-size: 0.8em;      
}
.newsphotos h2 {
    margin-top: 15px;
    margin-bottom: 3px;
}
.newsphotos span{
    color: #7e7e7e;
    font-size: 0.85em;
}
.newsphotos p{
    margin-top: 5px;
    line-height: 1.4em;
}
.newsphotos p a{
    font-weight: bold;    
}

.newsphotos .pager{
    border: none;    
}
.newsphotos table{
    margin-top: 20px;
    float: right;   
}
.newsphotos .pager a, .newsphotos .pager span{
    display: block;
    width: 28px;
    height: 22px;
    padding-top: 4px;
    background-image: url(../images/pagerbutton.png);
    color: #717171;
    font-weight: bold;
    text-align: center;
}
.newsphotos .pager span{
    background-image: url(../images/pagerbutton-down.png);
    height: 20px;
    padding-top: 6px;
    color: #FFFFFF;
}

.photos td {
    text-align: center;
    padding: 8px;    
}

.sponsors tr {
    vertical-align: top;
    border-bottom: none;    
}

.sponsors .sponsor-row{    
    border-top: 1px solid #d7d7d7;
    padding-top: 20px;
    padding-bottom: 10px;
}

.sponsors .right{    
    width: 470px;
}
/* Make long urls wrap */
.sponsor-row p {
    white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.sponsors .sponsor-row img{
    margin-right: 10px;
}
.sponsors h2 {
    margin: 0;    
}
.sponsors h2.category {
    font-size: 1.5em;
    margin-top:25px;
    margin-bottom: 10px;
}
.sponsors h2.Platinum{
    color: #ababab;
}
.sponsors h2.Gold {
    color: #a88f2d;
}
.sponsors h2.Silver {
    color: #666666;
}

.social h2{
    background-image: url(../images/title-bar-bg.png);
    font-size: 0.9em;
    text-transform: capitalize;
    padding: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.social h2.current{
    background-image: url(../images/title-bar-bg-selected.png);    
}
.social p{
    padding-left: 11px;
    margin-bottom: 5px;
}
.social p a{
    text-decoration: underline;
}

.players{
    width: 100%;
}
.players th{
    background-image: url(../images/title-bar-bg-selected.png);
    text-align: center;
    padding: 11px 11px 10px 11px;
}

.players td{
    text-align: center;
    vertical-align: middle;
    padding: 4px;
    border-bottom: 1px solid #d7d7d7;
}
.players .player{
    max-width: 120px;
    max-height: 100px;
    margin: 5px 0px;
}
.players img.sponsor{
    max-width: 150px;
    max-height: 100px;
    margin: 5px 0px;
}
.players td a{
    font-weight: bold;
    text-decoration: underline;
}

.profile td{
    text-align: left;
    vertical-align: top;
    border-bottom: none;
}
.profile img {
    max-width: 310px;
    margin-top: 9px;    
}

.player-sponsor {
    background-image: url(../images/sponsor-bg.png);
    width: 310px;
    height: 175px;
    margin-top: 25px;    
    text-align: center;    
}
.player-sponsor div{
    width: 290px;
    height: 120px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}
.player-favourites {
    background-image: url(../images/title-bar-bg.png);
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    padding: 11px 11px 10px 11px;
}

.grid th{
    background-image: url(../images/title-bar-bg.png);
    font-size: 0.95em;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
}
.grid td{
    padding: 6px 0px;
    text-align: center;
    font-size: 0.85em;
    border-bottom: 1px solid #d7d7d7;
}

.interchange img{
    margin-top: 8px;
}

.lifemembers td{
    background-color: #EEEEEE;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding: 6px 0px;
}

.newsletters {
    margin-left: 15px;
}
.newsletters li{
    margin-bottom: 10px;
}

.membership {
    padding: 10px 10px 10px 0;
}

.membership h2{
    background-image: url(../images/title-bar-bg.png);
    font-size: 0.9em;
    text-align: left;
    padding: 11px;
    margin-bottom: 10px;
}
.membership p{
    padding-left: 10px;    
}

/*** Right Column ***/

#rhs{
    float:right;
    width:304px;
    padding:0px;
}

.sponsoroftheweek {
    background-image: url(../images/sponsoroftheweek-bg.png);
    width: 294px;
    height: 173px;        
    text-align: center;    
}
.sponsoroftheweek div{
    width: 288px;
    height: 125px;
    padding-top: 15px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.ladder {
    width: 294px;
    margin-top: 20px;
    background-image: url(../images/ladder-shadow-side.png);
    background-repeat: repeat-y;
    padding-bottom: 10px;
}
.ladder-header {
    margin-bottom: 15px;    
}
.ladder-row {
    margin-left: 10px;
    border-bottom: 1px dotted #AAA;
    padding: 5px 0px;
}
.ladder-bottom{
    width: 294px;
    height: 11px;
    background-image: url(../images/ladder-shadow-bottom.png);
}

.facebook {
    margin-top: 20px;    
}

/***************** Footer ********************/

#footer {
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/footer-bottom.png);
    background-repeat: no-repeat;
    background-position: 0 100px;
    width:1144px;
    height: 220px;
    text-align: center;
}

#footer-inner {
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    width:1000px; 
    height: 130px; 
}

#footer-top {
    background-image: url(../images/footer-top.png);
    width: 1000px;
    height: 10px;
    margin-bottom: 22px;
}

/** Sponsors Animation **/
div#sponsors-container {
	overflow: hidden;
	position: relative;	
}
div#sponsors-container div {
	position: relative;
	left: 0px;
	display : block;
}
.sponsors-panel {
	text-align: center;
	border: none;
}
.sponsors-panel img {
	padding: 0px 12px;
	max-height:81px;
	max-width:130px;
}
.sponsors-panel span {
	display: inline-block;
	height: 100%;	
	font-weight: bold;
	padding: 0 10px 0 50px;
}
    
#footer-menu{    
    font-size: 0.85em;
    margin: 0px;   
    margin-top: 10px; 
}


/* MISC  
----------------------------------------------------------*/

.clear{
    clear: both;
}

.failure{
    font-size: 1.2em;
    color: Red;
}

.bold{
    font-weight: bold;
}

.hidden {
    display: none;    
}

.contactsurname {
    display: none;
}

.oval img {
    height: 56px;
}
