
.mini_calendar {
	float:left;
	display:inline;
	margin: 0px 2px;
}

.year {
	border-style: outset;
	border-width: 1px;
	background-color: #CD5C5C;
	text-align: center;
}
.month {
	border: 1px solid rgb(190, 194, 195); 
	background-color: rgb(255, 255, 255); 
	width: 120px;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFEFDB;
}
.monthbar {
	padding:0px;
	background:#efefef;
	border-bottom:1px solid #B4B4B6;
}
.weekbar {
	background:#e0e0e0;
	border-bottom:1px solid #B4B4B6;
}

.monthname, .monthname a, .monthname a:visited {
	font-size: 8px;
	font-weight: bold;
	color: #565666;
	text-align:center;
	text-decoration: none;
}

.monthname a:hover {text-decoration: underline;}

.dayname { 
	font-size: 8px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	padding-right: 1px;
	background:#e0e0e0;
	/*border:1px solid #FFFFFF;*/
}
.weeknumtitle {
	background-color: #8B4513;
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	color: #FFEFDB;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 8px;
	color: #000099;
	background-color: #EEDFCC;
}
.week {
	border-style: none;
	background-color: #CD5C5C;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	color: #CDC9C9;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #CD5C5C;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	padding: 0px;
	text-align: center;
}
.monthpicker {
	font-size: 11px;
	background-color: #CD5C5C;
	color: #FFEFDB;
}
.yearpicker {
	font-size: 11px;
	background-color: #CD5C5C;
	color: #FFEFDB;
}
.pickerbutton {
	background-color: #CD5C5C;
	color: #FFEFDB;
}
.nomonthday {
	text-align: center;
	font-size: 8px;
/* 	height:20px;
	width:20px; */
	color: #aaaaaa;
}
.monthday {
	font-size: 8px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color:#000000;
	background: #ccffff;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 1px;
	padding-left: 1px;
	text-align: center;
}
.monthday a {
	color: #000000;
}
.today {
	font-size: 8px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 1px;
	padding-left: 1px;
	color:#FFFFFF;
	background: #888888;
	text-align: center;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	color:#FFFFFF;
	background-color: #6699cc;
	height:18px;
	width:18px;
}
.sunday {
	font-size: 8px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color:#000000;
	background: #ccffcc;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 1px;
	padding-left: 1px;
	text-align: center;
}
.sunday a {
	color:#000000;
}
.saturday {
	font-size: 8px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color:#000000;
	background: #ccffcc;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 1px;
	padding-left: 1px;
	text-align: center;
}
.saturday a {
	color: #000000;
}
.event {
	font-size: 8px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color:#000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 1px;
	padding-left: 1px;
	background: #99cc33;
/* 	border: 1px solid #000000; */
	text-align: center;
}
.event a { 
	font-size: 8px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color:#000000;
	text-decoration: none;
}
.event a:hover {
	text-decoration: underline;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	color: #000000;
	background-color: #66cc66;
	height:18px;
	width:18px;
}
.selectedevent a {
	background-color: #66cc66;
	color: #000000;
}
.todayevent {
	font-size: 8px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color:#FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 1px;
	padding-left: 1px;
	background-color: #669933;
	text-align: center;
}
.todayevent a {
	font-size: 8px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color:#FFFFFF;
	text-decoration: none;
}
.todayevent a:hover {
	text-decoration: underline;
}
.eventcontent {
	font-size: 8px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}
