/* START Telerik.Web.UI.Skins.Window.css */
/* RadWindow for ASP.NET AJAX Base Stylesheet */

/* MVC overrides */
.RadWindow table,
.RadWindow table td
{
	border:0;
	padding:0;
}

.RadWindow .rwTopResize
{
	font-size: 1px;
	line-height: 4px;
	width: 100%;
	height: 4px;
	background-position: 0 -31px;
	background-repeat: repeat-x;
}

.RadWindow .rwStatusbarRow .rwCorner
{
    background-repeat: no-repeat;
}

.RadWindow .rwStatusbarRow .rwBodyLeft
{
    background-position: -16px 0;
}

.RadWindow .rwStatusbarRow .rwBodyRight
{
    background-position: -24px 0;
}

.RadWindow .rwStatusbar
{
	height: 22px;
	background-position: 0 -113px;
	background-repeat: repeat-x;
}

.RadWindow .rwStatusbar div
{
    width: 18px; 
	height: 18px;
	padding: 0 3px 0 0;
	background-position: 0 -94px;
	background-repeat: no-repeat;
}

.RadWindow .rwTable
{
    width: 100%;
    height: 100%;
    table-layout: auto; /* fixes the dimensions under IE */
}

.RadWindow table td
{
	padding: 0; 
	margin: 0;
	border-collapse: collapse;
	vertical-align: top;
}

.RadWindow .rwCorner
{
    width: 8px;
}

.RadWindow .rwTopLeft,
.RadWindow .rwTopRight,
.RadWindow .rwTitlebar,
.RadWindow .rwFooterLeft,
.RadWindow .rwFooterRight,
.RadWindow .rwFooterCenter
{
    height: 8px;
	font-size: 1px;
    background-repeat: no-repeat;
    line-height: 1px;
}

.RadWindow .rwBodyLeft,
.RadWindow .rwBodyRight
{
	background-repeat: repeat-y;
}

.RadWindow .rwBodyRight
{
    background-position: -8px 0;
}

.RadWindow .rwTopLeft
{
    background-position: 0 0;
}

.RadWindow .rwTopRight
{
    background-position: -8px 0;
}

.RadWindow table .rwTitlebar
{
	background-repeat: repeat-x;
	background-position: 0 -31px;
	-moz-user-select: none;
}

.RadWindow .rwFooterLeft
{
	background-position: 0 -62px;
}

.RadWindow .rwFooterRight
{
	background-position: -8px -62px;
}

.RadWindow .rwFooterCenter
{
	background-repeat: repeat-x;
	background-position: 0 -70px;
}

.RadWindow .rwTitlebarControls
{
	width: 100%;
    height: 27px;
}

.RadWindow .rwWindowContent
{
	height: 100% !important; /* very important property, especially for opera */
	background: white;
}

/* Support for displayng the rwLoading image in the iframe's parent TD */
.RadWindow td.rwLoading
{
    background-repeat: no-repeat;
    background-position: center;
}

/* Support for displaying rwLoading image in the status bar  */
.RadWindow .rwStatusbar .rwLoading
{	
	background-repeat: no-repeat;
}

.RadWindow .rwStatusbar .rwLoading
{
	padding-left: 30px;
}

.RadWindow td.rwStatusbar input
{
    font: normal 12px "Segoe UI", Arial, Verdana, Sans-serif;
    padding: 4px 0 0 3px;
    margin: 0;
    border: 0 !important;
    width: 100%;	
    height: 18px;
    line-height: 18px;
	background-color: transparent !important; 
	background-repeat: no-repeat !important;
	background-position: left center !important;
	cursor: default;
	-moz-user-select: none;
	overflow: hidden; 
	text-overflow: ellipsis;
	display: block; 
	float: left;
	vertical-align: middle;
}

.RadWindow .rwControlButtons
{
	padding: 0; 
	margin: 2px 0 0 0;
	list-style: none; 
	white-space: nowrap;	
	float: right; 
}

.RadWindow .rwControlButtons li
{
	float: left;
	padding: 0 1px 0 0;
}

.RadWindow .rwControlButtons a
{
	width: 30px; 
	height: 21px; 
	line-height: 1px; 
	font-size: 1px;
	cursor: default;
	background-repeat: no-repeat;
	display: block; 
	text-decoration: none;
	outline: none;
}

.RadWindow .rwControlButtons span
{
	display: block;	
}

/* reload button */
.RadWindow  .rwReloadButton
{
	background-position: -120px 0;
}

.RadWindow .rwReloadButton:hover
{
	background-position: -120px -21px;
}

/* unpin button */
.RadWindow .rwPinButton
{
	background-position: -180px 0;
}

.RadWindow .rwPinButton:hover
{
	background-position: -180px -21px;
}

/* pin button */
.RadWindow .rwPinButton.on
{
	background-position: -150px 0;
}

.RadWindow .rwPinButton.on:hover
{
	background-position: -150px -21px;
}

/* minimize button */
.RadWindow .rwMinimizeButton
{
	background-position: 0 0;
}

.RadWindow .rwMinimizeButton:hover
{
	background-position: 0 -21px;
}

/* maximize button */
.RadWindow .rwMaximizeButton
{
	background-position: -60px 0;
}

.RadWindow .rwMaximizeButton:hover
{
	background-position: -60px -21px;
}

/* close button */
.RadWindow .rwCloseButton
{
	background-position: -90px 0;
}

.RadWindow .rwCloseButton:hover
{
	background-position: -90px -21px;
}

/* restore button */
.RadWindow.rwMaximizedWindow .rwMaximizeButton,
.RadWindow.rwMinimizedWindow .rwMinimizeButton
{
	background-position: -30px 0;
}

.RadWindow.rwMaximizedWindow .rwMaximizeButton:hover,
.RadWindow.rwMinimizedWindow .rwMinimizeButton:hover
{	
	background-position: -30px -21px;
}

.RadWindow .rwIcon
{
    display: block;
	background-repeat: no-repeat;
	background-position: 0 -78px;
	width: 16px; 
	height: 16px;
	cursor: default;
	margin: 5px 5px 0 0;
}

.RadWindow .rwTitleRow em
{
	font: normal bold 12px "Segoe UI", Arial;
	color: black;
	padding: 5px 0 0 1px;	
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	float: left;	
}

