
a {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	border-style: none;
	border-width: 4px;
	background-color: x|;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #B9B8B9;
	color: #5D5D5D;
}
.dayname td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #333333;
	color: #ffffff;
	border-style: outset;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
}
.datepickerform {
	margin: 2px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weigth: bold;
	color: #3333FF;
}
.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 {
	height:30px;
	width:30px;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ECECEC;
	color: #666666;
	height:30px;
	width:30px;
	vertical-align: top;
}
.today {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	vertical-align: bottom;
	padding: 3px;
	color: #666666;
}
.selectedday {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	background-color: #ECECEC;
	height:30px;
	width:30px;
	text-align: right;
	vertical-align: bottom;
	color: #666666;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #D3B6F3;
	height:30px;
	width:30px;
	vertical-align: top;
}

.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #D3B6F3;
	height:30px;
	width:30px;
	vertical-align: top;
}

.event {
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #2D2DB5;
	vertical-align: top;
}
.event a {
	background-color: #ffff99;
	color: red;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:30px;
	width:30px;
	vertical-align: top;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:30px;
	width:30px;
	vertical-align: top;
}
.day  {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	vertical-align: bottom;
	padding: 3px;
	color: #666666;
}

.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	font-size: 10px;
	width: 100%;
}
