@charset "utf-8";
.hirelist #hirehead {
	font: 100%/1.5 Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #727276;
}
.hirelist table {
	font: 80%/1.5 Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 67em;
}
.hirelist .tablehead {
	font: 120%/1.5 Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #EFA60B;
}
.hirelist .days {
	color: #0078FF;
	font-weight: bold;
	text-align: center;
}
.hirelist .days td {
	border: none;
}
.hirelist .subhead {
	color: #123456;
}
.hirelist .subhead td {
	border: none;
}
.hirelist .row1 {
	background-color: #F4F7FF;
	color: #727276;
}
.hirelist .row2 {
	background-color: #DCEDFF;
	color: #727276;
}
.hirelist .row1 td, .row2 td {
	border: solid #C1DFF0;
	border-width: 0 1px 0 0;
	text-indent: 1em;
}
.hirelist .blank {
	background-color: #F56F0C;
}
