.schedule {
	white-space: nowrap;
}

.schedule .month {
	display: inline;
	vertical-align: top;
	zoom: 1;
}

.schedule table {
	display: inline-table;
	font-size: .9em;
	margin: 0 2em 2em 0;
	vertical-align: top;
}

.schedule table th,
.schedule table td {
	padding: .2em;
    cursor: default;
}

.schedule table th {
	font-weight: normal;
}

.schedule table .dow th,
.schedule table td {
	background: url(/i/services/white-grad-16px.png) repeat-x;
}

.schedule table .dow th {
	background-color: #6DCAFA;
}

.schedule table td {
	background-color: #FFF;
	text-align: right;
}

.schedule table .holiday {
	background-color: red;
    color: white;
}

.schedule table .weekend {
	background-color: pink;    
}

.schedule table .moved {
	background-color: pink;    
}

.schedule table .short {
	background-color: #F7D67D;
}

.schedule .legend {
	display: table;
}

.schedule .legend .desc {
	background: none;
	padding-left: .3em;
	padding-right: 1em;
	white-space: nowrap;
}

.holidays-table {
	background-color: #F5F5EA;
	width: 100%;
}

.holidays-table td {
	vertical-align: top;
	width: 50%;
}
	
.holidays {
    background-color: #F5F5EA;
	margin-left: -1em;
    padding: 0.5em 1em;
	position: relative;
	zoom: 1;
}
.holidays p {
    font-size: .9em;
    margin-top: 0.3em;
    margin-bottom: 0.7em;
}
.working-hours {
    margin-top: 1em;
}
.working-hours table td,
.working-hours table th {
    padding: 0.3em;
    font-size: 90%;
    padding-right: 0.7em;
}
.working-hours table th {
	font-weight: normal;
    text-align: left;
}
.working-hours table thead th {
    border-bottom: 1px solid #787878;
	font-weight: bold;
}

.working-hours table tbody td {
	text-align: right;
}

.working-hours table tr.summary td,
.working-hours table tr.summary th {
    background-color: #EFEFEF;    
}

.working-hours table tr.summary th {
	font-weight: bold;
}

.working-hours table tr.summary td {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.working-hours .hours {
	text-align: right;
}
