/* r.a.d.calendar sitefinity skin */

table.calendarWrapper_Sitefinity
{
	background: #dae2e4;
	cursor: default;
	border-bottom: 0;
}

.TableLayout_Sitefinity
{
	width: 100%;
	border-right: solid 1px #768e95;
}

.TableLayout_Sitefinity td
{
	border-bottom: solid 1px #768e95;
	width: 20px;
	font: normal 11px Arial, Verdana, Sans-serf;
}

.TableLayout_Sitefinity td a
{
	text-align: center;
	height: 13px;
	padding: 1px;
	display: block;
	text-decoration: none;
	color: #768e95;
	cursor: default;
}

.TableLayout_Sitefinity td a:hover
{
	color: black;
}

.DaysOfWeek_Sitefinity
{
	color: white;
	text-align: center;
	text-transform: uppercase;
	height: 17px;
	background: #768e95;
}

.otherMonth_Sitefinity a
{
	color: #768e95;
	padding: 1px;
	display: block;
	width: 100%;
	text-align: center;
	height: 13px;
	margin: 1px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30); /* Internet Explorer */
	-moz-opacity: 0.3; /* Mozilla */
	opacity: 0.3; /* Opera, Mozilla */
}

.outOfRange_Sitefinity span
{
	background: white;
	color: #d1d1d1;
	padding: 1px;
	display: block;
	width: 100%;
	text-align: center !important;
	height: 13px;
	margin: 1px;
}

.titlebar_Sitefinity
{
	font: bold 11px Arial, Verdana, Sans-serf;
	height: 20px !important;
	border-bottom: solid 1px white;
	width: 100%;
	color: white;
	background: #768e95;
}

.MonthYearFastNav_Sitefinity
{
	border: solid 1px #768e95;
	font: normal 10px Arial, Verdana, Sans-serf;
	background: white;	
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.dropShadow(Color=768e95,offX=2,offY=2,positive=true);
	color: #768e95;
	border-collapse: collapse;
}

.MonthYearFastNav_Sitefinity td
{
	vertical-align: middle;
	padding: 4px;
}

.MonthYearFastNav_Sitefinity td.selected_Sitefinity
{
	background: #768e95;
	color: white !important;
	text-align: center;
}

.MonthYearFastNav_Sitefinity td input
{
	background: #dae2e4;
	border: solid 1px #768e95;
	font: bold 10px Arial, Verdana, Sans-serf;
	color: #768e95;
	float: left;
	width: auto;
	margin-right: 2px;
	position: relative;
	left: 1px;
}

.radCalHover_Sitefinity a,
.radCalWeekendHover_Sitefinity a
{
	width: 100% !important;
	height: 13px;
	display: block;
	border: solid 1px transparent;
	_border: solid 1px #e4e4e4;
	color: black !important;
}

.radCalDefault_Sitefinity a,
.radCalWeekendDefault_Sitefinity a
{
	margin: 1px;
	width: 100% !important;
	height: 13px;
	display: block;
	text-decoration: none;
	color: #363636;
}

.radCalToday_Sitefinity a
{
	background: #fff;
	border: solid 1px #909090;
}

.radCalTodaySelected_Sitefinity a
{
	background: lime !important;
	border: solid 1px #909090;
	color: white !important;
}

.radCalTodaySelected_Sitefinity
{
	background: lime !important;
	border: solid 1px #909090;
	color: white !important;
}

.radCalSelect_Sitefinity a,
.radCalWeekendSelect_Sitefinity a
{
	background: #768e95;
	border: solid 1px #768e95;
	width: 100% !important;
	color: white !important;
	text-align: center !important;
}

.radCalSelect_Sitefinity,
.radCalWeekendSelect_Sitefinity
{
	background: #909090 !important;
	color: white !important;
}

.radPopupImage_Sitefinity
{
	vertical-align: middle;
	display: inline;
	display: inline-block;
	padding-top: 3px;
}

a.radPopupImage_Sitefinity img
{
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
}

.radDisabled_Sitefinity
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30); /* Internet Explorer */
	-moz-opacity: 0.3; /* Mozilla */
	opacity: 0.3; /* Opera, Mozilla */
}
