/* START Telerik.Web.UI.Skins.FormDecorator.css */
/* this is set to the "real" radiobuttons and checkboxes */
.rfdRealInput
{
    position: absolute;
    left: -99999px;
}

/* --- COMMON SETTINGS FOR THE SKINNED BUTTONS --- */

/* set one pixel margin to the skinned buttons, which compensates the focus dots when the button is focused */
.rfdButton a.rfdSkinnedButton
{
	margin: 1px;
}

.rfdButton a.rfdSkinnedButton,
.rfdButton a.rfdSkinnedButton *
{
    cursor: default;
    background-repeat: no-repeat;
	background-color: transparent;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	border: 0 !important; /* do not remove the !important flag, otherwise the * selector will not apply for that property */
	text-align: center;
	font: normal 12px "Segoe UI", Arial, Verdana !important;
    white-space: nowrap;
}

/* set dotted border to a focused button */
.rfdButton a.rfdSkinnedButton:focus
{
	outline: dotted 1px #ccc;
}

.rfdButton a.rfdSkinnedButton,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover
{
    padding: 0 4px 0 0;
}

.RadForm.rfdTextbox input[type="text"], 
.RadForm.rfdTextbox input[type="password"], 
.RadForm.rfdTextarea textarea, 
.RadForm.rfdTextarea textarea[disabled]:hover, 
.RadForm.rfdTextbox input[disabled][type="text"]:hover, 
.RadForm.rfdTextbox input[disabled][type="password"]:hover,
.RadForm .rfdCheckboxChecked, 
.RadForm .rfdInputDisabled.rfdCheckboxChecked:hover
.RadForm .rfdCheckboxUnchecked, 
.RadForm .rfdInputDisabled.rfdCheckboxUnchecked:hover,
.RadForm.rfdLabel label,
.RadForm .rfdRadioUnchecked, 
.RadForm .rfdInputDisabled.rfdRadioUnchecked:hover, 
.RadForm .rfdRadioUnchecked:hover, 
.RadForm .rfdRadioChecked, 
.RadForm .rfdInputDisabled.rfdRadioChecked:hover, 
.RadForm .rfdRadioChecked:hover
{
	font-size: 12px; 
	font-family: "Segoe  UI",Arial,Verdana,sans-serif;
}

/*TEKI: fix CSS inheritance issue with RadComboBox */
.RadForm.rfdTextbox .rfdSkinnedButton input,
.RadForm.rfdTextbox .rfdSkinnedButton button,
.RadForm.rfdTextbox .RadComboBox input,
.RadForm.rfdTextbox .RadComboBox input[type="text"]
{
   border:0;
   background-color:transparent;
}

/*TEKI: (text) inputs by default can have no type specified, so update the button definition to show no border!*/
.RadForm.rfdTextbox input[type="button"].rfdDecorated,
.RadForm.rfdTextbox input[type="reset"].rfdDecorated,
.RadForm.rfdTextbox input[type="submit"].rfdDecorated
{
    border: 0;    
}

.rfdButton input[type="button"].rfdDecorated,
.rfdButton input[type="reset"].rfdDecorated,
.rfdButton input[type="submit"].rfdDecorated,
.rfdButton .rfdSkinnedButton button,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover *
{
    background-position: left -22px;
    height: 22px;
	line-height: 22px;
	border: 0;
	padding-left: 12px;
	margin-right:0;/*Safari!*/
}

.rfdButton input[type="button"].rfdDecorated,
.rfdButton input[type="reset"].rfdDecorated,
.rfdButton input[type="submit"].rfdDecorated,
.rfdButton .rfdSkinnedButton button,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover *
{
    padding-left: 4px\9; /* IE7 Standards, IE8 Compatibility */
}

.rfdButton input[type="button"].rfdDecorated,
.rfdButton input[type="reset"].rfdDecorated,
.rfdButton input[type="submit"].rfdDecorated,
.rfdButton .rfdSkinnedButton button,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover *
{
    padding-left /*\**/: 12px\9; /* IE8 */
}

.rfdButton a.rfdSkinnedButton *
{
    _background-position: left -22px;
}

/* IE6 fixes */
.rfdButton a.rfdInputDisabled:hover *
{
    _background-position: left -22px !important;
}

.rfdButton a.rfdInputDisabled:hover
{
    _background-position: right 0 !important;
}
/* end of IE6 fixes */

.rfdButton a.rfdSkinnedButton,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover
{
	background-position: right 0;
}

.rfdButton a.rfdSkinnedButton:hover
{
	background-position: right -44px;
}

.rfdButton a.rfdSkinnedButton:hover *
{
	background-position: left -66px;
}

.rfdButton a.rfdClickedButton,
.rfdButton a.rfdClickedButton:hover
{
	background-position: right -88px;
}

.rfdButton a.rfdSkinnedButton.rfdClickedButton *
{
	background-position: left -110px !important;
}

/* IE7 hovers fix */
*+html.rfdButton a.rfdSkinnedButton:hover *,
*+html .rfdButton a.rfdSkinnedButton:hover *
{
    background-position: left -66px;
}

/* IE 6 fix for inputs */
.rfdButtonType
{
    padding-left: 5px;
}
/* --- END OF COMMON SETTINGS FOR THE SKINNED BUTTONS --- */

.rfdCheckboxChecked,
.rfdCheckboxUnchecked,
.rfdRadioUnchecked,
.rfdRadioChecked
{
    line-height: 20px !important;
	padding: 0 0 0 20px !important;
	zoom: 1; /* IE font-size fix when set in percent */		
	display: inline-block !important;
}

/* Disabled state removed to avoid problems with RadInput and RadCombo */
.rfdSkinnedButton.rfdInputDisabled,
.rfdTextarea textarea[disabled],
.rfdTextbox input[type="text"][disabled],
.rfdTextbox input[type="password"][disabled]
{
    /*filter: alpha(opacity=50);  IE < 8 */
    /*opacity: .5;  FF3, OP9, WebKit */
     /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important; IE8 */
   /* -moz-opacity: .5;  FF2 */
}

