﻿#jMonthCalendar {
	height: 400px;
	width: 100%;
	position:relative;
}

.MonthlyCalendar .MonthNavigation
{
	border-bottom:solid 1px #ddd;
	clear:both;
	height:20px;
	padding:5px 10px 0 10px;
}

.MonthlyCalendar .MonthNavPrev,
.MonthlyCalendar .MonthNavNext,
.MonthlyCalendar .TodayLink
{
	width:10%;
	float:left;
}

.MonthlyCalendar .YearNavNext,
.MonthlyCalendar .YearNavPrev
{
	display:none;
	width:10%;
	float:left;
}

.MonthlyCalendar .MonthName
 {
	width:40%;
	text-align:center;
	font-weight:bold;
	float:left;
}

.MonthlyCalendar
{
	height:100%;
	width:100%;
	border:solid 1px #ddd;
	border-collapse:collapse;
}

.MonthlyCalendar #CalendarHead 
{
	width:100%;
	background:#F7F7F7 none repeat scroll 0 0;
}

.MonthlyCalendar #CalendarHead .DateHeader
{
	width:14.285%;
	text-align:center;
}

.MonthlyCalendar #CalendarBody
{
}

.DateBox
{
	vertical-align:top;
	border:solid 1px #ddd;
	width:135px;
}

.DateLabel
 {
	height:16px;
	width:100%;
	background:#F7F7F7 none repeat scroll 0 0;
	text-align:right;
}

.DateLabel a
{
	cursor:pointer;
	padding:0 5px 2px;
	text-decoration:none;
	line-height:16px;
}

#CalendarBody .Inactive,
#CalendarBody .Weekend
{
	background:#fafafa none repeat scroll 0 0;
}
.Today, #CalendarBody .DateBoxOver
{
	background:#A9DFFF none repeat scroll 0 0;
}

#jMonthCalendar .MoreEvents
{
	font-size:12px;
	padding:1px 1px 1px 4px;
	cursor:pointer;
	display:block;
	position:absolute;
	text-align:center;
	height:14px;
}

#jMonthCalendar .Event
{
 	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	font-size:12px;
	padding-left:4px;
	background-color:#C0D0FF;
	border:solid 1px #575757;
	display:block;
	position:absolute;
	text-align:left;
	overflow:hidden;
	height:16px;
}

.Event a
{
	text-decoration:none;
	color:#444444;
	float:left;
	white-space:nowrap;
	font-size:12px;
	font-weight:normal;
	
}

.Event a:hover {  }

.Event span.ui-icon-triangle-1-w { float:left;  }
.Event span.ui-icon-triangle-1-e { float:right; }


/*Other*/
#jMonthCalendar .rangeStart {
 	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border: 0;
}

#jMonthCalendar .rangeEnd {
	width: 55px;
 	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border: 0;
}

#jMonthCalendar .oneDate {
	width: 55px;
 	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border: 0;
}

#jMonthCalendar .normal {
	background-color: #336699;
}

#jMonthCalendar .asap {
	background-color: #fdc843;
}

#jMonthCalendar .past {
	background-color: #ff3333;
}

#jMonthCalendar .complete {
	background-color: #2cc51d;
}

#jMonthCalendar .general {
	background-color: #acd7f5;
}

.link-next:hover, .link-prev:hover{
	cursor:pointer;
}
