
a {
	text-decoration: none;
	color: #67678f;
}
a:hover {
	text-decoration: none;
	color: #343469;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	border: 1px solid #92CAD7;
	/*background-color: #68C1B5;*/
	background-color: #c3c1f3;
	text-align: center;
	border-collapse:collapse;
	/*border-style: outset;*/
	color: #FFF;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-weight: bold;
	font-family:"Trebuchet ms";
	font-size:17px;
	font-weight: bold;
	padding:5px 0px;
	background:url(../images/year_bg.jpg);
	/*background-color: #004793;*/
	/*background-color: #004793;*/
	color: #fff;
	border-width:1px
}
.dayname td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background:url(../images/month_bg.jpg);
	color: #343468;
	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:url(../images/year_bg.jpg);
	color: #FFF;
}
.monthnavigation img {
	border:none;
}

.monthnavigation a{
	font-family: Tahoma, Arial, sans-serif;
	/*background-color: #004793;*/
	color: #FFF;
	font-weight:bolder;
	font-size: 12px;
	text-align:right;
}
.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:50px;
	width:80px;
	color: #aaaaaa;
	vertical-align: top;
}

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

.monthday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	/*background-color: #68C1B5;*/
	background-color: #FFF;
	color: #000;
	height:50px;
	width:80px;
	border:1px solid #CCC;
	vertical-align: top;
}
/*html>body .monthday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	background-color: #68678f;
	background-color: #FFF;
	color: #000;
	height:50px;
	width:80px;
	border:1px solid #CCC;
	vertical-align: top;
}*/

.today {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	background-color: #68678f;
	color: #ffffff;
	height:50px;
	width:80px;
	border:1px solid #CCC;
	vertical-align: top;
}
.selectedday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:50px;
	width:80px;
	border:1px solid #CCC;
	vertical-align: top;
}
.sunday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	height:50px;
	/*width:50px;*/
	width:80px;
	vertical-align: top;
	border:1px solid #CCC;
	background-color: #FFF;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	height:50px;
	/*width:50px;*/
	width:80px;
	vertical-align: top;
	border:1px solid #CCC;
	background-color: #FFF;
}
.saturday a {
	color: #667171;
}

.event {
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	/*color: black;*/
	background-color: #ffff99;
/*	
	height:50px;
	width:50px;
*/	
	border:1px solid #CCC;
	vertical-align: top;
}

.event a {
	background-color: #ffff99;
}

.selectedevent {
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
/*
	height:50px;
	width:80px;
*/
	vertical-align: top;
	border:1px solid #CCC;
	background-color: #ffff99;
}

.selectedevent a {
	background-color: #ffff99;
	color: red;
}

.todayevent {
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
/*
	height:50px;
	width:80px;
*/
	border:1px solid #CCC;
	vertical-align: top;
}

.todayevent a {
	background-color: #ffff99;
	color: red;
}

.eventcontent, .eventcontent a, .eventcontent a:hover {
	font-size: 9px;
	font-weight: bold;
	border-style: none;
	text-align:right;
	border-width: 0px;
	/*width:50%;*/
	background-color: #ffff99;
}

.eventcontent td{
	font-size: 9px;
	text-align:right;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	/*width: 50%;*/
	background-color: #ffff99;
}