/* CSS Document */
html {
   /*height: 100%;*/
}

body {
   font-size: 0.7em;
   font-family: verdana, sans-serif;
   
   /*margin-top:0px;
   margin-bottom:0px;
   margin-left:0;
   background:url(/images/sc-bodybg.gif) repeat-y;*/
   /*line-height:1.5em;
   background:url(/images/sc-bg.jpg) repeat-x #0c0;*/
   background:#ccc;
   background:url(/images/sc-bg2.jpg) repeat-x #666;*/

}
a{color:#0c0; text-decoration:none;}
a:hover{text-decoration:none; background:#eee;}

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;
	height:2px;
}
.borderless{
	border: 0;
}
.clearfloat{
	clear:both;
	height:2px;
}
#bgcontainter{
}
#sponsor{
	text-align:center;
	margin:5px 0;
	background:fff;
	width:100%;
}
#sponsor img{
	border: solid 1px #000;
}
#container{
	width:750px;
	border:solid 1px #000;
	background:#fff;
	margin:auto;
}
#top{
	width:750px;
	height:150px;
	background:url(/images/sc-banner.jpg) no-repeat;
	border-bottom:solid 1px #000;
	/*border-top:solid 1px #000;*/

}
	
/*===================================MENU STYLES==============================================================*/

#menu{
	width:125px;
	float:left;
	/*background:url(/images/menubg.jpg) repeat-y;
	background:#eee;*/
}
#menu ul{
	list-style:none;
	margin:1px;
	padding:0;
	/*border:1px solid #0c0;*/
	

	
}

#menu ul li{
	display:block;
	margin:0;
	padding:0px 0px 0px 0px;
	font-size:1em;
	/*background:#ddd;*/
	border-bottom:dotted 1px #0c0;
	
}

#menu ul li a, #menu ul li a:link{
	display:block;
	color:#0c0;
	/*color:#333333;*/
	text-decoration:none;
	padding:3px 0 3px 4px;
	border-left:solid 5px #fff;
	font-weight:bold;
}
/*#menu ul li a:active{
	color:#000;
	border-left:solid 5px #000;
}
*/
#menu ul li a:hover{
	border-left:solid 5px #060;
	background:#eee;
	color:#060;
	text-decoration:none;
}








/*===================================END MENU STYLES==============================================================*/


#content{
	margin:0 5px;
	float:left;
	width:475px;
	line-height:1.5em;
	text-align:justify;
	color:#333;
}
#contentfull{
	margin-left:5px;
	float:left;
	padding-right:5px;
	width:615px;
	line-height:1.5em;
	text-align:justify;
	color:#333;

}

#content #breadcrumb, #contentfull #breadcrumb{
	color:#999;
	margin:1px 0 0 0;
	/*border:solid 1px #CCCCCC;*/
	padding:0 3px;
	text-align:left;
}
#content h1, #contentfull h1{
	margin:4px 0 4px 0;
	color:#030;
	font-weight:bold;
	font-size:1.1em;
	border-bottom:solid 1px #0c0;
}
#cleft{
	float:left;
	width:240px;
	text-align:left;
}
#cright{
	float:left;
	width:240px;
	margin-left:80px;
	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:140px;
	
}
#rightlist{
	margin-top:2px;
}

/*#rightlist #righttitle{
	margin:1px 0;
	padding:2px 0 2px 10px;
	background:#0c0;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border-bottom:solid 1px #0c0;
}*/

#rightlist #righttitle{
	
	
	margin:0px 0;
	padding:2px 0 2px 10px;
	background:url(/images/righttopbg.gif);
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/*border-bottom:solid 1px #0c0;*/
}
#rightlist #rightfoot{
	height:14px;
	background:url(/images/rightbottombg.gif) bottom;
}
#rightlist ul{
	border:solid 1px #0c0;
	margin:0px 0;
	padding: 6px 3px 6px 3px;
	/*background:url(/images/rightbg.jpg) repeat-x top;
	background:#dfd;*/
	list-style:none;
	
}	
#rightlist ul li {
  padding: 3px 5px 3px 5px;
  border-bottom: 1px solid #ccc;
}
/*#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;
}
	
.listbullet{
	color:#666;
	font-weight:bold;
}	

#rightimages{
	margin-top:1px;
	text-align:center;
}
#rightimages img{
	padding:1px;
	border:solid 1px #0c0;
	margin-bottom:15px;
}
/*===================================END RIGHT SIDE STYLES==============================================================*/




/*===================================FOOTER STYLES==============================================================*/
#footer{
	clear:both;
	width:750px;
	
	height:25px;
	padding:5px 0;
	margin-top:10px;
	
	border-top: 1px dashed #999;
}
#footer #footdetail{
	color:#0c0;
	
	text-align:center;
	/*margin-top:7px;*/
}
#footer #footdetail a{
	
}


/*===================================END FOOTER STYLES==============================================================*/