*|html .rfdSkinnedButton.rfdInputDisabled,
*|html .rfdTextarea textarea[disabled],
*|html.rfdTextbox input[type="text"][disabled],
*|html .rfdTextbox input[type="password"][disabled]
{
	opacity: .5;
}

/* 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;
}

/* decorated <fieldset />, <textarea /> and <input type="text | password" /> */
.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;    
}

/* do not merge these 2 rules, because of IE6 ! */
table.rfdRoundedWrapper td
{
	padding: 0px !important;
	border: 0px !important;
}
table.rfdRoundedWrapper_fieldset>tbody>tr>td
{
	padding: 0px !important;
	border: 0px !important;
}

/* IE7 */
*+html table.rfdRoundedWrapper, *+html table.rfdRoundedWrapper_fieldset
{
   display: inline;
}

table.rfdRoundedWrapper tr td, table.rfdRoundedWrapper_fieldset tr td
{
    vertical-align: middle;
}

table.rfdRoundedWrapper input[type='text'] 
{
	border-left: none; 
	border-right: none;
}

/* Styling for TABLE cells */
.rfdGrids .rfdTable th,
.rfdGrids .rfdTable td
{
	border: 0;
	padding:5px 7px 4px;
}

/* specific styling related to the elements that need to support rounded corners */
table.rfdRoundedWrapper textarea, textarea.rfdTextarea
{     
    /* Disable the drag resize of textareas in WebKit browsers */
    [hack:safari;
        resize: none;        
    ]        
}

/* right-to-left support begin */
.rfdRtl
{
	direction: rtl;
}

.rfdRtl .rfdRealInput 
{
	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;
}

.rfdRtl .rfdCheckboxUnchecked,
.rfdRtl .rfdInputDisabled.rfdCheckboxUnchecked:hover
{
	padding: 0 20px 0 0 !important;
	background-position: right 0 !important;
}

.rfdRtl .rfdCheckboxUnchecked:hover
{
	background-position: right -200px !important;
}

.rfdRtl .rfdCheckboxChecked,
.rfdRtl .rfdInputDisabled.rfdCheckboxChecked:hover 
{
	padding: 0 20px 0 0 !important;
	background-position: right -420px !important;
}

.rfdRtl .rfdCheckboxChecked:hover
{
	background-position: right -640px !important;
}

.rfdRtl .rfdRadioUnchecked,
.rfdRtl .rfdInputDisabled.rfdRadioUnchecked:hover 
{
	padding: 0 20px 0 0 !important;
	background-position: right 0 !important;
}

.rfdRtl .rfdRadioUnchecked:hover
{
	background-position: right -220px !important;
}

.rfdRtl .rfdRadioChecked,
.rfdRtl .rfdInputDisabled.rfdRadioChecked:hover 
{
	padding: 0 20px 0 0 !important;
	background-position: right -440px !important;
}

.rfdRtl .rfdRadioChecked:hover
{
	background-position: right -640px !important;
}
/* right-to-left support end */

/* skinned selectbox */
.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;
	background-position: 0 0;
	padding-left: 4px;
	zoom: 1;
}

.rfdSelect:hover
{
	background-position: 0 -44px;
}

.rfdSelect .rfdSelectOuter,
.rfdSelect.rfdSelectDisabled:hover .rfdSelectOuter
{
    background-position: right -22px;
    display: block;
    line-height: 22px;
    height: 22px;
    white-space: nowrap;
    width: inherit;
}

.rfdSelect:hover .rfdSelectOuter
{
    background-position: right -66px;
}

.rfdSelect .rfdSelectOuter span
{
    margin-right: 22px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*NEW - TEKI - Support for SELECT dropdowns using the new rendering */
.rfdSelect .rfdSelectBox
{
    position: absolute;
    overflow-y: auto;
    float: left; 
    width: inherit;
}

.rfdSelect li
{
    padding: 0 0 0 3px;
    line-height: 16px;
    height: 16px;
    background-image: none !important;
}

.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 */
}


/* dropdown settings */
.rfdSelectBox
{
    font: normal 10pt Arial, Verdana, Sans-serif;
    display: inline-block;
    overflow-x: hidden;
}

.rfdSelectBox.rfdSelectDisabled:hover
{
    background-position: 0 0;
}

.rfdSelectBox ul
{
    width: inherit;
}

.rfdSelectBox ul,
.rfdSelectBox li
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.rfdSelectBox li
{
    cursor: default;
    padding-left:3px;/* In AJAX CSS-es are registered skin-specific first, base second, which creates problems*/
    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;
}

.rfdSelectBox_Default .rfdSelectBox_optgroup_label:hover
{
    background: none;
    color: black;
}

.rfdSelectBox.rfdSelectDisabled li:hover
{
    background: none !important;
}

.rfdSelectBox .rfdSelectBox_optgroup li
{
    padding-left: 12px !important;
}

.rfdSelectBox li.rfdSelectBox_optgroup_label
{
    padding-left: 0 !important;
}

/* end of skinned selectbox */


/* Internet Explorer fix for background position of a <fieldset /> */
.rfdFieldset fieldset
{
   background-position: 0 7px\9; /* all versions IE hack */
   background-repeat: no-repeat; /* Mandatory to use because of incorrect IE positioning of the image */		
}

.RadForm.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset,
.RadForm.rfdFieldset fieldset.rfdFieldset
{	
	_background-image: none !important; /* removes the background image in IE6 */
}

.rfdCheckboxChecked,
.rfdCheckboxUnchecked,
.rfdRadioUnchecked,
.rfdRadioChecked
{
    line-height: 20px !important;
	padding: 0;
	padding-left: 20px;
	zoom: 1; /* fixes IE issue with font-size set in percent */
	display: inline-block !important;	
}

