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



/*
||--------------------------------------------------------------------------------
|| Suppress items not required
||--------------------------------------------------------------------------------
*/
#sidebar,
#nav-fixtures,
.nojava,
.noprint  {
	display:none;
	}

/*
||--------------------------------------------------------------------------------
|| Link styles
||--------------------------------------------------------------------------------
*/
a:active,
a:link,
a:visited {
	background-color:#ffffff;
	color:#000000;	
	}



/*
||--------------------------------------------------------------------------------
|| Basic look of the pages
||--------------------------------------------------------------------------------
*/
body {
	background-color:#ffffff;
	color:#000000;
	font-family:'URW Gothic L',arial,courier,sans-serif;
	font-size:80%;
	}
hr {
	background-color:#ffffff;
	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:#ffffff;
	color:#000000;
	font-family:'URW Gothic L',arial,courier,sans-serif;
	font-weight:bold;
	padding:3px;
	}
	
	
table.fixtures {
	font-size:75%;
	text-align:left;
	}
table.fixtures th {
	width:80px;			
	}
table.fixtures th.wide {
	width:300px;			
	}
	
	
table.mixed {
	border:0px solid #000000;
	margin-bottom:20px;		
	}
table.mixed th,
table.mixed td {
	border:1px solid #000000;	
	font-size:75%;			
	height:50px;			
	text-align:center;		
	}
table.mixed td.blank{
	border:none;
	}
table.mixed td.diagonal{
	background-color:#000000;
	}
table.mixed th {
	width:140px;			
	}
table.mixed th.wide {
	width:250px;			
	}
table.mixed th.narrow {
	width:50px;			
	}


table.fourtwo {
	border:0px solid #000000;
	margin-bottom:20px;	
	}
table.fourtwo th {
	border:1px solid #000000;
	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 #000000;
	margin-bottom:20px;	
	}
table.fourtwoplayers th,
table.fourtwoplayers td {
	border:0px solid #000000;	
	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 #000000;
	margin-bottom:20px;	
	}
table.fourtwoscores th,
table.fourtwoscores td {
	border:0px solid #000000;	
	font-size:75%;			
	height:18px;			
	text-align:left;
	width:65px;
	}
table.fourtwoscores th.wide,
table.fourtwoscores td.wide {
	width:130px;
	}




/*
||--------------------------------------------------------------------------------
|| Special classes
||--------------------------------------------------------------------------------
*/
.bold {
	font-weight:bold;
	}
.border {
	border:5px ridge #000000;
	}
.footer {
	margin:80px 0px;
	}
.footnote {
	font-size:75%;
	}
.important {
	border:5px ridge #000000;
	padding:5px 15px;
	}
.indent {
	padding-left:40px;
	}

#border {
	border:5px ridge #000000;
	margin:40px;
	}
#logo {
	margin-right:30px;
	}


/*
||--------------------------------------------------------------------------------
|| Main page layout
||--------------------------------------------------------------------------------
*/
#main {
	margin:0px;
	padding:20px;
	}


	

