/* START Telerik.Web.UI.Skins.FormDecorator.css */
/* RadFormDecorator - common CSS settings */
.rfdSkinnedButton
{
    background-repeat: no-repeat;
}

.rfdSkinnedButton .rfdInner
{
    font: normal 12px "Segoe UI", Arial, Verdana !important;
    white-space: nowrap;
    background-repeat: repeat-x;
    width: auto !important;
	padding: 0 !important;
	display: block !important;
	line-height: 21px !important;
}

.rfdCheckboxChecked,
.rfdCheckboxUnchecked,
.rfdRadioUnchecked,
.rfdRadioChecked
{
    line-height: 20px !important;
	padding: 0;
	padding-left: 20px;
	zoom:1;/*Fixes IE issue with font-size set in percents */		
	display: inline-block !important;	
}

.rfdSkinnedButton .rfdOuter
{
	background-position: right 0;
	background-repeat: no-repeat;
	display: block;	
}

.rfdRealButton
{
	vertical-align: middle;
	display: none;
	min-width: 54px !important;
}

/* Internet Explorer */        
*+html .rfdRealButton,
*+html .rfdSkinnedButton
{		
	min-width: auto !important;
}

/* disabled inputs */
.rfdInputDisabled
{
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
}

.input 
{
	position: absolute;/* Causes IE to jump when a textbox in a scrollable parent is clicked -however, setting position:relative has other side effects. This is why it will be left here as *absolute* and set to relative where needed */	
	left: -999999px;
}

/* FormDecorator + TreeView fix */
.RadTreeView .rfdCheckboxUnchecked,
.RadTreeView .rfdCheckboxChecked
{
    display: -moz-inline-box;
    display: inline-block;
    width: 0;
    vertical-align: middle;
    line-height: 21px;
    height: 21px;
}

/* FormDecorator + TreeView fix */
.RadGrid .rfdCheckboxUnchecked,
.RadGrid .rfdCheckboxChecked
{
    display: -moz-inline-block;
    display: inline-block;
}

a.rfdSkinnedButton:focus,
a.rfdSkinnedButton:active
{
	border: dotted 1px #131627;
}

/* =========================== TEXTAREA, INPUT, FIELDSET ============================= */
.rfdRoundedInner
{  
  width:1px;
  font-size:1px;      
  background-repeat:no-repeat;
}

.rfdRoundedOuter
{    
  width:1px;
  font-size:0px;  
}


table.rfdRoundedWrapper, table.rfdRoundedWrapper_fieldset
{
    display:-moz-inline-box;/*FF2*/
    display:inline-block;/*FF3,Opera,Safari*/
    _display:inline;/*IE6*/
                                   
    vertical-align:middle;           
    border-width:0px !important;    
}

table.rfdRoundedWrapper td, table.rfdRoundedWrapper_fieldset>tbody>tr>td
{
	padding:0px !important;
	border:0px !important;                 
}

/*IE7*/
*+html table.rfdRoundedWrapper, *+html table.rfdRoundedWrapper_fieldset
{
   display:inline;
}

table.rfdRoundedWrapper td, table.rfdRoundedWrapper_fieldset td
{
    vertical-align:middle;
}

/* Specific styling related to the elements that need to support rounded corners */
table.rfdRoundedWrapper textarea, textarea.rfdTextarea
{     
    /*overflow :hidden;// Prevent nasty flicker - no flicker anymore */     
    /* Safari - Do not allow textarea resize. Also - textarea in a table causes very a 4px bottom margin! Bug in Safari*/    
    /* This hack thing is parsed in IE as WELL!*/
    [hack:safari;    
        resize: none;        
    ]        
}


fieldset.rfdFieldset
{
         
}

input.rfdInput, textarea.rfdTextarea
{   
         
}

.rfdRtl
{
	direction: rtl;
}

