/* START Telerik.Web.UI.Skins.Rotator.css */
/* new styles */
.RadRotator
{
	visibility:hidden; 	
}

.rrRelativeWrapper
{
	position: relative;
	margin:0 !important;/*MUST BE 0 for proper rendering*/
}

.rrClipRegion
{
	width: 100%;
	height: 100%;
	/* We change the width and height from the code, and then this setting becomes active! */
	overflow: hidden;
	position: absolute;
}

/*================== The list ========================*/

.rrClipRegion  .rrItemsList 
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none !important;          
}

.rrClipRegion  .rrItemsList li 
{ 
	float: left;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari */

.RadRotator ul.rrVerticalList 
{
	padding: 0;
	margin: 0;
	list-style: none !important;
}

.RadRotator .rrVerticalList li
{ 
	float: none;
	margin-bottom: 0px;
	/* Force the LI to respect the HEIGHT specified */
	overflow: hidden;
	display: block;
}

.rrButton
{
	font-size: 1px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	/*Button size is defined here, we use margins to position them too */
	height: 15px;
	width: 15px;
	line-height: 15px;
	/* Very important for the layout!*/	
	display: none; 
	outline: none;
}

.rrButton:hover
{
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.rrButton.rrButtonUp
{
	background-position: 0 0;
	top: -15px;
	left: 50%;
	margin-left: -8px;
}

.rrButton.rrButtonRight
{
	background-position: 0 -15px;
	margin-top: -8px;
	right: -16px;
	top: 50%;   
}

/* Fix button right position in Safari and Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0)
	{
		.rrButtonRight
		{
			margin-right: -16px;
		}
	}

.rrButton.rrButtonDown
{
	background-position: 0 -30px;
	top:100%;
	left: 50%;
	margin-left: -8px;
	margin-top: 1px;
}

.rrButton.rrButtonLeft
{
	background-position: 0 -45px;
	margin-top: -7px;
	left: -15px;
	top: 50%;
}

.rrButton.rrButtonDisabled
{
	filter: alpha(opacity=20);
	opacity: .2;
	-moz-opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.rrNoBorder .rrClipRegion
{
	border-width: 0px !important;
}

/* Needed because IE cannot position vertical LI items properly. In addition to this css, the UL's width needs to be EXPLICITLY set from code if IE or Safari */
html* .rrVerticalList li
{
	float: left !important;
}	
/* END Telerik.Web.UI.Skins.Rotator.css */
/* START Telerik.Web.UI.Skins.Black.Rotator.Black.css */
/* new styles */
.RadRotator_Black .rrClipRegion
{
	border: solid 1px #080808;
}

/*================== The list ========================*/

.RadRotator_Black .rrClipRegion  .rrItemsList 
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;          
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari */

.RadRotator_Black .rrButton
{
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9w2PyO2cirhg9W5I2-X75XZzP0R78cVFo9MbMLCNbCONJOwZ3Aay8FKIN_XEol8iLY1&t=634185009985522382');
	background-repeat: no-repeat;
	/*Button size is defined here, we use margins to position them too */
	height: 20px;
	width: 20px;
	line-height: 20px;
	/* Very important for the layout!*/	
}

.RadRotator_Black .rrButton.rrButtonUp
{
	background-position: 0 0;
	top: -20px; /* -15px */
	left: 50%;
	margin-left: -10px;
}

.RadRotator_Black .rrButton.rrButtonUp:hover
{
	background-position: -20px 0;
}

.RadRotator_Black .rrButton.rrButtonRight
{
	background-position: 0 -20px;
	margin-top: -10px;
	right: -20px; /* -16px */
	top: 50%;   
}

.RadRotator_Black .rrButton.rrButtonRight:hover
{
	background-position: -20px -20px;
}

.RadRotator_Black .rrButton.rrButtonDown
{
	background-position: 0 -40px;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}

.RadRotator_Black .rrButton.rrButtonDown:hover
{
	background-position: -20px -40px;
}

.RadRotator_Black .rrButton.rrButtonLeft
{
	background-position: 0 -60px;
	margin-top: -10px;
	left: -20px; /* -15px */
	top: 50%;
}

.RadRotator_Black .rrButton.rrButtonLeft:hover
{
	background-position: -20px -60px;
}

.RadRotator_Black .rrButton.rrButtonDisabled
{
	filter: alpha(opacity=20);
	opacity: .2;
	-moz-opacity: .2;
}

/* When LoadOnDemand */
.rrLoadingSign
{
    background: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9xFHH32ko9dAaPQPSiqLyf6CK5zNLq5BCl7VSbyDs6Z4yjphceUjk_t_vrWoJS0Ug41&t=634185009985522382') no-repeat center;
}
/* END Telerik.Web.UI.Skins.Black.Rotator.Black.css */
/* START Telerik.Web.UI.Skins.PanelBar.css */
/* PanelBar base css */

.RadPanelBar
{
	width: 250px;
	text-align: left;
}

.RadPanelBar_rtl
{
	text-align: right;
}

.RadPanelBar .rpRootGroup
{
	border-width: 1px;
	border-style: solid;
}

.RadPanelBar .rpRootGroup,
.RadPanelBar .rpGroup,
.RadPanelBar .rpItem
{
	margin: 0;
	padding: 0;
	list-style-position:outside;
	list-style: none;
}

.RadPanelBar .rpSlide
{
    position: static;
    float: none;
    height: auto;
	overflow:hidden;
	display:none;
	zoom: 1;
}

.RadPanelBar .rpItem
{
	float: none;
	display: block;
	overflow: hidden;
	position: static;
}
* html .RadPanelBar .rpItem { display: inline; }
* html .RadPanelBar .rpSeparator { display: block; }
* html .RadPanelBar .rpGroup .rpItem { display: block; }

.RadPanelBar .rpItem:after,
.RadPanelBar .rpText:after,
.RadPanelBar .rpTemplate:after
{
    content: ""; 
    display: block; 
    height: 0; 
    line-height: 0;
    font-size: 0;
    clear: both; 
    visibility: hidden;
}

.RadPanelBar .rpLink
{
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
	background-repeat: repeat-x;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	zoom: 1;
}

.RadPanelBar .rpLink:focus
{
	outline: 0 none;
}

.RadPanelBar .rpLink,
.RadPanelBar .rpOut,
.RadPanelBar .rpText
{
	display: block;
}

*+html .RadPanelBar .rpItem { display: inline; }
*+html .RadPanelBar .rpGroup .rpItem { display: block; }
*+html .RadPanelBar .rpSeparator { display: block; }

.RadPanelBar .rpOut
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.RadPanelBar .rpFocused .rpOut,
.RadPanelBar a.rpLink:hover .rpOut,
.RadPanelBar .rpSelected .rpOut,
.RadPanelBar a.rpSelected:hover .rpOut
{
	border-bottom-width: 0;
	padding-bottom: 1px;
}

.RadPanelBar a.rpDisabled:hover .rpOut
{
	padding-bottom: 0;
	border-bottom-width: 1px;
}

.RadPanelBar .rpImage
{
	float: left;
	border: 0;
	vertical-align: middle;
	padding: 4px 3px 3px;
}

.RadPanelBar_rtl .rpImage
{
	float: right;
}

* html .RadPanelBar .rpImage { padding-bottom: 4px; }

.RadPanelBar .rpText
{
	padding: 0 10px;
}

/* <sub items> */
.RadPanelBar .rpGroup
{
	overflow: auto;
	overflow-x: hidden;
}

.RadPanelBar .rpGroup .rpLink,
.RadPanelBar .rpGroup .rpTemplate
{
	background-color: transparent;
	
	border-bottom: 0;
	
	font-size: 12px;
	
	line-height: 22px;
}


.RadPanelBar .rpGroup a.rpLink:hover
{
	border-bottom: 0;
}

.RadPanelBar .rpGroup .rpLink .rpOut,
.RadPanelBar .rpGroup .rpExpanded .rpOut,
.RadPanelBar .rpGroup .rpSelected .rpOut,
.RadPanelBar .rpGroup a.rpLink:hover .rpOut,
.RadPanelBar .rpGroup a.rpExpanded:hover .rpOut,
.RadPanelBar .rpGroup a.rpSelected:hover .rpOut
{
	padding-bottom: 0;
}

.RadPanelBar .rpGroup a.rpDisabled:hover .rpOut
{
	border-bottom: 0;
}

.RadPanelBar .rpGroup .rpOut
{
	border-bottom: 0;
	margin-right: 3px;
}

.RadPanelBar .rpGroup .rpImage
{
	padding: 3px 3px 3px 9px;
}
/* </sub items> */

/* <level indentation> */
.RadPanelBar .rpLevel2 .rpTemplate,
.RadPanelBar .rpLevel2 .rpOut
{
	padding-left: 15px;
}

.RadPanelBar .rpLevel3 .rpTemplate,
.RadPanelBar .rpLevel3 .rpOut
{
	padding-left: 30px;
}

/*      <rtl> */
.RadPanelBar_rtl .rpLevel2 .rpTemplate,
.RadPanelBar_rtl .rpLevel2 .rpOut
{
	padding-left: 0;
	padding-right: 15px;
}

.RadPanelBar_rtl .rpLevel3 .rpTemplate,
.RadPanelBar_rtl .rpLevel3 .rpOut
{
	padding-left: 0;
	padding-right: 30px;
}
/*      </rtl> */
/* </level indentation> */

.RadPanelBar .rpLevel1 .rpFirst { padding-top: 1px; zoom: 1; }
.RadPanelBar .rpLevel2 .rpItem { padding-top: 0; }

.RadPanelBar .rpLevel1 .rpLast { padding-bottom: 1px; }
.RadPanelBar .rpLevel2 .rpItem { padding-bottom: 0; }

.RadPanelBar .rpExpandable .rpExpandHandle,
.RadPanelBar .rpExpanded .rpExpandHandle
{
	display: block;
	float: right;
	height: 15px;
	width: 15px;
	margin: 5px 5px 0 0;
}

.RadPanelBar .rpGroup .rpExpanded .rpExpandHandle,
.RadPanelBar .rpGroup .rpExpandable .rpExpandHandle
{
	margin: 4px 2px 0 0;
}

.RadPanelBar_rtl .rpExpandable .rpExpandHandle,
.RadPanelBar_rtl .rpExpanded .rpExpandHandle
{
	float: left;
	margin: 5px 0 0 5px;
}

.RadPanelBar_rtl .rpGroup .rpExpanded .rpExpandHandle,
.RadPanelBar_rtl .rpGroup .rpExpandable .rpExpandHandle
{
	margin: 4px 0 0 5px;
}

/* END Telerik.Web.UI.Skins.PanelBar.css */
/* START Telerik.Web.UI.Skins.Black.PanelBar.Black.css */
.RadPanelBar_Black
{
	background: #4f4f4f;
}

.RadPanelBar_Black .rpRootGroup
{
	border-color: #080808;
}

.RadPanelBar_Black a.rpLink,
.RadPanelBar_Black .rpTemplate
{
	color: #fff;
	font: normal 12px/24px "Segoe UI", Arial, sans-serif;
}

.RadPanelBar_Black a.rpLink
{
	background-color: #1b1b1b;
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9xFkUn32MqwVkZohE4CCHsdEYZyJ-lR2u4aejWzAlGFXrLaMtVj9DDE57Ov4D1WNow1&t=634185009985522382');
	background-repeat: repeat-x;
	border-color: #4f4f4f;
}

.RadPanelBar_Black a.rpLink:hover
{
	color: #9eda29;
}

.RadPanelBar_Black a.rpFocused,
.RadPanelBar_Black a.rpExpanded,
.RadPanelBar_Black a.rpSelected,
.RadPanelBar_Black a.rpSelected:hover
{
	background-color: #2d2d2d;
	border-color: #000;
}

.RadPanelBar_Black .rpOut
{
	border-color: #000;
}

/* <disabled items> */
.RadPanelBar_Black a.rpDisabled,
.RadPanelBar_Black a.rpDisabled:hover
{
	color: #777;
}
/* </disabled items> */

/* <subitems> */
.RadPanelBar_Black .rpGroup
{
	background-color: #4f4f4f;
}

.RadPanelBar_Black .rpGroup a.rpLink,
.RadPanelBar_Black .rpGroup .rpTemplate
{
	color: #a9a9a9;
	background-image: none;
	background-color: transparent;
}

.RadPanelBar_Black .rpGroup a.rpLink:hover
{
	color: #9eda29;
}

.RadPanelBar_Black .rpGroup a.rpLink,
.RadPanelBar_Black .rpGroup a.rpLink .rpOut
{		
	background-color: transparent;
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9xFkUn32MqwVkZohE4CCHsdC5gSGPIJksvNNJFZgbSd2Q4Bw-Z6KNLG1m8eG_cmLhY1&t=634185009985522382');
	background-repeat: no-repeat;
}

.RadPanelBar_Black .rpGroup a.rpSelected,
.RadPanelBar_Black .rpGroup a.rpSelected:hover
{
	color: #fff;
}

/* <subitems (disabled)> */
.RadPanelBar_Black .rpGroup a.rpDisabled,
.RadPanelBar_Black .rpGroup a.rpDisabled:hover,
.RadPanelBar_Black .rpGroup a.rpDisabled .rpOut
{
	background-image: none;
}

.RadPanelBar_Black .rpGroup a.rpDisabled,
.RadPanelBar_Black .rpGroup a.rpDisabled:hover
{
	color: #777;
}
/* <subitems (disabled)> */

/* </subitems> */


/* <background positioning> */
.RadPanelBar_Black a.rpLink,
.RadPanelBar_Black a.rpExpanded,
.RadPanelBar_Black .rpItem a.rpLinkExpandHovered
{
	background-position: 0 0;
}

.RadPanelBar_Black a.rpFocused,
.RadPanelBar_Black a.rpLink:hover,
.RadPanelBar_Black a.rpExpanded:hover
{
	background-position: 0 -200px;
}

.RadPanelBar_Black a.rpSelected,
.RadPanelBar_Black a.rpSelected:hover
{
	background-position: 0 -400px;
}

.RadPanelBar_Black .rpFirst a.rpLink,
.RadPanelBar_Black .rpFirst a.rpExpanded
{
	background-position: 0 -1px;
}

.RadPanelBar_Black .rpFirst a.rpFocused,
.RadPanelBar_Black .rpFirst a.rpLink:hover
{
	background-position: 0 -201px;
}

.RadPanelBar_Black .rpFirst a.rpSelected,
.RadPanelBar_Black .rpFirst a.rpSelected:hover
{
	background-position: 0 -401px;
}

/* <root items (disabled)> */
.RadPanelBar_Black a.rpDisabled:hover
{
	cursor: default;
}

.RadPanelBar_Black a.rpDisabled,
.RadPanelBar_Black a.rpDisabled:hover,
.RadPanelBar_Black a.rpDisabled:hover .rpOut
{
	background-position: 0 0;
}
/* </root items (disabled)> */

/*      <expand arrows> */
.RadPanelBar_Black a.rpExpandable .rpExpandHandle,
.RadPanelBar_Black a.rpExpanded .rpExpandHandle
{
	background-color: transparent;
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9xFkUn32MqwVkZohE4CCHsdPXCRIMybiLwcirETfJixzrKviOsx8i2qhk8_5m4hMDA1&t=634185009985522382');
	background-repeat: no-repeat;
}

.RadPanelBar_Black_rtl .rpGroup .rpText
{
	padding: 0 10px;
}

.RadPanelBar_Black a.rpExpandable .rpExpandHandle,
.RadPanelBar_Black a.rpExpandable:hover .rpNavigation .rpExpandHandle { background-position: 0 -5px; }
.RadPanelBar_Black a.rpExpandable:hover .rpExpandHandle,
.RadPanelBar_Black a.rpExpandable:hover .rpNavigation .rpExpandHandleHovered { background-position: 100% -5px; }
.RadPanelBar_Black a.rpExpanded .rpExpandHandle,
.RadPanelBar_Black a.rpExpanded:hover .rpNavigation .rpExpandHandle { background-position: 0 -181px; }
.RadPanelBar_Black a.rpExpanded:hover .rpExpandHandle,
.RadPanelBar_Black a.rpExpanded:hover .rpNavigation .rpExpandHandleHovered { background-position: 100% -181px; }

/*      </expand arrows> */

.RadPanelBar_Black .rpGroup a.rpLink,
.RadPanelBar_Black .rpGroup a.rpLink .rpOut { background-position: 0 200px; }

.RadPanelBar_Black .rpGroup a.rpLink:hover,
.RadPanelBar_Black .rpGroup a.rpFocused { background-position: 100% -22px; }
.RadPanelBar_Black .rpGroup a.rpLink:hover .rpOut,
.RadPanelBar_Black .rpGroup a.rpFocused .rpOut { background-position: 0 0; }

/*      <subitems (selected)> */
.RadPanelBar_Black .rpGroup a.rpSelected,
.RadPanelBar_Black .rpGroup a.rpSelected:hover { background-position: 100% -222px; background-color: transparent; }
.RadPanelBar_Black .rpGroup a.rpSelected .rpOut,
.RadPanelBar_Black .rpGroup a.rpSelected:hover .rpOut { background-position: 0 -200px; }
/*      </subitems (selected)> */

/*      <subitems (expand arrows)> */
.RadPanelBar_Black .rpGroup a.rpExpandable .rpExpandHandle,
.RadPanelBar_Black .rpGroup a.rpExpandable:hover .rpNavigation .rpExpandHandle { background-position: 0 -343px; }
.RadPanelBar_Black .rpGroup a.rpExpandable:hover .rpExpandHandle,
.RadPanelBar_Black .rpGroup a.rpExpandable:hover .rpNavigation .rpExpandHandleHovered { background-position: 100% -343px; }
.RadPanelBar_Black .rpGroup a.rpExpanded .rpExpandHandle,
.RadPanelBar_Black .rpGroup a.rpExpanded:hover .rpNavigation .rpExpandHandle { background-position: 0 -482px; }
.RadPanelBar_Black .rpGroup a.rpExpanded:hover .rpExpandHandle,
.RadPanelBar_Black .rpGroup a.rpExpanded:hover .rpNavigation .rpExpandHandleHovered { background-position: 100% -482px; }
/*      </subitems (expand arrows)> */
/* </background positioning> */

/* END Telerik.Web.UI.Skins.Black.PanelBar.Black.css */
/* START Telerik.Web.UI.Skins.Menu.css */
/* Common CSS */

.RadMenu
{
	white-space:nowrap;
	float:left;
	position:relative;
}

.RadMenu .rmRootGroup
{
	margin:0;
	padding:0;
	position:relative;
	left:0;
	display: inline-block;
}

* html .RadMenu .rmRootGroup { float: left; }

.RadMenu:after,
.RadMenu .rmRootGroup:after
{
    content:""; 
    display:block;
    height:0;
    overflow: hidden;
    line-height:0;
    font-size:0;
    clear:both;
    visibility:hidden;
}

.RadMenu ul.rmVertical,
.RadMenu ul.rmHorizontal,
.RadMenu ul.rmRootScrollGroup,
.RadMenu_Context ul.rmHorizontal
{
	margin:0;
	padding:0;
	display:none;
	position:relative;
	left:0;
	float:left;
}

.rmSized ul.rmVertical
{
	width: 100%;
}

.rmSized ul.rmRootGroup
{
	float: none;
}

.rmSized .rmRootGroup .rmVertical
{
	width: auto;
}

.RadMenu .rmItem
{
	float:left;
	position:relative;
	list-style-image: none;
	list-style-position:outside;
	list-style:none;	
}

* html .RadMenu .rmItem
{
	display:inline;
}

.RadMenu .rmHorizontal .rmItem
{
	clear:none;
}

.RadMenu .rmVertical .rmItem
{
	clear:both;
}

.rmSized .rmVertical .rmItem
{
	width: 100%;
}

.rmSized .rmHorizontal .rmItem,
.rmSized .rmRootGroup .rmVertical .rmItem
{
	width: auto;
}

.RadMenu ul.rmActive,
.RadMenu ul.rmRootGroup
{
	display:block;
}

.RadMenu .rmSlide, 
.RadMenu_Context
{
	position:absolute;
	overflow:hidden;
	display:none;
	float:left;
}

* html .RadMenu .rmSlide, 
* html .RadMenu_Context
{
	height:1px;
}

.RadMenu_Context
{
	z-index:1000;
	overflow:visible;
}

.RadMenu .rmText
{
	display:block;
}

.RadMenu div.rmText /*templates*/
{
	white-space:normal;
	background: transparent;
}

.RadMenu a.rmLink
{
	cursor:default;
	display:block;
}

.rmScrollWrap
{
	position:absolute;
	float:left;
	overflow:hidden;
	left:0;
}

.RadMenu .rmLeftArrow,
.RadMenu .rmTopArrow,
.RadMenu .rmBottomArrow,
.RadMenu .rmRightArrow
{
	position:absolute;
	z-index:2000;
	text-indent:-1000em;
	font-size: 0;
	line-height: 0;
	outline: 0;
	overflow: hidden;
}

.RadMenu .rmLeftArrowDisabled,
.RadMenu .rmTopArrowDisabled,
.RadMenu .rmBottomArrowDisabled,
.RadMenu .rmRightArrowDisabled
{
	display:none;
	text-indent:-1000em;
	font-size: 0;
	line-height: 0;
}

.RadMenu .rmBottomArrow,
.RadMenu .rmBottomArrowDisabled
{
	margin-bottom: -1px;
}

.RadMenu .rmLeftImage
{
	border:0;
	float:left;
}

.RadMenu_rtl
{
	float:right;
	text-align: right;
}

.RadMenu_rtl ul.rmVertical
{
	float:right;
}

.RadMenu_rtl .rmItem
{
	float:right;	
}

.RadMenu_rtl .rmLeftImage,
.RadMenu_Context_rtl .rmLeftImage
{
	border:0;
	float:right;
}

.RadMenu_rtl .rmLeftArrow,
.RadMenu_rtl .rmTopArrow,
.RadMenu_rtl .rmBottomArrow,
.RadMenu_rtl .rmRightArrow,
.RadMenu_rtl .rmLeftArrowDisabled,
.RadMenu_rtl .rmTopArrowDisabled,
.RadMenu_rtl .rmBottomArrowDisabled,
.RadMenu_rtl .rmRightArrowDisabled
{
	text-indent:1000em !important;
}

.RadMenu .rmLink
{
	width:auto;
}

.RadMenu .rmSeparator,
.RadMenu .rmSeparator:after
{
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.RadMenu div.rmRootGroup
{
    position: relative;
}
/* <base styles> */

.RadMenu .rmItem
{
	padding: 0;
}

.RadMenu .rmLink
{
	padding: 0 0 0 12px;
	outline: 0;
	float: left;
}

.RadMenu .rmText
{
	padding-bottom: 1px;
	float: left;
}

/* optimized for 16x16 */
.RadMenu .rmLeftImage
{
	margin: 4px 2px 0 -3px;
	padding-bottom: 4px;
}

.RadMenu .rmVertical .rmLeftImage+.rmText
{
	padding: 0 8px 1px 24px;
}

.RadMenu .rmVertical .rmText
{
	padding: 0 15px 1px 0;
}

.RadMenu .rmHorizontal .rmText
{
	padding: 0 12px 1px 0;
}

.RadMenu_rtl .rmVertical .rmText
{
	padding: 0 15px 1px 0;
}

.RadMenu .rmVertical .rmText,
.RadMenu .rmHorizontal .rmVertical .rmText
{
	display: block;
	float: none;
}

.RadMenu .rmVertical .rmLink,
.RadMenu .rmHorizontal .rmVertical .rmLink
{
	float: none;
}

* html .RadMenu .rmGroup .rmVertical .rmLink,
* html .RadMenu .rmGroup .rmHorizontal .rmLink
{
	float: left;
}

/* <Shadows and rounded corners */

.RadMenu .rmTopRight,
.RadMenu .rmBottomLeft,
.RadMenu .rmBottomRight,
.RadMenu .rmRoundedCorners ul.rmGroup,
.rmRoundedCorners ul.rmGroup,
.rmRoundedCorners ul.rmGroup ul.rmGroup,
.RadMenu .rmRoundedCorners .rmMultiColumn
{
	border: 0;
	background-position: 0 0;
}

.RadMenu .rmRoundedCorners .rmMultiColumn ul.rmMultiGroup
{
	background: none;
	margin: 0;
}

.RadMenu .rmRoundedCorners .rmGroupColumn
{
	height: 100%;
}

.RadMenu .rmRoundedCorners li.rmFirstGroupColumn
{
	background-color: transparent;
}

.RadMenu .rmTopFix,
.RadMenu .rmTopRight,
.RadMenu .rmBottomFix,
.RadMenu .rmBottomLeft,
.RadMenu .rmBottomRight
{
	position: absolute;
	width: 4px;
	height: 4px;
	list-style-type: none;
	list-style-position: outside;
	font-size: 0;
}

.RadMenu_rtl .rmTopRight,
.RadMenu_rtl .rmBottomRight
{
	width: 32px;
}

.RadMenu_rtl .rmTopShadowRight,
.RadMenu_rtl .rmBottomShadowRight
{
	width: 4px;
}

.RadMenu .rmTopShadowRight,
.RadMenu .rmBottomShadowLeft,
.RadMenu .rmBottomShadowRight
{
	background-repeat: no-repeat;
	background-color: transparent;
}

.rmRoundedCorners .rmTopShadowRight,
.rmRoundedCorners .rmBottomShadowLeft,
.rmRoundedCorners .rmBottomShadowRight
{
	width: 5px;
	height: 5px;
}

.RadMenu .rmTopRight
{
	background-position: 100% 0;
	top: 0;
	right: -4px;
	height: 100%;
}

.RadMenu .rmBottomLeft
{
	background-position: 0 100%;
	bottom: -4px;
	left: 0;
	width: 100%;
}

.RadMenu .rmBottomFix
{
	background-position: -1px 0;
	width: auto;
	bottom: -4px;
	left: 5px;
	right: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.RadMenu .rmTopFix
{
	background-position: -1px 0;
	width: auto;
	top: 0;
	left: 5px;
	right: 0;
	border-top-width: 1px;
	border-top-style: solid;
}

* html .RadMenu .rmTopFix,
* html .RadMenu .rmBottomFix,
* html .RadMenu .rmBottomShadowLeft
{
	width: 0;
}

.RadMenu .rmBottomRight
{
	background-position: 100% 100%;
	bottom: -4px;
	right: -4px;
	width: 8px;
}

.RadMenu .rmShadows li.rmBottomShadowLeft,
.RadMenu .rmShadows .rmBottomShadowRight,
.rmShadows .rmGroup li.rmBottomShadowLeft,
.rmShadows .rmGroup .rmBottomShadowRight
{
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9xdNvOXae3tw5MghFB1v2VmHA7-4RiHO5PiP62IextF0aSJfiHfS_Nqw6DBo0FQQuE1&t=634185009985522382');
}

.RadMenu .rmRoundedCorners li.rmBottomShadowLeft,
.RadMenu .rmRoundedCorners .rmBottomShadowRight,
.rmRoundedCorners .rmGroup li.rmBottomShadowLeft,
.rmRoundedCorners .rmGroup .rmBottomShadowRight
{
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9xdNvOXae3tw5MghFB1v2Vm75Lmy2gFLoYobfWInrIU_JlHgV1Hx_RLYyM2kKN98iI1&t=634185009985522382');
}

.RadMenu .rmShadows .rmTopShadowRight,
.rmShadows .rmGroup .rmTopShadowRight
{
	right: -5px;
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9xdNvOXae3tw5MghFB1v2Vm3R1AJ1SBv_22PVxN698jl-Qjui4Az0Rad6Njwm0ZU8w1&t=634185009985522382');
	background-position: 100% 0;
}

.RadMenu .rmBottomShadowLeft
{
	bottom: -5px;
	left: 1px;
	background-position: 0 100%;
}

.RadMenu .rmBottomShadowRight
{
	bottom: -5px;
	right: -5px;
	width: 4px;
	height: 5px;
}

.RadMenu .rmScrollWrapContainer .rmTopShadowRight
{
	right: -4px;
}

.RadMenu .rmScrollWrapContainer .rmBottomShadowRight
{
	bottom: -4px;
	right: -4px;
	width: 3px;
	height: 4px;
}

.RadMenu .rmScrollWrapContainer .rmBottomShadowLeft
{
	bottom: -4px;
}

.RadMenu .rmRoundedCorners .rmTopShadowRight,
.rmRoundedCorners .rmGroup .rmTopShadowRight
{
	right: -8px;
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9xdNvOXae3tw5MghFB1v2Vm6dI7EQjoRX6JEXmoAC-EvP5v9hQqrHpAENIC222u2Vw1&t=634185009985522382');
}

.RadMenu .rmRoundedCorners .rmBottomShadowLeft,
.rmRoundedCorners .rmGroup .rmBottomShadowLeft
{
	bottom: -8px;
}

.RadMenu .rmRoundedCorners .rmBottomShadowRight,
.rmRoundedCorners .rmGroup .rmBottomShadowRight
{
	bottom: -8px;
	right: -8px;
	width: 7px;
	height: 8px;
}

* html .RadMenu .rmRoundedCorners .rmBottomShadowRight,
* html .rmRoundedCorners .rmGroup .rmBottomShadowRight
{
	width: 11px;
	height: 8px;
	font-size: 0;
}

.RadMenu .rmAccessKey
{
	font-size: 10px;
	font-weight: normal;
	float: right;
	padding-right: 8px;
}

.RadMenu .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners .rmGroup .rmItem
{
	z-index: 1;
}

* html .RadMenu .rmRoundedCorners .rmGroup .rmText,
* html .RadMenu .rmShadows .rmGroup .rmText, 
* html .rmRoundedCorners .rmGroup .rmText,
* html .rmShadows .rmGroup .rmText { zoom: normal }

.RadMenu .rmRoundedCorners .rmSlide .rmScrollWrap,
.rmRoundedCorners .rmScrollWrapContainer .rmScrollWrap
{
	background-image: none;
}

.RadMenu .rmRoundedCorners .rmMultiGroup > .rmItem
{
	background-image: none;
}

.RadMenu .rmRoundedCorners .rmSlide,
.RadMenu .rmShadows .rmSlide,
.rmRoundedCorners .rmSlide,
.rmShadows .rmSlide,
div.rmRoundedCorners,
div.rmShadows
{
	padding: 0 8px 10px 0;
}

.RadMenu .rmRoundedCorners ul.rmGroup,
.rmRoundedCorners .rmGroup ul.rmGroup,
.rmRoundedCorners ul.rmGroup
{
	margin-top: 1px;
	padding: 1px;
}

.RadMenu .rmRoundedCorners ul.rmGroup .rmSlide,
.rmRoundedCorners ul.rmGroup .rmSlide
{
	margin-top: -5px;
}

.RadMenu_rtl .rmRoundedCorners ul.rmGroup .rmSlide,
.RadMenu_rtl.rmRoundedCorners ul.rmGroup .rmSlide
{
	margin-right: -5px;
}

.RadMenu .rmRoundedCorners .rmSlide .rmScrollWrap,
.rmRoundedCorners .rmSlide .rmScrollWrap
{
	border: 0;
}

.RadMenu .rmRoundedCorners .rmScrollWrap,
.RadMenu .rmShadows .rmScrollWrap,
.rmRoundedCorners .rmScrollWrap,
.rmShadows .rmScrollWrap
{
	position: relative;
}

.RadMenu .rmRoundedCorners .rmScrollWrapContainer,
.rmRoundedCorners .rmScrollWrapContainer
{
	padding: 4px 0 0 4px;
}

.RadMenu .rmScrollWrapContainer
{
	position: absolute;
}

.RadMenu .rmScrollWrapContainer .rmTopFix
{
	height: 100%;
}

* html .RadMenu .rmScrollWrapContainer .rmTopFix
{
	height: 5px;
}

.RadMenu .rmRoundedCorners ul.rmGroup,
.rmRoundedCorners .rmGroup ul.rmGroup,
.rmRoundedCorners ul.rmGroup
{
	padding: 4px 0 0 4px;
}

.RadMenu .rmScrollWrapContainer .rmGroup,
.rmScrollWrapContainer .rmGroup .rmGroup,
.rmScrollWrapContainer .rmGroup
{
	padding: 0;
}

/* </Shadows and rounded corners */

.RadMenu .rmRootGroup .rmItem .rmGroup
{
	padding-bottom: 1px;
}

.RadMenu .rmRoundedCorners .rmItem .rmGroup
{
	padding-bottom: 0;
}

.RadMenu .rmGroup .rmItem
{
	padding: 0;
}

.RadMenu .rmGroup .rmLink,
.RadMenu .rmSlide .rmGroup .rmTemplate
{
	padding: 0;
}

.RadMenu_rtl .rmGroup .rmLink,
.RadMenu_rtl .rmSlide .rmGroup .rmTemplate
{
	padding: 0;
}

.RadMenu .rmGroup .rmText
{
	padding: 0 54px 0 28px;
	margin: 0 0 0 4px;
}

.RadMenu_rtl .rmGroup .rmText
{
	padding: 0 28px 0 54px;
	margin: 0 4px 0 0;
}

.RadMenu .rmMultiColumn
{
	list-style: none;
	display: block;
   	position: relative;
	margin: 0;
	padding: 0;
	zoom: 1;
}

.RadMenu .rmMultiColumn .rmMultiGroup
{
	background: none;
	border: 0;
	float: left;
	display: block;
    position: static;
}

.RadMenu .rmMultiColumn .rmGroupColumn
{
	float: left;
}

.RadMenu_rtl .rmMultiColumn .rmGroupColumn  
{
	float: right;
}

*+html .RadMenu_rtl .rmMultiColumn .rmItem { float: left; }
* html .RadMenu_rtl .rmMultiColumn .rmItem { float: left; }

.RadMenu .rmSlide .rmVertical .rmLeftImage+.rmText,
.RadMenu_Context .rmGroup .rmLeftImage+.rmText
{
	padding: 0 54px 0 28px;
}

.RadMenu_rtl .rmSlide .rmVertical .rmLeftImage+.rmText,
.RadMenu_Context_rtl .rmGroup .rmLeftImage+.rmText
{
	padding: 0 28px 0 54px;
}

.RadMenu .rmSlide .rmHorizontal .rmText
{
	padding: 0 11px 0 10px;
}

.RadMenu .rmGroup .rmLeftImage
{
	margin: 4px 0 0 6px;
}

* html .RadMenu .rmGroup .rmLeftImage { margin-left: 4px; }
*+html .RadMenu .rmGroup .rmLeftImage { margin-left: 4px; }

* html .rmRoundedCorners .rmGroup .rmLeftImage { margin-left: 1px; }
*+html ul.rmRoundedCorners .rmGroup .rmLeftImage { margin-left: 2px; }

.RadMenu_rtl .rmGroup .rmLeftImage
{
	margin: 4px 6px 0 0;
}

* html .RadMenu .rmGroup .rmLeftImage { position: absolute; }
*+html .RadMenu .rmGroup .rmLeftImage { position: absolute; }

.RadMenu a.rmImageOnly img.rmLeftImage,
.RadMenu .rmRootGroup a.rmImageOnly
{
	padding: 0;
	margin: 0;
}

.RadMenu .rmRootGroup a.rmImageOnly span.rmText
{
	display: none;
}

* html .RadMenu .rmImageOnly .rmLeftImage { position: static; }
*+html .RadMenu .rmImageOnly .rmLeftImage { position: static; }

* html .RadMenu_rtl .rmGroup .rmLeftImage { right: 0; }
*+html .RadMenu_rtl .rmGroup .rmLeftImage { right: 0; }

*+html .RadMenu_Context_rtl ul.rmGroup { position: absolute; }
* html .RadMenu_Context_rtl ul.rmGroup { position: absolute; }

*+html .RadMenu_Context_rtl .rmGroup .rmItem { float: left; }
* html .RadMenu_Context_rtl .rmGroup .rmItem { float: left; }

/* <separators> */

.RadMenu .rmSeparator .rmText
{
	line-height: 0;
	font-size: 0;
	padding: 0;
	background-repeat: repeat-x;
	overflow: hidden;
}

.RadMenu .rmVertical .rmSeparator .rmText,
.RadMenu .rmHorizontal .rmVertical .rmSeparator .rmText
{
	height: auto;
	width: auto;
	padding-bottom: 2px;
}

*+html .RadMenu .rmSeparator .rmText,   /* IE7 separator height problem */
*+html .RadMenu .rmVertical .rmSeparator .rmText,
*+html .RadMenu .rmHorizontal .rmVertical .rmSeparator .rmText
{
	height: 2px;
	padding: 0;
}

* html .RadMenu .rmVertical .rmSeparator { height: 3px; }
* html .RadMenu .rmVertical .rmSeparator .rmText { height: auto; padding: 2px 0 0; }
* html .RadMenu .rmHorizontal .rmSeparator .rmText { padding: 0; }
* html .RadMenu .rmHorizontal .rmVertical .rmSeparator { height: 3px; }
* html .RadMenu .rmHorizontal .rmVertical .rmSeparator .rmText { height: 2px; }

.RadMenu .rmRootGroup .rmSeparator .rmText
{
	margin: 1px 12px;
}

.RadMenu .rmRootGroup .rmVertical .rmSeparator .rmText,
.RadMenu_Context .rmVertical .rmSeparator .rmText
{
	margin: 1px 2px 1px 31px;
}

.RadMenu_rtl .rmRootGroup .rmVertical .rmSeparator .rmText,
.RadMenu_Context_rtl .rmVertical .rmSeparator .rmText
{
	margin: 1px 31px 1px 2px;
}

.RadMenu .rmHorizontal .rmSeparator .rmText,
.RadMenu .rmVertical .rmHorizontal .rmSeparator .rmText
{
	margin: 2px 0 0;
	height: 20px;
	width: 2px;
}

* html .RadMenu .rmHorizontal .rmVertical .rmSeparator .rmText
{
	zoom: 1;
}

/* </separators> */

/* <scroll arrows> */

.RadMenu .rmLeftArrow,
.RadMenu .rmRightArrow
{
	width: 10px;
	height: 24px;
}

.RadMenu .rmTopArrow,
.RadMenu .rmBottomArrow
{
	height: 10px;
	width: 100%;
}

/* </scroll arrows> */

/* </base styles> */

/* END Telerik.Web.UI.Skins.Menu.css */
/* START Telerik.Web.UI.Skins.Black.Menu.Black.css */
/* <RadMenu / Black> */

.RadMenu_Black .rmRootGroup,
.RadMenu_Black a.rmLink,
.RadMenu_Black .rmText,
.RadMenu_Black .rmLeftArrow,
.RadMenu_Black .rmRightArrow,
.RadMenu_Black .rmTopArrow,
.RadMenu_Black .rmBottomArrow
{
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9wzHeHssmf_KjBXhbc0JDJ_6x4qDVaq-FsbjS3apnjcKg2&t=634185009985522382');
	background-color: transparent;
}

.RadMenu_Black .rmRootGroup
{
	border: 1px solid #202020;
	background-repeat: repeat-x;
	background-color: #161616;
}

.RadMenu_Black .rmVertical
{
	background-position: 0 -408px;
}

/* <Root items> */

.RadMenu_Black,
.RadMenu_Black a.rmLink
{
	font: normal 12px/23px "Segoe UI", Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}

.RadMenu_Black a.rmLink:hover
{
	color: #9eda29;
}

.RadMenu_Black a.rmLink,
.RadMenu_Black .rmText
{
	background-repeat: no-repeat;
	background-position: 0 500px;
}

.RadMenu_Black a.rmLink:hover,
.RadMenu_Black a.rmFocused,
.RadMenu_Black a.rmSelected
{
	background-position: 0 -72px;
}

.RadMenu_Black a.rmExpanded,
.RadMenu_Black a.rmExpanded:hover
{
	background-position: 0 -72px;
}

.RadMenu_Black a.rmExpanded .rmText,
.RadMenu_Black a.rmExpanded:hover .rmText
{
	background-position: 100% -96px;
}

.RadMenu_Black .rmLast a.rmExpanded .rmText
{
	background-position: 0 500px;
	background-repeat: no-repeat;
}

.RadMenu_Black a.rmDisabled,
.RadMenu_Black a.rmDisabled:hover
{
	color: #7d7d7d;
	background-position: 0 500px;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_Black .rmGroup,
.RadMenu_Black .rmMultiColumn,
.RadMenu_Black .rmGroup .rmVertical
{
	border: 1px solid #080808;
	background: #4f4f4f url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9wzHeHssmf_KjBXhbc0JDJ_03mc8NRuCcdcqhIIKrBl6A2&t=634185009985522382') repeat-y 0 0;
}

.RadMenu_Black .rmTopFix,
.RadMenu_Black .rmBottomFix,
.RadMenu_Black .rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Black .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
.RadMenu_Black .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
.RadMenu_Black .rmRoundedCorners ul.rmHorizontal .rmFirst,
.RadMenu_Black_Context.rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Black_Context.rmRoundedCorners ul.rmHorizontal .rmFirst
{
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9wzHeHssmf_KjBXhbc0JDJ_03mc8NRuCcdcqhIIKrBl6A2&t=634185009985522382');
	background-color: #4f4f4f; 
	background-repeat: repeat-y;
}

* html .rmRoundedCorners_Black .rmGroup .rmItem,
* html .rmRoundedCorners_Black ul.rmHorizontal .rmFirst
{
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9wzHeHssmf_KjBXhbc0JDJ_03mc8NRuCcdcqhIIKrBl6A2&t=634185009985522382');
	background-color: #4f4f4f; 
	background-repeat: repeat-y;
}

.RadMenu_Black .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Black .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Black .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Black .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Black .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Black .rmRoundedCorners .rmScrollWrap .rmVertical,
.RadMenu_Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Black_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Black_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Black_Context.rmRoundedCorners .rmScrollWrap .rmVertical
{
	background-image: none;
}

* html .rmRoundedCorners_Black .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Black .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Black .rmHorizontal .rmItem,
* html .rmRoundedCorners_Black .rmScrollWrap .rmVertical
{
	background-image: none;
}

.RadMenu_Black .rmRoundedCorners .rmGroupColumn
{
	background-color: #4f4f4f;
}

.RadMenu_Black .rmBottomLeft,
.RadMenu_Black .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Black_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Black_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Black .rmRoundedCorners ul.rmGroup,
.RadMenu_Black .rmRoundedCorners .rmMultiColumn
{
	background-image:  url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9wzHeHssmf_KjBXhbc0JDJ_3wfdYS4eYt-0nMspGqn-Gmg61g2OaLaDNi8FqMflWt41&t=634185009985522382');
	background-color: transparent; 
	background-repeat: no-repeat;
}

* html .rmRoundedCorners_Black .rmScrollWrapContainer,
* html .rmRoundedCorners_Black .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Black ul.rmGroup
{
	background-image:  url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9wzHeHssmf_KjBXhbc0JDJ_3wfdYS4eYt-0nMspGqn-Gmg61g2OaLaDNi8FqMflWt41&t=634185009985522382');
	background-color: transparent; 
	background-repeat: no-repeat;
}

.RadMenu_Black .rmTopRight,
.RadMenu_Black .rmBottomRight
{
	background-image:  url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9wzHeHssmf_KjBXhbc0JDJ_UAbR29nqoAtnaqIHoq-c1slxnAjAVnwQb_RQjMC08Y01&t=634185009985522382');
	background-color: transparent; 
	background-repeat: no-repeat;
}

.RadMenu_Black .rmTopFix,
.RadMenu_Black .rmBottomFix,
.RadMenu_Black .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Black_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Black .rmGroup .rmFirst
{
	border-color: #080808;
}

.RadMenu_Black .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Black .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix
{
	background: #4F4F4F;
}

* html .rmRoundedCorners_Black .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_Black .rmScrollWrapContainer .rmBottomFix
{
	background: #4F4F4F;
}

.RadMenu_Black .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Black .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Black .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Black .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow
{
	background-color: #4F4F4F;
	border: 0;
}

* html .rmRoundedCorners_Black .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Black .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Black .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Black .rmScrollWrapContainer .rmRightArrow
{
	background-color: #4F4F4F;
	border: 0;
}

.RadMenu_Black_rtl .rmBottomLeft,
.RadMenu_Black_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Black_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Black .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Black .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Black_Context_rtl ul.rmGroup,
.RadMenu_Black_Context.rmRoundedCorners .rmScrollWrapContainer
{
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9wzHeHssmf_KjBXhbc0JDJ_exSytOqpnpVaT7NrQZx-_52igfptMLVv8xWkwZBHWIw1&t=634185009985522382');
}

.RadMenu_Black_rtl .rmTopRight,
.RadMenu_Black_rtl .rmBottomRight
{
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9wzHeHssmf_KjBXhbc0JDJ_ECQh6FxtFaWBrTY3gGav5STr1YkGr40SOVuu2zNuFBo1&t=634185009985522382');
}

.RadMenu_Black_rtl li.rmTopFix,
.RadMenu_Black_rtl li.rmBottomFix,
.RadMenu_Black_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Black_Context_rtl .rmGroup .rmItem
{
	background-position: 101% 0;
}

.RadMenu_Black .rmSlide .rmScrollWrap
{
	background-image: none;
}

.RadMenu_Black_rtl .rmGroup,
.RadMenu_Black_rtl .rmMultiColumn,
.RadMenu_Black_rtl .rmGroup .rmVertical
{
	background-position: 100% 0;
}

.RadMenu_Black .rmRootGroup li.rmItem .rmGroup
{
	padding-bottom: 0;
}

.RadMenu_Black .rmGroup li.rmLast
{
	padding-bottom: 1px;
}

.RadMenu_Black .rmRootGroup .rmHorizontal
{
	background-image: none;
}

.RadMenu_Black .rmScrollWrap .rmVertical
{
	border: 0;
}

.RadMenu_Black .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Black_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Black .rmScrollWrapContainer li.rmItem
{
	background: none;
}

.RadMenu_Black .rmGroup .rmItem a.rmLink,
.RadMenu_Black .rmGroup .rmItem a.rmLink:hover,
.RadMenu_Black .rmGroup .rmItem a.rmFocused,
.RadMenu_Black .rmGroup .rmItem a.rmSelected,
.RadMenu_Black .rmGroup .rmItem a.rmExpanded
{
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
}

.RadMenu_Black .rmGroup a.rmLink,
.RadMenu_Black .rmGroup .rmText,
.RadMenu_Black .rmGroup .rmItem a.rmDisabled,
.RadMenu_Black .rmGroup .rmItem a.rmDisabled:hover,
.RadMenu_Black .rmGroup .rmItem a.rmDisabled .rmText,
.RadMenu_Black .rmGroup .rmItem a.rmDisabled:hover .rmText
{
	background-position: 0 500px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.RadMenu_Black .rmGroup a.rmLink:hover,
.RadMenu_Black .rmGroup a.rmFocused,
.RadMenu_Black .rmGroup a.rmSelected,
.RadMenu_Black .rmGroup a.rmExpanded
{
	background-position: 0 -168px;
}

.RadMenu_Black .rmGroup a.rmLink:hover .rmText,
.RadMenu_Black .rmGroup a.rmFocused .rmText,
.RadMenu_Black .rmGroup a.rmSelected .rmText,
.RadMenu_Black .rmGroup a.rmExpanded .rmText
{
	background-position: 100% -192px;
}

/* <expand arrows> */

.RadMenu_Black .rmGroup .rmExpandRight,
.RadMenu_Black .rmGroup .rmExpandDown,
.RadMenu_Black .rmGroup .rmItem a.rmDisabled .rmExpandRight,
.RadMenu_Black .rmGroup .rmItem a.rmDisabled .rmExpandDown,
.RadMenu_Black .rmGroup .rmItem a.rmDisabled:hover .rmExpandRight,
.RadMenu_Black .rmGroup .rmItem a.rmDisabled:hover .rmExpandDown
{
	background-position: 100% -216px;
}

.RadMenu_Black .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Black .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Black .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Black .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Black .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Black .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_Black .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Black .rmGroup a.rmExpanded .rmExpandDown
{
	background-position: 100% -240px;
}

.RadMenu_Black .rmGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Black .rmGroup a.rmDisabled:hover .rmExpandDown
{
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9wzHeHssmf_KjBXhbc0JDJ_6x4qDVaq-FsbjS3apnjcKg2&t=634185009985522382');
	background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Black_rtl .rmVertical a.rmExpanded .rmText,
.RadMenu_Black_rtl .rmVertical a.rmExpanded:hover .rmText
{
	background-position: 0 500px;
	background-repeat: no-repeat;
}

.RadMenu_Black_rtl .rmGroup a.rmLink:hover,
.RadMenu_Black_rtl .rmGroup a.rmFocused,
.RadMenu_Black_rtl .rmGroup a.rmSelected,
.RadMenu_Black_rtl .rmGroup a.rmExpanded
{
	background-position: 100% -264px;
}

.RadMenu_Black_rtl .rmGroup a.rmLink:hover .rmText,
.RadMenu_Black_rtl .rmGroup a.rmFocused .rmText,
.RadMenu_Black_rtl .rmGroup a.rmSelected .rmText,
.RadMenu_Black_rtl .rmGroup a.rmExpanded .rmText
{
	background-position: 0 -288px;
}

.RadMenu_Black_rtl .rmGroup .rmExpandLeft
{
	background-position: 0 -312px;
}

.RadMenu_Black_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Black_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Black_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Black_rtl .rmGroup a.rmExpanded .rmExpandLeft
{
	background-position: 0 -336px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Black - specific, overlapping submenus)> */

.RadMenu_Black .rmSlide
{
	margin: 0 0 0 -1px;
}

.RadMenu_Black .rmVertical .rmSlide,
.RadMenu_Black .rmSlide .rmSlide,
.RadMenu_Black_Context .rmGroup .rmSlide
{
	margin: 0 0 0 -5px;
}

.RadMenu_Black_rtl .rmSlide
{
	margin: 0 0 0 0;
}

.RadMenu_Black_rtl .rmFirst .rmSlide
{
	margin-left: 1px;
}

.RadMenu_Black_rtl .rmVertical .rmSlide,
.RadMenu_Black_rtl .rmSlide .rmSlide,
.RadMenu_Black_Context_rtl .rmGroup .rmSlide
{
	margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Black .rmLeftArrow,
.RadMenu_Black .rmRightArrow
{
	background-color: #4f4f4f;
}

.RadMenu_Black .rmLeftArrow { background-position: -8px -312px; border-right: 1px solid #828282; }
.RadMenu_Black .rmRightArrow { background-position: -482px -216px; border-left: 1px solid #828282; }

.RadMenu_Black .rmTopArrow,
.RadMenu_Black .rmBottomArrow,
.RadMenu_Black .rmGroup .rmLeftArrow,
.RadMenu_Black .rmGroup .rmRightArrow
{
	background-color: #4f4f4f;
}

.RadMenu_Black .rmTopArrow { background-position: 50% -367px; border-bottom: 1px solid #828282; }
.RadMenu_Black .rmBottomArrow { background-position: 50% -391px; border-top: 1px solid #828282; }

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Black .rmHorizontal .rmSeparator .rmText,
.RadMenu_Black .rmVertical .rmHorizontal .rmSeparator .rmText
{
	height: 22px;
	margin: 1px 0 0;
	width: 1px;
	background-color: #000;
}

.RadMenu_Black_Context .rmSeparator .rmText,
.RadMenu_Black .rmHorizontal .rmGroup .rmSeparator .rmText,
.RadMenu_Black .rmVertical .rmHorizontal .rmGroup .rmSeparator .rmText
{
	background-color: transparent;
	background-position: 0 -406px;
}

/* </Separators> */

/* </RadMenu / Black> */

/* END Telerik.Web.UI.Skins.Black.Menu.Black.css */
/* START Telerik.Web.UI.Skins.Grid.css */
/*Telerik RadGrid Common CSS*/

/*global*/

.RadGrid .rgMasterTable,
.RadGrid .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid .rgRow,
.RadGrid .rgAltRow,
.RadGrid .rgHeader,
.RadGrid .rgResizeCol,
.RadGrid .rgPager,
.RadGrid .rgGroupPanel,
.RadGrid .rgGroupHeader
{
	cursor:default;
}

.RadGrid input[type="image"]
{
	cursor:pointer;
}

.RadGrid .rgRow td,
.RadGrid .rgAltRow td,
.RadGrid .rgEditRow td,
.RadGrid .rgFooter td,
.RadGrid .rgFilterRow td,
.RadGrid .rgHeader,
.RadGrid .rgResizeCol,
.RadGrid .rgGroupHeader td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid .rgClipCells .rgHeader,
.RadGrid .rgClipCells .rgFilterRow>td,
.RadGrid .rgClipCells .rgRow>td,
.RadGrid .rgClipCells .rgAltRow>td,
.RadGrid .rgClipCells .rgEditRow>td,
.RadGrid .rgClipCells .rgFooter>td
{
	overflow:hidden;
}

.RadGrid .rgAdd,
.RadGrid .rgRefresh,
.RadGrid .rgEdit,
.RadGrid .rgDel,
.RadGrid .rgDrag,
.RadGrid .rgFilter,
.RadGrid .rgPagePrev,
.RadGrid .rgPageNext,
.RadGrid .rgPageFirst,
.RadGrid .rgPageLast,
.RadGrid .rgExpand,
.RadGrid .rgCollapse,
.RadGrid .rgSortAsc,
.RadGrid .rgSortDesc,
.RadGrid .rgUpdate,
.RadGrid .rgCancel,
.RadGrid .rgUngroup,
.RadGrid .rgExpXLS,
.RadGrid .rgExpDOC,
.RadGrid .rgExpPDF,
.RadGrid .rgExpCSV
{
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

.RadGrid .rgGroupItem input,
.RadGrid .rgCommandRow img,
.RadGrid .rgHeader input,
.RadGrid .rgFilterRow img,
.RadGrid .rgFilterRow input,
.RadGrid .rgPager img
{
	vertical-align:middle;
}

/*header*/

.rgNoScrollImage div.rgHeaderDiv
{
	background-image:none;
}

.RadGrid .rgHeader,
.RadGrid th.rgResizeCol
{
	padding-top:5px;
	padding-bottom:4px;
	text-align:left;
	font-weight:normal;
}

.RadGrid .rgHeader a
{
    text-decoration:none;
}

.RadGrid .rgCheck input
{
	height:15px;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	cursor:default;
}

.rfdCheckbox .RadGrid .rgCheck input /*Safari,Chrome fix*/
{
	height:20px;
}

/*rows*/

.RadGrid .rgRow td,
.RadGrid .rgAltRow td,
.RadGrid .rgEditRow td,
.RadGrid .rgFooter td
{
	padding-top:4px;
	padding-bottom:3px;
}

.RadGrid table.rgMasterTable tr .rgDragCol
{
	padding-left:0;
	padding-right:0;
	text-align:center;
}

.RadGrid .rgDrag
{
	width:15px;
	height:15px;
	cursor:url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9xn-k_FMFslzTl-1tyGhxokr8yQV8bCGnTCcLZbiev7jg2&t=634185009985522382'), move;
}

/*status*/

.RadGrid .rgPager .rgStatus
{
	width:35px;
	padding:3px 0 2px;
}

.RadGrid .rgStatus div
{
	width:24px;
	height:24px;
	overflow:hidden;
	border:0;
	margin:0 auto;
	padding:0;
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-2222px;
}

/*pager*/

.RadGrid .rgPager td
{
	padding:0;
}

.RadGrid td.rgPagerCell
{
	border:0;
	padding:5px 0 4px;
}

.RadGrid .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:22px;
	white-space:nowrap;
}

.RadGrid .rgArrPart1
{
	padding-right:0;
}

.RadGrid .rgArrPart2
{
	padding-left:0;
}

.RadGrid .rgInfoPart
{
	float:right;
}

.RadGrid .rgInfoPart strong
{
	font-weight:normal;
}

.RadGrid .rgArrPart1 img,
.RadGrid .rgArrPart2 img
{
	border:0;
	margin:-3px 8px 0;
}

.RadGrid .rgPageFirst,
.RadGrid .rgPagePrev,
.RadGrid .rgPageNext,
.RadGrid .rgPageLast
{
	width:22px;
	height:22px;
	vertical-align:top;
}

.RadGrid .NextPrev .rgPageFirst,
.RadGrid .NextPrev .rgPagePrev,
.RadGrid .NextPrev .rgPageNext,
.RadGrid .NextPrev .rgPageLast
{
	vertical-align:middle;
}

.RadGrid .rgPageFirst,
.RadGrid .rgPagePrev
{
	margin-right:1px;
}

.RadGrid .rgPageNext,
.RadGrid .rgPageLast
{
	margin-left:1px;
}

.RadGrid .rgPager .rgPagerButton
{
	height:22px;
	border-style:solid;
	border-width:1px;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	font-size:12px;
	line-height:12px;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid .rgNumPart
{
	padding:0;
}

.RadGrid .NumericPages .rgNumPart
{
	padding:0 10px;
}

.RadGrid .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	text-decoration:none;
}

.RadGrid .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid .rgNumPart a:hover span
{
	cursor:pointer;
}

.RadGrid .rgNumPart a.rgCurrentPage,
.RadGrid .rgNumPart a.rgCurrentPage:hover,
.RadGrid .rgNumPart a.rgCurrentPage span,
.RadGrid .rgNumPart a.rgCurrentPage:hover span
{
	cursor:default;
}

.RadGrid .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid .rgPager .RadSlider
{
	float:left;
	margin:0 10px 0 0;
}

.RadGrid .rgPagerLabel,
.RadGrid .rgPager .RadComboBox,
.RadGrid .rgPager .RadInput
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

*+html .RadGrid .rgPager .RadComboBox{margin-top:-1px;}
* html .RadGrid .rgPager .RadComboBox{margin-top:-1px;padding:1px 0;}

.RadGrid .rgPagerTextBox
{
	text-align:center;
}

/*reordering*/

.GridReorderTop,
.GridReorderBottom
{
	width:9px;
	height:9px;
	margin:0 0 0 -5px;
	padding:0;
}

/*filtering*/

.RadGrid .rgFilterRow td
{
    padding-top:4px;
    padding-bottom:7px;
}

.RadGrid .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
}

.RadGrid .rgFilterBox
{
	border-width:1px;
	border-style:solid;
	margin:0;
	padding:2px 1px 3px;
	font-size:12px;
	vertical-align:middle;
}

.RadGrid .rgFilterRow .RadRating
{
	display:inline-block;
	vertical-align:middle;
}
*+html .RadGrid .rgFilterRow .RadRating{display:inline;zoom:1;}
* html .RadGrid .rgFilterRow .RadRating{display:inline;zoom:1;}

/*filter context menu*/

.RadMenu .rmGroup .rgHCMItem .rmText
{
	width:161px;
	padding:6px 5px 5px 30px;
}

.rgHCMItem .rgHCMClear,
.rgHCMItem .rgHCMShow,
.rgHCMItem .rgHCMAnd,
.rgHCMItem .rgHCMFilter
{
	display:block;
}

.rgHCMItem .rgHCMShow,
.rgHCMItem .rgHCMAnd
{
	padding-top:5px;
	line-height:12px;
}

.rgHCMItem .rgHCMClear,
.rgHCMItem .rgHCMShow,
.rgHCMItem .RadComboBox,
.rgHCMItem .rgHCMAnd
{
	margin:0 0 5px;
}

.rgHCMItem .rgHCMAnd
{
	margin-top:5px;
}

.rgHCMItem .rgHCMFilter
{
	margin-top:11px;
}

.rgHCMItem .rgHCMClear,
.rgHCMItem .rgHCMFilter
{
	width:160px;
	border-style:solid;
	border-width:1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:1px 0;
	font-size:12px;
	cursor:pointer;
}

/*grouping*/

.RadGrid .rgGroupPanel
{
	height:24px;
}

.RadGrid .rgGroupItem
{
	padding:0 2px 1px 3px;
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid .rgGroupHeader td
{
	padding-top:0;
	padding-bottom:0;
}

.RadGrid .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

/*IE quirks mode*/
* html .RadGrid .rgGroupHeader td div div
{
	top /**/:0;
}

.RadGrid .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid .rgUpdate,
.RadGrid .rgCancel
{
	width:18px;
	height:18px;
}

/*hierarchy*/

.RadGrid .rgDetailTable
{
	border-style:solid;
	border-width:1px;
	border-right-width:0;
}

/*command row*/

.RadGrid .rgAdd,
.RadGrid .rgRefresh
{
	width:18px;
	height:18px;
	vertical-align:bottom;
}

.RadGrid .rgEdit,
.RadGrid .rgDel
{
	width:15px;
	height:15px;
}

/*rtl*/

.RadGridRTL .rgHeader,
.RadGridRTL .rgResizeCol
{
	text-align:right;
}

.RadGridRTL .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL .rgWrap
{
	float:right;
}

.RadGridRTL .rgInfoPart
{
	float:left;
}

.RadGridRTL .rgNumPart
{
	width:220px;
}

.RadGridRTL .rgNumPart a
{
	float:right;
}

.RadGridRTL .rgDetailTable
{
	border-right-width:1px;
	border-left-width:0;
}
/* END Telerik.Web.UI.Skins.Grid.css */
/* START Telerik.Web.UI.Skins.Black.Grid.Black.css */
/*Telerik RadGrid Black Skin*/

/*global*/

.RadGrid_Black
{
    border:1px solid #080808;
    background:#4f4f4f;
    color:#d7d7d7;
}

.RadGrid_Black,
.RadGrid_Black .rgMasterTable,
.RadGrid_Black .rgDetailTable,
.RadGrid_Black .rgGroupPanel table,
.RadGrid_Black .rgCommandRow table,
.RadGrid_Black .rgEditForm table,
.RadGrid_Black .rgPager table,
.GridToolTip_Black
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_Black .rgAdd,
.RadGrid_Black .rgRefresh,
.RadGrid_Black .rgEdit,
.RadGrid_Black .rgDel,
.RadGrid_Black .rgFilter,
.RadGrid_Black .rgPagePrev,
.RadGrid_Black .rgPageNext,
.RadGrid_Black .rgPageFirst,
.RadGrid_Black .rgPageLast,
.RadGrid_Black .rgExpand,
.RadGrid_Black .rgCollapse,
.RadGrid_Black .rgSortAsc,
.RadGrid_Black .rgSortDesc,
.RadGrid_Black .rgUpdate,
.RadGrid_Black .rgCancel,
.RadGrid_Black .rgUngroup,
.RadGrid_Black .rgExpXLS,
.RadGrid_Black .rgExpDOC,
.RadGrid_Black .rgExpPDF,
.RadGrid_Black .rgExpCSV
{
	background-image:url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9yTPioVveMCU30B7Z6-Mdki0n_HNcVsgw-NbihUCYG2JQ2&t=634185009985522382');
}

/*header*/

.RadGrid_Black .rgHeaderDiv
{
	background:#474747 0 -9550px repeat-x url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9yTPioVveMCU30B7Z6-Mdki0n_HNcVsgw-NbihUCYG2JQ2&t=634185009985522382');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -9050px;
}

.RadGrid_Black .rgHeader,
.RadGrid_Black th.rgResizeCol
{
	border:0;
	border-bottom:1px solid #000;
	background:#191919 0 -2300px repeat-x url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9yTPioVveMCU30B7Z6-Mdki0n_HNcVsgw-NbihUCYG2JQ2&t=634185009985522382');
}

.RadGrid_Black th.rgSorted
{
	background-color:#020202;
	background-position:0 -2600px;
}

.RadGrid_Black .rgHeader,
.RadGrid_Black .rgHeader a
{
    color:#fff;
}

/*rows*/

.RadGrid_Black .rgRow td,
.RadGrid_Black .rgAltRow td,
.RadGrid_Black .rgEditRow td,
.RadGrid_Black .rgFooter td
{
	border-style:solid;
	border-width:0 0 1px 0;
}

.RadGrid_Black .rgRow td
{
	border-color:#4f4f4f;
}

.RadGrid_Black .rgAltRow
{
	background:#494949;
}

.RadGrid_Black .rgAltRow td
{
	border-color:#494949;
}

.RadGrid_Black .rgRow .rgSorted
{
	border-bottom-color:#4b4b4b;
	background-color:#4b4b4b;
}

.RadGrid_Black .rgAltRow .rgSorted
{
	border-bottom-color:#454545;
	background-color:#454545;
}

.RadGrid_Black .rgSelectedRow .rgSorted,
.RadGrid_Black .rgActiveRow .rgSorted,
.RadGrid_Black .rgHoveredRow .rgSorted,
.RadGrid_Black .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_Black .rgRow a,
.RadGrid_Black .rgAltRow a,
.RadGrid_Black .rgEditRow a,
.RadGrid_Black .rgFooter a,
.RadGrid_Black .rgEditForm a
{
	color:#fff;
}

.RadGrid_Black .rgSelectedRow
{
    background:#303030 0 -3900px repeat-x url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9yTPioVveMCU30B7Z6-Mdki0n_HNcVsgw-NbihUCYG2JQ2&t=634185009985522382');
    color:#fff;
}
*+html .RadGrid_Black .rgSelectedRow .rgSorted{background-color:#303030}
* html .RadGrid_Black .rgSelectedRow .rgSorted{background-color:#303030}

.RadGrid_Black .rgActiveRow,
.RadGrid_Black .rgHoveredRow
{
    background:#2e2e2e 0 -2900px repeat-x url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9yTPioVveMCU30B7Z6-Mdki0n_HNcVsgw-NbihUCYG2JQ2&t=634185009985522382');
    color:#9eda29;
}
*+html .RadGrid_Black .rgActiveRow .rgSorted,
*+html .RadGrid_Black .rgHoveredRow .rgSorted{background-color:#2e2e2e}
* html .RadGrid_Black .rgActiveRow .rgSorted,
* html .RadGrid_Black .rgHoveredRow .rgSorted{background-color:#2e2e2e}

.RadGrid_Black .rgEditRow
{
	background:#202020;
	color:#d7d7d7;
}
*+html .RadGrid_Black .rgEditRow .rgSorted{background-color:#202020}
* html .RadGrid_Black .rgEditRow .rgSorted{background-color:#202020}

.RadGrid_Black .rgActiveRow td,
.RadGrid_Black .rgActiveRow td.rgSorted,
.RadGrid_Black .rgHoveredRow td,
.RadGrid_Black .rgHoveredRow td.rgSorted
{
	border-bottom-color:#1e1e1e;
}

.RadGrid_Black .rgSelectedRow td,
.RadGrid_Black .rgSelectedRow td.rgSorted
{
	border-bottom-color:#1a1a1a;
}

.RadGrid_Black .rgEditRow td,
.RadGrid_Black .rgEditRow td.rgSorted
{
	border-bottom-color:#080808;
}

.RadGrid_Black .rgDrag
{
	background-image:url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9yTPioVveMCU30B7Z6-MdkiZUzZQcn09P4h93ZGZi_4fQ2&t=634185009985522382');
}

/*footer*/

.RadGrid_Black .rgFooterDiv,
.RadGrid_Black .rgFooter
{
	background:#2e2e2e;
}

.RadGrid_Black .rgFooter td
{
	border:0;
	border-top:1px solid #080808;
}

/*status*/

.RadGrid_Black .rgPager .rgStatus
{
	border:solid #080808;
	border-width:1px 1px 0 0;
}

.RadGrid_Black .rgStatus div
{
	background-image:url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9xFHH32ko9dAaPQPSiqLyf6CK5zNLq5BCl7VSbyDs6Z4yjphceUjk_t_vrWoJS0Ug41&t=634185009985522382');
}

/*pager*/

.RadGrid_Black .rgPager
{
	background:#1e1e1e 0 -8000px repeat-x url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9yTPioVveMCU30B7Z6-Mdki0n_HNcVsgw-NbihUCYG2JQ2&t=634185009985522382');
}

.RadGrid_Black td.rgPagerCell
{
	border-top:1px solid #080808;
	border-left:1px solid #3a3a3a;
}

.RadGrid_Black .rgInfoPart
{
	color:#a9a9a9;
}

.RadGrid_Black .rgInfoPart strong
{
	color:#fefefe;
}

.RadGrid_Black .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_Black .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_Black .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_Black .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_Black .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_Black .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_Black .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_Black .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_Black .rgPager .rgPagerButton
{
	border-color:#080808;
	background:#1b1b1b repeat-x 0 -1550px url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9yTPioVveMCU30B7Z6-Mdki0n_HNcVsgw-NbihUCYG2JQ2&t=634185009985522382');
	color:#fff;
	font-family:"segoe ui",arial,sans-serif;
}

.RadGrid_Black .rgNumPart a:hover,
.RadGrid_Black .rgNumPart a:hover span,
.RadGrid_Black .rgNumPart a.rgCurrentPage,
.RadGrid_Black .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9yTPioVveMCU30B7Z6-Mdki0n_HNcVsgw-NbihUCYG2JQ2&t=634185009985522382');
}

.RadGrid_Black .rgNumPart a
{
	color:#a9a9a9;
}

.RadGrid_Black .rgNumPart a:hover
{
	background-position:100% -1250px;
	color:#9eda29;
}

.RadGrid_Black .rgNumPart a:hover span
{
	background-position:0 -1150px;
}

.RadGrid_Black .rgNumPart a.rgCurrentPage,
.RadGrid_Black .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	color:#fff;
}

.RadGrid_Black .rgNumPart a.rgCurrentPage span,
.RadGrid_Black .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
}

/*sorting, reordering*/

.RadGrid_Black .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_Black .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_Black,
.GridReorderBottom_Black
{
	background:0 0 no-repeat url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9yTPioVveMCU30B7Z6-Mdki0n_HNcVsgw-NbihUCYG2JQ2&t=634185009985522382');
}

.GridReorderBottom_Black
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_Black .rgFilterRow
{
	background:#474747 0 -7000px repeat-x url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9yTPioVveMCU30B7Z6-Mdki0n_HNcVsgw-NbihUCYG2JQ2&t=634185009985522382');
}

.RadGrid_Black .rgFilterRow td
{
	border-top:1px solid #4f4f4f;
    border-bottom:1px solid #080808;
}

.RadGrid_Black .rgFilter
{
	background-position:0 -300px;
}

.RadGrid_Black .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_Black .rgFilterActive,
.RadGrid_Black .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_Black .rgFilterBox
{
	border-color:#080808;
	background:#454545;
	font-family:"segoe ui",arial,sans-serif;
	color:#d7d7d7;
}

/*filter context menu*/

.RadMenu_Black .rgHCMClear,
.RadMenu_Black .rgHCMFilter
{
	border-color:#080808;
	background:#1b1b1b center -23px repeat-x url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9zEwGgPdYQCATuSoRb-8BNx5kqmbZNoXCnnAG3MRVfuREU_VETM2EGQ05PYoSeJQwc1&t=634185009985522382');
	color:#fff;
	font-family:"segoe ui",arial,sans-serif;
}

.RadMenu_Black .rgHCMClear:hover,
.RadMenu_Black .rgHCMFilter:hover
{
	background-position:center -67px;
	background-color:#020202;
	color:#9eda29;
}

/*grouping*/

.RadGrid_Black .rgGroupPanel
{
	border:0;
	border-bottom:1px solid #080808;
	background:#202020 0 -1900px repeat-x url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9yTPioVveMCU30B7Z6-Mdki0n_HNcVsgw-NbihUCYG2JQ2&t=634185009985522382');
}

.RadGrid_Black .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
}

.RadGrid_Black .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_Black .rgGroupPanel .rgSortAsc
{
	background-position:2px -146px;
}

.RadGrid_Black .rgGroupPanel .rgSortDesc
{
	background-position:2px -95px;
}

.RadGrid_Black .rgUngroup
{
	background-position:0 -9000px;
}

.RadGrid_Black .rgGroupItem
{
	border:1px solid #080808;
	background:#1b1b1b 0 -6500px repeat-x url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9yTPioVveMCU30B7Z6-Mdki0n_HNcVsgw-NbihUCYG2JQ2&t=634185009985522382');
	color:#fff;
}

.RadGrid_Black .rgMasterTable td.rgGroupCol,
.RadGrid_Black .rgMasterTable td.rgExpandCol
{
	border-color:#202020;
	background:#202020 none;
}

.RadGrid_Black .rgGroupHeader
{
    font-size:1.1em;
    line-height:21px;
	color:#fff;
}

.RadGrid_Black .rgGroupHeader,
.RadGrid_Black .rgGroupHeader td.rgGroupCol
{
	background:#202020 0 -8500px repeat-x url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9yTPioVveMCU30B7Z6-Mdki0n_HNcVsgw-NbihUCYG2JQ2&t=634185009985522382');
}

.RadGrid_Black .rgGroupHeader td
{
	border-top:1px solid #3a3a3a;
	padding-top:0;
	padding-bottom:0;
}

.RadGrid_Black .rgGroupHeader td.rgGroupCol
{
	border-top-color:#202020;
}

.RadGrid_Black .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_Black .rgCollapse
{
	background-position:3px -444px;
}

/*editing*/

.RadGrid_Black .rgEditForm
{
	border-bottom:1px solid #080808;
}

.RadGrid_Black .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_Black .rgCancel
{
	background-position:0 -1850px;
}

/*hierarchy*/

.RadGrid_Black .rgDetailTable
{
	border-color:#080808;
}

/*command row*/

.RadGrid_Black .rgCommandRow
{
	background:#1e1e1e 0 -2100px repeat-x url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9yTPioVveMCU30B7Z6-Mdki0n_HNcVsgw-NbihUCYG2JQ2&t=634185009985522382');
	color:#fff;
}

.RadGrid_Black .rgCommandCell
{
	border:0;
	padding:2px 7px;
}

.RadGrid_Black tfoot .rgCommandCell,
.RadGrid_Black .rgMasterTable>tbody>tr.rgCommandRow .rgCommandCell
{
	border-top:1px solid #0e0e0e;
}

.RadGrid_Black thead .rgCommandCell
{
	border-bottom:1px solid #0e0e0e;
}

.RadGrid_Black .rgCommandTable,
.RadGrid_Black .rgCommandTable td
{
	border:0;
	padding:0;
}

.RadGrid_Black .rgCommandRow a
{
	color:#fff;
	text-decoration:none;
}

.RadGrid_Black .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_Black .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_Black .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_Black .rgDel
{
	background-position:0 -1750px;
}

.RadGrid_Black .rgExpXLS,
.RadGrid_Black .rgExpDOC,
.RadGrid_Black .rgExpPDF,
.RadGrid_Black .rgExpCSV
{
	background-image:url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9x5v9FW6rJWFMxul0m4At7GG0YGfL1l2QvzhHzD3BMz7g2&t=634185009985522382');
}

.RadGrid_Black .rgExpXLS
{
	background-position:0 0;
}
.RadGrid_Black .rgExpDOC
{
	background-position:0 -50px;
}
.RadGrid_Black .rgExpPDF
{
	background-position:0 -100px;
}
.RadGrid_Black .rgExpCSV
{
	background-position:0 -150px;
}

/*multirow select*/

.GridRowSelector_Black
{
	background:#d7d7d7;
}

/*row drag n drop*/

.GridItemDropIndicator_Black
{
    border-top:1px dashed #d7d7d7;
}

/*tooltip*/

.GridToolTip_Black
{
	border:1px solid #080808;
	padding:3px;
	background:#ccc;
	color:#000;
}

/*rtl*/

.RadGridRTL_Black .rgPageFirst
{
	background-position:0 -1000px;
}
.RadGridRTL_Black .rgPageFirst:hover
{
	background-position:0 -1050px;
}
.RadGridRTL_Black .rgPagePrev
{
	background-position:0 -850px;
}
.RadGridRTL_Black .rgPagePrev:hover
{
	background-position:0 -900px;
}
.RadGridRTL_Black .rgPageNext
{
	background-position:0 -700px;
}
.RadGridRTL_Black .rgPageNext:hover
{
	background-position:0 -750px;
}
.RadGridRTL_Black .rgPageLast
{
	background-position:0 -550px;
}
.RadGridRTL_Black .rgPageLast:hover
{
	background-position:0 -600px;
}
/* END Telerik.Web.UI.Skins.Black.Grid.Black.css */
/* 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=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9xq14py1UsdC7K9GXv8a6WHnHMYSztigOdPxDf-Xmp0EYk1BIywO3SUVBV23PJmz841&t=634185009985522382');	
}

.RadWindow .rwWindowContent .radalert
{
    background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9xq14py1UsdC7K9GXv8a6WHvyBXcUHJNFiblpQiOrYR47t3hLrGyeIbMEME0Haq5-g1&t=634185009985522382');	
}

.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.Black.Window.Black.css */
/* RadWindow for ASP.NET AJAX Black Skin */

/* Window Background */

/* Horiznotal */
.RadWindow_Black .rwTopLeft,
.RadWindow_Black .rwTopRight,
.RadWindow_Black .rwTitlebar,
.RadWindow_Black .rwFooterLeft,
.RadWindow_Black .rwFooterRight,
.RadWindow_Black .rwFooterCenter,
.RadWindow_Black .rwTopResize,
.RadWindow_Black .rwStatusbar div,
.RadWindow_Black .rwStatusbar,
.RadWindow_Black .rwPopupButton,
.RadWindow_Black .rwPopupButton span,
.RadWindow_Black.rwMinimizedWindow .rwCorner
{
    background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9zhSChX1WMoocI1YwjkN4NG82iiYr0VcMDd3OF1Ft1GhAtKLYf9_W_waegFlhALqxI1&t=634185009985522382');
}

/* Vertical */
.RadWindow_Black .rwBodyLeft,
.RadWindow_Black .rwBodyRight,
.RadWindow_Black .rwStatusbarRow .rwCorner
{
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9zhSChX1WMoocI1YwjkN4NGA2gwDjemniqoBvS655bYtv863VBzP_y6BSyPLWYiLQw1&t=634185009985522382');
}

/* Window Shadows */

/* Horiznotal */
.RadWindow_Black .rwShadow .rwTopLeft,
.RadWindow_Black .rwShadow .rwTopRight,
.RadWindow_Black .rwShadow .rwTitlebar,
.RadWindow_Black .rwShadow .rwFooterLeft,
.RadWindow_Black .rwShadow .rwFooterRight,
.RadWindow_Black .rwShadow .rwFooterCenter,
.RadWindow_Black .rwShadow .rwTopResize,
.RadWindow_Black .rwShadow .rwStatusbar div,
.RadWindow_Black .rwShadow .rwStatusbar,
.RadWindow_Black .rwShadow .rwPopupButton,
.RadWindow_Black .rwShadow .rwPopupButton span,
.RadWindow_Black .rwShadow .rwBodyLeft,
.RadWindow_Black .rwShadow .rwBodyRight,
.RadWindow_Black .rwShadow .rwStatusbarRow .rwBodyLeft,
.RadWindow_Black .rwShadow .rwStatusbarRow .rwBodyRight
{
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9zhSChX1WMoocI1YwjkN4NG82iiYr0VcMDd3OF1Ft1GhLWJ_OTm91LY_fk42LIK9bg1&t=634185009985522382');
}

/* Vertical */
.RadWindow_Black .rwShadow .rwBodyLeft,
.RadWindow_Black .rwShadow .rwBodyRight,
.RadWindow_Black .rwShadow .rwStatusbarRow .rwBodyLeft,
.RadWindow_Black .rwShadow .rwStatusbarRow .rwBodyRight
{
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9zhSChX1WMoocI1YwjkN4NGA2gwDjemniqoBvS655bYtvTmmXxEHEZV4h21LqCFXC81&t=634185009985522382');
}

/* Shadows End */

.RadWindow_Black .rwStatusbar input
{
    color: #d7d7d7;
}

.RadWindow_Black .rwControlButtons
{
    margin-top: 1px;
}

.RadWindow_Black .rwControlButtons a
{
    background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9zhSChX1WMoocI1YwjkN4NGmwtIjnBVTqCXIl9f3ceuX8_7BEp2YWHLNUsPK0PaPbk1&t=634185009985522382');
}

.RadWindow_Black a.rwIcon
{
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9zhSChX1WMoocI1YwjkN4NG82iiYr0VcMDd3OF1Ft1GhAtKLYf9_W_waegFlhALqxI1&t=634185009985522382');
}

div.RadWindow_Black .rwTitlebarControls em
{
	color: #d7d7d7;
}

div.RadWindow_Black .rwDialogInput
{
	border: solid 1px #080808;
	background-color: #454545;
	background-position: 0 -322px;
	background-repeat: repeat-x;
	color: white;
}

div.RadWindow_Black .rwDialogInput:hover
{
	border: solid 1px #5c5c5c;
	background-position: 0 -360px;
	background-color: #444;
	background-repeat: repeat-x;
}

.RadWindow_Black .rwPopupButton span
{
    color: #fff;
}

.RadWindow_Black .rwPopupButton:hover span
{
    color: #9eda29;
}

.RadWindow_Black td.rwWindowContent
{
    background-color: #080808;
}

/* Set white background for the IFRAME parent */
.RadWindow_Black td.rwExternalContent{
	background-color: #fff;
}

.RadWindow_Black .rwDialogPopup
{
    color: #fff;
}

/* Loading Indicators */
.RadWindow_Black tr td.rwLoading
{
	background-color: #000;
}

/* When ShowContentDuringLoad="true" */
.RadWindow_Black td.rwWindowContent.rwLoading
{
    background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9xFHH32ko9dAaPQPSiqLyf69IGNxFuiecTjJJsI2O-6yQ2&t=634185009985522382');
}

/* When ShowContentDuringLoad="false" */
.RadWindow_Black input.rwLoading
{
    background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9xFHH32ko9dAaPQPSiqLyf6CK5zNLq5BCl7VSbyDs6Z4yjphceUjk_t_vrWoJS0Ug41&t=634185009985522382');
}

div.RadWindow_Black a.rwCancel,
div.RadWindow_Black a.rwCancel span
{
    background: none;
    cursor: pointer;
    cursor: hand;
}

div.RadWindow_Black a.rwCancel span span
{
    color: #9eda29;
}

/* Shadow Control Buttons */

.RadWindow_Black .rwShadow .rwControlButtons 
{
	margin: 5px -2px 0 0;
}

.RadWindow_Black .rwShadow .rwControlButtons 
{
	margin: 5px -1px 0 0\9;
}

/* ctrl buttons when winodw is minimized */
.RadWindow_Black.rwMinimizedWindowShadow .rwShadow .rwControlButtons 
{
	margin: 9px -8px 0 0;
}


/* Icon when winodw is minimized */
.RadWindow_Black.rwMinimizedWindowShadow .rwShadow .rwIcon 
{
	margin: 9px 6px 0 0;
}

/*title buttons when winodw is minimized */
.RadWindow_Black.rwMinimizedWindowShadow .rwShadow em 
{
	margin: 4px 0 0 -1px;
}

.RadWindow_Black .rwShadow .rwControlButtons li
{
	float: left;
	padding: 0;
}

.RadWindow_Black .rwShadow .rwControlButtons a
{
	width: 26px; 
}

/*overwriting some positions from the base css when window is minimized*/

.RadWindow.rwMinimizedWindow .rwShadow .rwFooterLeft 
{
	background-position: 0 -431px !important;
}
.RadWindow.rwMinimizedWindow .rwShadow .rwFooterCenter 
{
	background-position: 0 -461px !important;
}
.RadWindow.rwMinimizedWindow .rwShadow .rwFooterRight 
{
	background-position: 0 -446px !important;
}

.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=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9zhSChX1WMoocI1YwjkN4NG82iiYr0VcMDd3OF1Ft1GhAtKLYf9_W_waegFlhALqxI1&t=634185009985522382') !important;
}

.rwInactiveWindow .rwShadow .rwBodyLeft,
.rwInactiveWindow .rwShadow .rwBodyRight,
.rwInactiveWindow .rwShadow .rwStatusbarRow .rwCorner
{
	background-image: url('/WebResource.axd?d=3o1sOuJNyo7Rlu4lwQyDo8VvvFcltcsIyrGq0V1Kx9zhSChX1WMoocI1YwjkN4NGA2gwDjemniqoBvS655bYtv863VBzP_y6BSyPLWYiLQw1&t=634185009985522382') !important;
}

/* END Telerik.Web.UI.Skins.Black.Window.Black.css */
