/* Telerik RadCalendar Outlook Skin */

table.RadCalendar_Default
{
	background: #fff;
	cursor: default;
	font: normal 8pt Arial;
}

table.RadCalendar_Default td
{
	border:0;
}

table.RadCalendar_Default .rcTitlebar table
{
	font: normal 8pt Arial;
	height: 16px;
	width: 100%;
	background-color: #99A992;
	border: 1px solid #9ebef5;
	border-bottom: 2px solid #636363;
}

table.RadCalendar_Default .rcTitlebar td
{
	padding:3px;
}

.RadCalendar_Default .rcMainTable
{
	width:100%;
	background: #fffdf4;
}

.RadCalendar_Default .rcMainTable td a,
.RadCalendar_Default .rcMainTable td span
{
	display:block;
	text-align: right;
	padding-right:2px;
	text-decoration: none;
	cursor: default;
}

.RadCalendar_Default .rcMainTable td a
{
	color: #000;
}

.RadCalendar_Default .rcWeek th,
.RadCalendar_Default .rcRow th
{
	color: #000004;
	text-align: center;
	text-transform: uppercase;
}

.RadCalendar_Default .rcWeek th
{
	line-height:18px;
}

.RadCalendar_Default .rcRow th
{
	padding-left:3px;
	padding-right:3px;
}

.RadCalendar_Default .rcMainTable td a
{
	background: #fff;
	border: solid 1px #fff;
}

.RadCalendar_Default .rcMainTable .rcToday a
{
	border: solid 1px #bb5503;
}

.RadCalendar_Default .rcMainTable .rcSelected a
{
	background: #fbe694;
	border: solid 1px #fbe694;
}

.RadCalendar_Default .rcMainTable .rcOtherMonth a
{
	color: #aca899;
	border: solid 1px #fff;		
}

.SolixDayOverClass
{
	background-color : #aca899;
}

.RadCalendar_Default .rcMainTable .rcOutOfRange span
{
	background: #fff;
	color: #aca899;
	border:1px solid #fff;
}

.RadCalendarMonthView_Default
{
	border: 1px solid #666633;
	background: #FFFBE8;
	font: normal 8pt Arial;
	color: #000;
	border-collapse: collapse;
	cursor: default;
}

.RadCalendarMonthView_Default td
{
	vertical-align: middle;
	text-align:left;
	padding-left:2px;
	border:0;
}

.RadCalendarMonthView_Default td.rcSelected
{
	background: #fbe694;
	color: #000;
}

.RadCalendarMonthView_Default a
{
	text-decoration:none;
	color:#000;
}

.RadCalendarMonthView_Default .rcSelected a
{
	border:0px solid #ea9b1f;
	padding:0;
	background:#ffe79c;
}

.RadCalendarMonthView_Default td.rcButtons
{
	text-align: center;
}

.RadCalendarMonthView_Default .rcButtons input
{
	background: #D2CA22;
	border: solid 1px #000;
	font: normal 8pt Arial;
	color: #000000;
	float: left;
	width: auto;
	margin-right: 1px;
	cursor: hand;
	background-color: #dadac8;
}

/* Timepicker Outlook skin */

.RadCalendarTimeView_Default caption
{
    display: none;
}

.RadCalendarTimeView_Default 
{
	font-family: Arial, Times-roman;
	border: solid 1px #9ebef5;
	border-collapse: collapse;
	background: white;
	cursor: pointer;
	cursor: default;
	background: white;
}

.RadCalendarTimeView_Default td
{
	border:0;
	text-align:right;
}

.RadCalendarTimeView_Default a
{
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: black;
	line-height: 21px;
	padding: 0 2px;
}

.RadCalendarTimeView_Default .rcHover a
{
	text-decoration: underline;
}

.RadCalendarTimeView_Default th
{
	font-size: 11px;
	font-weight: normal;
	color: black;
	height: 20px;
	background: #9ebef5;
}

.RadPicker_Default
{
	vertical-align:middle;
}

.RadPicker_Default table.rcTable,
.RadPicker_Default table.rcTable td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_Default td
{
	vertical-align:middle;
}

.RadPicker_Default table.rcTable .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_Default td a
{
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	margin:0 2px;
	text-decoration:none;
}
* html .RadPicker_Default td a{position:static}/*IE6*/
*+html .RadPicker_Default td a{position:static}/*IE7*/

.RadPicker_Default td a img
{
	border:0;
}

.RadPicker_Default .rcDisabled,
.RadCalendarMonthView_Default .rcDisabled
{
}

.RAD_Invalid_Input_Default
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 11px;
	border-left: 1px solid;
	width: 120px;
	border-bottom: 1px solid;
	font-family: Arial;
	height: 18px;
	white-space: normal;
	color: #f32800;
	background-color: RED;
}


.RAD_Input_Default
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 11px;
	border-left: 1px solid;
	width: 120px;
	color: #000000;
	border-bottom: 1px solid;
	font-family: Arial;
	height: 18px;
	white-space :normal ;
}

.RadCalendarPopup, .RadCalendarFastNavPopup 
{
	width: auto;
}