#mainArea {
padding:0 0 4px 8px;
width:615px;
}
#breadCrumb {
clear:both;
margin:16px 0 0 0;
background-color: #eeeeee;
padding:4px 0 4px 4px;
}
.week table {
width: 100%;
border-collapse: collapse;
border-bottom: 1px solid #bbf;
}
.week table tr {
}
.week table tr.hour {
border-top: 1px solid #bbf;
}
.week table tr.half {
border-top: 1px solid #ddf;
}
.week table tr td {
border-right: 1px solid #bbf;
height: 12px;
}
.week table tr th {
width: 90px;
height: 12px;
}
.week table tr th.time {
width: 10px;
height: 12px;
}
.week table tr td.time {
text-align: right;
}
.week table tr td {
font: normal 10px sans-serif;
}
.week table tr.hour td.odd {
background-color: #eee;
}
.week table tr.half td.even {
background-color: #eee;
}
