body {
    background-color: #DEE3E7;
} 


table, th, td {
    
    border-collapse: collapse;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}

table.result {
		border: 1px solid black;

}


td {
	
    padding: 2px;
}
tr.row1	{ background-color: #EFEFEF; }
tr.row2	{ background-color: #DEE3E7; }
tr.row3	{ background-color: #D1D7DC; }

th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	text-align: middle;
}

th.add {
	color: black; font-size: 16px; font-weight : bold;
	background-color: white; 
	text-align: middle;
}

td.header { border: 1px solid black; background-color: #EFEFEF; color: blue; font-weight : bold; text-decoration: none;}
td.header:hover  {  border: 1px solid black; background-color: orange; font-weight : bold; text-decoration: none}
td.header a { color: blue; text-decoration: none;}

#td.header:hover a { color: red; text-decoration: none; }

td.hlight { background-color: yellow; }

td.highlight { background-color: yellow; }
td.highlight a { color: black; text-decoration: none; }
td.highlight:hover a { color: red; text-decoration: none;}

td.pairlink1 {  background-color: #DEE3E7;}
td.pairlink1 a { color: black; text-decoration: none; }
td.pairlink1:hover a { color: red; text-decoration: none;}

td.pairlink2 {  background-color: #EFEFEF;}
td.pairlink2 a { color: black; text-decoration: none; }
td.pairlink2:hover a { color: red; text-decoration: none;}

td.row3 {background-color: #EFEFEF; }

td.noborder {border: hidden; }
td.border {  border-top-style: solid;
    border-right-style: hidden;
    border-bottom-style: solid;
    border-left-style: hidden;}


.gensmall {font-size : 10px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; }
.medium {font-size : 12px; color: #000000; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; }
.genmed { font-weight : bold; color: #000000; font-size : 14px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; }
.genxsmall {font-size : 9px; font-family:  Segoe UI; }

.genlink {font-weight : bold; color: #000000; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;}
.genlink a { color: black; text-decoration: none;}
.genlink:hover a { color: red; text-decoration: none; }

.genlinkmed{font-weight : bold; color: #000000; font-size : 12px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;}
.genlinkmed a { color: blue; text-decoration: none;}
.genlinkmed:hover a { color: red; text-decoration: none; }

.genlink14{font-weight : bold; color: #000000; font-size : 12px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;}
.genlink14 a { color: blue; text-decoration: none;}
.genlink14:hover a { color: red; text-decoration: none; }



tr.fixture1 { background-color: #EFEFEF; color: blue; text-decoration: none;}
tr.fixture2 { background-color: #DEE3E7; color: blue; text-decoration: none;}
tr.fixture3 { background-color: yellow; color: black; text-decoration: none; font-weight: bold;}

tr.fixture1:hover a { color: red; text-decoration: none; }
tr.fixture2:hover a { color: red; text-decoration: none; }

tr.fixture1 a { color: blue; text-decoration: none;}
tr.fixture2 a { color: blue; text-decoration: none;}



tr.hideMe {
     display : none;    
}
table.hideMe {
     display : none;    
}

.strikeout td span {
  text-decoration: line-through;
}







.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 50%; color : #000000;
}

#country-list{float:middle;list-style:none;margin:0;padding:0;width:145px;}
#country-list li{padding: 5px; background:#FAFAFA;border-bottom:#F0F0F0 1px solid;}
#country-list li:hover{background:yellow;}


#match-list{float:middle;list-style:none;margin:0;padding:0;width:350px;}
#match-list li{padding: 5px; background:#FAFAFA;border-bottom:#F0F0F0 1px solid;}
#match-list li:hover{background:yellow;}

