/*
||--------------------------------------------------------------------------------
|| Screen stylesheet for Wessex Wanderers Badminton Club website
||--------------------------------------------------------------------------------
*/



/*
||--------------------------------------------------------------------------------
|| Basic look of the pages
||--------------------------------------------------------------------------------
*/
body {
	background-color:#e0ffff;
	color:#000000;
	font-family:'URW Gothic L',arial,courier,sans-serif;
	}
hr {
	background-color:#48d1cc;
	height:4px;				
	margin:10px 0px 10px 0px;		
	}
img {
	border:none;
	}
ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}
li {
	margin:0px;
	}
td input,
td textarea {
	background-color:#48d1cc;
	color:#000000;
	font-family:'URW Gothic L',arial,courier,sans-serif;
	font-weight:bold;
	padding:3px;
	}
	
	
table.fixtures {
	font-size:75%;
	margin-bottom:50px;		
	text-align:left;
	}
table.fixtures th {
	width:80px;			
	}
table.fixtures th.wide {
	width:300px;			
	}
	
	
table.mixed {
	border:0px solid #48d1cc;
	margin-bottom:20px;		
	}
table.mixed th,
table.mixed td {
	border:1px solid #48d1cc;	
	font-size:75%;			
	height:50px;			
	text-align:center;		
	}
table.mixed td.blank{
	border:none;
	}
table.mixed td.diagonal{
	background-color:#48d1cc;
	}
table.mixed th {
	width:140px;			
	}
table.mixed th.wide {
	width:250px;			
	}
table.mixed th.narrow {
	width:50px;			
	}


table.fourtwo {
	border:0px solid #48d1cc;
	margin-bottom:20px;	
	}
table.fourtwo th {
	border:1px solid #48d1cc;
	font-size:80%;			
	height:50px;			
	text-align:center;
	width:140px;			
	}
table.fourtwo th.wide {
	width:250px;			
	}
table.fourtwo th.narrow {
	width:50px;			
	}
	
	
table.fourtwoplayers {
	border:1px solid #48d1cc;
	margin-bottom:20px;	
	}
table.fourtwoplayers th,
table.fourtwoplayers td {
	border:0px solid #48d1cc;	
	height:18px;			
	text-align:left;
	width:120px;			
	}
table.fourtwoplayers th {
	font-size:80%;			
	}
table.fourtwoplayers td {
	font-size:75%;			
	}
table.fourtwoplayers th.narrow,
table.fourtwoplayers td.narrow {
	width:50px;
	}
	
	
table.fourtwoscores {
	border:1px solid #48d1cc;
	margin-bottom:20px;	
	}
table.fourtwoscores th,
table.fourtwoscores td {
	border:0px solid #48d1cc;	
	font-size:75%;			
	height:18px;			
	text-align:left;
	width:65px;
	}
table.fourtwoscores th.wide,
table.fourtwoscores td.wide {
	width:130px;
	}



/*
||--------------------------------------------------------------------------------
|| Special classes
||--------------------------------------------------------------------------------
*/
.accent {
	background-color:#48d1cc;
	}
.bold {
	font-weight:bold;
	}
.border {
	border:5px ridge #48d1cc;
	}
.footer {
	clear:both;
	margin:80px 0px;
	}
.footnote {
	font-size:75%;
	}
.important {
	background-color:#48d1cc;
	border:5px ridge #48d1cc;
	padding:5px 15px;
	}
.indent {
	padding-left:40px;
	}
.nojava {
	background-color:#550000;
	border:5px ridge #ff0000;
	color:#ffffff;
	font-size:80%;
	padding:5px;
	}
.strike {
	text-decoration:line-through;
	}

#logo {
	border:5px ridge #48d1cc;
	margin-left:50px;
	margin-right:50px;
	}


/*
||--------------------------------------------------------------------------------
|| Main page layout
||--------------------------------------------------------------------------------
*/
#main {
	background-color:#e0ffff;
	border-left:1px ridge #48d1cc;
	margin-left:275px;
	margin-right:200px;
	padding:20px;
	}
#sidebar {
	background-color:#e0ffff;
	clear:both;
	float:left;
	font-size:90%;
	list-style:none;
	padding:10px;
	width:250px;
	}
#sidebar li {
	margin:5px 0px 0px 0px;
	}
#sidebar p {
	font-size:90%;
	}
#menu {
	margin-bottom:40px;
	}
#news {
	border:5px ridge #48d1cc;
	list-style:none;
	margin-bottom:50px;
	padding:10px;
	}
#trophies {
	border:5px ridge #e0ffff;
	color:#e0ffff;
	font-size:100%;
	font-weight:bold;
	margin-bottom:50px;
	padding:10px;
	}
#trophies li {
	padding:10px;
	}
#updated {
	margin-top:100px;
	}


/*
||--------------------------------------------------------------------------------
|| Link styles
||--------------------------------------------------------------------------------
*/
a:active,
a:link,
a:visited {
	background-color:#e0ffff;
	color:#000000;
	font-weight:normal;
	}
a:hover {
	background-color:#48d1cc;
	color:#000000;
	font-weight:normal;
	}


/*
||--------------------------------------------------------------------------------
|| Scoresheets
||--------------------------------------------------------------------------------
*/
#nav-fixtures {
	margin:0px 0px 20px 0px;
	}
#nav-fixtures li {
	display:inline;
	margin:0px;
	padding:0px 10px 0px 10px;
	}

	

