/* r.a.d.calendar OFFICE2007 skin */

table.calendarWrapper
{
	background: white;
	cursor: default;
	font: normal 8pt Tahoma;
  border: solid 1px black; 
  margin-top: 1px;
}

.TableLayout
{
	margin: 0px 7px;
	background: url('img/titlebarBg.gif') repeat-x left 15px;
  font-family: verdana;
  font-size: 11px;
  color: rgb(3,56,147);
}

.TableLayout td a
{
	text-align: right;
	width: 13px;
	height: 12px;
	padding: 1px;
	display: block;
	text-decoration: none;
	color: black;
	cursor: default;
}

.DaysOfWeek
{
	color: black;
	text-align: right;
	text-transform: uppercase;
	height: 16px;
}

.otherMonth
{
	color: #aca899;
	text-align: right;
}

.otherMonth a
{
	color: #b3b3b3 !important;
}

.outOfRange
{
	color: #aca899;
	text-align: right;
	background: white;
}

.titlebar
{
	font: normal 8pt Tahoma;
	height: 16px;
	width: 100%;
	background: #e3efff;
	border: solid 1px #e3efff;
}

.MonthYearFastNav
{
	border: 1px solid #9ebef5;
	background: white;
	font: normal 8pt Tahoma;
	color: #000;
	border-collapse: collapse;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=140,color=#666666,strength=3);
	cursor: default;
}

.MonthYearFastNav td
{
	vertical-align: middle;
}

.MonthYearFastNav td.selected
{
	background: #ffe7a2;
	color: black;
	text-align: center;
}

.MonthYearFastNav td.bottom
{
	text-align: right;
	padding-left: 9px;
}

.MonthYearFastNav td input
{
	background: #daeaff;
	border: solid 1px #5d8cc9;
	font: normal 8pt Tahoma;
	color: black;
	float: left;
	width: auto;
	margin-right: 1px;
}

.radCalHover a,
{
	background: lightblue;
	border: solid 1px white;
	text-align: right;
	width: 15px;
	height: 13px;
	display: block;
	text-decoration: none;
	color: black;
}
.radCalDefault a,
.radCalWeekendDefault a, 
.radCalWeekendHover a
{
	background: white;
	border: solid 1px white;
	text-align: right;
	width: 15px;
	height: 13px;
	display: block;
	text-decoration: none;
	color: black;
}

.radCalToday a
{
	background: white;
	border: solid 1px #bb5503;
	font-weight: bold;
}

.radCalTodaySelected a
{
	background: #fbe694;
	border: solid 1px #bb5503;
	font-weight: bold;
}

.radCalTodaySelected
{
	background: #fbe694 !important;
}

.radCalSelect a,
.radCalWeekendSelect a
{
	background: #fbe694;
	border: solid 1px #fbe694;
}

.radCalSelect,
.radCalWeekendSelect
{
	background: #fbe694 !important;
}

.radPopupImage img
{
	vertical-align: top;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: -1px;
	_margin-top: 0px; /* IE margins fix */
	border-width: 0px;
}
