/* CSS Document */
html {
   /*height: 100%;*/
}

body {
   font-size: 0.7em;
   font-family: verdana, sans-serif;
   
   /*line-height:1.5em;*/
   background:url(/images/bodybg.gif) repeat-y #d6d3d6;
   margin:0;
  
}
a{
	color:#060;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a img {
  border: 0;
}
br.clear {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}

p.bold, span.bold {
  font-weight: bold;
}
.clearBoth{
	clear:both;
	font-size:1px;
}
.borderless{
	border: 0;
}
#bgcontainter{
}
#sponsor{
	text-align:center;
	margin:5px 0;
	background:fff;
	width:100%;
}
#sponsor img{
	border: solid 1px #000;
}
#container{
	width:900px;
	/*margin:auto;*/
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;

	background:#fff;
}
#top{
	
	height:150px;
	background:url(/images/banner.jpg) no-repeat;
	border-bottom:solid 1px #000;
	/*border-top:solid 1px #000;*/
	

}
#topbar{
	height:18px;
	border-bottom:solid 1px #000;
	margin-bottom:2px;
	background:url(/images/topbar.jpg) repeat-x;
}
/*===================================MENU STYLES==============================================================*/

#menu{
	width:134px;
	float:left;
	/*background:url(/images/menubg.jpg) repeat-y;*/
	
	padding:1px;
	border:solid 1px #060;
	font-size:.95em;
	margin-left:1px;
}
#menu ul{
	list-style:none;
	margin:0;
	padding:0;

	
}

#menu ul li{
	display:block;
	margin:0px 0;
	padding:0;
	border-bottom:solid 1px #090;
	font-weight:bold;
	
}

#menu ul li a, #menu ul li a:link{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:3px 0 3px 4px;
	border-left:solid 5px #090;
	background:#060;
}
/*#menu ul li a:active{
	color:#000;
	border-left:solid 5px #000;
}
*/
#menu ul li a:hover{
	border-left:solid 5px #0c0;
	background:#090;
	color:#fff;
}


/*===================================END MENU STYLES==============================================================*/


#content{
	margin:0 5px;
	float:left;
	width:596px;
	line-height:1.5em;
	text-align:justify;
	color:#000;
}
#contentfull{
	margin-left:5px;
	float:left;
	padding-right:5px;
	width:746px;
	line-height:1.5em;
	text-align:justify;
	color:#000;

}

#content #breadcrumb, #contentfull #breadcrumb{
	color:#999;
	margin:0px 0 0 0;
	border:solid 1px #CCCCCC;
	padding:0 3px;
	text-align:left;
}
#content h1, #contentfull h1{
	margin:4px 0 4px 0;
	color:#060;
	font-weight:bold;
	font-size:1.1em;
	border-bottom:solid 1px #090;
}
#cleft{
	float:left;
	width:215px;
	text-align:left;
}
#cright{
	float:left;
	width:215px;
	margin-left:14px;
	text-align:left;
}

#l3links{
	color:#999999;
	
	margin-bottom:10px;
}
#l3links ul{
	line-height:1em;
	list-style:none;
	margin:0;
	padding:0;
}
#l3links ul li{
	padding:1px;
}
#l3links ul li a:hover{
	text-decoration:none;
	color:#090;
}


/*===================================RIGHT SIDE STYLES==============================================================*/
#rightside{
	float:left;
	width:148px;
	
}
#rightlist{
	margin-top:0px;
	border-top:solid 1px #060;
}

#rightlist #righttitle{
	margin-top:1px;
	padding:2px 0 2px 10px;
	background:#060;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	
}
#rightlist ul{
	border:solid 1px #ccc;
	margin:0;
	padding: 6px 3px 6px 3px;
	/*background:url(/images/rightbg.jpg) repeat-x top;*/
	background:#eee;
	list-style:none;
	
}	
#rightlist ul li {
  padding: 3px 5px 3px 15px;
  background: url(/images/bpoint.gif) 0px 7px no-repeat;
  border-bottom: 1px solid #bbb;
}
/*#rightlist ul li a{
	color:#006;
}*/
#rightlist ul li.bottom {
  padding-bottom: 0px;
  border-bottom: none;
}
#rightlist ul li.top {
  padding-top: 0px;
  background-position: 0 3px;
}
	
	

