﻿a  {
	cursor: pointer;
	text-decoration: none;
}
#jMonthCalendar  {
	position: relative;
	height:500px;
	width:720px;
	margin-bottom: 90px;
}
.MonthlyCalendar .MonthNavigation {
	margin-bottom: 20px;
	clear: right;
}
.MonthlyCalendar .MonthNavPrev {
	float: left;
	width: 10%;
	margin: 0 0 0 50px;
	position: relative;
	z-index: 50;
}
.MonthlyCalendar .MonthNavNext {
	float: right;
	width: 10%;
	text-align: right;
	margin: 0 50px 0 0;
	position: relative;
	z-index: 60;
}
.MonthlyCalendar .MonthName {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	position: relative;
	top: 20px;
}
.MonthlyCalendar {
	width: 100%;
	border-collapse: collapse;
	
}
.MonthlyCalendar #CalendarHead  {
	width:100%;
	background: #fff;
	height: 50px;
}
.MonthlyCalendar #CalendarHead .DateHeader {
	width: 14.285%;
	text-align: center;
	border: 1px solid #ddd;
	height: 50px;
}

.MonthlyCalendar #CalendarBody {
}
.DateBox {
	vertical-align:top;
	border: solid 1px #ddd;
	width: 135px;
}
.DateLabel {
	height:16px;
	width:100%;
	background:#F7F7F7;
	text-align:right;
}
.DateLabel a {
	color: #000;
	cursor: default;
	padding: 0 5px 2px;
	text-decoration: none;
	line-height: 16px;
}
#CalendarBody .Weekend {
	background: #fffafa url("/common/img/holiday.gif") no-repeat 50% 55%;
}
#CalendarBody .Inactive {
	background:#fafafa;
}
.Today, #CalendarBody .DateBoxOver {
}
#jMonthCalendar .MoreEvents {
	padding: 1px 1px 1px 4px;
	cursor: pointer;
	display: block;
	position: absolute;
	text-align: center;
	height: 16px;
}
#jMonthCalendar .Event {
	margin-top: 5px;
	padding: 1px 1px 1px 4px;
	cursor: pointer;
	display: block;
	position: absolute;
	text-align:left;
	overflow: hidden;
	border: 3px solid #f06;
	background: #fff;
}
.Event a {
	float:left;
	white-space:nowrap;
}
.Event a:hover { text-decoration:underline; }
.Event span.ui-icon-triangle-1-w { float:left; }
.Event span.ui-icon-triangle-1-e { float:right; }

.blog1 {
	border-top: 2px solid #f90;
}
.blog2 {
	border-top: 2px solid #cc0;
}
.blog1 a,
.blog2 a {
	color: #333;
	text-decoration: none;
}
