/* CSS Document */

html,body{
font-family:Arial, Helvetica, sans-serif;

}

h1{
font-size:1.5em;
color:#787777;
padding:10px 10px 2px 10px;
}


table.admin{
border:#4E70A7;
background:#CAD2EE;
width:800px
}

table.admin th{
font-size:0.75em;
background:#9DABCC;
color:#FFFFFF;
text-align:left;
padding:5px;
}

table.admin td{
font-size:0.75em;
border-bottom:solid #ffffff 1px;
padding:5px;
}


table.admin input{
font-size:0.75em;
}

table.admin select{
font-size:0.75em;
}



table.latest_result{
background:url(../images/results_bg.gif) repeat-x bottom;
border:#bbbbbb 1px solid;
border-bottom:#999999 1px solid;
border-right:#999999 1px solid;

}

table.latest_result td{
padding:5px ;
}

table.latest_result th{
background:#666666

}



table.latest_result img{
border:#d7d8d8 1px solid;
border-bottom:#cecece 1px solid;
border-right:#cecece 1px solid;

}

table.latest_result td.score{
font-size:4.5em;
font-weight:bold;
}

table.latest_result td.postponed{
font-size:1.5em;
font-weight:bold;
}

table.latest_result td.cancelled{
font-size:1.5em;
font-weight:bold;
color:#990000;
}


table.latest_result td.vs{
font-size:1.5em;
font-weight:bold;
}






table.next_match{
background:url(../images/next_bg.gif) bottom no-repeat #ededed;
border:#bbbbbb 1px solid;
border-bottom:#999999 1px solid;
border-right:#999999 1px solid;

}

table.next_match td{
padding:5px ;
}

table.next_match th{
background:#666666

}



table.next_match img{
border:#d7d8d8 1px solid;
border-bottom:#cecece 1px solid;
border-right:#cecece 1px solid;

}

table.next_match td.score{
font-size:4.5em;
font-weight:bold;
}

table.next_match td.vs{
font-size:1.5em;
font-weight:bold;
}

table.next_match td.postponed{
font-size:1.5em;
font-weight:bold;
color:#990000;
}

table.next_match td.cancelled{
font-size:1.5em;
font-weight:bold;
color:#990000;
}



table.fixture{
color:#ffffff;
background:#787878;
}

table.fixture img{border:#333333 1px solid;}

table.fixture td{
padding:5px;
border-bottom:#ffffff 1px solid;
font-size:0.75em;

}

table.fixture th{
padding:5px;
border-bottom:#ffffff 1px solid;
font-size:0.75em;
background:#666666;

}

table.fixture td.low{
border-right:#ffffff 1px solid;
background:#a3a3a3;
}

table.fixture td.med{
border-right:#ffffff 1px solid;
background:#458ac1;
}

table.fixture td.high{
border-right:#ffffff 1px solid;
background:#5e7f24;
}

table.fixture img.haimg{

border:none;

}

table.fixture button{
font-size:0.75em;


}

table.fixture button.delete{
color:#cc0000;
}



table.fixture td.score{
background:url(../images/scorecard.gif) no-repeat center;
width:20px;
font-size:1.5em;
font-weight:bold
}

#fixturesBox{
background:#efefef;

}

#fixturesBoxContent{
background:#efefef;
padding:5px;
}

#fixturesTabs{

margin:0;
padding:0;
}

#firstTab{

background:#efefef;
float:left;
padding:5px 10px;
cursor:pointer;

}

#reserveTab{
float:left;
background:#dedede;
padding:5px 10px;
margin-left:1px;
cursor:pointer;
}

#youthTab{
float:left;
padding:5px 10px;
margin-left:1px;
cursor:pointer;
background:#dedede;

}


.clear{
clear:both;
margin:0;
padding:0;
}