.rfdRtl .input 
{
	position: absolute;/* Causes IE to jump when a textbox in a scrollable parent is clicked -however, setting position:relative has other side effects. This is why it will be left here as *absolute* and set to relative where needed */	
	left: 0;
	right: 0;
	top:-9999px;
}


/* checkboxes */
.rfdRtl .rfdCheckboxUnchecked,
.rfdRtl .rfdInputDisabled.rfdCheckboxUnchecked:hover
{
	padding: 0 20px 0 0;
	background-position: right 0 !important;
}

.rfdRtl .rfdCheckboxUnchecked:hover
{
	background-position: right -200px !important;
}

.rfdRtl .rfdCheckboxChecked,
.rfdRtl .rfdInputDisabled.rfdCheckboxChecked:hover 
{
	padding: 0 20px 0 0;
	background-position: right -420px !important;
}

.rfdRtl .rfdCheckboxChecked:hover
{
	background-position: right -640px !important;
}
/* end of checkboxes */

/* radiobuttons */
.rfdRtl .rfdRadioUnchecked,
.rfdRtl .rfdInputDisabled.rfdRadioUnchecked:hover 
{
	padding: 0 20px 0 0;
	background-position: right 0 !important;
}

.rfdRtl .rfdRadioUnchecked:hover
{
	background-position: right -220px !important;
}

.rfdRtl .rfdRadioChecked,
.rfdRtl .rfdInputDisabled.rfdRadioChecked:hover 
{
	padding: 0 20px 0 0;
	background-position: right -440px !important;
}

.rfdRtl .rfdRadioChecked:hover
{
	background-position: right -640px !important;
}
/* end of radiobuttons */
/* right to left support end */

/* common skinned combobox settings begin */

.rfdSelect
{
	display: inline-block;
	text-decoration: none;
	font: normal 10pt Arial, Verdana, Sans-serif;
	cursor: default;
	outline: none;
	-moz-user-select: none;
	max-width: 1024px;
	overflow: hidden;
	/*padding: 0;*/
}

.rfdSelectDisabled
{
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); /* IE 6/7 */
    opacity: .4; /* Gecko, Opera */
    -moz-opacity: .4; /* Old Gecko */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)"; /* IE8 */
}

.rfdSelect span
{
	display: block;
}

.rfdSelect .rfdSelectOuter
{
	float: left;
}

.rfdSelect .rfdSelectText
{
	line-height: 18px;
	padding: 0 3px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 2px;
	text-overflow: ellipsis;
}

.rfdSelect .rfdSelectArrow
{
	float: right;
	_display: inline;
}

.rfdSelect .rfdSelectArrow span
{
    background-color: transparent !important;
	text-indent: -9999px;
	width: 14px;
	height: 16px;
}

/* dropdown settings */
.rfdSelectBox
{
    font: normal 10pt Arial, Verdana, Sans-serif;
    display: inline-block;
}

.rfdSelectBox ul,
.rfdSelectBox li
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.rfdSelectBox li
{
    cursor: default;
    line-height: 16px;
    height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.rfdSelectBox_optgroup li
{
    padding-left: 20px !important;
    height: 18px !important;
    line-height: 18px !important;
}

.rfdSelectBox_optgroup .rfdSelectBox_optgroup_label
{
    font-style: italic;
    font-weight: bold;
    padding-left: 0 !important;
}

/* common skinned combobox settings begin */

/* rfdRoundedCorners */
.rfdRoundedCorners
{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;   
}
/* END Telerik.Web.UI.Skins.FormDecorator.css */
/* START Telerik.Web.UI.Skins.Hay.FormDecorator.Hay.css */
/* RadFormDecorator for ASP.NET Hay Skin */

/* this gives a background color to the page*/
.rfdZone
{
    /* background-color: #d3e0c2; */
}

.RadForm_Hay.rfdScrollBars
{
	scrollbar-3dlight-color: #959695; 
	scrollbar-arrow-color: #3e3e3e;
	scrollbar-base-color: #f5f5f5; 
	scrollbar-darkshadow-color: #5f6e93; 
	scrollbar-face-color: #d1d1d4;
	scrollbar-highlight-color: #fff; 
	scrollbar-shadow-color: #a0ad8a;
	scrollbar-track-color: #f0f0f0;
}

/* label settings */
.RadForm_Hay label.Hay
{
    color: #626262;
}

/* checkbox settings */
.RadForm_Hay .rfdCheckboxUnchecked,
.RadForm_Hay .rfdInputDisabled.rfdCheckboxUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=RoBqL3lPzPDwM4riDt8E6fZyusJ0LlJHtTaLZFpVKI_tMnwq42mpoOZ-kNgX_kIDdUdj5BV1DztN0V5FlirpDGh39i8U8OxcZslW1d7sSiw1&t=633751656210837500') no-repeat 0 0;
}

