/* 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: 21px;
	line-height: 21px;
	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;
}

/*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 -21px;
    height: 21px;
	line-height: 21px;
	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 -21px;
}

/* IE6 fixes */
.rfdButton a.rfdInputDisabled:hover *
{
    _background-position: left -21px !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 -42px;
}

.rfdButton a.rfdSkinnedButton:hover *
{
	background-position: left -63px;
}

.rfdButton a.rfdClickedButton,
.rfdButton a.rfdClickedButton:hover
{
	background-position: right -84px;
}

.rfdButton a.rfdSkinnedButton.rfdClickedButton *
{
	background-position: left -105px !important;
}

/* IE7 hovers fix */
*+html.rfdButton a.rfdSkinnedButton:hover *,
*+html .rfdButton a.rfdSkinnedButton:hover *
{
    background-position: left -63px;
}

/* --- 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 */
.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 */
}

/* 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 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
{     
    /* 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 */		
}

.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;   
}

/* 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;  
}

/* 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: 20px;
    }
    
    .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 */
    }
    
    .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;
    }
}
/* 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=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3UK06VahvA3YIFwnzRZLm349HsBTghtIEvYTinyey03lZlV83aJLGuOBN9OXpIGWM1&t=633947441485770243');
	color: #000000;
}

.RadForm_Vista.rfdButton a.rfdSkinnedButton,
.RadForm_Vista.rfdButton a.rfdSkinnedButton *
{
    _background-image: url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3UK06VahvA3YIFwnzRZLm349HsBTghtIEvYTinyey03lZlV83aJLGuOBN9OXpIGWM1&t=633947441485770243');
}

/* 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=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3UK06VahvA3YIFwnzRZLm3HP8wft2ZYsLdZypUKww5qJ_rYChl8ocJEbURPqGmFjY1&t=633947441485770243') no-repeat 0 0;
}

.RadForm_Vista .rfdCheckboxUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3UK06VahvA3YIFwnzRZLm3HP8wft2ZYsLdZypUKww5qJ_rYChl8ocJEbURPqGmFjY1&t=633947441485770243') no-repeat 0 -200px;
}

.RadForm_Vista .rfdCheckboxChecked,
.RadForm_Vista .rfdInputDisabled.rfdCheckboxChecked:hover
{
	background: transparent url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3UK06VahvA3YIFwnzRZLm3HP8wft2ZYsLdZypUKww5qJ_rYChl8ocJEbURPqGmFjY1&t=633947441485770243') no-repeat 0 -420px;
}

.RadForm_Vista .rfdCheckboxChecked:hover
{
	background: transparent url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3UK06VahvA3YIFwnzRZLm3HP8wft2ZYsLdZypUKww5qJ_rYChl8ocJEbURPqGmFjY1&t=633947441485770243') no-repeat 0 -640px;
}

/* Decorate <input type="radio" /> */
.RadForm_Vista .rfdRadioUnchecked,
.RadForm_Vista .rfdInputDisabled.rfdRadioUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3UK06VahvA3YIFwnzRZLm3zN8T5Q-HCLodJy0xbQLOiaKqnm0n4nEjgJ4j8Z9KUUE1&t=633947441485770243') no-repeat 1px 0;
}

.RadForm_Vista .rfdRadioUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3UK06VahvA3YIFwnzRZLm3zN8T5Q-HCLodJy0xbQLOiaKqnm0n4nEjgJ4j8Z9KUUE1&t=633947441485770243') no-repeat 1px -220px;
}

.RadForm_Vista .rfdRadioChecked,
.RadForm_Vista .rfdInputDisabled.rfdRadioChecked:hover 
{
	background: transparent url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3UK06VahvA3YIFwnzRZLm3zN8T5Q-HCLodJy0xbQLOiaKqnm0n4nEjgJ4j8Z9KUUE1&t=633947441485770243') no-repeat 1px -440px;
}

.RadForm_Vista .rfdRadioChecked:hover
{
	background: transparent url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3UK06VahvA3YIFwnzRZLm3zN8T5Q-HCLodJy0xbQLOiaKqnm0n4nEjgJ4j8Z9KUUE1&t=633947441485770243') 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=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3UK06VahvA3YIFwnzRZLm3zN8T5Q-HCLodJy0xbQLOiQBzYfgd5S_otAOQU1uuMVo1&t=633947441485770243'); /* 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=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3UK06VahvA3YIFwnzRZLm3TEVNhPUjrWvgv9JqX7JBfkBclKHlBJ78nAPYMtIFyz01&t=633947441485770243'); /* 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=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3UK06VahvA3YIFwnzRZLm3TEVNhPUjrWvgv9JqX7JBfkBclKHlBJ78nAPYMtIFyz01&t=633947441485770243'); /* 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=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3UK06VahvA3YIFwnzRZLm3FmymMNYFcb3bzoD1W9D6T6zjxm5u44s0gXi6DvEbfGI1&t=633947441485770243');
    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=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3UK06VahvA3YIFwnzRZLm3HP8wft2ZYsLdZypUKww5qJ_rYChl8ocJEbURPqGmFjY1&t=633947441485770243');
    }
    
    /* radio buttons */
    .rfdRadio input[type="radio"],
    .rfdRadio input[type="radio"][disabled="disabled"]:hover
    {
        background-image: url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3UK06VahvA3YIFwnzRZLm3zN8T5Q-HCLodJy0xbQLOiaKqnm0n4nEjgJ4j8Z9KUUE1&t=633947441485770243');
    }
}
/* END Telerik.Web.UI.Skins.Vista.FormDecorator.Vista.css */
/* START Telerik.Web.UI.Skins.Input.css */
/*Telerik RadInput Common CSS*/

/*global*/

.RadInput,
.RadInputMgr
{
	vertical-align:middle;
}

.RadInput table
{
	border:0;
	vertical-align:bottom;
}

.RadInput table.riTable td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput table td.riCell
{
	padding-right:4px;
}

.RadInput textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput .riTextBox,
html body .RadInputMgr
{
	border:1px solid;
	padding:2px 1px 3px;
}

/*buttons*/

.RadInput a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
}
* html .RadInput a{position:static}/*IE6*/
*+html .RadInput a{position:static}/*IE7*/

.RadInput .riSpin a
{
	margin:0 1px;
}

.RadInput a.riDown
{
	margin-top:3px;
}

* html .RadInput a.riDown
{
	margin-top /**/:0;
}

/*label*/

.RadInput .riLabel
{
	margin:0 4px 0 0;
	white-space:nowrap;
}
/* END Telerik.Web.UI.Skins.Input.css */
/* START Telerik.Web.UI.Skins.WebBlue.Input.WebBlue.css */
/*Telerik RadInput WebBlue Skin*/

/*global*/

.RadInput_WebBlue,
.RadInputMgr_WebBlue
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_WebBlue .riTextBox,
html body .RadInputMgr_WebBlue
{
	border-color:#768ca5;
	background:#fff;
	color:#000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_WebBlue .riEmpty,
html body .RadInput_Empty_WebBlue
{
	color:#777;
}

html body .RadInput_WebBlue .riHover,
html body .RadInput_Hover_WebBlue,
html body .RadInput_WebBlue .riFocused,
html body .RadInput_Focused_WebBlue
{
	border-color:#133c44;
}

html body .RadInput_WebBlue .riRead,
html body .RadInput_Read_WebBlue
{
	border-color:#b0b0b0;
}

html body .RadInput_WebBlue .riDisabled,
html body .RadInput_Disabled_WebBlue
{
	border-color:#b0b0b0;
	color:#777;
	cursor:default;
}

html body .RadInput_WebBlue .riError,
html body .RadInput_Error_WebBlue
{
	border-color:#d24000;
	background:#fff 100% -298px no-repeat url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1_jWWIQlOXAUAlaGYWapG8N1AuQDAFTaWOs_U7fePq5w2&t=633947441485770243');
	color:#b32d34;
}

.RadForm.rfdTextbox .RadInput_WebBlue .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_WebBlue[type="text"]
{
	border-color:#d24000;
	background:#fff 100% -298px no-repeat url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1_jWWIQlOXAUAlaGYWapG8N1AuQDAFTaWOs_U7fePq5w2&t=633947441485770243');
	color:#b32d34;
}

html body .RadInput_WebBlue .riNegative,
html body .RadInput_Negative_WebBlue
{
	color:#444;
}

/*buttons*/

.RadInput_WebBlue a
{
	background:transparent no-repeat url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1_jWWIQlOXAUAlaGYWapG8N1AuQDAFTaWOs_U7fePq5w2&t=633947441485770243');
}

/*go*/

.RadInput_WebBlue .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_WebBlue .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_WebBlue .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_WebBlue .riUp
{
	background-position:4px -98px;
}

.RadInput_WebBlue .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_WebBlue a.riDown
{
	background-position:4px -199px;
}

.RadInput_WebBlue a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_WebBlue .riLabel
{
	color:#000;
}
/* END Telerik.Web.UI.Skins.WebBlue.Input.WebBlue.css */
/* START Telerik.Web.UI.Skins.Slider.css */
/* RadSlider for ASP.NET AJAX Base Stylesheet */
.RadSlider
{
	width:22px;
	height:22px;
}

.RadSlider,
.RadSlider .rslItem,
.RadSlider .rslLargeTick span
{
    font:normal 10px "Segoe UI", Arial, Verdana;
    color:black;
}

/* the dragHandle needs to have greater z-index than the increase/decrease handlers, as it can be positioned over the rounded corders
of the track, part of those handles  */
.RadSlider .rslTrack
{
	z-index:1;
}

.RadSlider .rslDisabled
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity:.5;
	opacity:.5;
}

.RadSlider .rslDisabled,
.RadSlider .rslDisabled a,
.RadSlider .rslDisabled li
{
	cursor:no-drop;
}

/* any link inside RadSlider */
.RadSlider a
{
	display:block; 
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
	text-align:center;
	overflow:hidden;
}

.RadSlider a:focus,
.RadSlider a:active
{
	outline:none;
}

.RadSlider .rslHandle span,
.RadSlider .rslDraghandle span
{
	display:block; 
}

/* slider wrapper class */
.RadSlider .rslHorizontal,
.RadSlider .rslVertical
{
	position:relative; 
	-moz-user-select:none;
	font-size:1px;
	line-height:1px;	
}

