/* CSS Document */
#holidayTable {
	width:99%;
	background: #FFF;
	border-collapse:collapse;
}
#holidayTable th {
	text-align: left;
	padding: 7px;
	background: #FF6600;
}
#holidayTable td {
	padding: 7px;
	border-bottom:solid #CCC 1px;
}
#holidayTable .even {
	background-color: #3D3D3D;
}
#holidayTable .odd {
	background-color: #6E6E6E;
}
#holidayTable .header, #holidayTable .dummy-header {
	background: #FF6600;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
	color:#FFF;
	font-weight:bold;
	cursor:pointer
}
#holidayTable .headerSortUp {
	background-image: url(asc.gif);
	background-repeat: no-repeat;
}
#holidayTable .headerSortDown {
	background-image: url(desc.gif);
	background-repeat: no-repeat;
}

.booktd {
	font-weight: bold;
	color: #FFF;
	background: #000099;
	text-align: center;
}
.booktd a {color: #FFF;!important}

.dummy-header {background: #FF6600; width:70px;}