.RadForm_Hay .rfdCheckboxUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=RoBqL3lPzPDwM4riDt8E6fZyusJ0LlJHtTaLZFpVKI_tMnwq42mpoOZ-kNgX_kIDdUdj5BV1DztN0V5FlirpDGh39i8U8OxcZslW1d7sSiw1&t=633751656210837500') no-repeat 0 -200px;
}

.RadForm_Hay .rfdCheckboxChecked,
.RadForm_Hay .rfdInputDisabled.rfdCheckboxChecked:hover
{
	background: transparent url('/WebResource.axd?d=RoBqL3lPzPDwM4riDt8E6fZyusJ0LlJHtTaLZFpVKI_tMnwq42mpoOZ-kNgX_kIDdUdj5BV1DztN0V5FlirpDGh39i8U8OxcZslW1d7sSiw1&t=633751656210837500') no-repeat 0 -420px;
}

.RadForm_Hay .rfdCheckboxChecked:hover
{
	background: transparent url('/WebResource.axd?d=RoBqL3lPzPDwM4riDt8E6fZyusJ0LlJHtTaLZFpVKI_tMnwq42mpoOZ-kNgX_kIDdUdj5BV1DztN0V5FlirpDGh39i8U8OxcZslW1d7sSiw1&t=633751656210837500') no-repeat 0 -640px;
}
/* end of checkbox settings */

/* radiobutton settings */
.RadForm_Hay .rfdRadioUnchecked,
.RadForm_Hay .rfdInputDisabled.rfdRadioUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=RoBqL3lPzPDwM4riDt8E6fZyusJ0LlJHtTaLZFpVKI_tMnwq42mpoOZ-kNgX_kIDpLdejjqm_f_FB86pV-WyhLdpp5vo54Ei6lMUymwpdUI1&t=633751656210837500') no-repeat 1px 0;
}

.RadForm_Hay .rfdRadioUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=RoBqL3lPzPDwM4riDt8E6fZyusJ0LlJHtTaLZFpVKI_tMnwq42mpoOZ-kNgX_kIDpLdejjqm_f_FB86pV-WyhLdpp5vo54Ei6lMUymwpdUI1&t=633751656210837500') no-repeat 1px -220px;
}

.RadForm_Hay .rfdRadioChecked,
.RadForm_Hay .rfdInputDisabled.rfdRadioChecked:hover 
{
	background: transparent url('/WebResource.axd?d=RoBqL3lPzPDwM4riDt8E6fZyusJ0LlJHtTaLZFpVKI_tMnwq42mpoOZ-kNgX_kIDpLdejjqm_f_FB86pV-WyhLdpp5vo54Ei6lMUymwpdUI1&t=633751656210837500') no-repeat 1px -440px;
}

.RadForm_Hay .rfdRadioChecked:hover
{
	background: transparent url('/WebResource.axd?d=RoBqL3lPzPDwM4riDt8E6fZyusJ0LlJHtTaLZFpVKI_tMnwq42mpoOZ-kNgX_kIDpLdejjqm_f_FB86pV-WyhLdpp5vo54Ei6lMUymwpdUI1&t=633751656210837500') no-repeat 1px -640px;
}

