table.calendar1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: #EAEAEA;
	width: 220px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar1 input, table.calendar1 select {
	font-size: 10px;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	text-align: center;	
	color: #000000;
	font-weight: bold;
	width: 28px; /*should match calendar cell's width*/
	height: 20px;
}
table.caldayheading td.wkhead {

}
table.calcells {

	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	vertical-align: top;
	text-align: center;
	font-weight: bold;	
	width: 28px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	color: #0054E3;
}
table.calcells td.wkday {
	background-image: url('http://dev.huntn.biz/1.0.13/components/com_smmbooking/images/calendar/calenbtw.jpg');	
	background-repeat: no-repeat;	
}
table.calcells td.wkend {
	background-image: url('http://dev.huntn.biz/1.0.13/components/com_smmbooking/images/calendar/calenbtw.jpg');
	background-repeat: no-repeat;	
}
table.calcells td.seldate {
	background-image: url('http://dev.huntn.biz/1.0.13/components/com_smmbooking/images/calendar/calenbtr.jpg');
	background-repeat: no-repeat;	
	color: white;
}
table.calcells td.cell_chosen {
	background-image: url('http://dev.huntn.biz/1.0.13/components/com_smmbooking/images/calendar/calenyel.jpg');
	background-repeat: no-repeat;	
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-image: url('http://dev.huntn.biz/1.0.13/components/com_smmbooking/images/calendar/calenyel.jpg');
	background-repeat: no-repeat;
	color: black;
}
table.calcells td.notmnth {
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: #97af12;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #97af12;
}