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;
/*background-color: #FFFFFF;*/
	text-align: center;
}

.month {
	border-style: outset;
	/*background-color: #e4e4e4;*/
	background-color: #FFFFFF;
	text-align: center;
	_border-left-color: rgb(225,225,225);
	_border-top-color: rgb(225,225,225);
}

.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	/*background-color: #B0C4DE; */
    color: black;
	background-image: url(../img/grad.JPG); 
	border-style: outset;
	border-width:0px
}

.dayname {
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFE0;
	color: #000000;
	border-style: outset;
	border-width:0px
}

.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	/*background-color: #e9e9e9;*/
	background-color: #000000;
	border-style: outset;
	border-width:1px
}

.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #e9e9e9;
	background-color: #000000;
}



.yearnavigation {
	font-size: 12px;
}



.datepicker {
	background-color: #e4e4e4;
}

.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: #FFFFFF;
	background-color: #F5F5F5;
}

.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #DCDCDC;
	/*background-color: #FFFFFF;*/
	color: #384955;
	height:20px;
	width:20px;
	border-width:0px;
}

.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	color: red;
	height:20px;
	width:20px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:20px;
}

.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
	background-color:#C0C0C0;
}

.sunday a {
	color: #667171;
}

.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
	background-color:#C0C0C0
}

.saturday a {
	color: #667171;
}

.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #384955;
	background-color: #adff2f;
	height:20px;
	width:20px;
}

.event a {
	background-color:#adff2f;
	color: #384955;
}

.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%;
}



