/* Index page */
#indextext {width: 450px; margin: 0 auto;}
#indextext img {margin: 10px 0px;}
#indextext h2{text-align: center;}

/* fees and contacts page */
.membership {width: 100%; border-collapse: collapse; border: 1px solid #000000;}

/* sports page */
#sportsimage {float: right;}
#sportsimage img {border: 1px solid #000000;}

/* news page */
.news {padding-top: 5px; padding-bottom: 5px; background-color: #ffffff;}
.news h2 {text-align: center; background-color: #e6e7e8; padding: 3px;}
.newsarticle {margin-top: 10px; padding: 3px; border: 1px dotted #000000;}

/* membership page */
.displayboard {float: left; margin-left: 25px; margin-top: 10px; width: 250px; border: 1px solid #000000;}
.displayboard th {background-color: #e6e7e8;}
#displayboardclear {clear: both;}

/* contacts page */
.contactboard {width: 570px; border: 1px solid #000000;}
.contactboard th {background-color: #e6e7e8;}

/* sponsors and links page */
.sponsoritems {padding-top: 5px; padding-bottom: 5px; background-color: #ffffff;}
.sponsoritems h2 {text-align: center; background-color: #e6e7e8; padding: 3px;}

/* fixtures and results page */
#fixresbuttons {text-align: center; margin: 30px auto;}
#fixresbuttons img {margin: 10px; border: 0px;}

/* fixtures page */
#fixturetable {width: 500px; border-collapse: collapse; margin-top: 10px;}
#fixturetable th{text-align: left; background-color: #e6e7e8;}

/* reports page */
#reportbody {float: left; width: 75%; margin: 0px; border: 1px solid;}
#reportlist {float: right; width: 23%; margin: 0px; border: 1px solid;}
#reportlist h4{margin-top: 5px; margin-bottom: 5px;}
#reportlist p{background-color: #e6e7e8;}

/* archive page */
#documentslist h3{margin-top: 10px; margin-bottom: 5px;}

/* gallery page */
.dispgallnav{text-align: center;}
.dispgallth{float: left; display: inline; width: 80px; height: 80px; min-height: 80px; padding: 0; margin: 5px;}
.dispgallth img{border: 1px solid #000000;}

/* player profiles page */
.playerlist {float: left; display: inline;}
.playerlist table{margin: 5px; border:1px solid #000000; width: 120px; height: 180px;}
.playerlist td{text-align:center;}
.playerlist prothumb {height: 100px; width: 100px;}
.playerlist img{border: 0;}
;
/* view profile page */
#returnplayers{float:right;}
#playerimage{float:left; margin-right: 5px; margin-bottom: 5px;}
#playerintro{float:left;}
#playerinfo{clear:both;}