/* Table containing whole calendar - TABLE */
.calOuterTable {
	border: 1px solid #75412C;
	width: 180px;
}
/* Month Selector - INPUT */
/* Year Selector - INPUT */
.calCtrl {
	font: 12px Trebuchet MS, Arial, Arrial Narrow, sans-serif;
}
/* Week Day Title - TD */
.calWTitle {
	font: 12px Trebuchet MS, Arial, Arrial Narrow, sans-serif;
	font-weight: bold;
	background: #BBBBBB;
	text-align: center;
	color: #000000;
	height: 16px;
	width: 16px;
}
/* Selected Date - TD */
.calDayCurrent {
	font-weight: bold;
	background: #c4e8ff;
	width: 16px;
}
/* Sat. and Sun. - TD */
.calDayWeekend {
	background: #EEEEEE;
	width: 16px;
}
/* Sat. and Sun. - TD */
.calDayHoliday {
	background: gray;
	width: 16px;
}
/* Not Sat. and Sun. - TD */
.calDayWorking {
	background: #FFFFFF;
	width: 16px;
}
/* Days of current month - A */
.calThisMonth {
	font: 12px Trebuchet MS, Arial, Arrial Narrow, sans-serif;
	color: #000000;
	text-decoration: none;
}
/* Days of other month - A */
.calOtherMonth {
	font: 12px Trebuchet MS, Arial, Arrial Narrow, sans-serif;
	color: #909090;
	text-decoration: none;
}
/* Days not allowed by limits - SPAN */
.calForbDate {
	font: 12px Trebuchet MS, Arial, Arrial Narrow, sans-serif;
	color: red;
}
/* Time navigation table = TABLE */
.calTimetable{
	font-family: Trebuchet MS, Arial, Arrial Narrow, sans-serif;	
	font-size: 12px;
}
.calDataTitle{
	font-family: Trebuchet MS, Arial, Arrial Narrow, sans-serif;	
	font-size: 12px;
	color: #75412C;
}

.calDatCtrl{
	width: 85px;
	maxlength: 50;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*a {
	text-decoration: none;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #099;
}
input{color: #8E5236;}#glow-wrapper #glow .mod-content .content table tr td ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #223D5A;
*/

