/*
Theme for td_expose Admin
Version: 1.0
Author: Thomas Dorn
*/
.tdx_table
{
	 width: 740px;
	 border: solid medium #00599c;
}

.tdx_month
{
	font-size: 8px;
	background-color: #00599c;
	color: white;
	font-weight: bold;
	height: 20;
}
.tdx_head, .tdx_weekday_free, .tdx_weekend_free, .tdx_weekday_booked, .tdx_weekend_booked, .tdx_weekday_arrival, .tdx_weekend_arrival, .tdx_weekday_departure, .tdx_weekend_departure, .tdx_weekday_change, .tdx_weekend_change, .tdx_weekday_overbooked, .tdx_weekend_overbooked
{
	width: 15px;
	font-size: 6pt;
	text-align: center;
}
.tdx_head
{
	background-color: #00599c;
	color: white;
	font-weight: bold;
}
.tdx_weekend_free
{
	background-color: #808080;
	color: white;
	font-weight: bold;
	border: #00599c thin outset;
}
.tdx_weekday_free
{
	border: #00599c thin outset;
}
.tdx_weekday_overbooked
{
	background-color: red;
	border-left: 0;
	border-right: 0;
	border-top: #00599c thin outset;
	border-bottom: #00599c thin outset;
}
.tdx_weekend_overbooked
{
	background-color: red;
	color: white;
	font-weight: bold;
	border-left: 0;
	border-right: 0;
	border-top: #00599c thin outset;
	border-bottom: #00599c thin outset;
}
.tdx_weekday_booked
{
	background-color: #ffff80;
	border-left: 0;
	border-right: 0;
	border-top: #00599c thin outset;
	border-bottom: #00599c thin outset;
	}
.tdx_weekend_booked
{
	background-color: #c0c000;
	color: white;
	font-weight: bold;
	border-left: 0;
	border-right: 0;
	border-top: #00599c thin outset;
	border-bottom: #00599c thin outset;
	padding-left: 0;
	padding-right: 0;
}
.tdx_weekday_arrival
{
	background-color: #c0ff80;
	border-left: #00599c thin outset;
	border-right: 0;
	border-top: #00599c thin outset;
	border-bottom: #00599c thin outset;
}
.tdx_weekend_arrival
{
	background-color: #80c000;
	color: white;
	font-weight: bold;
	border-left: #00599c thin outset;
	border-right: 0;
	border-top: #00599c thin outset;
	border-bottom: #00599c thin outset;
}
.tdx_weekday_departure
{
	background-color: #80c0ff;
	border-right: #00599c thin outset;
	border-left: 0;
	border-top: #00599c thin outset;
	border-bottom: #00599c thin outset;
}
.tdx_weekend_departure
{
	background-color: #0080c0;
	color: white;
	font-weight: bold;
	border-right: #00599c thin outset;
	border-left: 0;
	border-top: #00599c thin outset;
	border-bottom: #00599c thin outset;
}
.tdx_weekday_change
{
	background-color: #80c0c0;
}
.tdx_weekend_change
{
	background-color: #008080;
	color: white;
	font-weight: bold;
}
/*	End Extension Styles */