.RadWindow_rtl .rwControlButtons
{
	float: left; 
}

div.RadWindow_rtl .rwControlButtons li
{
	float: right;
}

.RadWindow.rwInactiveWindow .rwTitlebarControls
{
	position: static;
}

.RadWindow .rwDialogPopup
{
	margin: 16px;
	color: black;	
	padding: 0px 0px 16px 50px;
	font: normal 12px "Segoe UI", Arial, Verdana;
	cursor: default;
}

.rwDialogPopup .rwPopupButton
{
    margin: 0;
}

/*.rwDialogPopup .rwPopupButton:focus,
.rwDialogPopup .rwPopupButton:active
{
    border: dotted 1px #999;                        
}*/

.rwDialogPopup .rwPopupButton,
.rwDialogPopup .rwPopupButton span
{
	display: block; 
	float: left;
}

.RadWindow .rwControlButtons a
{
    text-indent: -3333px;
    overflow: hidden;
    text-align:center;
}

html:first-child .RadWindow ul
{
    float: right; 
    border: solid 1px transparent;
}

.RadWindow .rwDialogText
{
    text-align: left;
}

.RadWindow.rwMinimizedWindow .rwPinButton,
.RadWindow.rwMinimizedWindow .rwReloadButton,
.RadWindow.rwMinimizedWindow .rwMaximizeButton,
.RadWindow.rwMinimizedWindow .rwTopResize
{
    display: none !important;
}

.RadWindow .rwDialogInput
{
	font: normal 12px "Segoe UI", Arial, Verdana;
	color: black;
	width: 100%;
	display: block;
	margin: 8px 0;
}

.RadWindow .rwWindowContent .radconfirm,
.RadWindow .rwWindowContent .radalert
{
    background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
}

.RadWindow .rwWindowContent .radconfirm
{
    background-image: url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSP9dqlVJo7mMS_tA_8Yx3_Fb6kLGft1BKjTZMF4X-2riAGQ2FRvr1ziCRiXQDDcyJg1&t=634147222011902500');	
}

.RadWindow .rwWindowContent .radalert
{
    background-image: url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSP9dqlVJo7mMS_tA_8Yx3_FIrNxuh9VVITcyD0NGgxC8PTfX5XcN-rypKQPxKVkRYg1&t=634147222011902500');	
}

.RadWindow .rwWindowContent .radprompt
{
	padding: 0;
}

.RadWindow .rwPopupButton,
.RadWindow .rwPopupButton span
{
	text-decoration: none;
	color: black;
	line-height: 21px;
	height: 21px;
	cursor: default;
}

