
table.styled{
	margin:20px;
	width:840px;
}
table.styled tr th{
    text-align:right;
    font-size:1em;
    font-weight:bold;
	border:1px solid #ccc;
	background: url(/img/timetable_grad.png) repeat-x center center;
    padding:10px 20px;
}
table.styled tr td{
    margin:5px;
    padding:5px 15px;
    border: 1px solid #ccc;
    text-align:left;
    font-size:.8em;
    vertical-align: middle;
	background: url(/img/timetable_grad.png) repeat-x center center;
}
table.styled tr td.more1{
	background: url(/img/timetable_grad1.png) repeat-x center center;
/*    background: #fcf;*/
}
table.styled tr td.more2{
	background: url(/img/timetable_grad2.png) repeat-x center center;
/*    background: #cfc;*/
}