.rfdRoundedCorners
{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
	border-radius:4px;
}

/* This one fixes the jumping of the skinned select boxes when clicked in IE7 */
*+html .rfdSelect
{
   vertical-align: middle;
}

.rfdRtl .rfdSelect
{
    padding-left: 18px !important;
    background-position: 0 -110px !important;
}

.rfdRtl .rfdSelect .rfdSelectOuter
{
    margin: 0 !important;
    background-position: right -88px !important;
}

.rfdRtl .rfdSelect:hover
{
    background-position: 0 -154px !important;
}

.rfdRtl .rfdSelect .rfdSelectOuter:hover
{
    margin: 0 !important;
    background-position: right -132px !important;
}

.rfdRtl .rfdSelect .rfdSelectOuter span.rfdSelectText
{
    margin: 0 0 0 0 !important;
    padding: 0 3px 0 0 !important;
}
/* this one removes the hover from the rtl dropdowns in IE6 */
*html .rfdRtl .rfdSelect:hover
{
    _background-position: 0 -110px !important;
}

*+html.RadForm input.rfdDecorated,  
*+html.RadForm button.rfdDecorated  
{  
    padding-left: 4px !important;  
}

/*  Fixed button position when it is placed next to a textbox - Firefox/Safari */
.rfdDecorated, a.rfdSkinnedButton
{
	vertical-align: middle;
}

/* the styling of radiobuttons and checkboxes in Safari and Chrome is already fully achieved with CSS */
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    .rfdRadio label,
    .rfdCheckbox label
    {
        padding-left: 0 !important;
        background-image: none !important;
        line-height: 18px;
    }
    
    .rfdCheckbox label
    {
        vertical-align: middle;
    }
    
    .rfdRadio label
    {
        vertical-align: bottom;
    }
    
    .rfdRadio input[type="radio"],
    .rfdCheckbox input[type="checkbox"]
    {
        -khtml-appearance: none; /* remove the graphic appearance of the original control */
        position: static; /* set back it's static position on the page */
        width: 20px; /* set default width of the control */
	    height: 20px; /* set default height of the control */
	    vertical-align: middle; /* align the control properly */
	    margin: 0;
    }
    
    .rfdCheckbox input[type="checkbox"][disabled],
    .rfdRadio input[type="radio"][disabled]
    {
        opacity: .5; /* give the control a disabled looks */
    }
    
    /* checkboxes */
    .rfdCheckbox input[type="checkbox"],
    .rfdCheckbox input[type="checkbox"][disabled]:hover
    {
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    
    .rfdCheckbox input[type="checkbox"]:hover
    {
        background-position-y: -200px;
    }
    
    .rfdCheckbox input[type="checkbox"]:checked,
    .rfdCheckbox input[type="checkbox"][disabled]:hover:checked
    {
        background-position-y: -420px;
    }
    
    .rfdCheckbox input[type="checkbox"]:hover:checked
    {
        background-position-y: -640px;
    }
    
    /* radio buttons */
    .rfdRadio input[type="radio"],
    .rfdRadio input[type="radio"][disabled="disabled"]:hover
    {
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    
    .rfdRadio input[type="radio"]:hover
    {
        background-position-y: -220px;
    }
    
    .rfdRadio input[type="radio"]:checked,
    .rfdRadio input[type="radio"][disabled="disabled"]:hover:checked
    {
        background-position-y: -440px;
    }
    
    .rfdRadio input[type="radio"]:hover:checked
    {
        background-position-y: -640px;
    }
}

/* ScrollBar CSS Settings for WebKit */

/* arrow button settings */
.RadForm.rfdScrollBars textarea::-webkit-scrollbar,
.RadForm.rfdScrollBars div::-webkit-scrollbar
{
    width: 16px;
    height: 16px;
}

/* horizontal scroll left button */
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:horizontal:decrement
{
    background-position: 1px -132px;
}

/* horizontal scroll right button */
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:horizontal:increment,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:horizontal:increment
{
    background-position: -10px -132px;
}

/* vertical scroll up button */
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:vertical:decrement
{
   background-position: 0 -145px;
}

/* vertical scroll down button */
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:vertical:increment
{
   background-position: -11px -145px;
}

/* increment / decrement button settings */
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:horizontal:increment,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:horizontal:increment
{
    background-repeat: no-repeat;
    height: auto;
    width: auto;
}

.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:horizontal:increment,
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-thumb:horizontal,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:horizontal:increment,
.RadForm.rfdScrollBars div::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars div::-webkit-scrollbar-thumb:horizontal
{
    border-style: solid;
    border-width: 1px;
}
/* END Telerik.Web.UI.Skins.FormDecorator.css */
/* START Telerik.Web.UI.Skins.Vista.FormDecorator.Vista.css */
/* RadFormDecorator for ASP.NET Vista Skin */

/* CSS class for styling the decoration zone or the <html /> tag of the page */
.RadForm_Vista.rfdZone
{    
}

/* Decorate scrollbars */
.RadForm_Vista.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;
}

/* Decorate <input type="button | submit | reset" /> and <button type="button | submit | reset" /> - look if there is a secondary .rfdButton class applied to the root element */
.RadForm_Vista.rfdButton a.rfdSkinnedButton,
.RadForm_Vista.rfdButton input[type="button"].rfdDecorated,
.RadForm_Vista.rfdButton input[type="reset"].rfdDecorated,
.RadForm_Vista.rfdButton input[type="submit"].rfdDecorated,
.RadForm_Vista.rfdButton .rfdSkinnedButton button
{
	background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1FhAmgCLobAwMlZjjBqit_SppiUPIzWgBiqPe6CgX3g9OgjPfx4aZmIbU8xckf32L41&t=634172312158545490');
	color: #000000;
}