.RadForm_Hay .rfdRadioUnchecked,
.RadForm_Hay .rfdInputDisabled.rfdRadioUnchecked:hover,
.RadForm_Hay .rfdRadioUnchecked:hover,
.RadForm_Hay .rfdRadioChecked,
.RadForm_Hay .rfdInputDisabled.rfdRadioChecked:hover,
.RadForm_Hay .rfdRadioChecked:hover
{
    _background-image: url('/WebResource.axd?d=RoBqL3lPzPDwM4riDt8E6fZyusJ0LlJHtTaLZFpVKI_tMnwq42mpoOZ-kNgX_kIDpLdejjqm_f_FB86pV-WyhAbio_uTP5TvhNTODkBfE0U1&t=633751656210837500');
}
/* end of radiobutton settings */

/* button settings */
a.RadForm_Hay, a.RadForm_Hay span
{
	background-image: url('/WebResource.axd?d=RoBqL3lPzPDwM4riDt8E6fZyusJ0LlJHtTaLZFpVKI_tMnwq42mpoOZ-kNgX_kIDzfUPSAC15lLtBsyTjzXJTNdO-mNFHjVUdip84sc57wc1&t=633751656210837500');
	color: #e7f1d7;
}

a.RadForm_Hay.rfdInputDisabled:hover
{
    background-position: 0 0;
}

a.RadForm_Hay .rfdInner,
a.RadForm_Hay.rfdInputDisabled:hover .rfdInner
{
    margin-left: 4px;
	margin-right: 4px;
	background-position: 0 -21px;
	color: #045100;
}

a.RadForm_Hay.rfdInputDisabled:hover .rfdOuter
{
	background-position: right 0;
}

a.RadForm_Hay:hover
{
	background-position: 0 -42px;
}

a.RadForm_Hay:hover .rfdInner
{
	background-position: 0 -63px;
	color: #279500;
}

a.RadForm_Hay:hover .rfdOuter
{
	background-position: right -42px;
}
/* end of button settings */

/* clicked button styles */
a.RadForm_Hay.rfdClicked
{
    background-image: url('/WebResource.axd?d=RoBqL3lPzPDwM4riDt8E6fZyusJ0LlJHtTaLZFpVKI_tMnwq42mpoOZ-kNgX_kIDzfUPSAC15lLtBsyTjzXJTNdO-mNFHjVUdip84sc57wc1&t=633751656210837500');
    background-position: 0 -84px;
    background-repeat: no-repeat;
}

a.RadForm_Hay.rfdClicked span
{
    background-image: url('/WebResource.axd?d=RoBqL3lPzPDwM4riDt8E6fZyusJ0LlJHtTaLZFpVKI_tMnwq42mpoOZ-kNgX_kIDzfUPSAC15lLtBsyTjzXJTNdO-mNFHjVUdip84sc57wc1&t=633751656210837500');
    color: #185d00;
}

a.RadForm_Hay.rfdClicked .rfdInner
{
    background-position: 0 -105px;
    background-repeat: repeat-x;
}

a.RadForm_Hay.rfdClicked .rfdOuter
{
    background-position: right -84px;
    background-repeat: no-repeat;
}
/* end of clicked button styles */

/* do NOT change these settings, otherwise the skinned buttons will be broken when used within a decoration zone */
a.rfdSkinnedButton.RadForm_Hay
{
    -moz-user-select: none !important;
	outline: none !important;
	text-decoration: none !important;
	cursor: default !important;
	text-align: center !important;
	background-color: transparent !important;
	border: 0 !important;
    display: inline-block !important;
}

/* Headings 4-6 */
.RadForm_Hay h4.rfdH4
{
	color: #279500;	
	border-bottom: solid 1px #50a81b;	
}

