.month {
	border-style: outset;
	border-width: 2px;
        border-color: #680198;
	background-color: white;
	text-align: center;
}
.monthname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #680198;
	color: white;
	border-style: outset;
	border-width:1px
        border-color: #680198;
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #680198;
	color: white;
	border-style: outset;
	border-width:1px
        border-color: #680198;
}
.monthnavigation {
	font-family: verdana, Arial, sans-serif;
}
.nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:90px;
	width:100px;
	color: #aaaaaa;
}
.monthday {
	text-align: left;
        text-decoration: underline;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #E4E4E4;
	color: #384955;
	height:90px;
	width:100px;
}
.today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #5CB5C7;
	color: black;
	height:90px;
	width:100px;
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:90px;
	width:100px;
}
.sunday {
	text-align: left;
        text-decoration: underline;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #E4E4E4;
	color: #667171;
	height:90px;
	width:100px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: left;
        text-decoration: underline;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #E4E4E4;
	color: #667171;
	height:90px;
	width:100px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #680198;
	height:90px;
	width:100px;
}
.event a {
	background-color: #ffff99;
	color: red;
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:90px;
	width:100px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #667171;
	height:90px;
	width:100px;
}
.todayevent a {
	background-color: #667171;
	color: red;
}
.eventcontent {
	font-size: 11px;
	border-style: outset;
	border-width: 1px;
        color: white;
	background-color: #680198;
	width: 100%;
}