*html .RadForm_Vista a.rfdSkinnedButton,
*html .RadForm_Vista .rfdSkinnedButton button,
*html .RadForm_Vista .rfdSkinnedButton input.rfdDecorated 
{
	background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1FhAmgCLobAwMlZjjBqit_SppiUPIzWgBiqPe6CgX3g9OgjPfx4aZmIbU8xckf32L41&t=634172312158545490');
	color: #000000;
}

.RadForm_Vista.rfdButton a.rfdSkinnedButton,
.RadForm_Vista.rfdButton a.rfdSkinnedButton *
{
    _background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1FhAmgCLobAwMlZjjBqit_SppiUPIzWgBiqPe6CgX3g9OgjPfx4aZmIbU8xckf32L41&t=634172312158545490');
}

/* OPERA width fix - do not remove (and check if it is still necessary) */
@media screen and (min-width:1px)  
{
	/* 
       the hack below fixes a strange behavior under Opera - 
       input and button have a different CSS display when in anchor tag 
    */
	.RadForm_Vista.rfdButton a.rfdSkinnedButton input
	{
	    display: block;
	    float: left;
	}
}

/* Decorate <h4|5|6 /> */
.RadForm_Vista.rfdHeading h4
{
	color: #567db0;	
	border-bottom: solid 1px #a0a0a0;	
}

.RadForm_Vista.rfdHeading h5
{
	color: #000000;	
	border-bottom: solid 1px #a0a0a0;	
}

.RadForm_Vista.rfdHeading h6
{
	color: #000000;	
}

/* Decorate <label /> */
.RadForm_Vista.rfdLabel label
{	
	color: #000000;	
}

/* Decorate <input type="checkbox" /> */
.RadForm_Vista .rfdCheckboxUnchecked,
.RadForm_Vista .rfdInputDisabled.rfdCheckboxUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1FhAmgCLobAwMlZjjBqit_S8X-BnxbeDOe0Eisxttxcn7Wqq9T4MNccQn2QU1bzhwg1&t=634172312158545490') no-repeat 0 0;
}

.RadForm_Vista .rfdCheckboxUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1FhAmgCLobAwMlZjjBqit_S8X-BnxbeDOe0Eisxttxcn7Wqq9T4MNccQn2QU1bzhwg1&t=634172312158545490') no-repeat 0 -200px;
}

.RadForm_Vista .rfdCheckboxChecked,
.RadForm_Vista .rfdInputDisabled.rfdCheckboxChecked:hover
{
	background: transparent url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1FhAmgCLobAwMlZjjBqit_S8X-BnxbeDOe0Eisxttxcn7Wqq9T4MNccQn2QU1bzhwg1&t=634172312158545490') no-repeat 0 -420px;
}

.RadForm_Vista .rfdCheckboxChecked:hover
{
	background: transparent url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1FhAmgCLobAwMlZjjBqit_S8X-BnxbeDOe0Eisxttxcn7Wqq9T4MNccQn2QU1bzhwg1&t=634172312158545490') no-repeat 0 -640px;
}

/* Decorate <input type="radio" /> */
.RadForm_Vista .rfdRadioUnchecked,
.RadForm_Vista .rfdInputDisabled.rfdRadioUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1FhAmgCLobAwMlZjjBqit_Soc1hzFuK-rfl2GHdZeN1TRq-zwo-Htn5nJE8I9MqDhM1&t=634172312158545490') no-repeat 1px 0;
}

.RadForm_Vista .rfdRadioUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1FhAmgCLobAwMlZjjBqit_Soc1hzFuK-rfl2GHdZeN1TRq-zwo-Htn5nJE8I9MqDhM1&t=634172312158545490') no-repeat 1px -220px;
}

.RadForm_Vista .rfdRadioChecked,
.RadForm_Vista .rfdInputDisabled.rfdRadioChecked:hover 
{
	background: transparent url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1FhAmgCLobAwMlZjjBqit_Soc1hzFuK-rfl2GHdZeN1TRq-zwo-Htn5nJE8I9MqDhM1&t=634172312158545490') no-repeat 1px -440px;
}

.RadForm_Vista .rfdRadioChecked:hover
{
	background: transparent url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1FhAmgCLobAwMlZjjBqit_Soc1hzFuK-rfl2GHdZeN1TRq-zwo-Htn5nJE8I9MqDhM1&t=634172312158545490') no-repeat 1px -640px;
}

/* IE6 - we set .gif")%> image instead of .png")%> due to the lack RGBA support */
.RadForm_Vista .rfdRadioUnchecked,
.RadForm_Vista .rfdInputDisabled.rfdRadioUnchecked:hover,
.RadForm_Vista .rfdRadioUnchecked:hover,
.RadForm_Vista .rfdRadioChecked,
.RadForm_Vista .rfdInputDisabled.rfdRadioChecked:hover,
.RadForm_Vista .rfdRadioChecked:hover
{
    _background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1FhAmgCLobAwMlZjjBqit_Soc1hzFuK-rfl2GHdZeN1TedUQO8Y7y58lUzeUbHN1c41&t=634172312158545490'); /* IE6 hack */
}

/* <fieldset /> and <legend /> */
.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;
}

.RadForm_Vista.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_Vista fieldset.rfdFieldset legend
{
	color: #a0a0a0;
}

.RadForm_Vista table.rfdRoundedWrapper:hover div.rfdRoundedInner
{
    background-color: #ffffff;
    border-color: #c5daed !important;
}

/* this selector styles the hover of the side bars of the rounded elements */
.RadForm_Vista table.rfdRoundedWrapper:hover .rfdRoundedOuter
{	
	background-color: #c5daed !important;
}

/* Decorate <input type="text | password" /> and <textarea /> */
/* For all browsers except IE6 we are using attribute selectors - single or double */
.RadForm_Vista.rfdTextbox input[type="text"],
.RadForm_Vista.rfdTextbox input[type="password"],
.RadForm_Vista.rfdTextarea textarea,
.RadForm_Vista.rfdTextarea textarea[disabled]:hover,
.RadForm_Vista.rfdTextbox input[disabled][type="text"]:hover,
.RadForm_Vista.rfdTextbox input[disabled][type="password"]:hover
{
    border: solid 1px #abadb3;
    background-color: #ffffff;
}