#rightimages{
	margin-top:1px;
	text-align:center;
}
#rightimages img{
	padding:1px;
	border:solid 1px #060;
	margin-bottom:15px;
}
/*===================================END RIGHT SIDE STYLES==============================================================*/




/*===================================FOOTER STYLES==============================================================*/
#footer{
	clear:both;
	
	margin-top:10px;
	/*height:25px;*/
	background:#060;
	border-top:solid 1px #000;
	height:1.6em;
}
#footer #footdetail{
	color:#fff;
	font-weight:bold;
	text-align:center;
	
}
#footer #footdetail a{
	color:#fff;
}


/*===================================END FOOTER STYLES==============================================================*/


/*===================================GALLERY STYLES==============================================================*/
#gallery ul li{
	list-style:none;
}
/*===================================END GALLERY STYLES==============================================================*/
#latestnews{
	/*text-align:center;*/
	margin:20px 0;
	font-size:1.1em;
	font-weight:bold;
	color:#060;
	border-bottom:solid 1px #090;
	
}

/*========================================NEWS STYLES===================================================*/
#newssection{
	/*margin:5px;*/
	margin-right:0px;
	margin-left:0px;
	margin-top:0;
	padding:0;
}
#pagecount{
	display:block;
}
#newspage{
	float:left;
	margin-bottom:10px;
}
#newspagecount{
	float:right;
}

.newstitle{
	clear:both;
	display:block;
	margin-bottom:5px;
}
.newshead{
	float:left;
	font-weight:bold;
	color:#060;
}
.newsdate{
	float:right;
	color:#999;
}
.newscat{
	font-weight:bold;
	color:#060;
}

.newscontent{
	display:block;
	clear:both;
	border-bottom:solid 1px #090;
	padding-bottom:10px;
	margin-bottom:10px;
}
img.newsfloatright{
	float:right;
	margin-left: 5px;
	padding:1px;
	border: 1px solid #000;
	margin-top:5px;
}

img.newsfloatleft{
	float:left;
	padding:1px;
	border: 1px solid #000;
	margin-right: 5px;
	margin-top:5px;

}



#newsimages{
	width:165px;
	float:right;
	margin-left:10px;
}
.newsdetdate{
	color:#999;
}
.newsdochead{
	font-weight:bold;
	color:#060;
}

#newsdocs{
	/*background:url(/images/greydot.gif) top repeat-x;*/
	margin-top:10px;
	padding-top:5px;
}
#newsdocs ul{
	list-style:none;
	margin-top:5px;;
}
#newsdocs ul li{
	line-height:30px;
	vertical-align:middle;
	padding:5px;
}
#newsdocs ul li a{
	margin-right:15px;

}


/*=======================================End NEWS Styles==============================================*/

/*===================================GALLERY STYLES==============================================================*/
#gallery ul li{
	list-style:none;
}
/*===================================END GALLERY STYLES==============================================================*/



/*=======================================LEAGUE Styles==============================================*/

.lgebg1{
	background:#EEE;
}
.lgebg2{
	background:#FFF;
}
.leaguetable{
	border:solid 1px #060;
	margin:10px;
}
#leagues{
	text-align:center;
}
#leagues table tr th{
	
	background:#060;
	color:#fff;
	padding:1px 5px;
}
#leagues table tr td{
	padding:1px 5px;
}
.txtleft{
	text-align:left;
}

/*=======================================LEAGUE Styles==============================================*/
/*=======================================TEAM Styles==============================================*/

/* CSS Document */
#teams{
	margin-left:20px;
}
#teams img{
	padding:1px;
	border:#060 solid 1px;
	margin:5px 10px 0 0;
}
#teamlists{
	text-align:center;
}
#teamlists img{
	padding:1px;
	border:#060 solid 1px;
	margin:10px 0 15px 0;
}

#teamlists #players{
	margin-left:auto;
	margin-right:auto;
	width:527px;
  	border: 1px solid #060;
}

html>body #teamlists #players{
	width:570px;
}