/*===================================HOME STYLES==============================================================*/
#home .homehead{
	font-weight:bold;
	background:url(/images/homeheadbg.gif);
	color:#fff;
	padding-left:20px;
}
#home .homefoot{
	background:url(/images/homefootbg.gif) bottom;
	height:13px;	
}

#home ul{
	list-style:none;
	margin:0px 0;
	padding:0;
	border:solid 1px #0c0;
	background:url(/images/boxbg.jpg) top repeat-x;
}
#home ul li{
	border-bottom:solid 1px #ccc;
	padding:2px;
	margin:0 3px;
}
#home ul li.bottom {
  padding-bottom: 3px;
  border-bottom: none;
}
#home ul li.top {
  padding-top: 3px;
  background-position: 0 3px;
}

/*===================================END HOME 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:#f00;
	border-bottom:solid 1px #000;
	
}

/*========================================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:#030;
}
.newsdate{
	float:right;
	color:#999;
}
.newscat{
	font-weight:bold;
	color:#030;
}

.newscontent{
	display:block;
	clear:both;
	border-bottom:solid 1px #0c0;
	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:106px;
	float:right;
	margin-left:10px;
}
.newsdetdate{
	color:#999;
}
.newsdochead{
	font-weight:bold;
	color:#f00;
}

#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==============================================*/

/*===================================EVENT STYLES==============================================================*/
.eventbox{
	border:1px dashed #0c0;
	margin-bottom:15px;
	padding:5px;
	/*background-color:#cce6ff;*/
	background-color:#e5f2ff;

}
.eventdate{
	color:#999;
}
.eventhead{
	color:#006;
	font-weight:bold;
}


/*===================================END EVENT STYLES==============================================================*/



/*===================================GALLERY STYLES==============================================================*/
#gallery ul li{
	list-style:none;
}
/*===================================END GALLERY STYLES==============================================================*/


/*=======================================PAST PUPILS Styles==============================================*/
table.PupilBord{
	text-align:left;
	border:1px solid #ccc;
	padding:5px;
	border-collapse:collapse;
}
.pupbg1{
	background:#e5f2ff;
}
.pupbg2{
	background:#fff;
}
/*===================================END PAST PUPILS STYLES==============================================================*/


/*=======================================GUESTBOOK Styles==============================================*/
.yeartext{
	font-size:1em;
}

#gbview{
	clear:both;
}
.gbpost{
	margin:5px 0 15px 0;
	background:#eee;
	border:dotted 1px #f00;
	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:#f00;
}
#gbdetail{
	float:left;
	width:250px;
}
#guestbook{
	float:left;
	width:340px;
	padding-left:10px;
}
#guestbook fieldset {
	
	display:block; 
	/*border:1px solid #030;*/ 
	/*padding:5px; */
	font-family:verdana, sans-serif; 
	margin-bottom:0.5em; 
	line-height:1.5em;
}
#guestbook legend {font-family:Verdana, Arial, Helvetica, sans-serif, sans-serif; color:#030; font-size:1em; font-weight:bold; /*border:1px solid #030;*/ margin-bottom:5px; padding:0px 7px 2px 2px; /*width:100px; background:#ddd;*/}
#guestbook label {clear:left; display:block; float:left; width:100px; text-align:right; padding-right:10px; color:#030; margin-bottom:0.5em;}
#guestbook input {border:1px solid #0c0; padding:2px; margin-bottom:0.6em; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif;}
#guestbook select, #guestbook option {border:1px solid #0c0; padding:2px; margin-bottom:0.6em; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif;}
#guestbook textarea {border:1px solid #0c0; padding:2px; margin-bottom:0.6em; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif;/**/}
/*#guestbook select {margin-left:0.5em;}
#guestbook #button { margin-left:110px;}*/
#guestbook #button1 {color:#fff; background-color:#0c0; 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:330px;
}
#contactus{
	float:left;
	width:350px;
	padding-left:10px;
}
#contactus fieldset {
	
	display:block; 
	/*border:1px solid #030;*/ 
	/*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:#0c0; font-size:1em; font-weight:bold; /*border:1px solid #030;*/ 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:#030; margin-bottom:0.5em;}
#contactus input {border:1px solid #0c0; /*padding-left:0.5em;*/ margin-bottom:0.6em; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif; width:167px;}
#contactus textarea {border:1px solid #0c0; /*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:#0c0; 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 #f00;
	width:400px;
	margin-bottom:10px;
	/*margin-right:80px;*/
}
.documenthead{
	padding-left:25px;
	font-weight:bold;
	background:#f00;
	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:#f00;
	text-indent:10px;
	/*border-bottom:solid 2px #fc0;*/
}
.fixtableleft{
	border-left:solid 1px #f00;
}
.fixtableright{
	border-right:solid 1px #f00;
}

.fixtablebottom{
	border-right:solid 1px #f00;
	border-left:solid 1px #f00;
	border-bottom:solid 1px #f00;
	line-height:.5em;
}
.fixtablespacer{
	line-height:.5em;
}

#clubs{
     margin:10px 20px 0 20px;
	 border:solid 1px #f00;
}
#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;
}
