﻿/* Cup Draw Tables */

table.draw {border: 2px solid black;}
table.draw td,table.draw th {border:1px solid black; font-size:1.5em}
.draw .col1 {width:5%}
.draw .col2 {width:27%}
.draw .col3 {width:17%}
.draw .col4 {width:17%}
.draw .col5 {width:17%}
.draw .col6 {width:17%}

/* Closed Chapionship Tables */

table#winners tr, td, th, table {border-color:#003399;}
table#winners th {background-color:#66FFFF;}
table#winners {font-size:0.9em;
font-weight:bold}


/* Outstanding matches table */

table#outstand th {
background-color:#FF9900;
text-align:left;
}
table#outstand {border-collapse:collapse;}


/* Fixtures Table */

#fixtable {background-color:#FFFF99}

#fixtable .bld {font-weight:bold;
width:10%}
#fixtable td {text-align:center}


/* Teams list Tables */

table#outer {background-color:#FFFF99}

table#outer .ctr {text-align:center;
font-weight:bold;
}
table#outer .cntr {text-align:left}
table#outer .lft {text-align:left;
font-weight:normal}


/* Divisional Tables */

table#outerresults tr table {background-color:#FFFF66;
	border-color:#FF3300;}
	
table#outerresults tr td a {color:#0000FF;}

table#outerresults tr table tr td{border-color:#FF0000;
border-width:1px;
border-style:solid;
}

table#outerresults tr td {
font-weight:bold}

ul.sec {
	list-style:none;
}
ul.sec a {display:block;
background-color:#FFFF66;
text-decoration:none;
font-weight:bold;
color:#003399;
text-align:center;
width:15em;
padding:.3em;
}

/* Match Results */

table#matchresults tr table {background-color:#FFFF66;
	border-color:#FF3300;
	margin-left:auto;
	margin-right:auto;
	}
	
table#matchresults tr table tr td{border-color:#FF0000;
border-width:1px;
border-style:solid;
font-size:0.7em;

}

table#matchresults tr table tr td a {
	color:black;
	font-weight:bold;
}
table#matchresults tr table tr td.nm{
	background-color:white;
}
table#matchresults tr table tr td.np{
	background-color:green;
}
table#matchresults tr table tr td.om{
	background-color:red;
}





