/* ================================
    CSS STYLES FOR eSTOSIO
   ================================
*/

/* ============*/   
/* WEDSTRIJDLIJST */
/* ============*/

table.tblWedstrijdLijst {
	border:1px solid #565455;
	border-collapse:collapse;
	font-family:verdana,sans-serif;
	font-size:10px;
}
table.tblWedstrijdLijst td, table.tblWedstrijdLijst th{
	border:1px solid #565455;
	border-collapse:collapse;
	padding:2px;
	font-size: 10px;
	color: #000;
}	

#edit{width:20px;}
#time{width:75px;}
#result{width:60px;}
#home,#visitor{width:175px;}
#edit{width:50px;}

table.tblWedstrijdLijst caption{
	background:#ccc;
	font-size:110%;
	border:1px solid #CFCFCF;
	border-bottom:none;
	padding:5px;
	text-align:left;
}
table.tblWedstrijdLijst thead th{
	background:#CFCFCF;
	text-align:center;
}
table.tblWedstrijdLijst tbody th{
	text-align:center;
	background:#CFCFCF;
}
table.tblWedstrijdLijst tfoot td{
	text-align:right;
	font-weight:bold;
	background:#369;
}
table.tblWedstrijdLijst tbody td{
	background:#FFF;
	text-align:center;	
}
table.tblWedstrijdLijst tbody tr.odd td{
	background:#ccc;
}

.Eventtooltip
{
    border-right: #000 1px solid;
    padding-right: 5px;
    border-top: #000 1px solid;
    padding-left: 5px;
    font-size: 10px;
    filter: alpha(opacity=80);
    padding-bottom: 5px;
    border-left: #000 1px solid;
    width: 200px;
    color: #000;
    padding-top: 5px;
    border-bottom: #000 1px solid;
    font-family: Arial;
    background-color: #ffd;
    text-align: left;
    moz-opacity: 0.8;
    z-index: 99;
}