.RadForm_Hay h5.rfdH5
{
	color: #000000;	
	border-bottom: solid 1px #9e9c83;	
}

.RadForm_Hay h6.rfdH6
{
	color: #000000;	
}

/* <label> */
.RadForm_Hay label.rfdLabel
{	
	color: #000000;
}

/* <fieldset> and <legend> */
.RadForm_Hay table.rfdRoundedWrapper_fieldset legend,
.RadForm_Hay fieldset.rfdFieldset legend
{
	color: #50a81b;
}

.RadForm_Hay table.rfdRoundedWrapper_fieldset fieldset,
.RadForm_Hay fieldset.rfdFieldset
{	
	border: solid 1px #bbb99d;
	background-image: url('/WebResource.axd?d=RoBqL3lPzPDwM4riDt8E6fZyusJ0LlJHtTaLZFpVKI_tMnwq42mpoOZ-kNgX_kIDt3i1LD-wLdaDoZYndc9d567GUI6cKnvP0ZSPUrXW91I1&t=633751656210837500'); /* having a background image on a fieldset is not okay with IE */	
	background-repeat: no-repeat;/*Mandatory to use because of incorrect IE positioning of the image*/		
}


/* Due to a glitch in IE the following 2 classes must be declared separately for correct parsing of the textarea class in IE6*/
.RadForm_Hay table.rfdRoundedWrapper input,
.RadForm_Hay table.rfdRoundedWrapper textarea,
.RadForm_Hay input.rfdInput, 
.RadForm_Hay textarea.rfdTextarea
{
	border: solid 1px #898772;
	background: #ffffff;	
	color: #000000;
	overflow: hidden;
}

.RadForm_Hay  table.rfdRoundedWrapper input[disabled="disabled"]:hover,
.RadForm_Hay  table.rfdRoundedWrapper textarea[disabled="disabled"]:hover
{
	border: solid 1px #898772;
	background: #ffffff;
	color: #000000;
	overflow: hidden;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
}

/* add classes for HOVER effect */
.RadForm_Hay  table.rfdRoundedWrapper input:hover,
.RadForm_Hay  table.rfdRoundedWrapper textarea:hover,
.RadForm_Hay table.rfdRoundedWrapper:hover .rfdRoundedInner,
.RadForm_Hay input.rfdInput:hover, 
.RadForm_Hay textarea.rfdTextarea:hover
{
	border-color: #44a41f !important;
	background: #ffffff;
	color: #000000;
}

.RadForm_Hay table.rfdRoundedWrapper:hover .rfdRoundedOuter
{	
	background-color: #44a41f !important;
}

/* <select> */
.rfdSelect_Hay,
.rfdSelect_Hay:hover,
.rfdSelect_Hay .rfdSelectOuter,
.rfdSelect_Hay:hover .rfdSelectOuter,
.rfdSelect_Hay .rfdSelectArrow span,
.rfdSelectBox_Hay .rfdSelect_selected,
.rfdSelectBox_Hay li:hover,
.rfdSelect_Hay.rfdSelectDisabled:hover
{
    background-image: url('/WebResource.axd?d=RoBqL3lPzPDwM4riDt8E6fZyusJ0LlJHtTaLZFpVKI_tMnwq42mpoOZ-kNgX_kIDODwJo_tSEJKcWBMQknuT_ibiWCusq3PmjXt4rHntbLY1&t=633751656210837500');
    background-repeat: no-repeat;
}

.rfdSelect_Hay.rfdSelectDisabled:hover
{
    background-position: 0 0;
}

.rfdSelect_Hay
{
	padding-left: 3px !important;
}

.rfdSelect_Hay:hover
{
	background-position: 0 -44px;
}

.rfdSelect_Hay .rfdSelectOuter,
.rfdSelect_Hay.rfdSelectDisabled:hover .rfdSelectOuter
{
    background-position: right -22px;
    padding: 2px 0;
}