.RadForm_Vista.rfdTextbox .rfdDecorated:hover,
.RadForm_Vista.rfdTextbox .rfdDecorated:hover,
.RadForm_Vista.rfdTextarea textarea:hover
{
    border: solid 1px #c5daed;
}

/* Decorate <fieldset /> */
.RadForm_Vista.rfdFieldset fieldset
{	
	border: solid 1px #e0e0e0;
	background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1FhAmgCLobAwMlZjjBqit_S6YEI9Rhr9d3jkf0kA5clAORAill0OiVaC19NJMxrnp41&t=634172312158545490'); /* having a background image on a fieldset is not okay with IE */	
}

/* Decorate <fieldset /> and <legend /> */
.RadForm_Vista.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_Vista.rfdFieldset fieldset.rfdFieldset legend
{
	color: #a0a0a0;
}

.RadForm_Vista.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset,
.RadForm_Vista.rfdFieldset fieldset.rfdFieldset
{	
	border: solid 1px #e0e0e0;
	background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1FhAmgCLobAwMlZjjBqit_S6YEI9Rhr9d3jkf0kA5clAORAill0OiVaC19NJMxrnp41&t=634172312158545490'); /* having a background image on a fieldset is not okay with IE */	
}

/* Because of a glitch in IE the following 2 CSS classes must be declared separately for correct parsing of the textarea class in IE6*/
.RadForm_Vista table.rfdRoundedWrapper input,
.RadForm_Vista table.rfdRoundedWrapper textarea,
.RadForm_Vista input.rfdInput, 
.RadForm_Vista textarea.rfdTextarea
{
	border: solid 1px #abadb3;
	background: #ffffff;	
	color: #000000;
}

.RadForm_Vista textarea.rfdTextarea,
.RadForm_Vista table.rfdRoundedWrapper textarea
{
    overflow: auto;
}

/* <select /> */
.rfdSelect_Vista,
.rfdSelect_Vista:hover,
.rfdSelect_Vista .rfdSelectOuter,
.rfdSelect_Vista:hover .rfdSelectOuter,
.rfdSelect_Vista .rfdSelectArrow span,
.rfdSelectBox_Vista .rfdSelect_selected,
.rfdSelectBox_Vista li:hover,
.rfdSelect_Vista.rfdSelectDisabled:hover,
.rfdRtl .rfdSelect_Vista,
.rfdRtl .rfdSelect_Vista:hover,
.rfdRtl .rfdSelect_Vista .rfdSelectOuter,
.rfdRtl .rfdSelect_Vista .rfdSelectOuter:hover
{
    background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1FhAmgCLobAwMlZjjBqit_SVoUnTM_9bAhKjdeqOvyvMLDh9Y5XEOIpcWBPqfYP6v01&t=634172312158545490');
    background-repeat: no-repeat;
    background-color: transparent;
}

.rfdSelect_Vista .rfdSelectOuter,
.rfdSelect_Vista.rfdSelectDisabled:hover .rfdSelectOuter
{
    color: black;
}

/* dropdown settings */
.rfdSelectBox_Vista
{
    background: white;
    border: solid 1px #c6c7d2;
    color: #000;
}

.rfdSelectBox_Vista li
{
    padding: 0 0 0 3px;
    background-image: none !important;
}

.rfdSelectBox_Vista .rfdSelect_selected,
.rfdSelectBox_Vista li:hover
{
    color: white;
    background-color: #3399ff;
}

.rfdSelectBox_Vista .rfdSelectBox_optgroup_label:hover
{
    background: none;
    color: black;
}

.rfdSelectDisabled.rfdSelectBox_Vista:hover li
{
    color: black;
}

/* IE6 disabled state fix - this should not be added to the base stylesheet, but at the bottom of the skin file */
* html .rfdSkinnedButton.rfdInputDisabled
{
    _filter: alpha(opacity=50);
}

* html .RadForm_Vista.rfdButton a.rfdInputDisabled:hover
{
	_background-position: 0 0;
}

* html .RadForm_Vista.rfdButton a.rfdInputDisabled:hover *
{
	_background-position: right -21px;
	_color: #000000;
}

.RadForm_Vista.rfdTextbox input.rfdIE6TextBox,
.RadForm_Vista.rfdTextbox textarea.rfdIE6TextBox
{
    _border: solid 1px #abadb3;
    _background-color: #ffffff;
}

/* the styling of radiobuttons and checkboxes in Safari and Chrome is already fully achieved with CSS */
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    /* checkboxes */
    .rfdCheckbox input[type="checkbox"],
    .rfdCheckbox input[type="checkbox"][disabled]:hover
    {
        background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1FhAmgCLobAwMlZjjBqit_S8X-BnxbeDOe0Eisxttxcn7Wqq9T4MNccQn2QU1bzhwg1&t=634172312158545490');
    }
    
    /* radio buttons */
    .rfdRadio input[type="radio"],
    .rfdRadio input[type="radio"][disabled="disabled"]:hover
    {
        background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1FhAmgCLobAwMlZjjBqit_Soc1hzFuK-rfl2GHdZeN1TRq-zwo-Htn5nJE8I9MqDhM1&t=634172312158545490');
    }
}

/* ----------------------------------------------- Skin-specific Scrollbar Settings for WebKit ----------------------------------------------- */

/* the scrollbar face color */
.RadForm.rfdScrollBars.RadForm_Vista textarea::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_Vista textarea::-webkit-scrollbar-thumb:horizontal,
.RadForm.rfdScrollBars.RadForm_Vista div::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_Vista div::-webkit-scrollbar-thumb:horizontal
{
    background-color: #d1d1d4;
}

