﻿body
{
}

a 
{
	font-size:11px;
	text-decoration:underline;
	cursor:pointer;
}

#jMonthCalendar 
{
    font-family: Arial !important;
	position:relative;
	height:650px;
}

.MonthlyCalendar .MonthNavigation
{
    background-color: #2f67a1;
	border-bottom:solid 1px #ddd;
	clear:both;
	height:25px;
	padding:5px 10px 0 10px;
}

.MonthlyCalendar .MonthNavPrev
{
    background-image: url("../../../images/jQueryPlugins/jMonthCalendar/Previous.png");
    cursor: pointer;
    float: left;
    height: 21px;
    width: 34px;
}

.MonthlyCalendar .TodayLink
{
	width:7%;
	float:left;
}

.MonthlyCalendar .MonthNavNext
{
    background-image: url("../../../images/jQueryPlugins/jMonthCalendar/Next.png");
    cursor: pointer;
    float: right;
    height: 21px;
    width: 34px;
}

.MonthlyCalendar .YearNavNext,
.MonthlyCalendar .YearNavPrev
{
	width:10%;
	float:left;
}

.MonthlyCalendar .MonthName
 {
    color: #ffffff;
	float:left;
	font-family: Arial !important;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	width:91%;
}

.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
{
    color: #ff7a0d;
	font-family: Arial !important;
	text-align:center;
	width:14.285%;
}

.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
{
    background-color: #fdf996 !important;
}

#CalendarBody .DateBoxOver
{
	background:#A9DFFF none repeat scroll 0 0;
}

#jMonthCalendar .MoreEvents
{
    background-image: url("../../../images/jQueryPlugins/jMonthCalendar/More.png");
    background-position: right;
    background-repeat: no-repeat;
    border: solid 1px white;
	cursor:pointer;
	display:block;
	font-size:12px;
	height:14px;
	padding:1px 1px 1px 4px;
	position:absolute;
	text-align:center;
    text-decoration: none;
    width: 20px;
}

#jMonthCalendar .Event
{
	/*background-color: #4a4a4a;*/
	background-image: url("../../../images/jQueryPlugins/jMonthCalendar/EventBackground.png");
	border:solid 1px #000;
	cursor:pointer;
	display:block;
	font-size:12px;
	height:14px;
	padding:1px 1px 1px 4px;
	position:absolute;
	overflow:hidden;
	text-align:left;
}

.Event a
{
	text-decoration:none;
	color:#ffffff;
	float:left;
	font-weight: bold;
	white-space:nowrap;
	padding-top:1px;
}
.Event a:hover { text-decoration:underline; }
.Event span.ui-icon-triangle-1-w { float:left; }
.Event span.ui-icon-triangle-1-e { float:right; }

