/*Telerik RadCalendar BitByBit skin*/

table.RadCalendar_BitByBit
{
	border-collapse:separate;
	border:0;
	font:11px arial,sans-serif;
}

/*titlebar*/

.RadCalendar_BitByBit .rcTitlebar
{
	width:100%;
	border:1px solid #6788be;
	padding:0;
	background:#91b3e0 url('/RadControls/Skin/Calendar/BitByBit/sprite.gif') 0 -500px repeat-x;
	color:#fff;
}

.RadCalendar_BitByBit .rcTitlebar table
{
	width:100%;
	border-collapse:separate;
	border:0;
	font:18px/27px arial,sans-serif;
}

.RadCalendar_BitByBit .rcTitlebar td
{
	border:0;
	padding:0 0 2px;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar_BitByBit .rcTitlebar .rcTitle
{
	width:100%;
	cursor:pointer;
}

.RadCalendar_BitByBit .rcTitlebar .rcPrev,
.RadCalendar_BitByBit .rcTitlebar .rcNext,
.RadCalendar_BitByBit .rcTitlebar .rcFastPrev,
.RadCalendar_BitByBit .rcTitlebar .rcFastNext
{
	display:block;
	width:13px;
	height:15px;
	overflow:hidden;
	margin:0 3px;
	background:transparent url('/RadControls/Skin/Calendar/BitByBit/sprite.gif') no-repeat;
	text-indent:-3333px;
	text-decoration:none;
	font-size:1px;
	color:#ccc;
}

.RadCalendar_BitByBit .rcTitlebar .rcPrev
{
	background-position:4px -46px;
}

.RadCalendar_BitByBit .rcTitlebar .rcNext
{
	background-position:5px -96px;
}

.RadCalendar_BitByBit .rcTitlebar .rcFastPrev
{
	margin-left:6px;
	background-position:2px 4px;
}

.RadCalendar_BitByBit .rcTitlebar .rcFastNext
{
	margin-right:6px;
	background-position:2px -146px;
}

.RadCalendar_BitByBit .rcMain
{
	width:100%;
	border:1px solid #6788be;
	border-top:0;
	padding:0;
	background:#fff;
}

.RadCalendar_BitByBit .rcMainTable
{
	border-collapse:separate;
	border:0;
	width:100%;
	font:12px/32px arial,sans-serif;
}

/*header, footer*/

.RadCalendar_BitByBit .rcHeader,
.RadCalendar_BitByBit .rcFooter
{
	border:1px solid #6788be;
	border-top:0;
	padding:0;
}

/*week numbers and days*/

.RadCalendar_BitByBit .rcRow th,
.RadCalendar_BitByBit .rcWeek th
{
	border:0;
	border-bottom:1px solid #a5bedf;
	padding:0;
	background:#e7f1ff;
	color:#333;
	text-align:center;
	cursor:default;
}

.RadCalendar_BitByBit .rcWeek th
{
	border-right:1px solid #e7f1ff;
	line-height:24px;
}

.RadCalendar_BitByBit .rcRow th
{
	border-right:1px solid #dde1e4;
}

.RadCalendar_BitByBit .rcRow th,
.RadCalendar_BitByBit .rcRow td
{
	vertical-align:middle;
}

.RadCalendar_BitByBit .rcWeek .rcViewSel,
.RadCalendar_BitByBit .rcRow th
{
	width:30px;
}

/*date cells*/

.RadCalendar_BitByBit .rcRow td
{
	border:solid #dde1e4;
	border-width:0 1px 1px 0;
	padding:0;
	text-align:center;
}

.RadCalendar_BitByBit .rcRow a,
.RadCalendar_BitByBit .rcRow span
{
	display:block;
	width:32px;
	margin:0 auto;
	text-decoration:none;
	color:#333;
}

.RadCalendar_BitByBit .rcWeekend a
{
	color:#666;
}

.RadCalendar_BitByBit .rcRow .rcToday a
{
	background:url('/RadControls/Skin/Calendar/BitByBit/sprite.gif') 0 -900px no-repeat;
	font-size:18px;
	font-weight:bold;
	color:#000;
}

.RadCalendar_BitByBit .rcOtherMonth a
{
	color:#ccc;
}

.RadCalendar_BitByBit .rcOutOfRange span
{
	color:#ccc;
	cursor:default;
}

.RadCalendar_BitByBit .rcRow .rcHover a
{
	background:url('/RadControls/Skin/Calendar/BitByBit/sprite.gif') 0 -600px no-repeat;
	font-size:18px;
	font-weight:bold;
	color:#000;
}

.RadCalendar_BitByBit .rcRow .rcSelected a
{
	background:url('/RadControls/Skin/Calendar/BitByBit/sprite.gif') 0 -700px repeat-x;
	font-size:18px;
	font-weight:bold;
	color:#000;
}

.RadCalendar_BitByBit .rcHeader,
.RadCalendar_BitByBit .rcFooter,
.RadCalendar_BitByBit td.rcCellTemplate
{
	/*template styles*/
}

/*multimonth view*/

table.RadCalendarMultiView_BitByBit
{
	border-collapse:separate;
	border:0;
}

.RadCalendarMultiView_BitByBit .rcCalendars .rcMainTable
{
	border-collapse:separate;
	border:0;
	width:100%;
	margin:0;
}

.RadCalendarMultiView_BitByBit .rcCalendar
{
	border:solid #6788be;
	border-width:0 1px 1px 0;
	padding:0;
}

.RadCalendarMultiView_BitByBit .rcLastCol
{
	border-right:0;
}

.RadCalendarMultiView_BitByBit .rcLastRow
{
	border-bottom:0;
}

.RadCalendarMultiView_BitByBit .rcMainTable .rcTitle
{
	border:0;
	padding:7px 0 4px;
	background:#e7f1ff;
	font:15px/18px arial,tahoma,sans-serif;
	text-align:center;
}

/*month view*/

table.RadCalendarMonthView_BitByBit
{
	border-collapse:collapse;
	border:0;
	background:#fff;
	font:11px arial,sans-serif;
	color:#000;
}

.RadCalendarMonthView_BitByBit td
{
	border:1px solid #d8dde0;
	padding:0;
}

.RadCalendarMonthView_BitByBit a
{
	display:block;
	padding:4px;
	text-align:center;
	text-decoration:none;
	color:#000;
}

.RadCalendarMonthView_BitByBit .rcHover a
{
	background:#e7f1ff;
}

.RadCalendarMonthView_BitByBit .rcSelected a
{
	background:#dcfc5c;
}

.RadCalendarMonthView_BitByBit .rcButtons
{
	padding:4px 6px;
	text-align:center;
}

.RadCalendarMonthView_BitByBit input
{
	border:1px solid #6788be;
	padding:0;
	background:#8eb0dd url('/RadControls/Skin/Calendar/BitByBit/sprite.gif') 0 -800px repeat-x;
	color:#fff;
	font:bold 11px arial,sans-serif;
	cursor:pointer;
}

.RadCalendarMonthView_BitByBit #rcMView_Today
{
	margin:0 0.3em 0 0;
}

.RadCalendarMonthView_BitByBit #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_BitByBit
{
	border-collapse:collapse;
	border:1px solid #6788be;
	background:#fff;
	font:11px arial,tahoma,sans-serif;
	color:#333;
}

.RadCalendarTimeView_BitByBit th
{
	border:0;
	border-bottom:1px solid #6788be;
	padding:0 0 2px;
	background:#91b3e0 url('/RadControls/Skin/Calendar/BitByBit/sprite.gif') 0 -500px repeat-x;
	color:#fff;
	font:18px/27px arial,sans-serif;
	text-align:center;
	cursor:default;
}

.RadCalendarTimeView_BitByBit td
{
	border:1px solid #d8dde0;
	width:70px;
	padding:0;
	line-height:32px;
}

.RadCalendarTimeView_BitByBit a
{
	display:block;
	text-align:center;
	color:#333;
	text-decoration:none;
}

.RadCalendarTimeView_BitByBit td.rcHover a
{
	background:url('/RadControls/Skin/Calendar/BitByBit/sprite.gif') 0 -1000px repeat-x;
	color:#000;
	font-size:12px;
	font-weight:bold;
}

.RadCalendarTimeView_BitByBit td.rcSelected a
{
	background:#dcfc5c;
	color:#000;
	font-size:12px;
	font-weight:bold;
}

.RadCalendarTimeView_BitByBit .rcFooter
{
	width:auto;
	padding:0;
	line-height:1.4;
}

/*pickers*/


.RadPicker_BitByBit input  
{  
    border-color:#abc1de !important;
    border-width:1px; 
    border-style:solid;   
    padding:0;
}

.RadPicker_BitByBit
{
	vertical-align:middle;
}

.RadPicker_BitByBit table,
.RadPicker_BitByBit td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_BitByBit td
{
	vertical-align:middle;
}

.RadPicker_BitByBit .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_BitByBit td a
{
	display:block;
	text-decoration:none;
	margin:0 2px;
	outline:none;/*FF*/
	position:relative;/*FF*/
	z-index:2;/*Opera*/
}
* html .RadPicker_BitByBit td a /*IE6*/
{
	position:static;
}
*+html .RadPicker_BitByBit td a /*IE7*/
{
	position:static;
}

.RadPicker_BitByBit .rcCalPopup,
.RadPicker_BitByBit .rcTimePopup
{
	width:17px;
	height:17px;
	overflow:hidden;
	background-image:url('/RadControls/Skin/Calendar/BitByBit/sprite.gif');
	background-repeat:no-repeat;
	text-indent:-4444px;
}

.RadPicker_BitByBit .rcCalPopup,
.RadPicker_BitByBit .rcDisabled.rcCalPopup:hover
{
	background-position:0 -200px;
}

.RadPicker_BitByBit .rcCalPopup:hover
{
	background-position:0 -250px;
}

.RadPicker_BitByBit .rcTimePopup,
.RadPicker_BitByBit .rcDisabled.rcTimePopup:hover
{
	background-position:0 -299px;
}

.RadPicker_BitByBit .rcTimePopup:hover
{
	background-position:0 -349px;
}

.RadPicker_BitByBit .rcDisabled,
.RadCalendarMonthView_BitByBit .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}