/* scrollbar track background color */
.RadForm.rfdScrollBars.RadForm_Vista textarea::-webkit-scrollbar-track-piece,
.RadForm.rfdScrollBars.RadForm_Vista div::-webkit-scrollbar-track-piece
{
    background-color: #f0f0f0;
}

.RadForm.rfdScrollBars.RadForm_Vista textarea::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars.RadForm_Vista textarea::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars.RadForm_Vista textarea::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars.RadForm_Vista textarea::-webkit-scrollbar-button:horizontal:increment,
.RadForm.rfdScrollBars.RadForm_Vista textarea::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_Vista textarea::-webkit-scrollbar-thumb:horizontal,
.RadForm.rfdScrollBars.RadForm_Vista div::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars.RadForm_Vista div::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars.RadForm_Vista div::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars.RadForm_Vista div::-webkit-scrollbar-button:horizontal:increment,
.RadForm.rfdScrollBars.RadForm_Vista div::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_Vista div::-webkit-scrollbar-thumb:horizontal
{
    border-color: #ffffff #a0ad8a #a0ad8a #ffffff;
}

/* increment / decrement button settings */
.RadForm.rfdScrollBars.RadForm_Vista textarea::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars.RadForm_Vista textarea::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars.RadForm_Vista textarea::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars.RadForm_Vista textarea::-webkit-scrollbar-button:horizontal:increment,
.RadForm.rfdScrollBars.RadForm_Vista div::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars.RadForm_Vista div::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars.RadForm_Vista div::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars.RadForm_Vista div::-webkit-scrollbar-button:horizontal:increment
{
    background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1FhAmgCLobAwMlZjjBqit_SppiUPIzWgBiqPe6CgX3g9OgjPfx4aZmIbU8xckf32L41&t=634172312158545490');
    background-color: #d1d1d4;
}

/*GridView, FormView, DetailsView*/
.RadForm_Vista.rfdGrids .rfdTable
{
    border:1px solid #9cb6c5;
    background:#fff;
    color:#333;
    font:12px "segoe ui",arial,sans-serif;
}

.RadForm_Vista.rfdGrids .rfdTable th
{
    border-bottom:1px solid #3c7fb1;
    border-left:1px solid #8bbdde;
    background:#a6d9f4;
    color:#333;
}

.RadForm_Vista.rfdGrids .rfdTable a
{
    color:#039;
}
/* END Telerik.Web.UI.Skins.Vista.FormDecorator.Vista.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=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1HLTsAvxPdCxqhUhcRpulJaBBKLs1IYCyv2x4rrlRihSDw70XTfXz-QwF4FqIERpKM1&t=634172312158545490');
}

.RadMenu .rmRoundedCorners li.rmBottomShadowLeft,
.RadMenu .rmRoundedCorners .rmBottomShadowRight,
.rmRoundedCorners .rmGroup li.rmBottomShadowLeft,
.rmRoundedCorners .rmGroup .rmBottomShadowRight
{
	background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1HLTsAvxPdCxqhUhcRpulJaZuOpsgGLxJzGk16OMSMPvqpZyby_Nr9sOXE668p8lTY1&t=634172312158545490');
}

.RadMenu .rmShadows .rmTopShadowRight,
.rmShadows .rmGroup .rmTopShadowRight
{
	right: -5px;
	background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1HLTsAvxPdCxqhUhcRpulJaJLwtDpvRiW28NhSacmbTDHvgSrRE4IQYAx3AiwqR2BU1&t=634172312158545490');
	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=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1HLTsAvxPdCxqhUhcRpulJaXm7ds1pomg_G1r5lENNARQBDaOeUt74mnj4lkGeJLYg1&t=634172312158545490');
}

.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.Windows7.Menu.Windows7.css */
/* <RadMenu / Vista> */

.RadMenu_Windows7 .rmRootGroup,
.RadMenu_Windows7 .rmFirst,
.RadMenu_Windows7 a.rmLink,
.RadMenu_Windows7 .rmText,
.RadMenu_Windows7 .rmLeftArrow,
.RadMenu_Windows7 .rmRightArrow,
.RadMenu_Windows7 .rmTopArrow,
.RadMenu_Windows7 .rmBottomArrow
{
	background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1E7J7PbnN83wiixCl0EK-iO8dGzDLZ5b8xD8dVA1KDIcg2&t=634172312158545490');
	background-color: transparent;
}

.RadMenu_Windows7 .rmRootGroup
{
	border: 1px solid #aabfd6;
	background-repeat: repeat-x;
	background-position: 0 -408px;
	background-color: #f1f5fb;
}

.RadMenu_Windows7 .rmFirst
{
	background-position: 0 -24px;
}

.RadMenu_Windows7 .rmVertical .rmFirst,
.RadMenu_Windows7 .rmVertical .rmLast
{
	background: none;
	padding: 0;
}

/* <Root items> */

.RadMenu_Windows7,
.RadMenu_Windows7 a.rmLink
{
	font: normal 12px/23px "Segoe UI", Arial, sans-serif;
	color: #4c607a;
	text-decoration: none;
}

.RadMenu_Windows7 a.rmLink,
.RadMenu_Windows7 .rmText
{
	background-position: 0 1050px;
	background-repeat: no-repeat;
}

.RadMenu_Windows7 a.rmLink:hover,
.RadMenu_Windows7 a.rmFocused,
.RadMenu_Windows7 a.rmSelected
{
	background-position: 0 -72px;
}

.RadMenu_Windows7 a.rmLink:hover .rmText,
.RadMenu_Windows7 a.rmFocused .rmText,
.RadMenu_Windows7 a.rmSelected .rmText
{
	background-position: 100% -96px;
}

.RadMenu_Windows7 a.rmExpanded,
.RadMenu_Windows7 a.rmExpanded:hover
{
	background-position: 0 -120px;
}

.RadMenu_Windows7 a.rmExpanded .rmText,
.RadMenu_Windows7 a.rmExpanded:hover .rmText
{
	background-position: 100% -144px;
}