.rfdSelect_Hay:hover .rfdSelectOuter
{
    background-position: right -66px;
}

.rfdSelect_Hay .rfdSelectText,
.rfdSelect_Hay.rfdSelectDisabled:hover .rfdSelectText
{
    color: #3c6716;
}

.rfdSelect_Hay:hover .rfdSelectText
{
    color: #7a1b05;
}

.rfdSelect_Hay .rfdSelectArrow
{
	margin: 1px 2px 0 0;
}

.rfdSelect_Hay .rfdSelectArrow span,
.rfdSelect_Hay.rfdSelectDisabled:hover .rfdSelectArrow span
{
	background-position: 0 -88px;
}

.rfdSelect_Hay:hover .rfdSelectArrow span
{
    background-position: -14px -88px;
}

/* dropdown settings */
.rfdSelectBox_Hay
{
    background: #ffffff;
    border: solid 1px #959485;
    color: #000000;
}

.rfdSelectBox_Hay li
{
    padding-left: 3px !important;
    line-height: 16px;
    height: 16px;
    background-image: none !important;
}

.rfdSelectBox_Hay .rfdSelect_selected,
.rfdSelectBox_Hay li:hover
{
    color: #ffffff;
    background-color: #82c23e;
}

.rfdSelectBox_Hay .rfdSelectBox_optgroup_label:hover
{
    background: none;
    color: black;
}

/* skinned combobox end */
/* END Telerik.Web.UI.Skins.Hay.FormDecorator.Hay.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,
.rmRootGroup ul.rmHorizontal,
.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;
}

.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.rmHorizontal,
.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 0;
	padding-bottom: 4px;
}

.RadMenu .rmVertical .rmLeftImage+.rmText
{
	padding: 0 8px 1px 24px;
}

.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;
}

.RadMenu .rmRootGroup .rmItem .rmGroup
{
	padding-bottom: 1px;
}

.RadMenu .rmGroup .rmItem
{
	padding: 0;
}

.RadMenu .rmGroup .rmLink,
.RadMenu .rmSlide .rmGroup .rmTemplate
{
	padding: 0 0 0 4px;
}

.RadMenu_rtl .rmGroup .rmLink,
.RadMenu_rtl .rmSlide .rmGroup .rmTemplate
{
	padding: 0 4px 0 0;
}

.RadMenu .rmGroup .rmText
{
	padding: 0 54px 0 28px;
}

.RadMenu_rtl .rmGroup .rmText
{
	padding: 0 28px 0 54px;
}

.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 2px;
}

.RadMenu_rtl .rmGroup .rmLeftImage
{
	margin: 4px 6px 0 0;
}

* html .RadMenu .rmGroup .rmLeftImage { position: absolute; }
*+html .RadMenu .rmGroup .rmLeftImage { position: absolute; }

* html .RadMenu_rtl .rmGroup .rmLeftImage { right: 6px; }
*+html .RadMenu_rtl .rmGroup .rmLeftImage { right: 6px; }


/* <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 .rmText { height: auto; padding: 2px 0 0; }
* html .RadMenu .rmHorizontal .rmSeparator .rmText { padding: 0; }

.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;
}

/* </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.Hay.Menu.Hay.css */
/* <RadMenu / Hay> */

.RadMenu_Hay .rmRootGroup,
.RadMenu_Hay .rmLink,
.RadMenu_Hay .rmText,
.RadMenu_Hay .rmLeftArrow,
.RadMenu_Hay .rmRightArrow,
.RadMenu_Hay .rmTopArrow,
.RadMenu_Hay .rmBottomArrow
{
	background-image: url('/WebResource.axd?d=RoBqL3lPzPDwM4riDt8E6fZyusJ0LlJHtTaLZFpVKI93jJxv8q1W4W0mXp8-BNFRwF1IYfB3E2ZWAQydPmx2_w2&t=633751656210837500');
	background-color: transparent;
}

