/* general styles */

table.mega-schedule, td.mega-schedule{
	font:100% Arial, Helvetica, sans-serif; 
}

table.mega-schedule{width:100%;border-collapse:collapse;margin:1em 0;}
th.mega-schedule, td.mega-schedule{padding:.5em;border:1px solid #fff;}
th.mega-schedule{background:#328aa4 url(../images/schedule/tr_back.gif) repeat-x;color:#fff;text-align:left;}
td.mega-schedule{background:#e5f1f4; color: #555555;text-align:center;}

/* tablecloth styles */

tr.even td.mega-schedule{background:#e5f1f4;}
tr.odd td.mega-schedule{background:#f8fbfc;}

th.over, tr.even th.over, tr.odd th.over{background:#4a98af;}
th.down, tr.even th.down, tr.odd th.down{background:#bce774;}
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over {background:#ecfbd4;}
td.down, tr.even td.down, tr.odd td.down {background:#bce774;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#bce774;color:#555;}

/* use this if you want to apply different styleing to empty table cells*/
/* td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;} */

#container{
	margin:0 auto;
	width:900px;

	font: 12px Arial, Helvetica, sans-serif;	
}


a.sched, a.sched:visited, a.sched:active {
	color: #FFFFFF;
	background-color: transparent;
}

a.sched:hover {
	color: #d6d6d6;
	background-color: transparent;
}

a.row, a.row:visited, a.row:active {
    text-decoration: none;
    color: #555555;
    background-color: transparent;
}

a.row:hover {
    text-decoration: underline;
    color: #555555;
    background-color: transparent;
}

a.dj-popup, a.dj-popup:visited, a.dj-popup:active {
	color: #666;
	background-color: transparent;
        text-decoration: underline;
}

a.dj-popup:hover {
	color: #d6d6d6;
	background-color: transparent;
        text-decoration: none;
}