a {
/*	text-decoration: none;*/
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}
.year {
	border-style: outset;
	border-width: 0px;
	background-color: #ffffff;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #e4e4e4;
	text-align: center;
}
.yearname {
	width:200px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #DADADA;
	color: #5D5D5D;
	border-style: outset;
	border-width:0px
}
.dayname td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #3E97CF;
	color: #ffffff;
	border-style: outset;
	border-width:1px
}
.yearnavigation {
	font-size: 14px;
	text-decoration: underline;
}
.yearnavigation A:hover
{
	color: #CC0000;
	text-decoration: underline;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
/*	font-family: Tahoma, Arial, sans-serif;*/
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #E4E4E4;
	color: #384955;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #5CB5C7;
	color: #ffffff;
	height:20px;
	width:20px;
}
.availLegend
{
	border-style: outset;
	border-width: 1px;
    border-right: #000000 1px;
    border-top: #000000 1px;
    VERTICAL-ALIGN: middle;
    BORDER-LEFT: #000000 1px;
    BORDER-BOTTOM: #000000 1px;
    BACKGROUND-COLOR: #E4E4E4;
    TEXT-ALIGN: center
}
.bookLegend
{
    border-right: #000000 1px;
    border-top: #000000 1px;
    VERTICAL-ALIGN: middle;
    BORDER-LEFT: #000000 1px;
    BORDER-BOTTOM: #000000 1px;
    BACKGROUND-COLOR: #F3AF2D;
    TEXT-ALIGN: center
}
.bookchkLegend
{
    border-right: #000000 1px;
    border-top: #000000 1px;
/*    FONT: 10px Arial;*/
	font-size: 10px;
    VERTICAL-ALIGN: middle;
    BORDER-LEFT: #000000 1px;
    BORDER-BOTTOM: #000000 1px;
    BACKGROUND-COLOR: #90E028;
    TEXT-ALIGN: center;
}
.todaybookedday
{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.bookedday
{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #F3AF2D;
	height:20px;
	width:20px;
}
.inday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #90E028;
	height:20px;
	width:20px;
}
.outday
{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #90E028;
	height:20px;
	width:20px;
}
.pendLegend
{
    border-right: #000000 1px;
    border-top: #000000 1px;
/*    FONT: 10px Arial;*/
	font-size: 10px;
    VERTICAL-ALIGN: middle;
    BORDER-LEFT: #000000 1px;
    BORDER-BOTTOM: #000000 1px;
    BACKGROUND-COLOR: #FFFF00;
    TEXT-ALIGN: center;
}
.pendingday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFF00;
	height:20px;
	width:20px;
}

.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.event a {
	background-color: #ffff99;
	color: red;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
