/* large and small calendar styles*/
.calendarWrapper
{
	color: #686868;
	font: normal 12px Arial, Verdana, Sans-serif;
	background-image: url(Img/calendarBg.gif);
	background-repeat: repeat-x;
	background-color: #e0ded4;
	border: solid 1px #E5E5E5;
	cursor: default;
	width: 100%
}
.radCalDefault
{
	color: #7f7f7f;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #ffffff;
	border-bottom: solid 1px #e1ddd4;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #F5F5F5;
	border-right: solid 1px #dadada;
	vertical-align: top;
	cursor: default;
	padding: 3px;
	width: 14%;
}
.radCalHover
{
	color: #5e5d41;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #DCF2D9;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #DADADA;
	vertical-align: top;
	cursor: default;
	padding: 3px;
	width: 14%;
}
.radCalSelect
{
	color: #5e5d41;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #DCF2D9;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #DADADA;
	vertical-align: top;
	cursor: default;
	padding: 3px;
	width: 14%;
}
.DaysOfWeek
{
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	background-color: transparent;
	border-right: 1px solid #B7B7B7;
	text-align: center;
	cursor: default;
	padding: 3px;
	width: 14%
}
.otherMonth
{
	color: #D9D9D9;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #F5F5F5;
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #D9D9D9;
	border-bottom: solid 1px #ffffff;
	text-align: left;
	vertical-align: top;
	cursor: default;
	padding: 3px;
	width: 14%;
}
.otherMonth A
{
	color: #D9D9D9;
	text-decoration: none;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
	cursor: default;
	padding: 3px;
}
.otherMonth A:hover
{
	color: #9B9B9B;
	text-decoration: underline;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
	cursor: hand;
	padding: 3px;
}
.titlebar
{
	color: #ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	cursor: default;
	height: 30px;
	width: 100%;
}
.TableLayout
{
	width: 100%;
	border: 1px solid #BDBDBD;
}
.TableLayout TD
{
	padding: 3px;
}

/* month year fast nav */
.MonthYearFastNav
{
	color: #000000;
	font: normal 10px Verdana;
	background-color: #f9f8e0;
	border: 1px solid #c7c7a9;
	border-collapse: collapse;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=140,color=#666666,strength=3);
}
.MonthYearFastNav TD
{
	background-image: url(Img/MonthYearFastNavBtnBg.gif);
	border-bottom: 1px solid #c7c7a9;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
	padding: 4px;
}
.MonthYearFastNav TD.selected
{
	color: #ffffff;
	background-color: #0dcbf5;
}
.MonthYearFastNav TD.bottom
{
	text-align: center;
}
.MonthYearFastNav TD INPUT
{
	color: #ffffff;
	font: normal 10px Verdana;
	background-color: #0dcbf5;
	border: 1px solid #c7c7a9;
	float: left;
	margin-right: 1px;
}

/* calendar cell styles */
.radCalDefault A
{
	color: #7f7f7f;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	cursor: default;
}
.radCalDefault A:hover
{
	color: #7f7f7f;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	cursor: hand;
}
.radCalDefault IMG, .radCalHover IMG, .radCalSelect IMG
{
	float:left;
}
.radCalHover A
{
	color: #7f7f7f;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	cursor: default;
}
.radCalSelect A
{
	color: #7f7f7f;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	cursor: default;
}

/* day view styles */
.dayItemWrapper, .weekItemWrapper, .eventItemWrapper, .detailItemWrapper
{
	background-color: #ffffff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	width: 100%;
}
.dayViewHour
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	width: 50px;
}
.dayViewTop
{
	background-color: #eeeeee;
	font-family: arial;
	font-size: 12px;
}
.dayViewBottom
{
	font-family: arial;
	font-size: 12px;
}

/* week view styles */
.weekViewDay
{
	background-color: #eeeeee;
	font-family: Arial;
	font-size: 14px;
	width: 150;
}
.weekViewDate
{
	background-color: #eeeeee;
	font-family: Arial;
	font-size: 14px;
	text-align: right;
}

/* event view styles */
.eventDay
{
	background-color: #eeeeee;
	font-family: Arial;
	font-size: 14px;
}

/* alternating event styles */
.eventLeft
{
	font-family: arial;
	font-size: 12px;
	width: 150;
}
.eventRight
{
	font-family: arial;
	font-size: 12px;
}
.eventLeftAlt
{
	background-color: #eeeeee;
	font-family: arial;
	font-size: 12px;
	width: 150;
	background-color: #eeeeee;
}
.eventRightAlt
{
	font-family: arial;
	font-size: 12px;
	background-color: #eeeeee;
}

/* detail view */
.detailItemWrapper
{
	padding: 50px;
}
.eventTitle
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}
.eventBody
{
	font-family: arial;
	font-size: 12px;
}
.eventTime
{
	font-family: arial;
	font-size: 12px;
}
.eventDate
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
.eventLocation
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
.eventAddress
{
	font-family: arial;
	font-size: 12px;
	padding-right: 20px;
}
.eventTools
{
	font-family: arial;
	font-size: 12px;
	padding-right: 20px;
}
.eventTools div
{
	border: 1px solid;
	background-color: #eee;
	padding: 10px;
}

/* calendar toolbar styles */
.calendar_navItem
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
a.calendar_navItem:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	text-decoration: underline;
}
.calendar_headerItem
{
	border-top: 1px dashed #EAE8E8;
	border-bottom: 1px solid #777777;
	background-color: #fff;
}

/* list view styles */
.listViewHeadline, .listViewTitle
{
	font-family: Arial;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
	color: #333;
}
.listViewSynopsis
{
    font-family: Helvetica;
	font-size: 8pt;
	line-height: 11pt;
	color: #333;
	padding: 5px 0px 5px 0px
}
.listViewDate
{
	font-family: Helvetica;
	font-size: 8pt;
	line-height: 11pt;
	color: #333;
}