#teamlists #players ul{
	display:inline;
	
}
#teamlists #players li{
	display:inline;
	padding:3px 3px 3px 12px;
	float:left;
	width:175px;
	text-align:left;
}

ul.plist{
	display:inline;
}
li.list1{
	background:#FFF;
}
li.list2{
	background:#EEE;
}


.playerhead{	
	font-weight:bold;
	text-align:center;
	margin:0;
	background:#060;
	color:#fff;
	border-bottom: solid 1px #060;
	}
.centrehead{
	text-align:center;
}
#profiles{
	margin-left:30px;
}

#profiles img{
	padding:1px;
	border:solid 1px #060;
	margin:5px 0 5px 0;
}

/*=======================================END TEAM Styles==============================================*/


/*=======================================GUESTBOOK Styles==============================================*/
#gbview{
	clear:both;
}
.gbpost{
	margin:5px 0 15px 0;
	background:#eee;
	border:dotted 1px #060;
	padding:2px 8px;
}
.gbhead{
	display:block;
}

.gbname{
	float:left;

}
.gbdate{
	float:right;
}
.gblocation{
	display:block;
	margin:0px 0 8px 0;
	clear:both;
}

.gbinfo{
	display:block;
	margin:10px 0 8px 0;
	clear:both;
}
.gbreply{
	clear:both;
	margin-bottom:8px;
	font-weight:bold;
	color:#060;
}
#gbdetail{
	float:left;
	width:300px;
	padding-right:15px;
}
#guestbook{
	float:left;
	width:400px;
	padding:10px;
	background:#eee;
	border:solid 1px #ccc;
}
#guestbook fieldset {
	
	display:block; 
	border:1px solid #060; 
	/*padding:5px; */
	font-family:verdana, sans-serif; 
	margin-bottom:0.5em; 
	line-height:1.5em;
}
#guestbook legend {color:#060; font-size:1.1em; font-weight:bold; border:1px solid #060; margin:0 0 5px 10px; padding:0 8px; background:#fff; }
#guestbook label {clear:left; display:block; float:left; width:100px; text-align:right; padding-right:10px; color:#000; margin-bottom:0.5em;}
#guestbook input {border:1px solid #060; /*padding-left:0.5em;*/ margin-bottom:0.6em; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif;}
#guestbook textarea {border:1px solid #060; /*padding-left:0.5em;*/ margin-bottom:0.6em; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif; width:260px;}
#guestbook select {margin-left:0.5em;}
/*#guestbook #button { margin-left:110px;}*/
#guestbook #button1 {color:#fff; background-color:#060; padding-right:0.5em; cursor:pointer; width:50px; font-weight:bold;}
/*#guestbook #button1:hover {background-position:center left; color:#000;}*/
.errmessage{
	color:#c00;
}
/*=======================================End GUESTBOOK Styles==============================================*/
/*=======================================CONTACT US Styles==============================================*/
#contact{
	float:left;
	width:270px;
}
#contactus{
	float:left;
	width:310px;
	padding-left:10px;
}
#contactus fieldset {
	
	display:block; 
	/*border:1px solid #009;*/ 
	/*padding:5px; */
	font-family:verdana, sans-serif; 
	margin-bottom:0.5em; 
	line-height:1.5em;
}
#contactus legend {font-family:Verdana, Arial, Helvetica, sans-serif, sans-serif; color:#060; font-size:1em; font-weight:bold; /*border:1px solid #009;*/ margin-bottom:5px; padding:0px 7px 2px 2px; /*width:100px; background:#ddd;*/}
#contactus label {clear:left; display:block; float:left; width:100px; text-align:right; padding-right:10px; color:#000; margin-bottom:0.5em;}
#contactus input {border:1px solid #060; /*padding-left:0.5em;*/ margin-bottom:0.6em; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif;}
#contactus textarea {border:1px solid #060; /*padding-left:0.5em;*/ margin-bottom:0.6em; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif;/**/}
#contactus select {margin-left:0.5em;}
/*#contactus #button { margin-left:110px;}*/
#contactus #button1 {color:#fff; background-color:#060; padding-right:0.5em; cursor:pointer; width:50px; font-weight:bold;}
/*#contactus #button1:hover {background-position:center left; color:#000;}*/
.errmessage{
	color:#c00;
}
/*=======================================End CONTACTUS Styles==============================================*/
/*=======================================DOCUMENT Styles==============================================*/
#documents{
     margin-left:20px;
}
.documentcategory{
	border:solid 1px #060;
	width:400px;
	margin-bottom:10px;
	/*margin-right:80px;*/
}
.documenthead{
	padding-left:25px;
	font-weight:bold;
	background:#060;
	color:#fff;
	/*border-bottom: solid 1px #060;*/
	}
	