.RadMenu_Hay .rmRootGroup
{
	border: 1px solid #bbb99d;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #dee0c8;
}

.RadMenu_Hay .rmVertical
{
	background-position: 0 -408px;
}

/* <Root items> */

.RadMenu_Hay,
.RadMenu_Hay .rmLink
{
	font: normal 12px/23px "Segoe UI", Arial, sans-serif;
	color: #272722;
	text-decoration: none;
}

.RadMenu_Hay .rmLink,
.RadMenu_Hay .rmText
{
	background-position: 0 1050px;
	background-repeat: no-repeat;
}

.RadMenu_Hay .rmLink:hover,
.RadMenu_Hay .rmFocused
{
	color: #279500;
	background-position: 0 -72px;
}

.RadMenu_Hay .rmLink:hover .rmText,
.RadMenu_Hay .rmFocused .rmText
{
	background-position: 100% -96px;
}

.RadMenu_Hay .rmExpanded,
.RadMenu_Hay .rmExpanded:hover
{
	color: #fff;
	background-position: 0 -120px;
}

.RadMenu_Hay .rmExpanded .rmText,
.RadMenu_Hay .rmExpanded:hover .rmText
{
	background-position: 100% -144px;
}

.RadMenu_Hay .rmDisabled,
.RadMenu_Hay .rmDisabled:hover
{
	color: #919180;
}

