/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */
    
    table, td {
    	font: 100% Arial, Helvetica, sans-serif; 
    }
    
    table {
        width: 100%;
        border-collapse: collapse;
        margin: 1em 0;
    }
    
    th, td {
        text-align: center;
        padding: 5px;
        border: 2px solid #BEC2BE;
    }
    
    th {
        background: #FFFFFF;
        color: #000000;
        line-height: 1.5em;
        letter-spacing: 0.2em;
        font-size: 1.1em;
        width: 25%;
        vertical-align: middle;
    }
    
    td {
        background:#FFFFFF;
        font-size: 0.9em;
        vertical-align: middle;
    }
    
    td a {
        color: #000000;
        text-decoration: none !important;
    }
    
    td a:hover {
        color: #FF8C3F !important;
        text-decoration: underline !important;
    }
    
    .disabled td {
        color: #BEC2BE;
    }
    
    .disabled td a {
        color: #BEC2BE;
        text-decoration: none;
    }
    
    tr.disabled td a:hover {
        color: #BEC2BE;
    }
    
    .salary {
        font-size: 0.8em;
    }
    
    
tr.even td{background:#f8fbfc;}
tr.odd td{background:#f8fbfc;}

td.over, tr.even td.over, tr.odd td.over{background:#DADADA; color:black;}

td.over a {
	color: #FF8C3F !important;
}

td.over a:visited {
	color: #ACB3AB !important;
}

/* use this if you want to apply different styleing to empty table cells*/
    