/*calendar */
.month {
	font-family: "Century Gothic", Arial;
	font-size: 26px;
	color: #666666;
	text-align:left;
	text-transform:uppercase;
	font-weight: bold;
}
.week {
	background-color:#7fc7f4;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight: bold;
	border-bottom:solid 1px #CCCCCC;
	text-align:center;
}
.week_sun {
	background-color:#727272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight: bold;
	border-bottom:solid 1px #CCCCCC;
	text-align:center;
}
.week_sat {
	background-color:#727272;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight: bold;
	border-bottom:solid 1px #CCCCCC;
	text-align:center;
}
.calendar_box {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-bottom:solid 1px #E3E3E3;
	border-left: solid 1px #E3E3E3;
	width:120px;
	background-color:#e6f6f8;
	padding-right:5px;
	margin-left:0px;
	margin-bottom:0px;
}
.calendar_box ul, .calendar_box_sat ul, .calendar_box_sun ul{
	font-weight:bold;
	margin-left:20px;
	margin-bottom:5px;
	padding-left:0px;
	-moz-padding-start:0px;
}
.calendar_box ul li {
	font-weight:normal;
	padding-bottom:10px;
}
.calendar_box_sat {
	border-bottom:solid 1px #E3E3E3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3E3E3;
	width:40px;
	background-color:#ebebeb;
}
.calendar_box_sun {
	border-bottom:solid 1px #E3E3E3;
	width:40px;
	background-color:#ebebeb;
}
.calendar_box_noday {
	color: #999999;
/*	background-color: #FFFFFF;*/
	border-bottom:solid 1px #E3E3E3;
	border-left: solid 1px #E3E3E3;
}

.calendar_item {
	color: #666666;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.calendaradd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 10px;
}
.calendar_week_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.calendar_content {
}
.download {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #666666;
	text-transform:uppercase;
	font-weight: normal;
}

.calendar_day {
	height:15px;
	width:20px;
	text-align:center;
	vertical-align:middle;
	background-color:#0072C6;
	font-size: 10px;
	font-family: "Trebuchet MS", "Arial Unicode MS";
	color: #FFFFFF;
	display: block;
}
.calendar_day_off {
	height:15px;
	width:20px;
	text-align:center;
	vertical-align:middle;
	background-color:#999999;
	font-size: 10px;
	font-family: "Trebuchet MS", "Arial Unicode MS";
	color: #FFFFFF;
	display: block;
}