.RadWindow .rwPopupButton
{
	background-repeat: no-repeat;
	background-position: 0 -136px; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

.RadWindow .rwWindowContent .rwPopupButton .rwOuterSpan
{
    background-repeat: no-repeat;
	background-position: right -136px; 
	padding: 0 3px 0 0;
}

.RadWindow .rwWindowContent .rwPopupButton .rwInnerSpan
{
	background-repeat: repeat-x;
	background-position: 0 -157px; 
	padding: 0 12px;
}

.RadWindow .rwWindowContent .rwPopupButton:hover
{
	background-position: 0 -178px; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

.RadWindow .rwWindowContent .rwPopupButton:hover .rwOuterSpan
{
	background-position: right -178px; 
	padding: 0 3px 0 0;
}

.RadWindow .rwWindowContent .rwPopupButton:hover .rwInnerSpan
{
	background-position: 0 -199px; 
	padding: 0 12px;
}

.RadWindow .rwStatusbarRow .rwBodyLeft
{
    background-position: -16px 0;
}

.RadWindow .rwStatusbarRow .rwBodyRight
{
    background-position: -24px 0;
}

.RadWindow.rwMinimizedWindow .rwContentRow,
.RadWindow.rwMinimizedWindow .rwStatusbarRow
{
	display: none;
}

.RadWindow.rwMinimizedWindow table.rwTitlebarControls 
{
	margin-top: 4px;
}

.RadWindow.rwMinimizedWindow .rwControlButtons
{
    width: 66px !important;
}

.RadWindow.rwMinimizedWindow em
{
	width: 90px;
}

.RadWindow.rwMinimizedWindow,
.rwMinimizedWindowOverlay
{
    width: 200px !important;
    height: 30px !important;
    overflow: hidden !important;
    float: left !important;
}

.RadWindow.rwMinimizedWindow .rwCorner.rwTopLeft
{
	background-position: 0 -220px;
	background-repeat: no-repeat; 
}

.RadWindow.rwMinimizedWindow .rwCorner.rwTopRight
{
	background-position: -8px -220px;
	background-repeat: no-repeat; 
}

.RadWindow.rwMinimizedWindow .rwTitlebar
{
    background-position: 0 -250px !important; /* Should be !important because of IE6 */
    background-repeat: repeat-x;
}

.RadWindow.rwInactiveWindow .rwCorner,
.RadWindow.rwInactiveWindow .rwTitlebar,
.RadWindow.rwInactiveWindow .rwFooterCenter
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65) !important;
	opacity: .65 !important; 
	-moz-opacity: .65 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

/* stop the control buttons from stretching in IE8 */
.RadWindow ul.rwControlButtons span
{
    display /*\**/: none\9
}

/* css for window's top corners when visibletitlebar is set to false */
div.RadWindow.rwNoTitleBar tr.rwTitleRow td.rwTopLeft
{
    background-position: 0 -280px;
}

div.RadWindow.rwNoTitleBar tr.rwTitleRow td.rwTitlebar
{
    background-position: 0 -288px;
    background-repeat: repeat-x;
}

div.RadWindow.rwNoTitleBar tr.rwTitleRow td.rwTopRight
{
    background-position: -8px -280px;
}

div.RadWindow.rwNoTitleBar div.rwTopResize
{
    background: none;
}

/* Window Horizontal Shadows */

.RadWindow .rwShadow .rwTopLeft, 
.RadWindow .rwShadow .rwTopRight,
.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopLeft,
.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopRight
{
	width: 15px !important; 
}

.RadWindow .rwShadow .rwTopLeft, 
.RadWindow .rwShadow .rwTopRight 
{
height: 38px;	
}

.RadWindow .rwShadow .rwTopLeft,
.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopLeft 
{
background-position: 0 -297px !important;
}

.RadWindow .rwShadow .rwTopRight,
.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopRight
{
background-position: 0 -335px !important;
}

.RadWindow .rwShadow .rwTopResize 
{
	height: 8px;
	background-position: 0 -376px !important;
}

.RadWindow .rwShadow .rwTitlebar,
.RadWindow.rwMinimizedWindow .rwShadow .rwTitlebar 
{
	height: 30px !important; 
	background-position: 0 -391px !important; /* Should be !important because of IE6 */
	background-repeat: repeat-x !important;
}

.rwInactiveWindow.rwMinimizedWindow 
{
	height: 29px\9 !important;
}

* html .rwInactiveWindow.rwMinimizedWindow 
{
	height: 30px !important;
}

.RadWindow .rwShadow .rwFooterLeft, 
.RadWindow .rwShadow .rwFooterRight, 
.RadWindow .rwShadow .rwFooterCenter 
{
	height: 14px; 
}
.RadWindow .rwShadow .rwFooterLeft 
{
	width: 15px; 
	background-position: 0 -431px;
}
.RadWindow .rwShadow .rwFooterCenter 
{
	background-position: 0 -461px;
	background-repeat: repeat-x;
}
.RadWindow .rwShadow .rwFooterRight 
{
	width: 15px; 
	background-position: 0 -446px;
}

/* Window Vertical Shadows */

.RadWindow .rwShadow .rwBodyLeft,
.RadWindow .rwShadow .rwBodyRight
{
	width: 15px;
	background-repeat: repeat-y; 
}

.RadWindow .rwShadow .rwBodyLeft 
{
	background-position: -33px 0;
}

.RadWindow .rwShadow .rwBodyRight
{
	background-position: -52px 0;
}

.RadWindow .rwShadow em 
{
	padding: 9px 0 0 1px;
}


.RadWindow .rwShadow .rwIcon 
{
	margin: 8px 5px 0 1px;
}


/* Shadows minimzed specific style */

.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopLeft,
.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopRight
{
height: 1px !important;
}


.RadWindow.rwMinimizedWindowShadow
{
    overflow: visible !important;
}

.RadWindow.rwMinimizedWindowShadow .rwTable
{
    height: auto !important;
     width: 210px !important;
}

.RadWindow.rwMinimizedWindow .rwShadow .rwFooterLeft 
{
	background-position: 0 -432px;
}
.RadWindow.rwMinimizedWindow .rwShadow .rwFooterCenter 
{
	background-position: 0 -462px;
}
.RadWindow.rwMinimizedWindow .rwShadow .rwFooterRight 
{
	background-position: 0 -447px;
}

.RadWindow.rwMinimizedWindowShadow .rwShadow .rwTitlebarControls 
{
	display: block;
}

.RadWindow.rwMinimizedWindowShadow .rwShadow .rwTitlebarControls .rwControlButtons .rwPinButton,
.RadWindow.rwMinimizedWindowShadow .rwShadow .rwTitlebarControls .rwControlButtons .rwReloadButton,
.RadWindow.rwMinimizedWindowShadow .rwShadow .rwTitlebarControls .rwControlButtons .rwMaximizeButton,
.RadWindow.rwMinimizedWindowShadow .rwShadow .rwContentRow,
.RadWindow.rwMinimizedWindowShadow .rwShadow .rwStatusbarRow
{
	display: none !important;
}

.rwMinimizedWindowShadow .rwShadow .rwTopLeft, 
.rwMinimizedWindowShadow .rwShadow .rwTopRight,
.rwMinimizedWindowShadow .rwShadow .rwFooterLeft, 
.rwMinimizedWindowShadow .rwShadow .rwFooterRight, 
.rwMinimizedWindowShadow .rwShadow .rwFooterCenter,
.rwMinimizedWindowShadow .rwShadow .rwTopResize 
{
	cursor: default !important;
}

div.RadWindow_rtl table.rwShadow .rwControlButtons li
{
	float: right;
}


/* END Telerik.Web.UI.Skins.Window.css */
/* START Telerik.Web.UI.Skins.Web20.Window.Web20.css */
/* RadWindow for ASP.NET AJAX Web 2.0 Skin */

/* Window Background */

/* Horiznotal */
.RadWindow_Web20 .rwTopLeft,
.RadWindow_Web20 .rwTopRight,
.RadWindow_Web20 .rwTitlebar,
.RadWindow_Web20 .rwFooterLeft,
.RadWindow_Web20 .rwFooterRight,
.RadWindow_Web20 .rwFooterCenter,
.RadWindow_Web20 .rwTopResize,
.RadWindow_Web20 .rwStatusbar div,
.RadWindow_Web20 .rwStatusbar,
.RadWindow_Web20 .rwPopupButton,
.RadWindow_Web20 .rwPopupButton span,
.RadWindow_Web20.rwMinimizedWindow .rwCorner
{
    background-image: url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSOpAjbDFDNmWZP2_b3vzrmjqDW_bhfiZgmj39RNnqQpJiTs4k0zEi4ufKs6ThfSXU81&t=634147222011902500');
}

/* Vertical */
.RadWindow_Web20 .rwBodyLeft,
.RadWindow_Web20 .rwBodyRight,
.RadWindow_Web20 .rwStatusbarRow .rwCorner
{
	background-image: url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSOpAjbDFDNmWZP2_b3vzrmjOR58vRfenPzNycOnh_GTUj1zcfNFpvuDCt20kiLtcTo1&t=634147222011902500');
}

/* Window Shadows */

/* Horiznotal */
.RadWindow_Web20 .rwShadow .rwTopLeft,
.RadWindow_Web20 .rwShadow .rwTopRight,
.RadWindow_Web20 .rwShadow .rwTitlebar,
.RadWindow_Web20 .rwShadow .rwFooterLeft,
.RadWindow_Web20 .rwShadow .rwFooterRight,
.RadWindow_Web20 .rwShadow .rwFooterCenter,
.RadWindow_Web20 .rwShadow .rwTopResize,
.RadWindow_Web20 .rwShadow .rwStatusbar div,
.RadWindow_Web20 .rwShadow .rwStatusbar,
.RadWindow_Web20 .rwShadow .rwPopupButton,
.RadWindow_Web20 .rwShadow .rwPopupButton span,
.RadWindow_Web20 .rwShadow .rwBodyLeft,
.RadWindow_Web20 .rwShadow .rwBodyRight,
.RadWindow_Web20 .rwShadow .rwStatusbarRow .rwBodyLeft,
.RadWindow_Web20 .rwShadow .rwStatusbarRow .rwBodyRight
{
	background-image: url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSOpAjbDFDNmWZP2_b3vzrmjqDW_bhfiZgmj39RNnqQpJsYMCaVFdjjttDdKqLfbxc81&t=634147222011902500');
}

/* Vertical */
.RadWindow_Web20 .rwShadow .rwBodyLeft,
.RadWindow_Web20 .rwShadow .rwBodyRight,
.RadWindow_Web20 .rwShadow .rwStatusbarRow .rwBodyLeft,
.RadWindow_Web20 .rwShadow .rwStatusbarRow .rwBodyRight
{
	background-image: url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSOpAjbDFDNmWZP2_b3vzrmjOR58vRfenPzNycOnh_GTUl-d5-FLMq81Ryc0pYaJGDw1&t=634147222011902500');
}

/* Shadows End */

.RadWindow_Web20 .rwStatusbar input
{
    background-color: #f7f3e9;
}

.RadWindow_Web20 .rwControlButtons
{
    margin-top: 1px;
}

.RadWindow_Web20 .rwControlButtons a
{
    background-image: url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSOpAjbDFDNmWZP2_b3vzrmjuaQ-tRpo4wHW-wFuJZgY6ZyVn_wovCE11tOaqxpEXw81&t=634147222011902500');
}

.RadWindow_Web20 a.rwIcon
{
	background-image: url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSOpAjbDFDNmWZP2_b3vzrmjqDW_bhfiZgmj39RNnqQpJiTs4k0zEi4ufKs6ThfSXU81&t=634147222011902500');
}

div.RadWindow_Web20 .rwTitlebarControls em
{
	color: white;
}

div.RadWindow_Web20 .rwDialogInput
{
	border: solid 1px #6788be;
}

div.RadWindow_Web20 .rwDialogInput:hover
{
	border-color: #3f5f94;
}

div.RadWindow_Web20 td.rwWindowContent
{
    background-color: #fff;
}

/* Loading Indicators */
div.RadWindow_Web20 tr td.rwLoading
{
    background-color: #e6edf7;
}

/* When ShowContentDuringLoad="true" */
div.RadWindow_Web20 td.rwWindowContent.rwLoading
{
    background-image: url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSMvkfJAtx6zNjK-uI0i63Za0cjsBaLGgTtVyTeV4wre6Q2&t=634147222011902500');
}

/* When ShowContentDuringLoad="false" */
div.RadWindow_Web20 input.rwLoading
{
    background-image: url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSMvkfJAtx6zNjK-uI0i63Za-tYorG4xTlvlUQB0Ec7YFmmt3hQI-BrdPsqbhZfF4aM1&t=634147222011902500');
}

.RadWindow_Web20 a.rwCancel,
.RadWindow_Web20 a.rwCancel span
{
    background: none;
    cursor: pointer;
    cursor: hand;
}

.RadWindow_Web20 a.rwCancel span span
{
    color: #395ba0;
}

.RadWindow_Web20 a.rwCancel:hover span span
{
    color: #002bb8;
    text-decoration: underline;
}

/* Shadow Control Buttons */

.RadWindow_Web20 .rwShadow .rwControlButtons 
{
	margin: 5px -2px 0 0;
}

.RadWindow_Web20 .rwShadow .rwControlButtons 
{
	margin: 5px -1px 0 0\9;
}

/* ctrl buttons when winodw is minimized */
.RadWindow_Web20.rwMinimizedWindowShadow .rwShadow .rwControlButtons 
{
	margin: 9px -8px 0 0;
}

.RadWindow_Web20 .rwShadow .rwControlButtons li
{
	float: left;
	padding: 0;
}

.RadWindow_Web20 .rwShadow .rwControlButtons a
{
	width: 30px; 
}

.rwInactiveWindow .rwShadow .rwTopLeft,
.rwInactiveWindow .rwShadow .rwTopRight,
.rwInactiveWindow .rwShadow .rwTitlebar,
.rwInactiveWindow .rwShadow .rwFooterLeft,
.rwInactiveWindow .rwShadow .rwFooterRight,
.rwInactiveWindow .rwShadow .rwFooterCenter,
.rwInactiveWindow .rwShadow .rwTopResize,
.rwInactiveWindow .rwShadow .rwStatusbar div,
.rwInactiveWindow .rwShadow .rwStatusbar,
.rwInactiveWindow .rwShadow .rwPopupButton,
.rwInactiveWindow .rwShadow .rwPopupButton span,
.rwInactiveWindow .rwShadow.rwMinimizedWindow .rwCorner
{
    background-image: url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSOpAjbDFDNmWZP2_b3vzrmjqDW_bhfiZgmj39RNnqQpJiTs4k0zEi4ufKs6ThfSXU81&t=634147222011902500') !important;
}

.rwInactiveWindow .rwShadow .rwBodyLeft,
.rwInactiveWindow .rwShadow .rwBodyRight,
.rwInactiveWindow .rwShadow .rwStatusbarRow .rwCorner
{
	background-image: url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSOpAjbDFDNmWZP2_b3vzrmjOR58vRfenPzNycOnh_GTUj1zcfNFpvuDCt20kiLtcTo1&t=634147222011902500') !important;
}

/* END Telerik.Web.UI.Skins.Web20.Window.Web20.css */
/* START Telerik.Web.UI.Skins.Input.css */
/*Telerik RadInput Common CSS*/

/*global*/

.RadInput,
.RadInputMgr
{
	vertical-align:middle;
}

.RadInput table
{
	border:0;
	vertical-align:bottom;
}

.RadInput table.riTable td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput table td.riCell
{
	padding-right:4px;
}

.RadInput textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput .riTextBox,
html body .RadInputMgr
{
	border-width:1px;
	border-style:solid;
	padding:2px 1px 3px;
}

textarea.RadInputMgr
{
	overflow:auto;
}

/*buttons*/

.RadInput a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
}
* html .RadInput a{position:static}/*IE6*/
*+html .RadInput a{position:static}/*IE7*/