/* horizontal slider */
.RadSlider .rslHorizontal,
.RadSlider .rslHorizontal a.rslHandle,
.RadSlider .rslHorizontal a.rslDraghandle
{
	height:22px; 
	line-height:22px;
}

.RadSlider .rslHorizontal a.rslHandle
{
	width:25px;	
	background-repeat:no-repeat;
}

.RadSlider .rslHorizontal .rslDecrease
{
	background-position:0 -22px;
}

.RadSlider .rslHorizontal .rslDecrease:hover
{
	background-position:-25px -22px;
}

.RadSlider .rslHorizontal .rslIncrease
{
	background-position:-3px 0;
}

.RadSlider .rslHorizontal .rslIncrease:hover
{
	background-position:-25px 0;
}

.RadSlider .rslHorizontal a.rslDraghandle
{
	width:8px; 
	margin-top:-8px;
	background-repeat:no-repeat;
}

.RadSlider .rslHorizontal a.rslDraghandle:hover
{
	background-position:-9px 0;
}

.RadSlider .rslHorizontal a.rslDraghandle:focus,
.RadSlider .rslHorizontal a.rslDraghandle:active
{
	background-position:-18px 0;
}

.RadSlider .rslHorizontal .rslTrack,
.RadSlider .rslHorizontal .rslSelectedregion
{	
	height:6px; 
	line-height:6px;
}

