a {
	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: 1px solid #CCC;
	/*background-color: #68C1B5;*/
	background-color: #dedede;
	text-align: center;
	border-collapse:collapse;
	/*border-style: outset;*/
	color: #FFF;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	/*background-color: #004793;*/
	/*background-color: #5d2962;*/
	color: #5d2962;
	text-align: center;
	font-weight: bold;
	font-family:"Trebuchet ms";
	font-size:22px;
	font-weight: bold;
	padding:5px 0px;
	background:url(../images/year_bg.jpg);
	/*background-color: #004793;*/
	/*background-color: #004793;*/
	/*color: #004793;*/
	border-width:1px
}
.dayname td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background:url(../images/month_bg.jpg);
	background-color: #a287a8;
	color: #333;
	padding-top:2px;
	padding-bottom:3px;
	border-collapse:collapse;
	/*border-style: outset;
	border-width:1px*/
}
.yearnavigation {
	font-size: 12px;
	color: #FFFFFF;
}
.datepicker {
	background-color: #FAA525;
	border:0px;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	/*background-color: #5d2962;*/
	padding-top:10px;
	background:url(../images/year_bg.jpg);
	color: #FFF;
}

.monthnavigation a, .monthnavigation a:hover{
	font-family: Tahoma, Arial, sans-serif;
	/*background-color: #5d2962;*/
	color: #FFF;
	font-weight:bolder;
	font-size: 12px;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
	color: #FFF;
}
.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:100px;
	width:100px;
	color: #aaaaaa;
	vertical-align: top;
}

.month .nomonthday {
	text-align: center;
	font-size: 10px;
	height:100px;
	width:100px;
	color: #FFF;
	vertical-align: top;
}

.monthday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	/*background-color: #68C1B5;*/
	background-color: #e1f9fd;
	color:#333;
	height:100px;
	width:100px;
	padding:3px;
	border:1px #CCC solid;
	vertical-align: top;
}
.today {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	background-color: #0077cb;
	color: #ffffff;
	border:1px #CCC solid;
	height:100px;
	padding:3px;
	width:100px;
	vertical-align: top;
}
.selectedday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:100px;
	padding:3px;
	width:100px;
	border:1px #CCC solid;
	vertical-align: top;
}
.sunday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color:#333;
	height:100px;
	padding:3px;
	width:100px;
	border:1px #CCC solid;
	vertical-align: top;
	background-color: #e1f9fd;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color:#333;
	height:100px;
	padding:3px;
	width:100px;
	border:1px #CCC solid;
	vertical-align: top;
	background-color: #e1f9fd;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color:#fff;
	background-color: #4199a4;
	height:100px;
	padding:3px;
	width:100px;
	border:1px #CCC solid;
	vertical-align: top;
}
.event a {
	background-color: #4199a4;
	color: black;
}
.selectedevent {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: red;
	border:1px #CCC solid;
	background-color: #4199a4;
	height:100px;
	padding:3px;
	width:100px;
	vertical-align: top;
	background-color: #4199a4;
}
.selectedevent a {
	background-color: #4199a4;
	color: red;
}
.todayevent {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: red;
	border:1px #CCC solid;
	background-color: #4199a4;
	height:100px;
	padding:3px;
	width:100px;
	vertical-align: top;
}
.todayevent a {
	background-color: #ddeef8;
	color: red;
}
.eventcontent a, .eventcontent a:hover {
	font-size: 10px;
	text-align:center;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	width: 90px;
	background-color: #ddeef6;
}

.eventcontent td{
	font-size: 10px;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	width: 90px;
	padding:3px;
	border-right:1px #666 solid;
	border-bottom:1px #666 solid;
	background-color: #ddeef6;
}