.RadMenu_Windows7 a.rmDisabled,
.RadMenu_Windows7 a.rmDisabled:hover
{
	color: #a7a7a7;
}

.RadMenu_Windows7 a.rmDisabled:hover,
.RadMenu_Windows7 a.rmDisabled:hover .rmText
{
	background: none;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_Windows7 .rmGroup,
.RadMenu_Windows7 .rmMultiColumn,
.RadMenu_Windows7 .rmGroup .rmVertical
{
	border: 1px solid #a5b3c5;
	background: #fff url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1E7J7PbnN83wiixCl0EK-iOS57z7CX6c8TmDw1qIuvK-Ld1FuYk_FyO0B6NonBO0hw1&t=634172312158545490') repeat-y -1px 0;
}

.RadMenu_Windows7 .rmTopFix,
.RadMenu_Windows7 .rmBottomFix,
.RadMenu_Windows7 .rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Windows7 .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
.RadMenu_Windows7 .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
.RadMenu_Windows7 .rmRoundedCorners ul.rmHorizontal .rmFirst,
.RadMenu_Windows7_Context.rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Windows7_Context.rmRoundedCorners ul.rmHorizontal .rmFirst
{
	background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1E7J7PbnN83wiixCl0EK-iOS57z7CX6c8TmDw1qIuvK-Ld1FuYk_FyO0B6NonBO0hw1&t=634172312158545490');
	background-color: #fff; 
	background-repeat: repeat-y;
	background-position: -3px 0;
}

* html .rmRoundedCorners_Windows7 .rmGroup .rmItem,
* html .rmRoundedCorners_Windows7 ul.rmHorizontal .rmFirst
{
	background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1E7J7PbnN83wiixCl0EK-iOS57z7CX6c8TmDw1qIuvK-Ld1FuYk_FyO0B6NonBO0hw1&t=634172312158545490');
	background-color: #fff; 
	background-repeat: repeat-y;
	background-position: -3px 0;
}

.RadMenu_Windows7 .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Windows7 .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Windows7 .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Windows7 .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Windows7 .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Windows7 .rmRoundedCorners .rmScrollWrap .rmVertical,
.RadMenu_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Windows7_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Windows7_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Windows7_Context.rmRoundedCorners .rmScrollWrap .rmVertical
{
	background-image: none;
}

* html .rmRoundedCorners_Windows7 .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Windows7 .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Windows7 .rmHorizontal .rmItem,
* html .rmRoundedCorners_Windows7 .rmScrollWrap .rmVertical
{
	background-image: none;
}

.RadMenu_Windows7 .rmRoundedCorners .rmGroupColumn
{
	background-color: #fff;
}

.RadMenu_Windows7 .rmBottomLeft,
.RadMenu_Windows7 .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Windows7_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Windows7 .rmRoundedCorners ul.rmGroup,
.RadMenu_Windows7 .rmRoundedCorners .rmMultiColumn
{
	background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1E7J7PbnN83wiixCl0EK-iO0BcaoujidPI-jtBP2_1ZMqpeZYkqv_5Fx9opo8sFwPQ1&t=634172312158545490');
	background-color: transparent; 
	background-repeat: no-repeat;
}

* html .rmRoundedCorners_Windows7 .rmScrollWrapContainer,
* html .rmRoundedCorners_Windows7 .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Windows7 ul.rmGroup
{
	background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1E7J7PbnN83wiixCl0EK-iO0BcaoujidPI-jtBP2_1ZMqpeZYkqv_5Fx9opo8sFwPQ1&t=634172312158545490');
	background-color: transparent; 
	background-repeat: no-repeat;
}

.RadMenu_Windows7 .rmTopRight,
.RadMenu_Windows7 .rmBottomRight
{
	background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1E7J7PbnN83wiixCl0EK-iOLD0l-awqVQUZlJaMP70y8UjiHbcqqDUuZiUlRCuBsOI1&t=634172312158545490');
	background-color: transparent; 
	background-repeat: no-repeat;
}

.RadMenu_Windows7 .rmTopFix,
.RadMenu_Windows7 .rmBottomFix,
.RadMenu_Windows7 .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Windows7_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Windows7 .rmGroup .rmFirst
{
	border-color: #a5b3c5;
}

.RadMenu_Windows7 .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Windows7 .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix
{
	background: #FFF;
}

* html .rmRoundedCorners_Windows7 .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_Windows7 .rmScrollWrapContainer .rmBottomFix
{
	background: #FFF;
}

.RadMenu_Windows7 .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Windows7 .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Windows7 .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Windows7 .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow
{
	background-color: #FFF;
	border: 0;
}

* html .rmRoundedCorners_Windows7 .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Windows7 .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Windows7 .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Windows7 .rmScrollWrapContainer .rmRightArrow
{
	background-color: #FFF;
	border: 0;
}

.RadMenu_Windows7 li.rmTopFix,
.RadMenu_Windows7 li.rmBottomFix
{
	background-position: -4px 0;
}

.RadMenu_Windows7_rtl .rmBottomLeft,
.RadMenu_Windows7_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Windows7_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Windows7 .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Windows7 .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Windows7_Context_rtl ul.rmGroup,
.RadMenu_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer
{
	background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1E7J7PbnN83wiixCl0EK-iO0BcaoujidPI-jtBP2_1ZMhc-sLIG3A5-AgIKgS08l2I1&t=634172312158545490');
}

.RadMenu_Windows7_rtl .rmTopRight,
.RadMenu_Windows7_rtl .rmBottomRight
{
	background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1E7J7PbnN83wiixCl0EK-iOLD0l-awqVQUZlJaMP70y8ZiES3Vi5hKp4WEnfwSHAOg1&t=634172312158545490');
}

.RadMenu_Windows7_rtl li.rmTopFix,
.RadMenu_Windows7_rtl li.rmBottomFix,
.RadMenu_Windows7_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Windows7_Context_rtl ul.rmGroup .rmItem
{
	background-position: 101% 0;
}

.RadMenu_Windows7 .rmSlide .rmScrollWrap
{
	background-image: none;
}

.RadMenu_Windows7_rtl .rmGroup,
.RadMenu_Windows7_rtl .rmMultiColumn,
.RadMenu_Windows7_rtl .rmGroup .rmVertical
{
	background-position: 101% 0;
}

.RadMenu_Windows7 .rmRootGroup .rmHorizontal
{
	background-image: none;
}

.RadMenu_Windows7 .rmScrollWrap .rmVertical
{
	border: 0;
}

.RadMenu_Windows7 .rmGroup .rmFirst,
.RadMenu_Windows7 .rmGroup .rmLast,
.RadMenu_Windows7 .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Windows7 .rmScrollWrapContainer li.rmItem
{
	background: none;
}

.RadMenu_Windows7 .rmGroup .rmLast
{
	padding-bottom: 1px;
}

.RadMenu_Windows7 .rmGroup a.rmLink .rmText
{
	color: #000;
}

.RadMenu_Windows7 .rmGroup a.rmLink:hover,
.RadMenu_Windows7 .rmGroup a.rmFocused,
.RadMenu_Windows7 .rmGroup a.rmSelected,
.RadMenu_Windows7 .rmGroup a.rmExpanded
{
	background-position: 0 -168px;
}

.RadMenu_Windows7 .rmGroup a.rmLink:hover .rmText,
.RadMenu_Windows7 .rmGroup a.rmFocused .rmText,
.RadMenu_Windows7 .rmGroup a.rmSelected .rmText,
.RadMenu_Windows7 .rmGroup a.rmExpanded .rmText
{
	color: #4c607a;
	background-position: 100% -192px;
}

/* <expand arrows> */

.RadMenu_Windows7 .rmGroup .rmExpandRight,
.RadMenu_Windows7 .rmGroup .rmExpandDown
{
	background-position: 100% -216px;
}

.RadMenu_Windows7 .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Windows7 .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Windows7 .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Windows7 .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Windows7 .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Windows7 .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_Windows7 .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Windows7 .rmGroup a.rmExpanded .rmExpandDown
{
	background-position: 100% -240px;
}

.RadMenu_Windows7 .rmGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Windows7 .rmGroup a.rmDisabled:hover .rmExpandDown
{
	background-image: url('/WebResource.axd?d=uzS92CK_x8SQrpMppz_2o5OijRSrCjYpgH_e7xO4z1E7J7PbnN83wiixCl0EK-iO8dGzDLZ5b8xD8dVA1KDIcg2&t=634172312158545490');
	background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Windows7_rtl .rmGroup a.rmLink:hover,
.RadMenu_Windows7_rtl .rmGroup a.rmFocused,
.RadMenu_Windows7_rtl .rmGroup a.rmSelected,
.RadMenu_Windows7_rtl .rmGroup a.rmExpanded
{
	background-position: 100% -264px;
}

.RadMenu_Windows7_rtl .rmGroup a.rmLink:hover .rmText,
.RadMenu_Windows7_rtl .rmGroup a.rmFocused .rmText,
.RadMenu_Windows7_rtl .rmGroup a.rmSelected .rmText,
.RadMenu_Windows7_rtl .rmGroup a.rmExpanded .rmText
{
	background-position: 0 -288px;
}

.RadMenu_Windows7_rtl .rmGroup .rmExpandLeft
{
	background-position: 0 -312px;
}

.RadMenu_Windows7_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Windows7_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Windows7_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Windows7_rtl .rmGroup a.rmExpanded .rmExpandLeft
{
	background-position: 0 -336px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Vista - specific, overlapping submenus)> */

.RadMenu_Windows7 .rmSlide
{
	margin: -3px 0 0 1px;
}

.RadMenu_Windows7 .rmVertical .rmSlide,
.RadMenu_Windows7 .rmSlide .rmSlide,
.RadMenu_Windows7_Context .rmGroup .rmSlide
{
	margin: 0 0 0 -5px;
}

.RadMenu_Windows7_rtl .rmSlide
{
	margin: -3px 0 0 -1px;
}

.RadMenu_Windows7_rtl .rmVertical .rmSlide,
.RadMenu_Windows7_rtl .rmSlide .rmSlide,
.RadMenu_Windows7_Context_rtl .rmGroup .rmSlide
{
	margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Windows7 .rmLeftArrow,
.RadMenu_Windows7 .rmRightArrow
{
	background-color: #E0E5F5;
}

.RadMenu_Windows7 .rmLeftArrow { background-position: -8px -312px; border-right: 1px solid #B7BDCD; }
.RadMenu_Windows7 .rmRightArrow { background-position: -482px -216px; border-left: 1px solid #B7BDCD; }

.RadMenu_Windows7 .rmTopArrow,
.RadMenu_Windows7 .rmBottomArrow,
.RadMenu_Windows7 .rmGroup .rmLeftArrow,
.RadMenu_Windows7 .rmGroup .rmRightArrow
{
	background-color: #f0f0f0;
}

.RadMenu_Windows7 .rmTopArrow { background-position: 50% -367px; border-bottom: 1px solid #B7BDCD; }
.RadMenu_Windows7 .rmBottomArrow { background-position: 50% -391px; border-top: 1px solid #B7BDCD; }

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Windows7 .rmVertical .rmSeparator .rmText,
.RadMenu_Windows7 .rmHorizontal .rmVertical .rmSeparator .rmText
{
	background-position: 0 -406px;
}

.RadMenu_Windows7 .rmHorizontal .rmSeparator .rmText,
.RadMenu_Windows7 .rmVertical .rmHorizontal .rmSeparator .rmText
{
	background-position: 0 -386px;
}

/* </Separators> */

/* </RadMenu / Vista> */

/* END Telerik.Web.UI.Skins.Windows7.Menu.Windows7.css */