#documents ul{
	margin:0;
	padding-left:0;
}
#documents li{
	height:25px;
	list-style-type:none;
	vertical-align:middle;
	padding: 2px 0 1px 45px;

}
#documents a img {
	border: none;
} 

#documnents img{
	padding-left:50px;
	
}

/*=======================================End DOCUMENT Styles==============================================*/
/*=======================================FIXTURES Styles==============================================*/
#fixtures{
	margin-top:20px;
}
.fixtable{
	margin-top:10px;
}
.fixtable td{
	padding:0 4px;
}
TD.fixcompetition{
	font-weight:bold;
	color:#fff;
	background:#060;
	text-indent:10px;
	/*border-bottom:solid 2px #090;*/
}
.fixtableleft{
	border-left:solid 1px #060;
}
.fixtableright{
	border-right:solid 1px #060;
}

.fixtablebottom{
	border-right:solid 1px #060;
	border-left:solid 1px #060;
	border-bottom:solid 1px #060;
	line-height:.5em;
}
.fixtablespacer{
	line-height:.5em;
}

#clubs{
     margin:10px 20px 0 20px;
	 border:solid 1px #060;
}
#clubs ul{
	margin:0;
	padding:0;
}
#clubs li{
	/*display:inline;*/
	list-style-type:none;
	/*width:140px;*/
	/*padding:1px 0 1px 15px;*/
	padding-left:20px;
}

/*=======================================END FIXTURES Styles==============================================*/


#gmap{
	margin-top:15px;
	text-align:center;
}
#map{
	margin-top:10px;
	padding:1px;
	border:solid 1px #ccc;
	width:450px;
	height:350px;
}
#lotto{
}
#lotto table{
	border:solid 1px #000;
}
#lotto table tr.tablehead{
	background:#060;
	color:#fff;
	font-weight:bold;
	padding:0 2px;
}
#lotto table tr.tablehead td{
	border-bottom:solid 1px #000;
}
#lotto table tr.bg1{
	background:#eee;
}

#rightlotto{
	margin-top:0px;
	border-top:solid 1px #060;
}

#rightlotto #righttitle{
	margin-top:1px;
	padding:2px 0 2px 10px;
	background:#060;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#rightlottodetail{
	border:solid 1px #060;
	padding:2px;
	text-align:center;
	background:#eee;
}
#rightlottodetail table{
	margin:8px 0;
}
#rightlottodetail table tr td{
	color:#fff;
	font-weight:bold;
}



.templatebox{
	float:left;
	margin-right:40px;
}
.previewbox{
	float:left;
}


.templatelisttitle{
	text-align:center;
	font-size:1.1em;
	color:#80822e;
	margin-bottom:4px;
	font-weight:bold;
	color:#303030;
	
}
.templatelist{
	border:solid 1px #060;	
	width:200px;
	height:250px;
	background:#f6f6f6;
	overflow:auto;
}
.previewlist{
	width:250px;
}
.templatelist ul{
	padding:0;
	margin:0;
}
.templatelist ul li{
	display:block;
	
	border-bottom:solid 1px #060;
	font-size:1em;
	font-weight:bold;
	color:#303030;
	
}
.templatelist ul li a{
	display:block;
	color:#303030;
	text-decoration:none;
	padding:5px 5px 5px 30px;
}
.templatelist ul li a.preview{
	padding:5px 5px 5px 5px;
}

.templatelist ul li a:hover{
	background:#e5e48b;
	background:#cfc;
}
.templatelist ul li a.liston{
	background:#cfc url(/images/arrow-sml.png) no-repeat 5px center;
}
