/*Stylesheet for printed pages*/

body {
background:#ffffff;
color:#000000;
font-size:12px;
}

a:link, a:visited {
background:transparent;
color:#552200;
font-weight:bold;
text-decoration:underline;
}

table {
width:100%;
margin:0;
}

h1, h2, h3 {
font-size:18px;
}

/***GENERAL PAGE LAYOUT IDS AND CLASSES***/

/*Main container*/
#container {
width:auto; 
	margin:0 5%;
	padding:0; 
	border:0;
	float:none !important;
	color:#000000; 
	background:transparent;
}

/*Header section*/
#sitename {
display:none;
}

/*Horizontal menubar*/
#mainmenu {
display:none;
}

/*Right sidebar container*/
#rightside {
display:none;
}

/*News bulletin for the sidebar ***/
.bulletin {
display:none;
}


/*Logo section for the sidebar*/
.logorhs {
display:none;
}

.linklist {
display:none;
}

/*Main body content*/
#content h1,#content h2,#content h3 {
font-size:18px;
margin:0 0 15px;
padding:0;
}

#content h2 {
font-size:16px;
margin-bottom:10px;
}

#content h3 {
font-size:12px;
font-weight: bold;
margin:0;
}

#content ul {
font-size:10px;
list-style:none;
}

#content img {
border:1px solid #b0b0b0;
float:left;
margin:5px 15px 6px 0px;
padding:5px;
}

/*Footer*/
#footer {
display:none;
}

/***ASSOCIATED WITH TEAMS OF 4/8 LEAGUE TABLES***/

/*leaguetable=2px border and flat backgound*/
/*leaguetd=1px border and flat background*/
.leaguetable {
border-spacing:0;
border-collapse:collapse;
border:solid 2px #000000;
text-align:center;
}

.leaguetd {
margin:0;
padding:4px;
width:8%;
height:18pt;
border:solid 1px #000000;
text-align:center;
}

/***ASSOCIATED WITH TEAMS OF 8 FINAL RESULTS PAGE***/
/*DIV classes for table col widths*/

.divwid10, .divwid15, .divwid20, divwid50 {
font-size:12px;
}

.divwid10 {
width:10%;
}

.divwid15 {
width:15%;
}

.divwid20 {
width:20%;
}

.divwid50 {
width:50%;
}

/***OTHER CLASSES***/

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}

/*DIV class to clear a right float*/
.clearright {
clear:right;
}

/*DIV class to clear a left float*/
.clearleft {
clear:left;
}

.hide {display:none;}

/*Classes for text formatting*/

.intro {
font-size:12px;
font-weight:bold;
}

.small {font-size:10px;}
.large {font-size:14px;}
.center {text-align:center;}
.right {text-align:right;}

/*Specifically define color and font for suit icons to ensure readability*/
.black {
font-family:"Times New Roman", Times, serif;
font-size:12px;
}

.red {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#CC0000;
}

/***THIS STYLESHEET IS SPECIFIC TO THE WEDNESDAY RESULTS PAGES*/

/***ASSOCIATED WITH RESULTS PAGES***/

/*DIV classes for table styles on the results page*/
/*resultstable = ranking and matrix table
travtable & travtable2 = traveller tables
dependant on whether the traveller includes a deal or not*/
.resultstable, .travtable, .travtable2 {
text-align:center;
border-collapse:collapse;
}

.travtable, .travtable2 {
border:solid 1px #000000;
}
/*DIV classes for table row/column classes on the results page
results & tablehead = ranking classes
matrix = matrix class
trav = traveller classes*/

.tablehead5, .tablehead6, .tablehead7, .tablehead8, .tablehead14, .tablehead22, .tablehead45, .results, .matrix {
margin:0;
font-size:16px;
text-align:center;
}

.tablehead5 {
width:5%;
}

.tablehead6 {
width:6%;
}

.tablehead7 {
width:7%;
}

.tablehead8 {
width:8%;
}

.tablehead14 {
width:14%;
}

.tablehead22 {
width:22%;
}

.tablehead45 {
width:45%;
}

.results {
font-size:16px;
}

.matrix {
width:3%;
font-size:10px;
border:solid 1px #000000;
}

.trav, .trav8, .trav20 {
margin:0;
font-size:10px;
}

.trav8 {
width:8%;
}

.trav20 {
width:20%;
}

/*DIV classes for travellers*/
/*A traveller WITH a deal*/
.travellerinchands
{
float:left;
width: 32%;
border:1px solid #000000;
}

/*A traveller WITHOUT a deal*/
/*Needs width reduction for ie5 - see ie5-fix.css*/
.travellernohands
{
float:left;
width:32%;
}

/*DIV class for the hand distribution section of the traveller*/
.hands {
width:98%;
}

/*DIV class for blank boxes in Hands DIV*/
.box1 {
float:left;
width:31.1%;
padding:1% 0 1% 2%;
font-size:10px;
}

/*DIV class for filled boxes in Hands DIV*/
.box2 {
float:left;
width:31.2%;
padding:1% 0 1% 2%;
font-size:10px;
}

/*DIV class to clear floats on results page only*/
.clearboth {
clear:both;
}

/**ASSOCIATED WITH EVENT CALENDAR***/

.calendar {
border:solid 2px #000000;
border-collapse:collapse;
}

.calhead10, .calhead15, .calhead30, .calhead45 {
padding:4px;
background:transparent;
color:#000000;
font-weight:bold;
font-size:12px;
}

.calhead10 {
width:10%;
}

.calhead15 {
width:15%;
}

.calhead30 {
width:30%;
}

.calhead45 {
width:45%;
}

.month {
border:solid 2px #000000;
padding:4px;
font-weight:bold;
font-size:12px;
}

.eventdate1,.eventdate2 {
border:solid 1px #000000;
padding:4px;
}

.eventdate1 {
}

.eventdate2 {
}

/***ASSOCIATED WITH MATCH REPORTS***/

/*DIV class to display a deal on the left*/
.dealrecordleft {
float:left;
width:250px;
margin-right:25px;
}

/*DIV class to display a deal on the right*/
.dealrecordright {
float:right;
width:250px;
margin-left:25px;
}

/***THIS STYLESHEET IS SPECIFIC TO THE THREE COUNTIES RESULTS PAGES*/

.league3c {
margin:0;
padding:4px;
width:9%;
height:18pt;
border:solid 1px #000000;
text-align:center;
font-size:12px;
}

.rank7, .rank10, .rank15, .rank25 {
font-size:12px;
}

.rank25 {
width:25%;
}

.rank15 {
width:15%;
}

.rank10 {
width:10%;
}

.rank7 {
text-align:center;
width:7%;
}

.ranktitle {
font-size:16px;
}

/*** End of file ***/