/*Telerik RadCalendar Custom skin*/

table.RadCalendar_Custom
{
	border-collapse:separate;
	border:0;
	/*background:#fff;*/
	font:12px "segoe ui",arial,sans-serif;
	width:220px;
}

/*titlebar*/

.RadCalendar_Custom .rcTitlebar
{
	width:100%;
	/*border:1px solid;
	border-color:#868686 #868686 #c4c4c4;*/
	padding:0;
	/*background:#eaeaea 0 -1000px repeat-x url('Images/sprite.gif');*/
	color:#ffffff;	
	background : #686868;
}

.RadCalendar_Custom .rcTitlebar table
{
	width:100%;
	border-collapse:separate;
	border:0;
	font:12px/23px "segoe ui",arial,sans-serif;
}

.RadCalendar_Custom .rcTitlebar td
{
	border:0;
	padding:0 0 1px;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar_Custom .rcTitlebar .rcTitle
{
	width:100%;
	cursor:pointer;
	font-weight : 600;
}

.RadCalendar_Custom .rcTitlebar .rcPrev,
.RadCalendar_Custom .rcTitlebar .rcNext,
.RadCalendar_Custom .rcTitlebar .rcFastPrev,
.RadCalendar_Custom .rcTitlebar .rcFastNext
{
	display:block;
	width:15px;
	height:15px;
	overflow:hidden;
	margin:0 4px;
	background:transparent url('Images/sprite.gif') no-repeat;
	text-indent:-2222px;
	text-decoration:none;
	color:#ccc;
}

.RadCalendar_Custom .rcTitlebar .rcFastPrev
{
	margin-left:6px;
	background-position:1px -197px;
}

.RadCalendar_Custom .rcTitlebar .rcFastPrev:hover
{
	background-position:1px -247px;
}

.RadCalendar_Custom .rcTitlebar .rcPrev
{
	background-position:4px -297px;
}

.RadCalendar_Custom .rcTitlebar .rcPrev:hover
{
	background-position:4px -347px;
}

.RadCalendar_Custom .rcTitlebar .rcNext
{
	background-position:3px -397px;
}

.RadCalendar_Custom .rcTitlebar .rcNext:hover
{
	background-position:3px -447px;
}

.RadCalendar_Custom .rcTitlebar .rcFastNext
{
	margin-right:6px;
	background-position:1px -497px;
}

.RadCalendar_Custom .rcTitlebar .rcFastNext:hover
{
	background-position:1px -547px;
}

.RadCalendar_Custom .rcMain
{
	width:100%;
	/*border:1px solid #868686;*/
	/*border : none;
	border-top:0;*/
	border-style : solid;
	border-width : 0px 1px 1px;
	border-color : Black;
	padding:0;
	background : #f3f3f3;
}

.RadCalendar_Custom .rcMainTable
{
	border-collapse:separate;
	border:0;
	/*width:100%;*/  /* Not Removed This is the original*/
	width: 219px;
	font:12px/17px "segoe ui",arial,sans-serif;
	/*border-spacing : 10px;*/
}

/*header, footer*/

.RadCalendar_Custom .rcHeader,
.RadCalendar_Custom .rcFooter
{
	border:1px solid #868686;
	border-top:0;
	padding:0;
}

/*week numbers and days*/

.RadCalendar_Custom .rcRow th,
.RadCalendar_Custom .rcWeek th
{
	border:0;
	font-weight:normal;
	vertical-align:middle;
	cursor:default;
}

.RadCalendar_Custom .rcWeek th
{
	border-bottom:1px solid #626161;
	/*background:url("../../Images/TopNavBG.jpg");*/
	padding:4px 6px 3px 0;
	text-align:right;
	/*color:#333;*/
	color: #000;
	font-weight : 600;
}

.RadCalendar_Custom .rcWeek .rcViewSel,
.RadCalendar_Custom .rcRow th
{
	width:13px;
	padding:0 7px 0 9px;
	background:#C1C1C1;
	text-align:center;
	border-bottom:1px solid #626161;
}

.RadCalendar_Custom .rcRow th
{
	color: black;
}

/*date cells*/

.RadCalendar_Custom .rcRow td
{
	/*border-bottom: 1px solid #b59497;	*/
	padding:0;
	text-align:right;
	vertical-align:middle;
	height: 25px;
}

.RadCalendar_Custom .rcMain .rcRow a,
.RadCalendar_Custom .rcMain .rcRow span
{
	display:block;
	padding:1px 5px 1px 0;
	text-decoration:none;
	color: #000;  /*#9FDDFF;*/
	/*background: #316b90;*/
}

.RadCalendar_Custom .rcMain .rcWeekend a
{
	/*color:#666;*/
	color: #000;
}

.RadCalendar_Custom .rcRow .rcToday
{
	border-color:#898989;
}

.RadCalendar_Custom .rcMain .rcOtherMonth a
{
	color:#555;
}

.RadCalendar_Custom .rcMain .rcOutOfRange span
{
	color:#c7c7c7;
	cursor:default;
}

.RadCalendar_Custom .rcRow .rcHover
{
	/*border-color:#c4c4c4 #b2b2b2 #9e9e9e;
	background:#c5c5c5 0 -1600px repeat-x url('Images/sprite.gif');
	color : red !important;*/
	/*background : transparent !important;*/
	background: #686868;	
	cursor : default !important;
	color:#FFFFFF;
}
.RadCalendar_Custom .rcRow .rcHover a
{
	cursor:pointer !important;		
	
}

.RadCalendar_Custom .rcRow span.rcHover a
{
	color:#fff;
}

.RadCalendar_Custom .rcRow td.rcHover a
{
	color:#fff;
}


.RadCalendar_Custom .rcRow .rcSelected
{
	/*border-bottom: solid 1px #aa7d82;
	background:#828282 0 -1700px repeat-x url('Images/sprite.gif');*/
	/*background :url("../../Images/DarkBlockBG.jpg");*/
	background-color : #686868;
	color : #000;
}

.RadCalendar_Custom .rcMain .rcRow .rcSelected a
{    
	color : #fff;
}

.RadCalendar_Custom .rcInputCell .riTextBox 
{
    border : 1px solid #000;
}

/*multimonth view*/

table.RadCalendarMultiView_Custom
{
	/*width: 500px !important;*/
}

.RadCalendarMultiView_Custom .rcTitlebar
{
	/*border-color:#9a9a9a #9c9c9c #9c9c9c;
	background:#c5c5c5 0 -1199px repeat-x url('Images/sprite.gif');*/
	/*background:url(../../Images/CalendarHeaderBg.jpg) repeat-x;*/
	border: 1px solid #686868;
	background-color : #686868;
}

.RadCalendarMultiView_Custom .rcTitlebar table
{
	/*border:1px solid;
	border-color:#fdfdfd #f3f3f3 #e7e7e7;*/
	line-height:27px;
}
.RadCalendarMultiView_Custom .rcTitlebar .rcFastPrev:hover
{
	background-position:1px -647px;
}

.RadCalendarMultiView_Custom .rcTitlebar .rcPrev:hover
{
	background-position:4px -747px;
}

.RadCalendarMultiView_Custom .rcTitlebar .rcNext:hover
{
	background-position:3px -847px;
}

.RadCalendarMultiView_Custom .rcTitlebar .rcFastNext:hover
{
	background-position:1px -947px;
}

.RadCalendarMultiView_Custom .rcMain
{
	/*border-color:#9b9b9b;*/
	border:none;
	/*background:url("../../Images/Lightbackgrnd.jpg");*/
	background-color:#f3f3f3;
	color : #000;
	
}
.RadCalendarMultiView_Custom .rcCalendars
{
    border : 1px solid #f3f3f3;
    border-spacing : 10px;
}
.RadCalendarMultiView_Custom .rcCalendar
{
	width:220px;
	/*border: 1px solid #868686;
	border : none;*/
	border : 0px none !important;
	padding:0;		
	border-spacing : 0px;
}

.RadCalendarMultiView_Custom .rcMainTable .rcTitle
{
	border:0 !important;
	/*border-bottom:1px solid #c4c4c4;*/
	padding:0 0 2px;
	/*background:  #eaeaea 0 -1000px repeat-x url('Images/sprite.gif');
	background-color : #1c5171;*/
	text-align:center;
	line-height:22px;
	font-weight:600;
	color:#000;
	margin : 5px;
}

.RadCalendarMultiView_Custom .rcWeek th
{
    font-weight : bold !important;
    border-top: 0px none !important;
    border-right : 0px none !important;
    border-bottom : 1px solid #626161 !important;
    border-left : 0px none !important ;
    padding: 4px 6px 3px 0 !important;
    
}

.RadCalendar_Custom .rcRow td
{
    border-top: 0px none !important;
    border-right : 0px none !important;
    border-bottom : 1px solid #626161 !important;
    border-left : 0px none !important ;
    
}

.RadCalendarMultiView_Custom .rcRow td
{
    border-bottom: 1px solid #626161;
}


.RadCalendarMultiView_Custom .rcRow .rcSelected 
{
     border-bottom: 1px solid #626161;
}

.RadCalendarMultiView_Custom .rcMainTable
{
    border-spacing : 10px ;
}

/*month view*/

table.RadCalendarMonthView_Custom
{
	border-collapse:separate;
	border:1px solid #979797;
	background:#000;
	font:12px "segoe ui",arial,sans-serif;
	color:#333;
}

table.RadCalendarMonthView_Custom td
{
	border:0;
	padding:5px 2px 0;
}

.RadCalendarMonthView_Custom #rcMView_Feb,
.RadCalendarMonthView_Custom #rcMView_Apr,
.RadCalendarMonthView_Custom #rcMView_Jun,
.RadCalendarMonthView_Custom #rcMView_Aug,
.RadCalendarMonthView_Custom #rcMView_Oct,
.RadCalendarMonthView_Custom #rcMView_Dec
{
	border-right:1px solid #e0e0e0;
}

.RadCalendarMonthView_Custom a
{
	display:block;
	padding:2px 4px;
	text-align:center;
	text-decoration:none;
	color:#333;
}

.RadCalendarMonthView_Custom .rcSelected a
{
	border:1px solid;
	border-color:#8d8d8d #7d7d7d #6c6c6c;
	padding:1px 3px;
	background:#828282 0 -1700px repeat-x url('Images/sprite.gif');
	color:#000;
}

.RadCalendarMonthView_Custom #rcMView_PrevY a,
.RadCalendarMonthView_Custom #rcMView_NextY a
{
	display:block;
	width:17px;
	height:14px;
	overflow:hidden;
	margin:0 auto;
	background:transparent no-repeat url('Images/sprite.gif');
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
	color:#ccc;
}

.RadCalendarMonthView_Custom #rcMView_PrevY a
{
	background-position:7px -196px;
}

.RadCalendarMonthView_Custom #rcMView_NextY a
{
	background-position:7px -496px;
}

.RadCalendarMonthView_Custom .rcButtons
{
	padding:6px 7px 5px;
	text-align:center;
}

.RadCalendarMonthView_Custom input
{
	border:1px solid;
	border-color:#a7a7a7 #7b7b7b #7b7b7b #a7a7a7;
	padding:0;
	background:#e9e9e9 0 -2300px repeat-x url('Images/sprite.gif');
	color:#000;
	font:12px "segoe ui",arial,sans-serif;
	cursor:pointer;
}

.RadCalendarMonthView_Custom #rcMView_Today
{
	margin:0 0.4em 0 0;
}

.RadCalendarMonthView_Custom #rcMView_OK
{
	padding:0 0.2em;
}



/*time view*/

table.RadCalendarTimeView_Custom
{
	border-collapse:separate;
	border:1px solid #868686;
	background:#000;
	font:12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Custom th
{
	border:0;
	border-bottom:1px solid #c4c4c4;
	padding:0 0 1px;
	background:#eaeaea 0 -1000px repeat-x url('Images/sprite.gif');
	color:#000;
	text-align:center;
	cursor:default;
	line-height:23px;
	font-weight:normal;
}

table.RadCalendarTimeView_Custom td
{
	border:0;
	border-left:1px solid #c5c5c5;
	padding:2px 2px 3px;
}

table.RadCalendarTimeView_Custom td:first-child
{
	border-left:0;
}

.RadCalendarTimeView_Custom a
{
	display:block;
	padding:2px 6px;
	text-align:center;
	color:#333;
	text-decoration:none;
}

.RadCalendarTimeView_Custom td.rcHover a
{
	border:1px solid;
	border-color:#c4c4c4 #b2b2b2 #9e9e9e;
	padding:1px 5px;
	background:#c5c5c5 0 -1600px repeat-x url('Images/sprite.gif');
	color: #fff;
}

.RadCalendarTimeView_Custom .rcFooter
{
	border:0;
	border-top:1px solid #c5c5c5;
	padding:0;
}

.RadPicker_Custom .RadInput .riTextBox
{
    border : 1px solid #7F9DB9 !important;  
    height : 19px;
}

/*pickers*/

.RadPicker_Custom,
.RadPicker_Custom td
{
	vertical-align:middle;
}

.RadPicker_Custom .RadInput
{
	vertical-align:baseline;
}

.RadPicker_Custom table.rcTable,
.RadPicker_Custom table.rcTable td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_Custom table.rcTable .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_Custom td a
{
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	margin:0 2px;
	text-decoration:none;
}
* html .RadPicker_Custom td a{position:static}/*IE6*/
*+html .RadPicker_Custom td a{position:static}/*IE7*/

.RadPicker_Custom .rcCalPopup,
.RadPicker_Custom .rcTimePopup
{
	display:block;
	overflow:hidden;
	width:22px;
	height:22px;
	background:url('Images/sprite.gif') no-repeat;
	text-indent:-2222px;
	text-align:center;
}

.RadPicker_Custom .rcCalPopup,
.RadPicker_Custom .rcDisabled.rcCalPopup:hover
{
	background-position:0 0;
}

.RadPicker_Custom .rcCalPopup:hover,
.RadPicker_Custom .rcCalPopup:focus,
.RadPicker_Custom .rcCalPopup:active
{
	background-position:0 -50px;
}

.RadPicker_Custom .rcTimePopup,
.RadPicker_Custom .rcDisabled.rcTimePopup:hover
{
	background-position:0 -100px;
}

.RadPicker_Custom .rcTimePopup:hover,
.RadPicker_Custom .rcTimePopup:focus,
.RadPicker_Custom .rcTimePopup:active
{
	background-position:0 -150px;
}

.RadPicker_Custom .rcDisabled,
.RadCalendarMonthView_Custom .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}



/*rtl*/

.RadCalendarRTL_Custom .rcTitlebar .rcFastPrev
{
	background-position:1px -497px;
}

.RadCalendarRTL_Custom .rcTitlebar .rcFastPrev:hover
{
	background-position:1px -547px;
}

.RadCalendarRTL_Custom .rcTitlebar .rcPrev
{
	background-position:3px -397px;
}

.RadCalendarRTL_Custom .rcTitlebar .rcPrev:hover
{
	background-position:3px -447px;
}

.RadCalendarRTL_Custom .rcTitlebar .rcNext
{
	background-position:4px -297px;
}

.RadCalendarRTL_Custom .rcTitlebar .rcNext:hover
{
	background-position:4px -347px;
}

.RadCalendarRTL_Custom .rcTitlebar .rcFastNext
{
	background-position:1px -197px;
}

.RadCalendarRTL_Custom .rcTitlebar .rcFastNext:hover
{
	background-position:1px -247px;
}

.RadCalendarMultiViewRTL_Custom .rcTitlebar .rcFastPrev:hover
{
	background-position:1px -947px;
}

.RadCalendarMultiViewRTL_Custom .rcTitlebar .rcPrev:hover
{
	background-position:3px -847px;
}

.RadCalendarMultiViewRTL_Custom .rcTitlebar .rcNext:hover
{
	background-position:4px -747px;
}

.RadCalendarMultiViewRTL_Custom .rcTitlebar .rcFastNext:hover
{
	background-position:1px -647px;
}

.RadCalendar_Custom .rcCalendar .rcMainTable
{
	border-spacing : 0px;
}

table.RadCalendar
{
	table-layout:auto;
	border-collapse:separate;
	border:0;
	width:220px;	
}

/*shadows*/

body>.RadCalendarPopupShadows
{
	padding: 0 5px 5px 0;
}

.RadCalendarPopupShadows>.rcShadTR,
.RadCalendarPopupShadows>.rcShadBL,
.RadCalendarPopupShadows>.rcShadBR
{
	position:absolute;
	background-repeat:no-repeat;
	background-color:transparent;
}

.RadCalendarPopupShadows>.rcShadBL,
.RadCalendarPopupShadows>.rcShadBR
{
	height:5px;
	bottom:0;
	background-image:url('Common/Menu/ShadowBottom.png');
}

.RadCalendarPopupShadows>.rcShadBL
{
	left:0;
	width:100%;
	background-position:0 -3px;
}

.RadCalendarPopupShadows>.rcShadBR
{
	width:5px;
	right:0;
	background-position:100% 100%;
}

.RadCalendarPopupShadows>.rcShadTR
{
	width:5px;
	height:100%;
	top:0;
	right:0;
	background-image:url('Common/Menu/ShadowRight.png');
	background-position:100% 0;
}

.rcIE>.rcShadBL,
.rcIE>.rcShadBR,
.rcIE>.rcShadTR
{
	background-image:none;
}

/******************* Date Picker Input Style  ************/
.RadPicker_Custom .riTextBox .riEnabled
{
    font-family  : Verdana !important;  
}

.RadDateEmptyStyle
{    
    font-style: italic;
    color: Gray;
    font-family : Verdana;
    line-height: 18px;
}
.RadDateHoverStyle
{    
    font-style: normal;
    font-family : Verdana;
    color: Gray;
    line-height: 18px;     
}

.RadDateFocusStyle
{
    line-height: 18px;
    font-family : Verdana;
    font-size : 12px;
}

/******************** end Of Date Picker Input Style ************/

/********************* Reservation Calendar Stylesheet ************************/

.reservationaspx .RadCalendarMultiView_Custom .rcMainTable
{
    border-spacing : 0px !important;
}

.reservationaspx .RadCalendarMultiView_Custom .rcMainTable .rcFirstCol 
{
    border-right : 1px solid #65C0FA !important;
}

.reservationaspx .RadCalendarMultiView_Custom .rcMainTable
{
    padding: 3px;
}

/********************* End Of Reservation Calendar Stylesheet ******************/

/************************ Room Page Inquiry Control Calendar Stylesheet  **************/

.roomsaspx .RadCalendarMultiView_Custom .rcMainTable
{
    border-spacing : 0px !important;
}

.roomsaspx .RadCalendarMultiView_Custom .rcMainTable .rcFirstCol 
{
    border-right : 1px solid #65C0FA !important;
}

.roomsaspx .RadCalendarMultiView_Custom .rcMainTable
{
    padding: 3px;
}




/*********************** End of Page Inquiry Control Calendar Stylesheet **************/


/********************** Default Page Inquiry Control Calendar Stylesheet ***************/

.defaultaspx .RadCalendarMultiView_Custom .rcMainTable
{
    border-spacing : 0px !important;
}

.defaultaspx .RadCalendarMultiView_Custom .rcMainTable .rcFirstCol 
{
    border-right : 1px solid #65C0FA !important;
}

.defaultaspx .RadCalendarMultiView_Custom .rcMainTable
{
    padding: 3px;
}

.defaultaspx .RadPicker_Custom .RadInput .riTextBox
{
    font-size: 12px;
    padding-bottom: 2px;
    padding-top:2px;
}


/********************** End Of Default Page Control Calendar Styleshett ************/