.RadSlider .rslDisabled .rslLiveDragHandle
{
	-moz-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* vertical slider */
.RadSlider .rslVertical,
.RadSlider .rslVertical a.rslHandle,
.RadSlider .rslVertical a.rslDraghandle
{
	width:22px;
}

.RadSlider .rslVertical a.rslHandle
{
	height:25px; 
	line-height:25px;
	background-repeat:no-repeat;
}

.RadSlider .rslVertical .rslDecrease
{
	background-position:0 0;
}

.RadSlider .rslVertical .rslDecrease:hover
{
	background-position:0 -28px;
}

.RadSlider .rslVertical .rslIncrease
{
	background-position:-22px 3px;
}

.RadSlider .rslVertical .rslIncrease:hover
{
    background-position:-22px -25px;
}

.RadSlider .rslVertical .rslTrack,
.RadSlider .rslVertical .rslSelectedregion
{
	width:6px;
}

.RadSlider .rslVertical a.rslDraghandle
{
	height:8px; 
	line-height:8px;
	margin-left:-8px;
}

/* Fix the positioning problem in IE6 and IE7 in rtl mode */
* html .RadSliderRTL .rslVertical a.rslDraghandle
{
	margin-left:0px;
	margin-right:-8px;
	left:auto !important; /* use important in order to override the left inline style; it is always 0 in vertical slider */
	right:0px;
}

*+html .RadSliderRTL .rslVertical a.rslDraghandle
{
	margin-left:0px;
	margin-right:-8px;
	left:auto !important; /* use important in order to override the left inline style; it is always 0 in vertical slider */
	right:0px;
}

.RadSlider .rslVertical a.rslDraghandle:hover
{
	background-position:0 -9px;
}

.RadSlider .rslVertical a.rslDraghandle:focus,
.RadSlider .rslVertical a.rslDraghandle:active
{
	background-position:0 -18px;
}

/* ITEMS AND TICKS */
.RadSlider .rslItemsWrapper,
.RadSlider .rslItem,
.RadSlider .rslLargeTick,
.RadSlider .rslSmallTick 
{
	margin:0px;
	padding:0px;
	list-style:none !important;
}

/* text */
.RadSlider .rslItem span,
.RadSlider .rslLargeTick span
{
	font-size:11px; 
}

/* Item specific */
.RadSlider .rslVertical .rslItemsWrapper .rslItemFirst,
.RadSlider .rslHorizontal .rslItemsWrapper .rslItemFirst
{
	background-image:none;
}

.RadSlider .rslItem
{
    text-overflow:ellipsis;
    overflow:hidden;
    cursor:default;
    background-repeat:no-repeat;
}

.RadSlider .rslHorizontal .rslItem
{
	text-align:center;
}

.RadSlider .rslItemsWrapper li.rslItemDisabled
{
    color:#d0d0ce;
}

.RadSlider .rslMiddle .rslItem,
.RadSlider .rslLeft .rslLargeTick,
.RadSlider .rslLeft .rslSmallTick
{
	background-position:left center;
}

.RadSlider .rslTop .rslItem
{
	background-position:left top;
}

.RadSlider .rslBottom .rslItem
{
	background-position:left bottom;
}

.RadSlider .rslCenter .rslItem,
.RadSlider .rslTop .rslLargeTick,
.RadSlider .rslTop .rslSmallTick
{
	background-position:center top;
}

.RadSlider .rslLeft .rslItem
{
	background-position:left top;
}

.RadSlider .rslRight .rslItem
{
	background-position:right top;
}

/* Tick specific */
.RadSlider .rslLargeTick,   
.RadSlider .rslSmallTick
{         
    cursor:default;
    /* We need this in order to position the SPAN holding the text. */
    position:relative;
    background-repeat:no-repeat;
}

.RadSlider .rslCenter .rslLargeTick,
.RadSlider .rslCenter .rslSmallTick,
.RadSlider .rslMiddle .rslLargeTick,
.RadSlider .rslMiddle .rslSmallTick
{         
    background-position:center center;    
}

.RadSlider .rslRight .rslLargeTick,
.RadSlider .rslRight .rslSmallTick
{         
    background-position:right center;
}

.RadSlider .rslBottom .rslLargeTick,
.RadSlider .rslBottom .rslSmallTick
{         
    background-position:center bottom;
}

/* LiveDrag=false */
.RadSlider .rslLiveDragHandleActive
{
    opacity:0.4;
    filter:alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.RadSlider .rslLiveDragHandle
{
	-moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* Position the elements of the slider */
.RadSlider .rslHandle,
.RadSlider .rslDraghandle,
.RadSlider .rslTrack,
.RadSlider .rslSelectedregion,
.RadSlider .rslItemsWrapper,
/* Tick text */
.RadSlider .rslLargeTick span
{
	position:absolute;
	top:0;
	left:0;
}

.RadSlider .rslHorizontal .rslTrack,
.RadSlider .rslHorizontal .rslItemsWrapper
{
	left:25px;
}

.RadSlider .rslVertical .rslTrack,
.RadSlider .rslVertical .rslItemsWrapper
{
	top:25px;
}

.RadSlider .rslHorizontal .rslIncrease,
.RadSlider .rslRight .rslHandle,
.RadSlider .rslLeft .rslItemsWrapper,

/* tick marks */
.RadSlider .rslLeft .rslLargeTick span,
.RadSlider .rslVertical .rslLargeTick span.rslBRItemText
{
	left:auto;
	right:0;
}

.RadSlider .rslTop .rslItemsWrapper,
.RadSlider .rslBottom .rslHandle,
.RadSlider .rslVertical .rslIncrease,

/* tick marks */
.RadSlider .rslTop .rslLargeTick span,
.RadSlider .rslHorizontal .rslLargeTick span.rslBRItemText
{
	top:auto;
	bottom:0;
}

.RadSlider .rslHorizontal .rslTrack
{
	top:8px;
}

.RadSlider .rslBottom div.rslTrack
{
	top:auto;
	bottom:8px;
}

.RadSlider .rslVertical .rslTrack
{
	left:8px;
}

.RadSlider .rslRight div.rslTrack
{
	left:auto;
	right:8px;
}

/* TrackPosition=Center */
.RadSlider .rslMiddle .rslTrack,
.RadSlider .rslMiddle .rslHandle
{
	top:50%;
}

.RadSlider .rslCenter .rslTrack,
.RadSlider .rslCenter .rslHandle
{
	left:50%;
}

/* Fix the positioning problem in IE6 and IE7 in rtl mode */
* html .RadSliderRTL .rslCenter .rslTrack,
* html .RadSliderRTL .rslCenter .rslHandle
{
	right:50%;
}

*+html .RadSliderRTL .rslCenter .rslTrack,
*+html .RadSliderRTL .rslCenter .rslHandle
{
	right:50%;
}

.RadSlider .rslMiddle a.rslHandle
{
	/* half of the height of the handle */
	margin-top:-11px;
}

.RadSlider .rslMiddle div.rslTrack
{
	/* half of the height of the track */
	margin-top:-3px;
}

.RadSlider .rslCenter a.rslHandle
{
	/* half of the width of the handle */
	margin-left:-11px;
}

/* Fix the positioning problem in IE6 and IE7 in rtl mode */
* html .RadSliderRTL .rslCenter a.rslHandle
{
	margin-left:0;
	margin-right:-11px;
}

*+html .RadSliderRTL .rslCenter a.rslHandle
{
	margin-left:0;
	margin-right:-11px;
}

.RadSlider .rslCenter div.rslTrack
{
	/* half of the width of the track */
	margin-left:-3px;
}

/* Fix the positioning problem in IE6 and IE7 in rtl mode */
* html .RadSliderRTL .rslCenter div.rslTrack
{
	margin-left:0;
	margin-right:-3px;
}

*+html .RadSliderRTL .rslCenter div.rslTrack
{
	margin-left:0;
	margin-right:-3px;
}

/* Item/Tick */
.RadSlider .rslHorizontal .rslItem,
.RadSlider .rslHorizontal .rslLargeTick,
.RadSlider .rslHorizontal .rslSmallTick
{
	float:left;
}
/* Item/Tick text */
.RadSlider .rslLargeTick span
{
    white-space:nowrap;
}

.RadSlider .rslHorizontal .rslLargeTick span
{
	width:100%;
    text-align:center;
}

.RadSlider .rslVertical .rslLargeTick span
{
	height:100%;
}

/* set width of the ticks */
.RadSlider .rslHorizontal .rslSmallTick,
.RadSlider .rslHorizontal .rslLargeTick
{
	width:1px;
}

.RadSlider .rslVertical .rslSmallTick,
.RadSlider .rslVertical .rslLargeTick
{
	height:1px;
}

/*fix larger space between items under IE*/
* html .RadSlider .rslLargeTick
{
	vertical-align:middle;
}
*+html .RadSlider .rslLargeTick
{
	vertical-align:middle;
}
/* END Telerik.Web.UI.Skins.Slider.css */
/* START Telerik.Web.UI.Skins.WebBlue.Slider.WebBlue.css */
/* RadSlider for ASP.NET AJAX WebBlue Skin */
.RadSlider_WebBlue .rslHorizontal a.rslHandle
{
	background-image:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1c3eL3tDtReFgNy3R_5ecCNfKSBsQy-fMWlt6YMTaL2Q2&t=633947441485770243');
}

.RadSlider_WebBlue .rslHorizontal a.rslDraghandle
{
	background-image:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1c3eL3tDtReFgNy3R_5ecCR58zxXZG-5N6spVWnNNMzTFhH71rbrxKf717NLMCr_g1&t=633947441485770243');
}

.RadSlider_WebBlue .rslHorizontal .rslTrack
{	
	background:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1c3eL3tDtReFgNy3R_5ecC58HoRkpCaGHFSD7CwT-1Q7FVhRY_rB_ZzHBkJKUM4Ew1&t=633947441485770243') repeat-x;
}

.RadSlider_WebBlue .rslHorizontal .rslSelectedregion
{
	background:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1c3eL3tDtReFgNy3R_5ecCTllSrBZVNgx4i7lffdVbCusPYgJUnGCUHXwZFDnm9qliPbt0FHGlz-poLFJngES30&t=633947441485770243') right top no-repeat;
}

/* vertical slider */
.RadSlider_WebBlue .rslVertical a.rslHandle
{
	background-image:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1c3eL3tDtReFgNy3R_5ecC12oOPzXXASSHk2cGJG0gg6e59nYpE3f6wc4wLmKfRos1&t=633947441485770243');
}

.RadSlider_WebBlue .rslVertical .rslTrack
{
	background:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1c3eL3tDtReFgNy3R_5ecCPOjkcNiz1YJvMtHSi2sozYBeK966ICsZ436orBOjewY1&t=633947441485770243') repeat-y;
}

.RadSlider_WebBlue .rslVertical .rslSelectedregion
{
	background:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1c3eL3tDtReFgNy3R_5ecCTllSrBZVNgx4i7lffdVbCptbGfY4TR5Ob0t9g9p4t4Y2T2vqtfTVyZ65ln7sxz3B0&t=633947441485770243') left bottom no-repeat;
}

.RadSlider_WebBlue .rslVertical a.rslDraghandle
{
	background:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1c3eL3tDtReFgNy3R_5ecCKNKyTOG0BVEBe_EOS5uY7hrnTuQQ21fDOYfL4evWL2I1&t=633947441485770243') no-repeat -1px 0;
}

.RadSlider_WebBlue .rslVertical a.rslDraghandle:hover
{
	background-position:-1px -9px;
}

.RadSlider_WebBlue .rslItem,
.RadSlider_WebBlue .rslLargeTick span
{
	color:#333;
}

.RadSlider_WebBlue .rslItemsWrapper .rslItemSelected
{
    color:#000;
}

/* horizontal slider items */
.RadSlider_WebBlue .rslHorizontal .rslItem
{
	background-image:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1c3eL3tDtReFgNy3R_5ecCtJIalccvjA-F52SbEhnTr-gBgF95ATQ-1OPF__H9taQ1&t=633947441485770243');
}

/* vertical slider items */
.RadSlider_WebBlue .rslVertical .rslItem
{
	background-image:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1c3eL3tDtReFgNy3R_5ecCNUlcFwiFWg9bc-dJpKqlx2iYni5kSst_6PTytQrdXTU1&t=633947441485770243');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_WebBlue .rslTop .rslSmallTick,
.RadSlider_WebBlue .rslBottom .rslSmallTick
{
    background-image:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1c3eL3tDtReFgNy3R_5ecC2BGEe-XgmYZWpUaKDrV35i2o_6obdWFu6X3GAKTDe7Y1&t=633947441485770243');
}

.RadSlider_WebBlue .rslTop .rslLargeTick,
.RadSlider_WebBlue .rslBottom .rslLargeTick
{
    background-image:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1c3eL3tDtReFgNy3R_5ecCIEN6Bgi368V2S3g9vO70JaITu9AR2pY0HGB0YS1QJns1&t=633947441485770243');
}

/* vertical slider - TrackPosition=Left/Right */
.RadSlider_WebBlue .rslLeft .rslSmallTick,
.RadSlider_WebBlue .rslRight .rslSmallTick
{
    background-image:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1c3eL3tDtReFgNy3R_5ecCbemimMYMcVkoL3QmLREYwVqCNVd5o9nksb7rx1J-qt41&t=633947441485770243');
}

.RadSlider_WebBlue .rslLeft .rslLargeTick,
.RadSlider_WebBlue .rslRight .rslLargeTick 
{
    background-image:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1c3eL3tDtReFgNy3R_5ecC1k7W0W-iME219oFpX1e_gs_-vdiLTlLDltJZ1RLeEU81&t=633947441485770243');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_WebBlue .rslMiddle .rslSmallTick
{
	background-image:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1c3eL3tDtReFgNy3R_5ecCmtX4oOzHKVCnClZoV1GezrWMflBXI6U7mnYQu4dsA01wnmvbrsjnsOywcIxdma1d0&t=633947441485770243');
}

.RadSlider_WebBlue .rslMiddle .rslLargeTick  
{
	background-image:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1c3eL3tDtReFgNy3R_5ecC2H6ZdHBnQtdwaYzD3egKquRHItWSIEwX0cApI62DhMs5r67a_e6J_xg8BwM8JWMz0&t=633947441485770243');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_WebBlue .rslCenter .rslSmallTick
{
    background-image:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1c3eL3tDtReFgNy3R_5ecCcCnUPhLgVHcJwGrHddFujDBgUzHAtX7e2yjCdBz_3vcjUm6kPf3ZqZajIuziIc_U0&t=633947441485770243');
}

.RadSlider_WebBlue .rslCenter .rslLargeTick 
{
    background-image:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1c3eL3tDtReFgNy3R_5ecC1k7W0W-iME219oFpX1e_gmgiqrK2Ok95jZH6ru16CKioNfcFvbjBPR4SqSvyLPY60&t=633947441485770243');
}
/* END Telerik.Web.UI.Skins.WebBlue.Slider.WebBlue.css */
/* START Telerik.Web.UI.Skins.TreeView.css */
/*

RadTreeView base css

* Notes on some CSS class names *

class  --  HTML element  --  description 

rtUL  --  <ul>  --  multiple nodes container
rtLI  --  <li>  --  one node 
rtFirst  --  <li>  -- TreeView's first node
rtLast  --  <li>  -- last node in a given node group (<ul>)
rtTop,rtMid,rtBot  --  <div>  -- a wrapper (<div>) inside a node (<li>) - can be in a top, middle or bottom node in a given node group
rtIn  --  <span> or <div>  -- the inner container inside a node - contains text (<span> rendering) or template (<div> rendering)
rtSp  --  <span>  -- holds a dummy element for adjustment of node heights (should be an even number if the skin node lines are dotted)
rtChk  --  <input>  -- holds a node's checkbox
rtImg  --  <img>  -- holds a node's icon
rtPlus,rtMinus -- <span> -- holds a node's expand / collapse buttons (plus / minus signs)

*/

/* <general styles> */

.RadTreeView
{
	white-space:nowrap;
	cursor: default;
}

.RadTreeView .rtTop,
.RadTreeView .rtMid,
.RadTreeView .rtBot,
.RadTreeView .rtUL
{
	zoom:1;
}

.RadTreeView .rtSp,
.RadTreeView .rtImg,
.RadTreeView .rtIn,
.RadTreeView .rtChk
{
	vertical-align:middle;
}

.RadTreeView .rtUL
{
	margin: 0;
	padding: 0;
	-moz-user-select: -moz-none;
}

.RadTreeView .rtLI
{
	list-style-image: none;
	list-style-position: outside;
	list-style: none;
}

.RadTreeView .rtUL .rtLI .rtUL
{
	padding-left: 20px;
}

.RadTreeView .rtTop, 
.RadTreeView .rtMid, 
.RadTreeView .rtBot
{
	padding: 1px 0 1px 20px;
}

/* <expand/collapse images> */

.RadTreeView .rtPlus, 
.RadTreeView .rtMinus
{
	font-size: 0;
	padding: 0;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin: 6px 7px 0 -18px;
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
}

* html .RadTreeView .rtPlus, 
* html .RadTreeView .rtMinus { margin-right: 1px; }
*+html .RadTreeView .rtPlus, 
*+html .RadTreeView .rtMinus { margin-right: 1px; }

.RadTreeView .rtPlus { background-position: 0 0; }
.RadTreeView .rtPlus:hover { background-position: 0 -22px; }
.RadTreeView .rtMinus { background-position: 0 -11px; }
.RadTreeView .rtMinus:hover { background-position: 0 -33px; }

/* </expand/collapse images> */

/* <tristate checkboxes> */

.RadTreeView .rtChecked,
.RadTreeView .rtUnchecked,
.RadTreeView .rtIndeterminate
{
	display: -moz-inline-box;
	display: inline-block;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	margin: 0 3px 0 0;
	line-height: 0;
	font-size: 0;
}

.RadTreeView .rtChecked { background-position: 0 0; }
.RadTreeView .rtUnchecked { background-position: 0 -13px; }
.RadTreeView .rtIndeterminate { background-position: 0 -26px; }

/* </tristate checkboxes> */

.RadTreeView .rtSp
{
	display: -moz-inline-box;
	display: inline-block;
	width: 1px;
	margin-left: -1px;
	height: 22px;
}

.RadTreeView .rtChk
{
	margin: 0 2px;
	padding: 0;
	width: 12px;
	height: 12px;
}

.RadTreeView .rtIn
{
	margin-left: 1px;
	padding: 4px 3px 3px;
	text-decoration:none;
}

/* <navigation link> */
.RadTreeView a.rtIn
{
	cursor: pointer;
}
/* </navigation link> */

/* <templates> */

.RadTreeView div.rtIn
{
	display:-moz-inline-block;
	display:inline-block;
	vertical-align:top;
}

/* <massage> */
* html .RadTreeView div.rtIn { display:inline-block; }
* html .RadTreeView div.rtIn { display:inline; }
*+html .RadTreeView div.rtIn { display:inline-block; }
*+html .RadTreeView div.rtIn { display:inline; }
/* </massage> */

.RadTreeView .rtTemplate,
.RadTreeView input
{ 
	-moz-user-select: text;
}

/* </templates> */

/* <loading messages> */
.RadTreeView .rtLoadingIcon
{
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: text-top;
	width: 21px;
	height: 17px;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
	background: url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg2nivH9XwZJrZ6vOp575Cp1obaPcT5vnpWOIl91mLchSw2&t=633947441485770243') no-repeat 2px 0;
}

.RadTreeView .rtLoadingBelow
{
	display:block;
}

/* </loading messages> */

/* </general styles> */

/* <node states> */

.RadTreeView .rtHover .rtIn,
.RadTreeView .rtSelected .rtIn
{
	padding: 3px 2px 2px;
	border-width: 1px;
	border-style: solid;
	background-repeat: repeat-x;
	background-position: 0 100%;
}

/* <in-line editing> */

/* editing of wrapped nodes should add white-space nowrap to make the input box stay on the same line;
   if the white-space: normal is added through inline styles (on a per-node basis), it can be overriden only by using !important */
.RadTreeView .rtEdit *
{
	white-space: nowrap !important;
}

.RadTreeView .rtEdit .rtIn,
.RadTreeView .rtEdit .rtIn input
{
	outline: 0; /* disable safari glow effect - RadTreeView look consistency */
	cursor: text;
}


.RadTreeView .rtLI .rtEdit .rtIn
{
	border-width: 1px;
	border-style: solid;
	padding: 2px 1px 1px;
	height: 1.4em;
	text-decoration: none;
	vertical-align: middle;
}

* html .RadTreeView .rtLI .rtEdit .rtIn { padding/* */: 0 1px; }

.RadTreeView .rtEdit .rtIn input
{
	height: 1.4em;
	line-height: 1.4em;
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

/* </in-line editing> */

/* </node states> */

/* <node lines> */

.RadTreeView .rtLines .rtLI,
.RadTreeView .rtLines .rtFirst .rtUL
{
	background-repeat: repeat-y;
	background-position: 0 0;
}

.RadTreeView_rtl .rtLines .rtLI,
.RadTreeView_rtl .rtLines .rtFirst .rtUL
{
	background-repeat: repeat-y;
	background-position: 100% 0;
}

.RadTreeView .rtLines .rtFirst
{
    background-repeat: no-repeat;
    background-position: 0 1.273em;
}

.RadTreeView_rtl .rtLines .rtFirst
{
    background-repeat: no-repeat;
    background-position: 100% 1.273em;
}

.RadTreeView .rtLines .rtFirst .rtUL
{
    background-repeat: repeat-y;
    background-position: 0 1.273em;
}

.RadTreeView_rtl .rtLines .rtFirst .rtUL
{
    background-repeat: repeat-y;
    background-position: 100% 1.273em;
}

.RadTreeView .rtLines .rtLast,
.RadTreeView .rtLines .rtLast .rtUL
{
	background: none;
}

.RadTreeView .rtLines .rtTop,
.RadTreeView .rtLines .rtMid,
.RadTreeView .rtLines .rtBot
{
    background-repeat: no-repeat;
    background-position: 0 0;
}

.RadTreeView_rtl .rtLines .rtTop,
.RadTreeView_rtl .rtLines .rtMid,
.RadTreeView_rtl .rtLines .rtBot
{
    background-repeat: no-repeat;
    background-position: 100% 0;
}

/* </node lines> */

/* <drop targets> */

.rtDropAbove,
.rtDropBelow
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
	margin-top: -1px;
}

.rtDropAbove
{
    border-bottom: 0;
}

.rtDropBelow
{
    border-top: 0;
}

/* </drop targets> */

/* <RTL support> */
.RadTreeView_rtl .rtPlus, 
.RadTreeView_rtl .rtMinus
{
	position: relative;
}

/* reverts the above rule to fix the position:relative + overflow:auto bug under IE6&7 */
* html .RadTreeView_rtl .rtPlus, 
* html .RadTreeView_rtl .rtMinus { position:static; }

*+html .RadTreeView_rtl .rtPlus, 
*+html .RadTreeView_rtl .rtMinus { position:static; }

/* fixes IE6 "disappearing content" bug */
* html .RadTreeView_rtl .rtLI,
* html .RadTreeView_rtl .rtIn
{
	zoom: 1;
}
* html .RadTreeView_rtl .rtIn
{
	margin-top: -1px;
}

.RadTreeView_rtl .rtUL .rtLI .rtUL
{
	padding-right: 15px;
	padding-left: 0;
}

.RadTreeView_rtl .rtTop,
.RadTreeView_rtl .rtMid, 
.RadTreeView_rtl .rtBot
{
	padding: 0 15px 0 0;
	margin: 0;
}

.RadTreeView_rtl .rtPlus { background-position: -11px 0; }
.RadTreeView_rtl .rtPlus:hover { background-position: -11px -22px; }
.RadTreeView_rtl .rtMinus { background-position: -11px -11px; }
.RadTreeView_rtl .rtMinus:hover { background-position: -11px -33px; }

.RadTreeView_rtl .rtPlus,
.RadTreeView_rtl .rtMinus
{
	margin-right:7px;
	right:-20px;
}

/* firefox 2 */
.RadTreeView_rtl .rtPlus,
.RadTreeView_rtl .rtMinus,
x:-moz-any-link
{
	margin-right:-11px;
	right:-8px;
}

/* firefox 3 */
.RadTreeView_rtl .rtPlus,
.RadTreeView_rtl .rtMinus,
x:-moz-any-link, x:default
{
	margin-right:7px;
	right:-20px;
}

/* ie 6 */
* html .RadTreeView_rtl .rtPlus,
* html .RadTreeView_rtl .rtMinus
{
	margin-right:-13px;
	right:0;
}

/* ie 7 */
*+html .RadTreeView_rtl .rtPlus,
*+html .RadTreeView_rtl .rtMinus
{
	margin-right: -13px;
	right: 0;
}

/* safari & opera */
@media screen and (min-width:50px)
{
	.RadTreeView .rtPlus,
	.RadTreeView .rtMinus
	{
		margin-right: 7px;
		margin-left: -18px;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root .RadTreeView_rtl .rtPlus,
	:root .RadTreeView_rtl .rtMinus
	{
		right: 0;
		margin-right: -13px;
		margin-left: 2px;
	}
}

/* opera */
@media all and(-webkit-max-device-pixel-ratio:10000),
   not all and(-webkit-min-device-pixel-ratio:0) {

	:root .RadTreeView_rtl .rtPlus,
	:root .RadTreeView_rtl .rtMinus
	{
		position: relative;
		margin-left: 2px;
		margin-right: -13px;
		right: -15px;
	}
}

/* </RTL support> */

/* <design-time support> */
div.RadTreeView_designtime .rtTop, 
div.RadTreeView_designtime .rtMid, 
div.RadTreeView_designtime .rtBot
{
	position: relative;
}

div.RadTreeView_designtime .rtPlus, 
div.RadTreeView_designtime .rtMinus
{
	margin: 0;
	position: absolute;
	left: 3px;
	top: 4px;
}
/* </design-time support> */

/* END Telerik.Web.UI.Skins.TreeView.css */
/* START Telerik.Web.UI.Skins.ComboBox.css */
/* RadComboBox base skin */

/*global*/

.RadComboBox *
{
	margin: 0;
	padding: 0;
}

.RadComboBox,
.RadComboBox .rcbInput,
.RadComboBoxDropDown
{
	text-align: left;
}

.RadComboBox_rtl,
.RadComboBox_rtl .rcbInput,
.RadComboBoxDropDown_rtl
{
	text-align: right;
}

/* combobox */

.RadComboBox
{
	vertical-align: middle;
}

* html .RadComboBox { vertical-align: top; }

.RadComboBox table
{
	border: 0;
	border-collapse: collapse;
}

.RadComboBox table td.rcbInputCell
{
	width: 100%;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

* html .RadComboBox td.rcbInputCell
{
	height /**/: 22px;
	line-height /**/: 22px;
}

/* combobox */

.RadComboBox .rcbInputCellLeft,
.RadComboBox .rcbInputCellRight,
.RadComboBox .rcbArrowCellLeft,
.RadComboBox .rcbArrowCellRight
{
	background-repeat: no-repeat;
}

.RadComboBox .rcbInputCell .rcbInput
{
	width: 100%;
	background: transparent;
	border: 0;
	vertical-align: middle;
	padding: 2px 0 1px;
	outline: 0;
}

* html .RadComboBox .rcbInputCell .rcbInput
{
	height /**/: 18px;
	padding /**/: 2px 0 0; /* This should fix the ajax introduced height in IE6 */
}

.RadComboBox .rcbInputCell .rcbEmptyMessage
{
	font-style: italic;
}

.RadComboBox .rcbReadOnly .rcbInput
{
	cursor: default;
}

.RadComboBox table td.rcbInputCell,
.RadComboBox .rcbInputCell .rcbInput
{
	padding-left: 2px;
}

.RadComboBox_rtl table td.rcbInputCell,
.RadComboBox_rtl .rcbInputCell .rcbInput
{
	padding-right: 2px;
	padding-left: 0;
}

.RadComboBox table td.rcbArrowCell
{
	width: 18px;
	padding: 0;
	border: 0;
}

.RadComboBox .rcbArrowCell a
{
	position: relative;
	outline: 0;
	overflow: hidden;
	display: block;
	width: 18px;
	height: 22px;
	text-decoration: none;
	text-indent: 9999px;
	font-size: 0;
	line-height: 0;
}

div.RadComboBox td.rcbArrowCellHidden,
div.RadComboBox .rcbArrowCellHidden a
{
	width: 3px;
}

/* Read-only styles */

.RadComboBox .rcbReadOnly td.rcbArrowCell { width: 16px; }
.RadComboBox .rcbReadOnly td.rcbArrowCell a { width: 16px; }

.RadComboBox .rcbReadOnly td.rcbArrowCellHidden,
.RadComboBox .rcbReadOnly td.rcbArrowCellHidden a { width: 3px; } 

/* dropdown */

.rcbSlide
{
	position: absolute;
	overflow: hidden;
	display: none;
	_height: 1px;
	float: left;
}

.RadComboBoxDropDown .rcbHeader,
.RadComboBoxDropDown .rcbFooter,
.RadComboBoxDropDown .rcbMoreResults,
.RadComboBoxDropDown .rcbMoreResults a
{
	background-repeat: no-repeat;
}

.RadComboBoxDropDown
{
	position: absolute;
	cursor: default;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
}

.RadComboBoxDropDown_rtl
{
	text-align: right;
	direction: rtl;
}

.RadComboBoxDropDown .rcbScroll
{
	overflow: auto;
	position: relative;
}

.RadComboBoxDropDown .rcbList
{
	list-style: none outside;
	position: relative;
	margin: 0;
	padding: 0;
}

.RadComboBoxDropDown .rcbHeader,
.RadComboBoxDropDown .rcbFooter
{
	background-repeat: repeat-x;
	padding: 5px 7px 4px;
}

.RadComboBoxDropDown .rcbHeader
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 1px;
}

.RadComboBoxDropDown .rcbFooter
{
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 1px;
}

.RadComboBoxDropDown .rcbNoWrap .rcbItem,
.RadComboBoxDropDown .rcbNoWrap .rcbHovered,
.RadComboBoxDropDown .rcbNoWrap .rcbDisabled,
.RadComboBoxDropDown .rcbNoWrap .rcbLoading
{
	white-space: nowrap;
}

.RadComboBoxDropDown .rcbItem,
.RadComboBoxDropDown .rcbHovered,
.RadComboBoxDropDown .rcbDisabled,
.RadComboBoxDropDown .rcbLoading
{
	padding: 2px 6px;
	margin: 0 1px;
}

html>/**/body .RadComboBoxDropDown .rcbItem,
html>/**/body .RadComboBoxDropDown .rcbHovered,
html>/**/body .RadComboBoxDropDown .rcbDisabled,
html>/**/body .RadComboBoxDropDown .rcbLoading
{
	min-height: 13px;
}

*+html .RadComboBoxDropDown .rcbItem,
*+html .RadComboBoxDropDown .rcbHovered,
*+html .RadComboBoxDropDown .rcbDisabled,
*+html .RadComboBoxDropDown .rcbLoading
{
	height: auto;
}

.RadComboBoxDropDown_rtl .rcbItem,
.RadComboBoxDropDown_rtl .rcbHovered,
.RadComboBoxDropDown_rtl .rcbDisabled,
.RadComboBoxDropDown_rtl .rcbLoading
{
	padding: 2px 6px;
}

.RadComboBoxDropDown .rcbImage
{
	vertical-align: middle;
	margin: 0 6px 2px 0;
}

.RadComboBoxDropDown_rtl .rcbImage
{
	margin: 0 0 2px 6px;
}

.RadComboBoxDropDown .rcbHovered
{
	background-repeat: repeat-x;
}

.RadComboBoxDropDown em
{
	font-style: normal;
	font-weight: bold;
}

*+html div.RadComboBoxDropDown .rcbList { zoom: 1; } /* IE7 item width fix */
* html div.RadComboBoxDropDown .rcbItem,
* html div.RadComboBoxDropDown .rcbHovered { zoom: 1; } /* IE6 item width fix */

.RadComboBox .rcbDisabled .rcbInputCell .rcbInput,
.RadComboBoxDropDown .rcbDisabled
{
	cursor: default;
}

.RadComboBoxDropDown .rcbLoading
{
	text-align: center;
}

.RadComboBoxDropDown .rcbMoreResults
{
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	background-repeat: repeat-x;
	position: relative;
	padding: 0 6px 0;
	text-align: center;
	margin-top: 1px;
}

.RadComboBoxDropDown .rcbMoreResults a
{
	display: inline-block;
	width: 15px;
	height: 9px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
}

* html .RadComboBoxDropDown .rcbMoreResults a
{
	font-size: 0;
	line-height: 0;
	text-indent: 0;
}

*+html .RadComboBoxDropDown .rcbMoreResults a
{
	font-size: 0;
	line-height: 0;
	text-indent: 0;
}

.RadComboBoxDropDown .rcbMoreResults span
{
	vertical-align: middle;
	height: 19px;
	line-height: 19px;
	display: inline-block;
}

.RadComboBoxDropDown .rcbSeparatedList .rcbItem,
.RadComboBoxDropDown .rcbSeparatedList .rcbHovered,
.RadComboBoxDropDown .rcbSeparatedList .rcbDisabled,
.RadComboBoxDropDown .rcbSeparatedList .rcbLoading
{
	padding-left: 12px;
}

.RadComboBoxDropDown .rcbSeparatedList .rcbSeparator
{
	padding-left: 6px;
}

/*hacks*/

/*Opera start*/
@media screen and (min-width: 550px)
{
	.RadComboBoxDropDown_rtl .rcbItem,
	.RadComboBoxDropDown_rtl .rcbHovered,
	.RadComboBoxDropDown_rtl .rcbDisabled,
	.RadComboBoxDropDown_rtl .rcbLoading
	{
		padding: 2px 6px 2px 19px;
	}
} /*Opera end*/

/* END Telerik.Web.UI.Skins.ComboBox.css */
/* START Telerik.Web.UI.Skins.Vista.ComboBox.Vista.css */
/* RadComboBox Vista skin */

/*global*/

.RadComboBox_Vista,
.RadComboBox_Vista .rcbInput,
.RadComboBoxDropDown_Vista
{
	font: 12px "Segoe UI", Arial, sans-serif;
	color: #333;
}

/* combobox */

.RadComboBox_Vista .rcbInputCellLeft,
.RadComboBox_Vista .rcbInputCellRight,
.RadComboBox_Vista .rcbArrowCellLeft,
.RadComboBox_Vista .rcbArrowCellRight
{
	background-image: url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3TcNsFntOpCBhuUDeDxEMMxyYqUpc3sklmTICq1fs1J_u0Y12FWjHOJY2y9gx7zxQ1&t=633947441485770243');
}

* html .RadComboBox_Vista .rcbInputCellLeft,
* html .RadComboBox_Vista .rcbInputCellRight,
* html .RadComboBox_Vista .rcbArrowCellLeft,
* html .RadComboBox_Vista .rcbArrowCellRight
{
	background-image: url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3TcNsFntOpCBhuUDeDxEMMeUggV1Rx1DejmwqTrS5LdbpbMbDJMkuX-czerUnbowU1&t=633947441485770243');
}

.RadComboBox_Vista td.rcbInputCellLeft { background-position: 0 0; }
.RadComboBox_Vista td.rcbInputCellRight { background-position: 100% 0; }

.RadComboBox_Vista .rcbHovered .rcbInputCellLeft { background-position: 0 0; }
.RadComboBox_Vista .rcbHovered .rcbInputCellRight { background-position: 100% 0; }

.RadComboBox_Vista .rcbFocused .rcbInputCellLeft { background-position: 0 0; }
.RadComboBox_Vista .rcbFocused .rcbInputCellRight { background-position: 100% 0; }

.RadComboBox_Vista .rcbHovered .rcbReadOnly td.rcbInputCellLeft { background-position: 0 -22px; }
.RadComboBox_Vista .rcbHovered .rcbReadOnly td.rcbInputCellRight { background-position: 100% -22px; }

.RadComboBox_Vista .rcbFocused .rcbReadOnly td.rcbInputCellLeft { background-position: 0 -44px; }
.RadComboBox_Vista .rcbFocused .rcbReadOnly td.rcbInputCellRight { background-position: 100% -44px; }

.RadComboBox_Vista .rcbInputCell .rcbEmptyMessage
{
	color: #666;
}

.RadComboBox_Vista .rcbHovered .rcbInputCell .rcbInput
{
	color: #045cb5;
}

.RadComboBox_Vista td.rcbArrowCellLeft { background-position: -18px -88px; }
.RadComboBox_Vista td.rcbArrowCellRight { background-position: 0 -88px; }

.RadComboBox_Vista .rcbHovered .rcbArrowCellLeft { background-position: -54px -88px; }
.RadComboBox_Vista .rcbHovered .rcbArrowCellRight { background-position: -36px -88px; }

.RadComboBox_Vista .rcbFocused .rcbArrowCellLeft { background-position: -90px -88px; }
.RadComboBox_Vista .rcbFocused .rcbArrowCellRight { background-position: -72px -88px; }

.RadComboBox_Vista td.rcbArrowCellHidden,
.RadComboBox_Vista .rcbHovered td.rcbArrowCellHidden,
.RadComboBox_Vista .rcbFocused td.rcbArrowCellHidden { background-position: -15px -88px; }

.RadComboBox_Vista .rcbHovered .rcbReadOnly td.rcbArrowCellHidden { background-position: -51px -88px; }
.RadComboBox_Vista .rcbFocused .rcbReadOnly td.rcbArrowCellHidden { background-position: -87px -88px; }

/* Read-only styles */

.RadComboBox_Vista .rcbReadOnly td.rcbArrowCellLeft { background-position: -18px -88px; }
.RadComboBox_Vista .rcbReadOnly td.rcbArrowCellRight { background-position: -2px -88px; }

.RadComboBox_Vista .rcbHovered .rcbReadOnly .rcbArrowCellLeft { background-position: -54px -88px; }
.RadComboBox_Vista .rcbHovered .rcbReadOnly .rcbArrowCellRight { background-position: -38px -88px; }

.RadComboBox_Vista .rcbFocused .rcbReadOnly .rcbArrowCellLeft { background-position: -90px -88px; }
.RadComboBox_Vista .rcbFocused .rcbReadOnly .rcbArrowCellRight { background-position: -74px -88px; }

.RadComboBox_Vista .rcbReadOnly td.rcbArrowCellHidden { background-position: -15px -88px; }
.RadComboBox_Vista .rcbHovered .rcbReadOnly td.rcbArrowCellHidden { background-position: -51px -88px; }
.RadComboBox_Vista .rcbFocused .rcbReadOnly td.rcbArrowCellHidden { background-position: -87px -88px; }

/* dropdown */

.RadComboBoxDropDown_Vista .rcbHeader,
.RadComboBoxDropDown_Vista .rcbFooter,
.RadComboBoxDropDown_Vista .rcbMoreResults a
{
	background-image: url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3TcNsFntOpCBhuUDeDxEMMxyYqUpc3sklmTICq1fs1J_u0Y12FWjHOJY2y9gx7zxQ1&t=633947441485770243');
}

* html .RadComboBoxDropDown_Vista .rcbHeader,
* html .RadComboBoxDropDown_Vista .rcbFooter,
* html .RadComboBoxDropDown_Vista .rcbMoreResults a
{
	background-image: url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg3TcNsFntOpCBhuUDeDxEMMeUggV1Rx1DejmwqTrS5LdbpbMbDJMkuX-czerUnbowU1&t=633947441485770243');
}

.RadComboBoxDropDown_Vista
{
	background: #fff;
	border-color: #c6c7d2;
	border-top-color: #83868d;
}

.RadComboBoxDropDown_Vista .rcbHeader,
.RadComboBoxDropDown_Vista .rcbFooter
{
	background-color: #f1f2f4;
	background-position: 0 -110px;
}

.RadComboBoxDropDown_Vista .rcbHeader
{
	border-bottom-color: #d5d5d5;
}

.RadComboBoxDropDown_Vista .rcbFooter
{
	border-top-color: #d5d5d5;
}

.RadComboBoxDropDown_Vista .rcbItem em
{
	background: #e5e5e5;
}

.RadComboBoxDropDown_Vista .rcbHovered
{
	background: #39f;
	color: #fff;
}

.RadComboBoxDropDown_Vista .rcbSeparator
{
    color: #666;
    background: #D3ECF9;
}

.RadComboBox_Vista .rcbDisabled .rcbInputCell .rcbInput,
.RadComboBoxDropDown_Vista .rcbDisabled
{
	color: #999;
}

.RadComboBox_Vista .rcbDisabled td.rcbInputCellLeft { background-position: 0 -66px; }
.RadComboBox_Vista .rcbDisabled td.rcbInputCellRight { background-position: 100% -66px; }
.RadComboBox_Vista .rcbDisabled td.rcbArrowCellLeft { background-position: -126px -88px; }
.RadComboBox_Vista .rcbDisabled td.rcbArrowCellRight { background-position: -108px -88px; }
.RadComboBox_Vista .rcbDisabled .rcbReadOnly td.rcbArrowCellRight { background-position: -110px -88px; }
.RadComboBox_Vista table.rcbDisabled td.rcbArrowCellHidden,
.RadComboBox_Vista .rcbDisabled .rcbReadOnly td.rcbArrowCellHidden { background-position: -123px -88px; }

.RadComboBoxDropDown_Vista .rcbLoading
{
	background: #f0f0f0;
}

.RadComboBoxDropDown_Vista .rcbMoreResults
{
	border-top-color: #c6c7d2;
	background: #fff;
}

.RadComboBoxDropDown_Vista .rcbMoreResults a
{
	background-position: -157px -94px;
}

.RadComboBoxDropDown_Vista .rcbMoreResults a:hover
{
	background-position: -188px -94px;
}

/* END Telerik.Web.UI.Skins.Vista.ComboBox.Vista.css */
/* START Telerik.Web.UI.Skins.Vista.Grid.Vista.css */
/*Telerik RadGrid Vista Skin*/

/*global*/

.RadGrid_Vista
{
    border:1px solid #9cb6c5;
    background:#fff;
    color:#333;
}

.RadGrid_Vista,
.RadGrid_Vista .rgMasterTable,
.RadGrid_Vista .rgDetailTable,
.RadGrid_Vista .rgGroupPanel table,
.RadGrid_Vista .rgCommandRow table,
.RadGrid_Vista .rgEditForm table,
.RadGrid_Vista .rgPager table,
.GridToolTip_Vista
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_Vista .rgMasterTable,
.RadGrid_Vista .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_Vista .rgRow,
.RadGrid_Vista .rgAltRow,
.RadGrid_Vista .rgHeader,
.RadGrid_Vista .rgResizeCol,
.RadGrid_Vista .rgPager,
.RadGrid_Vista .rgGroupPanel,
.RadGrid_Vista .rgGroupHeader
{
	cursor:default;
}

.RadGrid_Vista input[type="image"]
{
	cursor:pointer;
}

.RadGrid_Vista .rgRow td,
.RadGrid_Vista .rgAltRow td,
.RadGrid_Vista .rgEditRow td,
.RadGrid_Vista .rgFooter td,
.RadGrid_Vista .rgFilterRow td,
.RadGrid_Vista .rgHeader,
.RadGrid_Vista .rgResizeCol,
.RadGrid_Vista .rgGroupHeader td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid_Vista .rgClipCells .rgHeader,
.RadGrid_Vista .rgClipCells .rgRow>td,
.RadGrid_Vista .rgClipCells .rgAltRow>td
{
	overflow:hidden;
}

.RadGrid_Vista .rgHeader:first-child,
.RadGrid_Vista th.rgResizeCol:first-child,
.RadGrid_Vista .rgFilterRow>td:first-child,
.RadGrid_Vista .rgRow>td:first-child,
.RadGrid_Vista .rgAltRow>td:first-child
{
	border-left:0;
	padding-left:8px;
}

.RadGrid_Vista .rgAdd,
.RadGrid_Vista .rgRefresh,
.RadGrid_Vista .rgEdit,
.RadGrid_Vista .rgDel,
.RadGrid_Vista .rgFilter,
.RadGrid_Vista .rgPagePrev,
.RadGrid_Vista .rgPageNext,
.RadGrid_Vista .rgPageFirst,
.RadGrid_Vista .rgPageLast,
.RadGrid_Vista .rgExpand,
.RadGrid_Vista .rgCollapse,
.RadGrid_Vista .rgSortAsc,
.RadGrid_Vista .rgSortDesc,
.RadGrid_Vista .rgUpdate,
.RadGrid_Vista .rgCancel,
.RadGrid_Vista .rgUngroup,
.RadGrid_Vista .rgExpXLS,
.RadGrid_Vista .rgExpDOC,
.RadGrid_Vista .rgExpPDF,
.RadGrid_Vista .rgExpCSV
{
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg0YQotsnKHCohpsaoreDcg_RBSGQb86cAHIEJG_RnvFkQ2&t=633947441485770243');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

.RadGrid_Vista .rgGroupItem input,
.RadGrid_Vista .rgCommandRow img,
.RadGrid_Vista .rgHeader input,
.RadGrid_Vista .rgFilterRow img,
.RadGrid_Vista .rgFilterRow input,
.RadGrid_Vista .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_Vista .rgHeaderDiv
{
	background:#ebeef6 0 -7750px repeat-x url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg0YQotsnKHCohpsaoreDcg_RBSGQb86cAHIEJG_RnvFkQ2&t=633947441485770243');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -7250px;
}

.rgNoScrollImage .rgHeaderDiv
{
	background-image:none;
}

.RadGrid_Vista .rgHeader,
.RadGrid_Vista th.rgResizeCol
{
	border:1px solid;
	border-color:#fff #dcf2fc #3c7fb1 #8bbdde;
	border-top:0;
	padding-top:5px;
	padding-bottom:4px;
	background:0 -2300px repeat-x #a6d9f4 url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg0YQotsnKHCohpsaoreDcg_RBSGQb86cAHIEJG_RnvFkQ2&t=633947441485770243');
	text-align:left;
	font-weight:normal;
}

.RadGrid_Vista th.rgSorted
{
	border-bottom-color:#79b3d8;
	background-color:#d9ecf6;
	background-position:0 -2600px;
}

.RadGrid_Vista .rgHeader,
.RadGrid_Vista .rgHeader a
{
    color:#333;
    text-decoration:none;
}

.RadGrid_Vista .rgCheck
{
	height:15px;
	margin:0;
	padding:0;
}

/*rows*/

.RadGrid_Vista .rgRow td,
.RadGrid_Vista .rgAltRow td,
.RadGrid_Vista .rgEditRow td,
.RadGrid_Vista .rgFooter td
{
	border:1px solid;
	border-top:0;
	padding-top:4px;
	padding-bottom:3px;
}

.RadGrid_Vista .rgRow td,
.RadGrid_Vista .rgAltRow td
{
	border-color:#fff #fff #fff #ededed;
}

.RadGrid_Vista .rgRow .rgSorted,
.RadGrid_Vista .rgAltRow .rgSorted
{
	background-color:#f2f3f5;
}

.RadGrid_Vista .rgSelectedRow .rgSorted,
.RadGrid_Vista .rgActiveRow .rgSorted,
.RadGrid_Vista .rgHoveredRow .rgSorted,
.RadGrid_Vista .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_Vista .rgRow a,
.RadGrid_Vista .rgAltRow a,
.RadGrid_Vista .rgEditRow a,
.RadGrid_Vista .rgFooter a,
.RadGrid_Vista .rgEditForm a
{
	color:#06c;
}

.RadGrid_Vista .rgSelectedRow
{
    background:#abdbf5 0 -3900px repeat-x url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg0YQotsnKHCohpsaoreDcg_RBSGQb86cAHIEJG_RnvFkQ2&t=633947441485770243');
}
*+html .RadGrid_Vista .rgSelectedRow .rgSorted{background-color:#abdbf5}
* html .RadGrid_Vista .rgSelectedRow .rgSorted{background-color:#abdbf5}

.RadGrid_Vista .rgActiveRow,
.RadGrid_Vista .rgHoveredRow
{
    background:#d7f0fc 0 -2900px repeat-x url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg0YQotsnKHCohpsaoreDcg_RBSGQb86cAHIEJG_RnvFkQ2&t=633947441485770243');
}
*+html .RadGrid_Vista .rgActiveRow .rgSorted,
*+html .RadGrid_Vista .rgHoveredRow .rgSorted{background-color:#d7f0fc}
* html .RadGrid_Vista .rgActiveRow .rgSorted,
* html .RadGrid_Vista .rgHoveredRow .rgSorted{background-color:#d7f0fc}

.RadGrid_Vista .rgEditRow
{
	background:#96cfee 0 -4900px repeat-x url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg0YQotsnKHCohpsaoreDcg_RBSGQb86cAHIEJG_RnvFkQ2&t=633947441485770243');
}
*+html .RadGrid_Vista .rgEditRow .rgSorted{background-color:#96cfee}
* html .RadGrid_Vista .rgEditRow .rgSorted{background-color:#96cfee}

.RadGrid_Vista .rgSelectedRow td,
.RadGrid_Vista .rgActiveRow td,
.RadGrid_Vista .rgHoveredRow td,
.RadGrid_Vista .rgEditRow td
{
	border-left:0;
	border-right:0;
	padding-left:8px;
	padding-right:8px;
}

.RadGrid_Vista .rgSelectedRow td
{
	border-bottom-color:#d7f0fc;
}

.RadGrid_Vista .rgActiveRow td,
.RadGrid_Vista .rgHoveredRow td
{
	border-bottom-color:#99defd;
}

.RadGrid_Vista .rgEditRow td
{
	border-bottom-color:#96cfee;
}

/*footer*/

.RadGrid_Vista .rgFooterDiv,
.RadGrid_Vista .rgFooter
{
	background:#e0e5f5;
}

.RadGrid_Vista .rgFooter td
{
	border-top-width:1px;
	border-color:#aec5d1 #e0e5f5 #fff #e0e5f5;
}

/*status*/

.RadGrid_Vista .rgPager .rgStatus
{
	width:35px;
	border:1px solid;
	border-color:#aec5d1 #9cb6c5 #fff #9cb6c5;
	border-left:0;
	padding:3px 0 2px;
}

.RadGrid_Vista .rgStatus div
{
	width:24px;
	height:24px;
	overflow:hidden;
	border:0;
	margin:0 auto;
	padding:0;
	background:transparent center center no-repeat url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg23Nqqm2AcZ9_9lZT-v1UtDq0bschF8EartPJeufCYonCUswVqcf2_gADUhwZxNg3U1&t=633947441485770243');
	text-indent:-2222px;
}

/*pager*/

.RadGrid_Vista .rgPager
{
	background:#eff7fc;
}

.RadGrid_Vista .rgPager td
{
	padding:0;
}

.RadGrid_Vista .rgPager .rgPagerCell
{
	border:1px solid;
	border-color:#aec5d1 #fff #fff;
	border-right:0;
	padding:5px 0 4px;
}

.RadGrid_Vista .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:22px;
	white-space:nowrap;
}

.RadGrid_Vista .rgArrPart1
{
	padding-right:0;
}

.RadGrid_Vista .rgArrPart2
{
	padding-left:0;
}

.RadGrid_Vista .rgInfoPart
{
	float:right;
	color:#8a8a8a;
}

.RadGrid_Vista .rgInfoPart strong
{
	font-weight:normal;
	color:#4c4e54;
}

.RadGrid_Vista .rgArrPart1 img,
.RadGrid_Vista .rgArrPart2 img
{
	margin:0 8px;
}

.RadGrid_Vista .rgPageFirst,
.RadGrid_Vista .rgPagePrev,
.RadGrid_Vista .rgPageNext,
.RadGrid_Vista .rgPageLast
{
	width:22px;
	height:22px;
	vertical-align:top;
}

.RadGrid_Vista .NextPrev .rgPageFirst,
.RadGrid_Vista .NextPrev .rgPagePrev,
.RadGrid_Vista .NextPrev .rgPageNext,
.RadGrid_Vista .NextPrev .rgPageLast
{
	vertical-align:middle;
}

.RadGrid_Vista .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_Vista .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_Vista .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_Vista .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_Vista .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_Vista .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_Vista .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_Vista .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_Vista .rgPager .rgPagerButton
{
	height:22px;
	border:1px solid #a6d9f4;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#cfcfcf repeat-x 0 -1550px url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg0YQotsnKHCohpsaoreDcg_RBSGQb86cAHIEJG_RnvFkQ2&t=633947441485770243');
	color:#000;
	font:12px/12px "segoe ui",arial,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_Vista .rgNumPart
{
	padding:0;
}

.RadGrid_Vista .NumericPages .rgNumPart
{
	padding:0 10px;
}

.RadGrid_Vista .rgNumPart a:hover,
.RadGrid_Vista .rgNumPart a:hover span,
.RadGrid_Vista .rgNumPart a.rgCurrentPage,
.RadGrid_Vista .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg0YQotsnKHCohpsaoreDcg_RBSGQb86cAHIEJG_RnvFkQ2&t=633947441485770243');
}

.RadGrid_Vista .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#000;
	text-decoration:none;
}

.RadGrid_Vista .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid_Vista .rgNumPart a:hover
{
	background-position:100% -1250px;
	color:#06c;
}

.RadGrid_Vista .rgNumPart a:hover span
{
	background-position:0 -1150px;
	cursor:pointer;
}

.RadGrid_Vista .rgNumPart a.rgCurrentPage,
.RadGrid_Vista .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	color:#000;
	cursor:default;
}

.RadGrid_Vista .rgNumPart a.rgCurrentPage span,
.RadGrid_Vista .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
	cursor:default;
}

.RadGrid_Vista .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_Vista .rgPager .RadSlider
{
	float:left;
	margin:0 10px 0 0;
}

.RadGrid_Vista .rgPager .rgPagerLabel,
.RadGrid_Vista .rgPager .RadComboBox,
.RadGrid_Vista .rgPager .RadInput_Vista
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

*+html .RadGrid_Vista .rgPager .RadComboBox{margin-top:-1px}
* html .RadGrid_Vista .rgPager .RadComboBox{margin-top:-1px;padding:1px 0;}

.RadGrid_Vista .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_Vista .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_Vista .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_Vista,
.GridReorderBottom_Vista
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg0YQotsnKHCohpsaoreDcg_RBSGQb86cAHIEJG_RnvFkQ2&t=633947441485770243');
}

.GridReorderBottom_Vista
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_Vista .rgFilterRow
{
	background:#ebeef6;
}

.RadGrid_Vista .rgFilterRow td
{
    padding-top:5px;
    padding-bottom:6px;
    border-left:1px solid #ededed;
    border-right:1px solid #fff;
}

.RadGrid_Vista .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_Vista .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_Vista .rgFilterActive,
.RadGrid_Vista .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_Vista .rgFilterBox
{
	border:1px solid;
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	padding:2px 1px 3px;
	font:12px "segoe ui",arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_Vista .rgGroupPanel
{
	border:1px solid;
	border-color:#eaedf6 #f2f5fa #9cb6c5;
	background:#e6ebf5 0 -1900px repeat-x url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg0YQotsnKHCohpsaoreDcg_RBSGQb86cAHIEJG_RnvFkQ2&t=633947441485770243');
}

.RadGrid_Vista .rgGroupPanel td
{
	border:0;
	border-bottom:1px solid #f2f5fa;
	padding:0;
}

.RadGrid_Vista .rgGroupPanel td td
{
	border:0;
	padding:2px 3px 1px;
}

.RadGrid_Vista .rgGroupPanel td td td
{
	padding:0;
}

.RadGrid_Vista .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_Vista .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_Vista .rgUngroup
{
	background-position:0 -7200px;
}

.RadGrid_Vista .rgGroupItem
{
	border:1px solid;
	border-color:#8a929e #9298a1 #9298a1;
	padding:0 2px 1px 3px;
	background:#e6ebf5 0 -7000px repeat-x url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg0YQotsnKHCohpsaoreDcg_RBSGQb86cAHIEJG_RnvFkQ2&t=633947441485770243');
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_Vista .rgGroupHeader
{
    background:0 -6489px repeat-x url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg0YQotsnKHCohpsaoreDcg_RBSGQb86cAHIEJG_RnvFkQ2&t=633947441485770243');
    font-size:1.1em;
    line-height:21px;
	color:#039;
}

.RadGrid_Vista .rgGroupHeader td
{
    padding:0 8px;
}

.RadGrid_Vista .rgGroupHeader .rgGroupCol
{
	background:#fff none;
}

.RadGrid_Vista .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_Vista .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_Vista .rgGroupHeader .rgExpand,
.RadGrid_Vista .rgGroupHeader .rgCollapse
{
	background-color:#fff;
}

.RadGrid_Vista .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
    background:#fff;
}

.RadGrid_Vista .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
	background:#fff;
}

.RadGrid_Vista .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_Vista .rgEditForm
{
	border-bottom:1px solid #ededed;
}

.RadGrid_Vista .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_Vista .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_Vista .rgDetailTable
{
	border:1px solid #ededed;
	border-right:0;
}

/*command row*/

.RadGrid_Vista .rgCommandRow
{
	background:#4e96aa 0 -2099px repeat-x url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg0YQotsnKHCohpsaoreDcg_RBSGQb86cAHIEJG_RnvFkQ2&t=633947441485770243');
	color:#fff;
}

.RadGrid_Vista .rgCommandCell
{
	border:1px solid;
	border-color:#000 #75a4b7 #000;
	padding:0;
}

.RadGrid_Vista .rgCommandTable td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_Vista .rgCommandTable
{
	border:0;
	border-top:1px solid #b2ccd8;
	border-bottom:1px solid #95c3ce;
}

.RadGrid_Vista .rgCommandRow a
{
	color:#fff;
	text-decoration:none;
}

.RadGrid_Vista .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_Vista .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_Vista .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_Vista .rgDel
{
	background-position:0 -1750px;
}

.RadGrid_Vista .rgExpXLS,
.RadGrid_Vista .rgExpDOC,
.RadGrid_Vista .rgExpPDF,
.RadGrid_Vista .rgExpCSV
{
	background-image:url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1zxX2FX9OOEJTXIM8NlNo9zl6XuWit1L_c2E34t3Vb4A2&t=633947441485770243');
}

.RadGrid_Vista .rgExpXLS
{
	background-position:0 0;
}
.RadGrid_Vista .rgExpDOC
{
	background-position:0 -50px;
}
.RadGrid_Vista .rgExpPDF
{
	background-position:0 -100px;
}
.RadGrid_Vista .rgExpCSV
{
	background-position:0 -150px;
}

/*multirow select*/

.GridRowSelector_Vista
{
	background:#039;
}

/*row drag n drop*/

.GridItemDropIndicator_Vista
{
    border-top:1px dashed #039;
}

/*tooltip*/

.GridToolTip_Vista
{
	border:1px solid #767676;
	padding:3px;
	background:#e4e5f0;
	color:#000;
}

/*rtl*/

.RadGridRTL_Vista .rgHeader,
.RadGridRTL_Vista .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_Vista .rgHeader:first-child,
.RadGridRTL_Vista th.rgResizeCol:first-child,
.RadGridRTL_Vista .rgFilterRow>td:first-child,
.RadGridRTL_Vista .rgRow>td:first-child,
.RadGridRTL_Vista .rgAltRow>td:first-child
{
	border-left:1px solid;
	padding-left:7px;
}

.RadGridRTL_Vista .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_Vista .rgWrap
{
	float:right;
}

.RadGridRTL_Vista .rgInfoPart
{
	float:left;
}

.RadGridRTL_Vista .rgNumPart
{
	width:220px;
}

.RadGridRTL_Vista .rgNumPart a
{
	float:right;
}

.RadGridRTL_Vista .rgPageFirst
{
	background-position:0 -1000px;
}
.RadGridRTL_Vista .rgPageFirst:hover
{
	background-position:0 -1050px;
}
.RadGridRTL_Vista .rgPagePrev
{
	background-position:0 -850px;
}
.RadGridRTL_Vista .rgPagePrev:hover
{
	background-position:0 -900px;
}
.RadGridRTL_Vista .rgPageNext
{
	background-position:0 -700px;
}
.RadGridRTL_Vista .rgPageNext:hover
{
	background-position:0 -750px;
}
.RadGridRTL_Vista .rgPageLast
{
	background-position:0 -550px;
}
.RadGridRTL_Vista .rgPageLast:hover
{
	background-position:0 -600px;
}

.RadGridRTL_Vista .rgDetailTable
{
	border-right:1px solid;
	border-left:0;
}

/* END Telerik.Web.UI.Skins.Vista.Grid.Vista.css */
/* START Telerik.Web.UI.Skins.Ajax.css */
/* Telerik RadAjaxLoadingPanel Common CSS */

.RadAjax .raDiv,
.RadAjax .raColor
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.RadAjax .raDiv
{
	position:relative;
	z-index:2;
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
}

.RadAjax .raColor
{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-image:none;
}

.RadAjax .raTransp
{
	zoom:1;
}

.RadAjax .raTop
{
	background-position:center top;
}

.RadAjax .raTopLeft
{
	background-position:left top;
}

.RadAjax .raTopRight
{
	background-position:right top;
}

.RadAjax .raLeft
{
	background-position:left center;
}

.RadAjax .raRight
{
	background-position:right center;
}

.RadAjax .raBottom
{
	background-position:center bottom;
}

.RadAjax .raBottomLeft
{
	background-position:left bottom;
}

.RadAjax .raBottomRight
{
	background-position:right bottom;
}

.RadAjax div.raNone
{
	background-image:none;
}

* html .RadAjaxUpdatedElement select
{
	visibility:hidden !important;
}
/* END Telerik.Web.UI.Skins.Ajax.css */
/* START Telerik.Web.UI.Skins.Web20.ToolTip.Web20.css */
.RadToolTip_Web20.rtLoading
{	
	background: url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg21tpBH3hbqvYDns2xihKgsyyPNhiufDJjpztRAYxi2JQ2&t=633947441485770243') no-repeat center;
	width: 100%; 
	height: 100%;
}

div.RadToolTip_Web20
{
	position: absolute;
	cursor: default;
}

div.RadToolTip_Web20 div.rtCallout
{
	display: none;
}

div.RadToolTip_Web20.rtVisibleCallout div.rtCallout
{
	display: block;
}


div.RadToolTip_Web20 table.rtWrapper
{
	padding: 0; 
	margin: 0;
	border-collapse: collapse;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopLeft,
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopRight,
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomLeft,
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomRight
{
	width: 3px; 
	height: 3px; 
	line-height: 1px; 
	font-size: 1px;
	background-image: url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg21tpBH3hbqvYDns2xihKgsN7_dMMPyGGViCy3cDMqM0Z7auWKpvT50VIA5K9w4h4c1&t=633947441485770243');
	background-color: transparent;
	background-repeat: no-repeat;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopLeft
{
	background-position: 0 -12px;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopRight
{
	background-position: right -12px;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomLeft
{
	background-position: 0 -63px;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomRight
{
	background-position: right -63px;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopCenter,
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomCenter
{
	height: 3px; 
	line-height: 0px; 
	font-size: 1px;
	background: url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg21tpBH3hbqvYDns2xihKgsN7_dMMPyGGViCy3cDMqM0Z7auWKpvT50VIA5K9w4h4c1&t=633947441485770243') ;
	background-repeat: repeat-x;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopCenter
{
	background-position: 0 -66px;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomCenter
{
	background-position: 0 -120px;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperLeftMiddle,
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperRightMiddle
{
	background-image:  url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg21tpBH3hbqvYDns2xihKgsPrpKY2ewpxPnypPP8feLr45mr0skkzqh_xxbaV4NzyY1&t=633947441485770243');
	background-repeat: repeat-y;
	font-size: 1px;
	width: 3px;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperLeftMiddle
{
	background-position: 0 0;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperRightMiddle
{
	background-position: -3px 0;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperContent
{
	font: normal 12px "Segoe UI", Arial, Sans-serif;
	height: 100%;
	background-color: #e9f2ff;	
	padding: 4px;
	color: #333;
}

div.RadToolTip_Web20 div.rtTitlebar
{	
	color: #333;
	font: normal 18px "Segoe UI", Arial, Sans-serif;
	float: left;
	line-height: 22px;
}

div.RadToolTip_Web20 a.rtCloseButton
{
	display: block; 
	float: right;
	position: absolute;
	right: 2px;
	width: 12px; 
	height: 12px;
	font-size: 1px; 
	line-height: 1px;
	margin-top: 5px;
	margin-right: 3px;
	background-image: url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg21tpBH3hbqvYDns2xihKgsN7_dMMPyGGViCy3cDMqM0Z7auWKpvT50VIA5K9w4h4c1&t=633947441485770243');
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	outline: none;
}

/* RTL support begin */
div.RadToolTip_Web20_rtl a.rtCloseButton,
div.RadToolTip_Web20_rtl a.rtCloseButton:hover
{
	float: left ;
	text-decoration: none ;
    outline: none;
    left: 2px;
    margin-left: 1px;
    right: auto;
    margin-right: auto;
}

div.RadToolTip_Web20_rtl div.rtTitlebar,
div.RadToolTip_Web20_rtl table.rtWrapper td.rtWrapperTopCenter div.rtTitlebar div
{
	float: right ;
}

/* position="rtCalloutCenter" */
div.RadToolTip_Web20_rtl .rtCalloutCenter
{
	right: 0;
	left: auto;
}

/* position="rtCalloutBottomRight" */
.RadToolTip_Web20_rtl .rtCalloutTopLeft
{
	margin-right: -20px;
	left: 0;
}

/* position="rtCalloutBottomCenter" */
.RadToolTip_Web20_rtl .rtCalloutTopCenter
{
	margin-right: 10px;
}

/* position="rtCalloutBottomLeft" */
.RadToolTip_Web20_rtl .rtCalloutTopRight
{
	margin-right: 20px;
}

/* position="rtCalloutTopCenter" */
.RadToolTip_Web20_rtl .rtCalloutBottomCenter
{
	margin-right: 10px ;
}

/* position="rtCalloutTopLeft" */
.RadToolTip_Web20_rtl .rtCalloutBottomRight
{
	margin-right: 40px ;
}

/* position="rtCalloutTopRight" */
.RadToolTip_Web20_rtl .rtCalloutBottomLeft
{
	margin-right: -20px;
	left: 0;
}

/* position="rtCalloutMiddleRight" */
.RadToolTip_Web20_rtl .rtCalloutMiddleLeft
{
	margin-right: 10px;
	left: 0;
}

/* position="rtCalloutMiddleLeft" */
.RadToolTip_Web20_rtl .rtCalloutMiddleRight
{
	margin-right: 1px;
}
/* RTL support end */

div.RadToolTip_Web20 div.rtCallout
{
	position: absolute; 
	height: 11px; 
	width: 11px;
	line-height: 0px; 
	font-size: 1px;
	background-image: url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg21tpBH3hbqvYDns2xihKgsaaDL3ljqck88EBEvolSUwA2&t=633947441485770243');
	background-repeat: no-repeat;
}

/* position="rtCalloutCenter" */
div.RadToolTip_Web20 .rtCalloutCenter
{
	visibility: hidden;
}

/* position="rtCalloutBottomRight" */
.RadToolTip_Web20 .rtCalloutTopLeft
{
	margin-top: -10px; 
	margin-left: 20px;
	background-position: 0 -22px;
}

/* position="rtCalloutBottomCenter" */
.RadToolTip_Web20 .rtCalloutTopCenter
{
	left: 50% ;
	margin-top: -9px; 
	margin-left: -10px;
	background-position: 0 0 ;
}

/* position="rtCalloutBottomLeft" */
.RadToolTip_Web20 .rtCalloutTopRight
{
	left: 100% ;
	margin-top: -10px; 
	margin-left: -20px;
	background-position: 0 -11px ;
}

/* position="rtCalloutTopCenter" */
.RadToolTip_Web20 .rtCalloutBottomCenter
{
	top: 100% ; 
	left: 50% ;
	margin-left: -10px ; 
	margin-top: -1px ;
	background-position: 0 -55px ;
}

/* position="rtCalloutTopLeft" */
.RadToolTip_Web20 .rtCalloutBottomRight
{
	top: 100% ; 
	left: 100% ;
	margin-left: -40px ; 
	margin-top: -1px ;
	background-position: 0 -66px ;
}

/* position="rtCalloutTopRight" */
.RadToolTip_Web20 .rtCalloutBottomLeft
{
	top: 100% ;
	margin-left: 20px ; 
	margin-top: -1px ;
	background-position: 0 -77px ;
}

/* position="rtCalloutMiddleRight" */
.RadToolTip_Web20 .rtCalloutMiddleLeft
{
	top: 50% ;
	margin-left: -10px; 
	margin-top: -7px;
	background-position: 0 -44px ;
}

/* position="rtCalloutMiddleLeft" */
.RadToolTip_Web20 .rtCalloutMiddleRight
{
	left: 100% ; 
	top: 50% ;
	margin-left: -1px;
	margin-top: -10px;
	background-position: 0 -33px;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopLeft,   
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopCenter,   
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopRight,   
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperLeftMiddle,   
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperContent,   
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperRightMiddle,   
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomLeft,   
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomCenter,   
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomRight   
{
    padding: 0;
    border: 0;
    border-collapse: collapse;
}
/* END Telerik.Web.UI.Skins.Web20.ToolTip.Web20.css */
