
/* SIMPLE CALENDAR */

.ch
	{
	background-color: #F1F1F1;
	color: #343434;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 30px;
	}

.c_t
	{
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	}

/* Empty */

.c_e
	{
	background-color: #F1F1F1;
	color: black;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	width: 30px;
	}

/* Free */

.c_f
	{
	background-color: #66CC66;
	color: #1D5203;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	width: 30px;
	}

/* Start Date */

.c_sd
	{
	background-color: #308906;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 30px;
	}

/* Booking */

.c_bg
	{
	background-color: #A82871;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	width: 30px;
	}

/* Booked */

.c_b
	{
	background-color: #CF1111;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	width: 30px;
	}

/* Consult us for more info */

.c_c
	{
	background-color: #FF9933;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	width: 30px;
	}

/* Booked by us */

.c_ib
	{
	background-color: #090909;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	width: 30px;
	}