.RadInput .riSpin a
{
	margin:0 1px;
}

.RadInput a.riDown
{
	margin-top:3px;
}

* html .RadInput a.riDown
{
	margin-top /**/:0;
}

/*label*/

.RadInput .riLabel
{
	margin:0 4px 0 0;
	white-space:nowrap;
}

/*rtl*/

.RadInputRTL table td.riCell
{
	padding:0 0 0 4px;
}

.RadInputRTL .riLabel
{
	margin:0 0 0 4px;
}
/* END Telerik.Web.UI.Skins.Input.css */
/* START Telerik.Web.UI.Skins.WebBlue.Input.WebBlue.css */
/*Telerik RadInput WebBlue Skin*/

/*global*/

.RadInput_WebBlue,
.RadInputMgr_WebBlue
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_WebBlue .riTextBox,
html body .RadInputMgr_WebBlue
{
	border-color:#768ca5;
	background:#fff;
	color:#000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_WebBlue .riEmpty,
html body .RadInput_Empty_WebBlue
{
	color:#777;
}

html body .RadInput_WebBlue .riHover,
html body .RadInput_Hover_WebBlue,
html body .RadInput_WebBlue .riFocused,
html body .RadInput_Focused_WebBlue
{
	border-color:#133c44;
}

html body .RadInput_WebBlue .riRead,
html body .RadInput_Read_WebBlue
{
	border-color:#b0b0b0;
}

html body .RadInput_WebBlue .riDisabled,
html body .RadInput_Disabled_WebBlue
{
	border-color:#b0b0b0;
	color:#777;
	cursor:default;
}

html body .RadInput_WebBlue .riError,
html body .RadInput_Error_WebBlue
{
	border-color:#d24000;
	background:#fff 100% -298px no-repeat url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSPyKhsxsRJjtqYANx1VPI9JDRma5e6MLDYBb-YBF8ESyg2&t=634147222011902500');
	color:#b32d34;
}

.RadForm.rfdTextbox .RadInput_WebBlue .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_WebBlue[type="text"]
{
	border-color:#d24000;
	background:#fff 100% -298px no-repeat url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSPyKhsxsRJjtqYANx1VPI9JDRma5e6MLDYBb-YBF8ESyg2&t=634147222011902500');
	color:#b32d34;
}

html body .RadInput_WebBlue .riNegative,
html body .RadInput_Negative_WebBlue
{
	color:#444;
}

/*buttons*/

.RadInput_WebBlue a
{
	background:transparent no-repeat url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSPyKhsxsRJjtqYANx1VPI9JDRma5e6MLDYBb-YBF8ESyg2&t=634147222011902500');
}

/*go*/

.RadInput_WebBlue .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_WebBlue .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_WebBlue .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_WebBlue a.riUp
{
	background-position:4px -98px;
}

.RadInput_WebBlue a.riUp:hover
{
	background-position:4px -148px;
}

.RadInput_WebBlue a.riDown
{
	background-position:4px -199px;
}

.RadInput_WebBlue a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_WebBlue .riLabel
{
	color:#000;
}

/*rtl*/

html body .RadInputRTL_WebBlue .riError,
html body .RadInputRTL_Error_WebBlue
{
	background-position:3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_WebBlue .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_WebBlue[type="text"]
{
	background-position:3px -298px;
}
/* END Telerik.Web.UI.Skins.WebBlue.Input.WebBlue.css */
/* START Telerik.Web.UI.Skins.Calendar.css */
/*Telerik RadCalendar Common CSS*/

table.RadCalendar
{
	table-layout:auto;
	border-collapse:separate;
	border:0;
	width:220px;
}

/*titlebar*/

.RadCalendar .rcTitlebar
{
	width:100%;
	border-style:solid;
	border-width:1px;
	padding:0;
}

.RadCalendar .rcTitlebar table
{
	table-layout:auto;
	width:100%;
	border-collapse:separate;
	border:0;
}

.RadCalendar .rcTitlebar td
{
	border:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar .rcTitlebar .rcTitle
{
	width:100%;
	cursor:pointer;
}
.RadCalendar .rcNoNav .rcTitle
{
	cursor:default;
}

.RadCalendar .rcTitlebar .rcPrev,
.RadCalendar .rcTitlebar .rcNext,
.RadCalendar .rcTitlebar .rcFastPrev,
.RadCalendar .rcTitlebar .rcFastNext
{
	display:block;
	width:15px;
	height:15px;
	overflow:hidden;
	margin:0 4px;
	background-color:transparent;
	background-repeat:no-repeat;
	text-indent:-2222px;
	text-decoration:none;
}

.RadCalendar .rcMain
{
	width:100%;
	border-style:solid;
	border-width:0 1px 1px;
	padding:0;
}

.RadCalendar .rcMainTable
{
	table-layout:auto;
	border-collapse:separate;
	border:0;
	width:100%;
}

.RadCalendar .rcHeader,
.RadCalendar .rcFooter
{
	border-style:solid;
	border-width:0 1px 1px;
	padding:0;
}

/*week numbers and days*/

.RadCalendar .rcRow th,
.RadCalendar .rcWeek th
{
	border:0;
	padding:0;
	font-weight:normal;
	vertical-align:middle;
	cursor:default;
}

.RadCalendar .rcWeek th
{
	text-align:right;
}

.RadCalendar .rcWeek .rcViewSel,
.RadCalendar .rcRow th
{
	text-align:center;
}

/*date cells*/

.RadCalendar .rcRow td
{
	border-style:solid;
	border-width:1px;
	padding:0;
	text-align:right;
	vertical-align:middle;
}

.RadCalendar .rcMain .rcRow a,
.RadCalendar .rcMain .rcRow span
{
	display:block;
	padding:1px 5px 1px 0;
	text-decoration:none;
}

.RadCalendar .rcPreview .rcRow a
{
	outline:none;
}

.RadCalendar .rcMain .rcOutOfRange span
{
	cursor:default;
}

/*multimonth view*/

table.RadCalendarMultiView
{
	width:auto;
}

.RadCalendarMultiView .rcCalendar
{
	width:220px;
	border-style:solid;
	border-width:1px;
	padding:0;
}

.RadCalendarMultiView .rcMainTable .rcTitle
{
	border-style:solid;
	border-width:0 0 1px;
	padding:0;
	text-align:center;
}

/*month view*/

table.RadCalendarMonthView
{
	table-layout:auto;
	border-collapse:separate;
	border-style:solid;
	border-width:1px;
}

table.RadCalendarMonthView td
{
	border:0;
	padding:5px 2px 0;
}

.RadCalendarMonthView a
{
	display:block;
	padding:2px 4px;
	text-align:center;
	text-decoration:none;
}

.RadCalendarMonthView .rcHover a,
.RadCalendarMonthView .rcSelected a
{
    border-style:solid;
    border-width:1px;
	padding:1px 3px;
}

.RadCalendarMonthView #rcMView_PrevY a,
.RadCalendarMonthView #rcMView_NextY a
{
	display:block;
	overflow:hidden;
	margin:0 auto;
	background-color:transparent;
	background-repeat:no-repeat;
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
}

.RadCalendarMonthView .rcButtons
{
	border:0;
	text-align:center;
}

.RadCalendarMonthView input
{
	border-style:solid;
	border-width:1px;
	padding:0;
	cursor:pointer;
}

.RadCalendarMonthView #rcMView_Today
{
	margin:0 0.4em 0 0;
}

.RadCalendarMonthView #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView
{
	border-collapse:separate;
	border-style:solid;
	border-width:1px;
}

.RadCalendarTimeView th
{
	border:0;
	text-align:center;
	cursor:default;
	font-weight:normal;
}

table.RadCalendarTimeView td
{
	border-style:solid;
	border-width:0 0 0 1px;
	padding:2px 2px 3px;
}

table.RadCalendarTimeView td:first-child
{
	border-left:0;
}

.RadCalendarTimeView a
{
	display:block;
	padding:2px 6px;
	text-align:center;
	text-decoration:none;
}

.RadCalendarTimeView td.rcSelected a,
.RadCalendarTimeView td.rcHover a
{
    border-style:solid;
    border-width:1px;
    padding:1px 5px;
}

.RadCalendarTimeView .rcFooter
{
	border-style:solid;
	border-width:1px 0 0;
	padding:0;
}

/*pickers*/

.RadPicker,
.RadPicker td
{
	vertical-align:middle;
}

.RadPicker .RadInput
{
	vertical-align:baseline;
}

.RadPicker .rcTable
{
	table-layout:auto;
}

.RadPicker table.rcTable,
.RadPicker table.rcTable td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker table.rcTable .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker td a
{
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	margin:0 2px;
	text-decoration:none;
}
* html .RadPicker td a{position:static}/*IE6*/
*+html .RadPicker td a{position:static}/*IE7*/

.RadPicker .rcCalPopup,
.RadPicker .rcTimePopup
{
	display:block;
	overflow:hidden;
	width:22px;
	height:22px;
	background-color:transparent;
	background-repeat:no-repeat;
	text-indent:-2222px;
	text-align:center;
}

.RadPicker .rcDisabled,
.RadCalendarMonthView .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}
/* END Telerik.Web.UI.Skins.Calendar.css */
/* START Telerik.Web.UI.Skins.WebBlue.Calendar.WebBlue.css */
/*Telerik RadCalendar WebBlue skin*/

table.RadCalendar_WebBlue
{
	background:#fff;
	font:12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar_WebBlue .rcTitlebar
{
	border-color:#3d556c #3d556c #3a5168;
	background:#738da2 0 -999px repeat-x url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSPdWAgsnU78sDL6zz_1M7RIKVAlXMWNmV0PxHHPJLLEeIbHzVbk6MahTpWbbtYqC541&t=634147222011902500');
	color:#fff;
}

.RadCalendar_WebBlue .rcTitlebar table
{
	border:1px solid;
	border-color:#9bafc1 #8196ac #899fb1;
	font:12px/19px "segoe ui",arial,sans-serif;
}

.RadCalendar_WebBlue .rcTitlebar td
{
	padding:1px 0;
}

.RadCalendar_WebBlue .rcTitlebar .rcPrev,
.RadCalendar_WebBlue .rcTitlebar .rcNext,
.RadCalendar_WebBlue .rcTitlebar .rcFastPrev,
.RadCalendar_WebBlue .rcTitlebar .rcFastNext
{
	width:20px;
	height:20px;
	margin:0;
	background-image:url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSPdWAgsnU78sDL6zz_1M7RIKVAlXMWNmV0PxHHPJLLEeIbHzVbk6MahTpWbbtYqC541&t=634147222011902500');
	color:#ccc;
}

.RadCalendar_WebBlue .rcTitlebar .rcFastPrev
{
	margin-left:1px;
	background-position:0 -200px;
}

.RadCalendar_WebBlue .rcTitlebar a.rcFastPrev:hover
{
	background-position:0 -250px;
}

.RadCalendar_WebBlue .rcTitlebar .rcPrev
{
	background-position:0 -300px;
}

.RadCalendar_WebBlue .rcTitlebar a.rcPrev:hover
{
	background-position:0 -350px;
}

.RadCalendar_WebBlue .rcTitlebar .rcNext
{
	background-position:0 -400px;
}

.RadCalendar_WebBlue .rcTitlebar a.rcNext:hover
{
	background-position:0 -450px;
}

.RadCalendar_WebBlue .rcTitlebar .rcFastNext
{
	margin-right:1px;
	background-position:0 -500px;
}

.RadCalendar_WebBlue .rcTitlebar a.rcFastNext:hover
{
	background-position:0 -550px;
}

.RadCalendar_WebBlue .rcMain
{
	border-color:#768ca5;
}

.RadCalendar_WebBlue .rcMainTable
{
	color:#000;
	font:12px/20px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_WebBlue .rcHeader,
.RadCalendar_WebBlue .rcFooter
{
	border-color:#768ca5;
}

/*week numbers and days*/

.RadCalendar_WebBlue .rcRow th,
.RadCalendar_WebBlue .rcWeek th
{
	background:#dfeeff;
}

.RadCalendar_WebBlue .rcWeek th
{
	border-bottom:1px solid #a7c0df;
	padding:2px 6px 3px 0;
}

.RadCalendar_WebBlue .rcWeek .rcViewSel,
.RadCalendar_WebBlue .rcRow th
{
	width:13px;
	border-right:1px solid #a7c0df;
	padding:0 7px 0 9px;
}

.RadCalendar_WebBlue .rcWeek .rcViewSel
{
	border-right-color:#dfeeff;
}

/*date cells*/

.RadCalendar_WebBlue .rcRow td
{
	border-color:#fff;
}

.RadCalendar_WebBlue .rcMain .rcRow a,
.RadCalendar_WebBlue .rcMain .rcRow span
{
	color:#000;
}

.RadCalendar_WebBlue .rcMain .rcWeekend a
{
	color:#444;
}

.RadCalendar_WebBlue .rcRow .rcToday
{
	border-color:#506175;
}

.RadCalendar_WebBlue .rcRow .rcToday a
{
	color:#0053a5;
}

.RadCalendar_WebBlue .rcMain .rcOtherMonth a
{
	color:#777;
}

.RadCalendar_WebBlue .rcMain .rcOutOfRange span
{
	color:#777;
}

.RadCalendar_WebBlue .rcRow .rcSelected
{
	border-color:#133c44;
	background:#75b7cc 0 -1700px repeat-x url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSPdWAgsnU78sDL6zz_1M7RIKVAlXMWNmV0PxHHPJLLEeIbHzVbk6MahTpWbbtYqC541&t=634147222011902500');
}

.RadCalendar_WebBlue .rcRow .rcSelected a
{
	color:#0d202b;
}

.RadCalendar_WebBlue .rcRow .rcHover
{
	border-color:#5d9fb7;
	background:#bee3f6 0 -1600px repeat-x url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSPdWAgsnU78sDL6zz_1M7RIKVAlXMWNmV0PxHHPJLLEeIbHzVbk6MahTpWbbtYqC541&t=634147222011902500');
}

.RadCalendar_WebBlue .rcRow .rcHover a
{
	color:#0e3d4f;
}

/*multimonth view*/

.RadCalendarMultiView_WebBlue .rcTitlebar
{
	border-color:#212f41;
	background:#495a70 0 -1199px repeat-x url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSPdWAgsnU78sDL6zz_1M7RIKVAlXMWNmV0PxHHPJLLEeIbHzVbk6MahTpWbbtYqC541&t=634147222011902500');
}

.RadCalendarMultiView_WebBlue .rcTitlebar table
{
	border:1px solid;
	border-color:#63768a #465668 #58697d;
	line-height:25px;
}

.RadCalendarMultiView_WebBlue .rcTitlebar td
{
	padding-bottom:2px;
}

.RadCalendarMultiView_WebBlue .rcTitlebar .rcPrev,
.RadCalendarMultiView_WebBlue .rcTitlebar .rcNext,
.RadCalendarMultiView_WebBlue .rcTitlebar .rcFastPrev,
.RadCalendarMultiView_WebBlue .rcTitlebar .rcFastNext
{
	margin-top:1px;
}

.RadCalendarMultiView_WebBlue .rcTitlebar .rcFastPrev
{
	background-position:0 -600px;
}

.RadCalendarMultiView_WebBlue .rcTitlebar a.rcFastPrev:hover
{
	background-position:0 -650px;
}

.RadCalendarMultiView_WebBlue .rcTitlebar .rcPrev
{
	background-position:0 -700px;
}

.RadCalendarMultiView_WebBlue .rcTitlebar a.rcPrev:hover
{
	background-position:0 -750px;
}

.RadCalendarMultiView_WebBlue .rcTitlebar .rcNext
{
	background-position:0 -800px;
}

.RadCalendarMultiView_WebBlue .rcTitlebar a.rcNext:hover
{
	background-position:0 -850px;
}

.RadCalendarMultiView_WebBlue .rcTitlebar .rcFastNext
{
	background-position:0 -900px;
}

.RadCalendarMultiView_WebBlue .rcTitlebar a.rcFastNext:hover
{
	background-position:0 -950px;
}

.RadCalendarMultiView_WebBlue .rcMain
{
	border-color:#768ca5;
}

.RadCalendarMultiView_WebBlue .rcCalendar
{
	border-color:#768ca5;
	border-top:0;
}

.RadCalendarMultiView_WebBlue .rcCalendar .rcMainTable
{
	height:196px;
}

.RadCalendarMultiView_WebBlue .rcMainTable .rcTitle
{
	border-style:solid;
	border-width:1px 0;
	border-color:#3d556c #3a5168 #3a5168;
	padding:0 0 1px;
	background:#738da2 0 -1000px repeat-x url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSPdWAgsnU78sDL6zz_1M7RIKVAlXMWNmV0PxHHPJLLEeIbHzVbk6MahTpWbbtYqC541&t=634147222011902500');
	color:#fff;
	line-height:23px;
}

/*month view*/

table.RadCalendarMonthView_WebBlue
{
	border-color:#768ca5;
	background:#fff;
	font:12px "segoe ui",arial,sans-serif;
	color:#333;
}

.RadCalendarMonthView_WebBlue #rcMView_Feb,
.RadCalendarMonthView_WebBlue #rcMView_Apr,
.RadCalendarMonthView_WebBlue #rcMView_Jun,
.RadCalendarMonthView_WebBlue #rcMView_Aug,
.RadCalendarMonthView_WebBlue #rcMView_Oct,
.RadCalendarMonthView_WebBlue #rcMView_Dec
{
	border-right:1px solid #768ca5;
}

.RadCalendarMonthView_WebBlue a
{
	color:#333;
}

.RadCalendarMonthView_WebBlue .rcSelected a
{
	border-color:#133c44;
	background:#75b7cc 0 -1700px repeat-x url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSPdWAgsnU78sDL6zz_1M7RIKVAlXMWNmV0PxHHPJLLEeIbHzVbk6MahTpWbbtYqC541&t=634147222011902500');
	color:#0d202b;
}

.RadCalendarMonthView_WebBlue #rcMView_PrevY a,
.RadCalendarMonthView_WebBlue #rcMView_NextY a
{
	width:16px;
	height:13px;
	background-image:url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSPdWAgsnU78sDL6zz_1M7RIKVAlXMWNmV0PxHHPJLLEeIbHzVbk6MahTpWbbtYqC541&t=634147222011902500');
	color:#ccc;
}

.RadCalendarMonthView_WebBlue #rcMView_PrevY a
{
	background-position:6px -2095px;
}

.RadCalendarMonthView_WebBlue #rcMView_NextY a
{
	background-position:7px -2195px;
}

.RadCalendarMonthView_WebBlue .rcButtons
{
	padding:6px 7px 5px;
}

.RadCalendarMonthView_WebBlue input
{
	border-color:#4e667e #5e7388 #425c71;
	background:#d6e1e7 0 -2300px repeat-x url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSPdWAgsnU78sDL6zz_1M7RIKVAlXMWNmV0PxHHPJLLEeIbHzVbk6MahTpWbbtYqC541&t=634147222011902500');
	color:#0d202b;
	font:12px "segoe ui",arial,sans-serif;
}

/*IE7 performance issue*/
/*.RadCalendarMonthView_WebBlue input:hover
{
	border-color:#5d9fb7 #70aabf #5d9fb7;
	background-color:#bee3f6;
	background-position:0 -2350px;
}*/

/*time view*/

table.RadCalendarTimeView_WebBlue
{
	border-color:#768ca5;
	border-top-color:#3d556c;
	background:#fff;
	font:12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_WebBlue th
{
	border-top:1px solid #9bafc1;
	border-bottom:1px solid #3a5168;
	padding:0 0 1px;
	background:#738da2 0 -1000px repeat-x url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSPdWAgsnU78sDL6zz_1M7RIKVAlXMWNmV0PxHHPJLLEeIbHzVbk6MahTpWbbtYqC541&t=634147222011902500');
	color:#fff;
	line-height:22px;
}

table.RadCalendarTimeView_WebBlue td
{
	border-color:#768ca5;
}

.RadCalendarTimeView_WebBlue a
{
	color:#333;
}

.RadCalendarTimeView_WebBlue td.rcSelected a
{
	border-color:#133c44;
	background:#75b7cc 0 -1700px repeat-x url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSPdWAgsnU78sDL6zz_1M7RIKVAlXMWNmV0PxHHPJLLEeIbHzVbk6MahTpWbbtYqC541&t=634147222011902500');
	color:#0d202b;
}

.RadCalendarTimeView_WebBlue td.rcHover a
{
	border-color:#5d9fb7;
	background:#bee3f6 0 -1600px repeat-x url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSPdWAgsnU78sDL6zz_1M7RIKVAlXMWNmV0PxHHPJLLEeIbHzVbk6MahTpWbbtYqC541&t=634147222011902500');
	color:#0e3d4f;
}

.RadCalendarTimeView_WebBlue .rcFooter
{
	border-color:#768ca5;
}

/*pickers*/

.RadPicker_WebBlue .rcCalPopup,
.RadPicker_WebBlue .rcTimePopup
{
	background-image:url('/WebResource.axd?d=Jc1gVYnJqiRQvGxSEcYUWHMH-Kvu7puX9mUz4KXMVSPdWAgsnU78sDL6zz_1M7RIKVAlXMWNmV0PxHHPJLLEeIbHzVbk6MahTpWbbtYqC541&t=634147222011902500');
}

.RadPicker_WebBlue .rcCalPopup,
.RadPicker_WebBlue a.rcDisabled.rcCalPopup:hover
{
	background-position:0 0;
}

.RadPicker_WebBlue a.rcCalPopup:hover,
.RadPicker_WebBlue a.rcCalPopup:focus,
.RadPicker_WebBlue a.rcCalPopup:active
{
	background-position:0 -50px;
}

.RadPicker_WebBlue .rcTimePopup,
.RadPicker_WebBlue a.rcDisabled.rcTimePopup:hover
{
	background-position:0 -100px;
}

.RadPicker_WebBlue a.rcTimePopup:hover,
.RadPicker_WebBlue a.rcTimePopup:focus,
.RadPicker_WebBlue a.rcTimePopup:active
{
	background-position:0 -150px;
}

/*rtl*/

.RadCalendarRTL_WebBlue .rcTitlebar .rcFastPrev
{
	background-position:0 -500px;
}

.RadCalendarRTL_WebBlue .rcTitlebar a.rcFastPrev:hover
{
	background-position:0 -550px;
}

.RadCalendarRTL_WebBlue .rcTitlebar .rcPrev
{
	background-position:0 -400px;
}

.RadCalendarRTL_WebBlue .rcTitlebar a.rcPrev:hover
{
	background-position:0 -450px;
}

.RadCalendarRTL_WebBlue .rcTitlebar .rcNext
{
	background-position:0 -300px;
}

.RadCalendarRTL_WebBlue .rcTitlebar a.rcNext:hover
{
	background-position:0 -350px;
}

.RadCalendarRTL_WebBlue .rcTitlebar .rcFastNext
{
	background-position:0 -200px;
}

.RadCalendarRTL_WebBlue .rcTitlebar a.rcFastNext:hover
{
	background-position:0 -250px;
}

.RadCalendarMultiViewRTL_WebBlue .rcTitlebar .rcFastPrev
{
	background-position:0 -900px;
}

.RadCalendarMultiViewRTL_WebBlue .rcTitlebar a.rcFastPrev:hover
{
	background-position:0 -950px;
}

.RadCalendarMultiViewRTL_WebBlue .rcTitlebar .rcPrev
{
	background-position:0 -800px;
}

.RadCalendarMultiViewRTL_WebBlue .rcTitlebar a.rcPrev:hover
{
	background-position:0 -850px;
}

.RadCalendarMultiViewRTL_WebBlue .rcTitlebar .rcNext
{
	background-position:0 -700px;
}

.RadCalendarMultiViewRTL_WebBlue .rcTitlebar a.rcNext:hover
{
	background-position:0 -750px;
}

.RadCalendarMultiViewRTL_WebBlue .rcTitlebar .rcFastNext
{
	background-position:0 -600px;
}

.RadCalendarMultiViewRTL_WebBlue .rcTitlebar a.rcFastNext:hover
{
	background-position:0 -650px;
}
/* END Telerik.Web.UI.Skins.WebBlue.Calendar.WebBlue.css */