.RadMenu_Hay .rmDisabled:hover,
.RadMenu_Hay .rmDisabled:hover .rmText
{
	background: none;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_Hay .rmGroup,
.RadMenu_Hay .rmGroup .rmVertical
{
	border: 1px solid #959485;
	background: #fff url('/WebResource.axd?d=RoBqL3lPzPDwM4riDt8E6fZyusJ0LlJHtTaLZFpVKI93jJxv8q1W4W0mXp8-BNFRqjFqPhScIfMZ10HI_wYCeA2&t=633751656210837500') repeat-y -1px 0;
}

.RadMenu_Hay .rmSlide .rmScrollWrap
{
	background-image: none;
}

.RadMenu_Hay_rtl .rmGroup,
.RadMenu_Hay_rtl .rmGroup .rmVertical
{
	background-position: 101% 0;
}

.RadMenu_Hay .rmRootGroup .rmHorizontal
{
	background-image: none;
}

.RadMenu_Hay .rmScrollWrap .rmVertical
{
	border: 0;
}

.RadMenu_Hay .rmGroup .rmFirst,
.RadMenu_Hay .rmGroup .rmLast
{
	background: none;
}

.RadMenu_Hay .rmRootGroup li.rmItem .rmGroup
{
	padding-bottom: 0;
}

.RadMenu_Hay .rmGroup li.rmLast
{
	padding-bottom: 1px;
}

.RadMenu_Hay .rmGroup .rmLink:hover,
.RadMenu_Hay .rmGroup .rmFocused,
.RadMenu_Hay .rmGroup .rmExpanded
{
	background-position: 0 -168px;
}

.RadMenu_Hay .rmGroup .rmLink:hover .rmText,
.RadMenu_Hay .rmGroup .rmFocused .rmText,
.RadMenu_Hay .rmGroup .rmExpanded .rmText
{
	background-position: 100% -192px;
}

.RadMenu_Hay .rmGroup .rmExpanded,
.RadMenu_Hay .rmGroup .rmExpanded:hover
{
	color: #279500;
}

.RadMenu_Hay .rmGroup .rmDisabled,
.RadMenu_Hay .rmGroup .rmDisabled:hover
{
	color: #8a8a8a;
}

/* <expand arrows> */

.RadMenu_Hay .rmGroup .rmExpandRight,
.RadMenu_Hay .rmGroup .rmExpandDown
{
	background-position: 100% -216px;
}

.RadMenu_Hay .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Hay .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Hay .rmGroup .rmExpanded .rmExpandRight,
.RadMenu_Hay .rmGroup .rmLink:hover .rmExpandDown,
.RadMenu_Hay .rmGroup .rmFocused .rmExpandDown,
.RadMenu_Hay .rmGroup .rmExpanded .rmExpandDown
{
	background-position: 100% -240px;
}

.RadMenu_Hay .rmGroup .rmDisabled:hover .rmExpandRight,
.RadMenu_Hay .rmGroup .rmDisabled:hover .rmExpandDown
{
	background-image: url('/WebResource.axd?d=RoBqL3lPzPDwM4riDt8E6fZyusJ0LlJHtTaLZFpVKI93jJxv8q1W4W0mXp8-BNFRwF1IYfB3E2ZWAQydPmx2_w2&t=633751656210837500');
	background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Hay_rtl .rmGroup .rmLink:hover,
.RadMenu_Hay_rtl .rmGroup .rmFocused,
.RadMenu_Hay_rtl .rmGroup .rmExpanded
{
	background-position: 100% -264px;
}

.RadMenu_Hay_rtl .rmGroup .rmLink:hover .rmText,
.RadMenu_Hay_rtl .rmGroup .rmFocused .rmText,
.RadMenu_Hay_rtl .rmGroup .rmExpanded .rmText
{
	background-position: 0 -288px;
}

.RadMenu_Hay_rtl .rmGroup .rmExpandLeft
{
	background-position: 0 -312px;
}

.RadMenu_Hay_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Hay_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Hay_rtl .rmGroup .rmExpanded .rmExpandLeft
{
	background-position: 0 -336px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Hay - specific, overlapping submenus)> */

.RadMenu_Hay .rmSlide
{
	margin: -3px 0 0 3px;
}

.RadMenu_Hay .rmVertical .rmSlide,
.RadMenu_Hay .rmSlide .rmSlide,
.RadMenu_Hay_Context .rmGroup .rmSlide
{
	margin: 0 0 0 -5px;
}

.RadMenu_Hay_rtl .rmSlide
{
	margin: -3px 0 0 -3px;
}

.RadMenu_Hay_rtl .rmVertical .rmSlide,
.RadMenu_Hay_rtl .rmSlide .rmSlide,
.RadMenu_Hay_Context_rtl .rmGroup .rmSlide
{
	margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Hay .rmLeftArrow,
.RadMenu_Hay .rmRightArrow
{
	background-color: #f6f6e8;
}

.RadMenu_Hay .rmLeftArrow { background-position: -8px -312px; border-right: 1px solid #bbb99d; }
.RadMenu_Hay .rmRightArrow { background-position: -482px -216px; border-left: 1px solid #bbb99d; }

.RadMenu_Hay .rmTopArrow,
.RadMenu_Hay .rmBottomArrow,
.RadMenu_Hay .rmGroup .rmLeftArrow,
.RadMenu_Hay .rmGroup .rmRightArrow
{
	background-color: #f6f6e8;
}

.RadMenu_Hay .rmTopArrow { background-position: 50% -367px; border-bottom: 1px solid #bbb99d; }
.RadMenu_Hay .rmBottomArrow { background-position: 50% -391px; border-top: 1px solid #bbb99d; }

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Hay .rmVertical .rmSeparator .rmText,
.RadMenu_Hay .rmHorizontal .rmVertical .rmSeparator .rmText
{
	background-position: 0 -406px;
}

.RadMenu_Hay .rmHorizontal .rmSeparator .rmText,
.RadMenu_Hay .rmVertical .rmHorizontal .rmSeparator .rmText
{
	background-position: 0 -386px;
}

/* </Separators> */

/* </RadMenu / Hay> */
/* END Telerik.Web.UI.Skins.Hay.Menu.Hay.css */
