/*** Telerik CSS ***/

/* Telerik RadCalendar Amadeus skin */

table.RadCalendar_Amadeus
{
	border-collapse:separate;
	border:0;
	font:11px verdana,sans-serif;
	width:220px;
	color:#fff;
}

/* titlebar */
.RadCalendar_Amadeus .rcTitlebar
{
	width:100%;
	border:1px solid;
	padding:0;
	background-image: url(/App_Themes/Amadeus/Images/Calendar/side-box-top-bg.gif);
	background-repeat: repeat-x;
	color:#fff;
	border-color:#83B3C6 !important;
	font-weight:bold;
}

.RadCalendar_Amadeus .rcTitlebar table
{
	width:100%;
	border-collapse:separate;
	border:0;
	border-bottom:1px solid #3d3d3d;
	font:16px/32px verdana,sans-serif;
	height: 29px;
}

.RadCalendar_Amadeus .rcTitlebar td
{
	border:0;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar_Amadeus .rcTitlebar .rcTitle
{
	width:100%;
	cursor:pointer;
	font-weight:bold;
	font-size:10pt;
	white-space:nowrap;
}

.RadCalendar_Amadeus .rcTitlebar .rcPrev,
.RadCalendar_Amadeus .rcTitlebar .rcNext,
.RadCalendar_Amadeus .rcTitlebar .rcFastPrev,
.RadCalendar_Amadeus .rcTitlebar .rcFastNext
{
	display:block;
	width:15px;
	height:15px;
	overflow:hidden;
	margin:0 3px;
	background:transparent url(/App_Themes/Amadeus/images/Calendar/sprite.gif) no-repeat;
	text-indent:-3333px;
	text-decoration:none;
	font-size:1px;
	color:#ccc;
}

.RadCalendar_Amadeus .rcTitlebar .rcPrev
{
	background-position:4px -48px;
}

.RadCalendar_Amadeus .rcTitlebar .rcNext
{
	background-position:4px -98px;
}

.RadCalendar_Amadeus .rcTitlebar .rcFastPrev
{
	margin-left:5px;
	background-position:2px 2px;
}

.RadCalendar_Amadeus .rcTitlebar .rcFastNext
{
	margin-right:5px;
	background-position:2px -148px;
}

.RadCalendar_Amadeus .rcMain
{
	width:100%;
	border-color:#83B3C6 !important;
	background-color:#FFFFFF;
	border:1px solid #222;
	border-top:0;
	padding:0 !important;
	background:#fff;
}

.RadCalendar_Amadeus .rcMainTable
{
	border-collapse:separate;
	border:0;
	width:100%;
	font:11px/16px verdana`,sans-serif;
}

/*header, footer*/

.RadCalendar_Amadeus .rcHeader,
.RadCalendar_Amadeus .rcFooter
{
	border:1px solid #222;
	border-top:0;
	padding:0;
}

/*week numbers and days*/
.RadCalendar_Amadeus .rcRow th,
.RadCalendar_Amadeus .rcWeek th
{
	border:0;
	padding:0 6px 0 5px;
	color:#333;
	font-weight:normal;
	cursor:default;
	background-color:#E9F8FD;
}

.RadCalendar_Amadeus .rcWeek th
{
	border-bottom:1px solid #000;
	padding-top:3px;
	padding-bottom:3px;
	text-align:right;
}

.RadCalendar_Amadeus .rcRow th,
.RadCalendar_Amadeus .rcRow td
{
	vertical-align:middle;
	background-color:white;
}

.RadCalendar_Amadeus .rcRow th
{
	
	border-right:1px solid #000;
}

.RadCalendar_Amadeus .rcWeek .rcViewSel,
.RadCalendar_Amadeus .rcRow th
{
	width:14px;
	padding-left:4px;
	text-align:center;
}

/*date cells*/
.RadCalendar_Amadeus .rcRow td
{
	border-bottom:1px solid #ECEEF0;
	border-left:1px solid #ECEEF0;
	border-right:1px solid #ECEEF0;
	padding:0;
	text-align:right;
	height: 28px !important;
	width:27px !important;
	cursor:default !important;
}

.RadCalendar_Amadeus .rcRow a,
.RadCalendar_Amadeus .rcRow span
{
	display:block;
	padding:1px 5px 1px 4px;
	text-decoration:none;
	color:#333;
	cursor:default !important;
}

.RadCalendar_Amadeus .rcWeekend a
{
	color:#666;
}

.RadCalendar_Amadeus .rcRow .rcToday
{
	border-color:#363636 #222 #040404;
}

.RadCalendar_Amadeus .rcOtherMonth a
{
	color:#ccc;
}

.RadCalendar_Amadeus .rcOtherMonth input
{
	color:Black;
	text-align:center;
}

.RadCalendar_Amadeus .rcOutOfRange span
{
	color:#ccc;
	cursor:default;
}

.RadCalendar_Amadeus .rcRow .rcHover
{
	border-color:#ccc;
	background:#ccc;
}

.RadCalendar_Amadeus .rcRow .rcSelected
{
	background:url(/App_Themes/Amadeus/images/Calendar/SelectedDay.jpg) no-repeat;
	width:100%;
}

.RadCalendar_Amadeus .rcRow .rcSelected a
{
	color:#000;
}

.RadCalendar_Amadeus .rcRow .rcSelected input
{
	color:Black;
	text-align:center;
	width:100% !important;
	height:100% !important;
	cursor:pointer !important;
}

.RadCalendar_Amadeus .rcHeader,
.RadCalendar_Amadeus .rcFooter,
.RadCalendar_Amadeus td.rcCellTemplate
{
	/*template styles*/
}

/*multimonth view*/

table.RadCalendarMultiView_Amadeus
{
	width:auto;
}

.RadCalendarMultiView_Amadeus .rcCalendar
{
	width:220px;
	border:0;
	padding:0;
}

.RadCalendarMultiView_Amadeus .rcCalendars .rcMainTable
{
	width:100%;
	margin:0;
}

.RadCalendarMultiView_Amadeus .rcCalendars .rcMainTable .rcMainTable
{
	width:90%;
	margin:2px 6px 6px;
}

.RadCalendarMultiView_Amadeus .rcCalendars .rcMainTable .rcFirstCol .rcMainTable
{
	margin-left:12px;
}

.RadCalendarMultiView_Amadeus .rcCalendars .rcMainTable .rcLastCol .rcMainTable
{
	margin-right:12px;
}

.RadCalendarMultiView_Amadeus .rcCalendars .rcMainTable .rcLastRow .rcMainTable
{
	margin-bottom:13px;
}

.RadCalendarMultiView_Amadeus .rcMainTable .rcTitle
{
	border:0;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #000;
	padding:0;
	font:13px/26px verdana,sans-serif;
	color:#000;
	text-align:center;
}

.RadCalendarMultiView_Amadeus .rcFirstRow .rcMainTable .rcTitle
{
	border-top:0;
}

/*month view*/
table.RadCalendarMonthView_Amadeus
{
	border-collapse:separate;
	border:1px solid #000;
	background:#fff;
	font:10px verdana,sans-serif;
	color:#707070;
}

.RadCalendarMonthView_Amadeus td
{
	border:0;
	padding:2px;
}

.RadCalendarMonthView_Amadeus #rcMView_Feb,
.RadCalendarMonthView_Amadeus #rcMView_Apr,
.RadCalendarMonthView_Amadeus #rcMView_Jun,
.RadCalendarMonthView_Amadeus #rcMView_Aug,
.RadCalendarMonthView_Amadeus #rcMView_Oct,
.RadCalendarMonthView_Amadeus #rcMView_Dec
{
	border-right:1px solid #b0b0b0;
}

.RadCalendarMonthView_Amadeus a
{
	display:block;
	padding:2px 4px;
	text-align:center;
	text-decoration:none;
	color:#707070;
}

.RadCalendarMonthView_Amadeus .rcHover a
{
	background:#ccc;
}

.RadCalendarMonthView_Amadeus .rcSelected a
{
	border:1px solid;
	border-color:#83B3C6;
	padding:1px 3px;
	background-color:#05A1C4;
	color:#fff;
}

.RadCalendarMonthView_Amadeus .rcButtons
{
	border:0;
	border-top:1px solid #83B3C6;
	padding:5px 7px;
	background:#E9F8FD;
	text-align:center;
}

.RadCalendarMonthView_Amadeus input
{
	border:1px solid;
	border-color:#83B3C6;
	padding:0;
	background-color:#05A1C4;
	color:#fff;
	font:10px verdana,sans-serif;
	cursor:pointer;
}

.RadCalendarMonthView_Amadeus #rcMView_Today
{
	margin:0 0.4em 0 0;
}

.RadCalendarMonthView_Amadeus #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/
table.RadCalendarTimeView_Amadeus
{
	border-collapse:separate;
	border:1px solid #000;
	background:#fff;
	font:11px verdana,sans-serif;
}

.RadCalendarTimeView_Amadeus th
{
	border:0;
	border-bottom:1px solid #e3e3e3;
	padding:0;
	background-image: url(/App_Themes/Amadeus/Images/Calendar/side-box-top-bg.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
	font:11px/26px verdana,sans-serif;
	font-weight:bold;
	text-align:center;
	cursor:default;
}

.RadCalendarTimeView_Amadeus td
{
	border:0;
	border-left:1px solid #b0b0b0;
	padding:0;
}

.RadCalendarTimeView_Amadeus td:first-child
{
	border-left:0;
}

.RadCalendarTimeView_Amadeus a
{
	display:block;
	padding:6px 7px;
	text-align:center;
	color:#666;
	text-decoration:none;
}

.RadCalendarTimeView_Amadeus td.rcHover a
{
	background:#ccc;
}

.RadCalendarTimeView_Amadeus td.rcSelected a
{
	border:1px solid;
	border-color:#363636 #1f1f1f #040404;
	padding:4px 6px;
	background:#454545 url('/App_Themes/Amadeus/images/Calendar/sprite.gif') 0 -700px repeat-x;
	color:#fff;
}

.RadCalendarTimeView_Amadeus .rcFooter
{
	border:0;
	border-top:1px solid #b0b0b0;
	padding:0;
}

/*pickers*/
.RadPicker_Amadeus
{
	vertical-align:middle;
}

.RadPicker_Amadeus table,
.RadPicker_Amadeus td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_Amadeus td
{
	vertical-align:middle;
}

.RadPicker_Amadeus .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_Amadeus td a
{
	display:block;
	text-decoration:none;
	margin:0 2px;
	outline:none;/*FF*/
	position:relative;/*FF*/
	z-index:2;/*Opera*/
}
* html .RadPicker_Amadeus td a /*IE6*/
{
	position:static;
}
*+html .RadPicker_Amadeus td a /*IE7*/
{
	position:static;
}

.RadPicker_Amadeus .rcCalPopup,
.RadPicker_Amadeus .rcTimePopup
{
	width:16px;
	height:16px;
	overflow:hidden;
	background-image:url(/App_Themes/Amadeus/images/Calendar/sprite.gif);
	background-repeat:no-repeat;
	text-indent:-4444px;
}

.RadPicker_Amadeus .rcCalPopup,
.RadPicker_Amadeus .rcDisabled.rcCalPopup:hover
{
	background-position:0 -200px;
}

.RadPicker_Amadeus .rcCalPopup:hover
{
	background-position:0 -250px;
}

.RadPicker_Amadeus .rcTimePopup,
.RadPicker_Amadeus .rcDisabled.rcTimePopup:hover
{
	background-position:0 -300px;
}

.RadPicker_Amadeus .rcTimePopup:hover
{
	background-position:0 -350px;
}

.RadPicker_Amadeus .rcDisabled,
.RadCalendarMonthView_Amadeus .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}
