/* START Telerik.Web.UI.Skins.FormDecorator.css */
/* this is set to the "real" radiobuttons and checkboxes */
.rfdRealInput
{
    position: absolute;
    left: -99999px;
}

/* --- COMMON SETTINGS FOR THE SKINNED BUTTONS --- */

/* set one pixel margin to the skinned buttons, which compensates the focus dots when the button is focused */
.rfdButton a.rfdSkinnedButton
{
	margin: 1px;
}

.rfdButton a.rfdSkinnedButton,
.rfdButton a.rfdSkinnedButton *
{
    cursor: default;
    background-repeat: no-repeat;
	background-color: transparent;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	border: 0 !important; /* do not remove the !important flag, otherwise the * selector will not apply for that property */
	text-align: center;
	font: normal 12px "Segoe UI", Arial, Verdana !important;
    white-space: nowrap;
}

/* set dotted border to a focused button */
.rfdButton a.rfdSkinnedButton:focus
{
	outline: dotted 1px #ccc;
}

.rfdButton a.rfdSkinnedButton,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover
{
    padding: 0 4px 0 0;
}

/*TEKI: fix CSS inheritance issue with RadComboBox */
.RadForm.rfdTextbox .rfdSkinnedButton input,
.RadForm.rfdTextbox .rfdSkinnedButton button,
.RadForm.rfdTextbox .RadComboBox input,
.RadForm.rfdTextbox .RadComboBox input[type="text"]
{
   border:0;
   background-color:transparent;
}

/*TEKI: (text) inputs by default can have no type specified, so update the button definition to show no border!*/
.RadForm.rfdTextbox input[type="button"].rfdDecorated,
.RadForm.rfdTextbox input[type="reset"].rfdDecorated,
.RadForm.rfdTextbox input[type="submit"].rfdDecorated
{
    border: 0;    
}

.rfdButton input[type="button"].rfdDecorated,
.rfdButton input[type="reset"].rfdDecorated,
.rfdButton input[type="submit"].rfdDecorated,
.rfdButton .rfdSkinnedButton button,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover *
{
    background-position: left -22px;
    height: 22px;
	line-height: 22px;
	border: 0;
	padding-left: 12px;
	margin-right:0;/*Safari!*/
}

.rfdButton input[type="button"].rfdDecorated,
.rfdButton input[type="reset"].rfdDecorated,
.rfdButton input[type="submit"].rfdDecorated,
.rfdButton .rfdSkinnedButton button,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover *
{
    padding-left: 4px\9; /* IE7 Standards, IE8 Compatibility */
}

.rfdButton input[type="button"].rfdDecorated,
.rfdButton input[type="reset"].rfdDecorated,
.rfdButton input[type="submit"].rfdDecorated,
.rfdButton .rfdSkinnedButton button,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover *
{
    padding-left /*\**/: 12px\9; /* IE8 */
}

.rfdButton a.rfdSkinnedButton *
{
    _background-position: left -22px;
}

/* IE6 fixes */
.rfdButton a.rfdInputDisabled:hover *
{
    _background-position: left -22px !important;
}

.rfdButton a.rfdInputDisabled:hover
{
    _background-position: right 0 !important;
}
/* end of IE6 fixes */

.rfdButton a.rfdSkinnedButton,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover
{
	background-position: right 0;
}

.rfdButton a.rfdSkinnedButton:hover
{
	background-position: right -44px;
}

.rfdButton a.rfdSkinnedButton:hover *
{
	background-position: left -66px;
}

.rfdButton a.rfdClickedButton,
.rfdButton a.rfdClickedButton:hover
{
	background-position: right -88px;
}

.rfdButton a.rfdSkinnedButton.rfdClickedButton *
{
	background-position: left -110px !important;
}

/* IE7 hovers fix */
*+html.rfdButton a.rfdSkinnedButton:hover *,
*+html .rfdButton a.rfdSkinnedButton:hover *
{
    background-position: left -66px;
}

/* IE 6 fix for inputs */
.rfdButtonType
{
    padding-left: 5px;
}
/* --- END OF COMMON SETTINGS FOR THE SKINNED BUTTONS --- */

.rfdCheckboxChecked,
.rfdCheckboxUnchecked,
.rfdRadioUnchecked,
.rfdRadioChecked
{
    line-height: 20px !important;
	padding: 0 0 0 20px !important;
	zoom: 1; /* IE font-size fix when set in percent */		
	display: inline-block !important;
}

/* Disabled state */
.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;
    }
}

/* ScrollBar CSS Settings for WebKit */

/* arrow button settings */
.RadForm.rfdScrollBars textarea::-webkit-scrollbar,
.RadForm.rfdScrollBars div::-webkit-scrollbar
{
    width: 16px;
    height: 16px;
}

/* horizontal scroll left button */
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:horizontal:decrement
{
    background-position: 1px -132px;
}

/* horizontal scroll right button */
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:horizontal:increment,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:horizontal:increment
{
    background-position: -10px -132px;
}

/* vertical scroll up button */
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:vertical:decrement
{
   background-position: 0 -145px;
}

/* vertical scroll down button */
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:vertical:increment
{
   background-position: -11px -145px;
}

/* increment / decrement button settings */
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:horizontal:increment,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:horizontal:increment
{
    background-repeat: no-repeat;
    height: auto;
    width: auto;
}

.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-button:horizontal:increment,
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars textarea::-webkit-scrollbar-thumb:horizontal,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars div::-webkit-scrollbar-button:horizontal:increment,
.RadForm.rfdScrollBars div::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars div::-webkit-scrollbar-thumb:horizontal
{
    border-style: solid;
    border-width: 1px;
}
/* END Telerik.Web.UI.Skins.FormDecorator.css */
/* START Telerik.Web.UI.Skins.WebBlue.FormDecorator.WebBlue.css */
/* RadFormDecorator for ASP.NET WebBlue Skin */

/* CSS class for styling the decoration zone or the <html /> tag of the page */
.RadForm_WebBlue.rfdZone
{    
}

/* Decorate scrollbars */
.RadForm_WebBlue.rfdScrollBars
{
	scrollbar-3dlight-color: #90979e; 
	scrollbar-arrow-color: #787878;
	scrollbar-base-color: #f5f5f5; 
	scrollbar-darkshadow-color: #e7f1fa; 
	scrollbar-face-color: #c7d0d9;
	scrollbar-highlight-color: #e7f1fa; 
	scrollbar-shadow-color: #6787bb;
	scrollbar-track-color: #f0f2f4;
}

/* 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_WebBlue.rfdButton a.rfdSkinnedButton,
.RadForm_WebBlue.rfdButton input[type="button"].rfdDecorated,
.RadForm_WebBlue.rfdButton input[type="reset"].rfdDecorated,
.RadForm_WebBlue.rfdButton input[type="submit"].rfdDecorated,
.RadForm_WebBlue.rfdButton .rfdSkinnedButton button
{
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymPR0h6M-LONkP1t-Y16_cLbE4kU3paqpw6PLXTekpWI98_CtKUuQ_gdhfrBRLrshI1&t=634036621340000000');
	color: #000000;
}

.RadForm_WebBlue.rfdButton a.rfdSkinnedButton,
.RadForm_WebBlue.rfdButton a.rfdSkinnedButton *
{
    _background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymPR0h6M-LONkP1t-Y16_cLbE4kU3paqpw6PLXTekpWI98_CtKUuQ_gdhfrBRLrshI1&t=634036621340000000');
}

/* 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_WebBlue.rfdButton a.rfdSkinnedButton input
	{
	    display: block;
	    float: left;
	}
}

/* Decorate <h4|5|6 /> */
.RadForm_WebBlue.rfdHeading h4
{
	color: #000000;	
	border-bottom: solid 1px #a0a0a0;
}

.RadForm_WebBlue.rfdHeading h5
{
	color: #000000;	
	border-bottom: solid 1px #a0a0a0;	
}

.RadForm_WebBlue.rfdHeading h6
{
	color: #000000;	
}

/* Decorate <label /> */
.RadForm_WebBlue.rfdLabel label
{	
	color: #000000;
}

/* Decorate <input type="checkbox" /> */
.RadForm_WebBlue .rfdCheckboxUnchecked,
.RadForm_WebBlue .rfdInputDisabled.rfdCheckboxUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymPR0h6M-LONkP1t-Y16_cLWcSajs19CNBKZvRjwQ4pboT8jg3EnQP_y0GDTamyeoQ1&t=634036621340000000') no-repeat 0 0;
}

.RadForm_WebBlue .rfdCheckboxUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymPR0h6M-LONkP1t-Y16_cLWcSajs19CNBKZvRjwQ4pboT8jg3EnQP_y0GDTamyeoQ1&t=634036621340000000') no-repeat 0 -200px;
}

.RadForm_WebBlue .rfdCheckboxChecked,
.RadForm_WebBlue .rfdInputDisabled.rfdCheckboxChecked:hover
{
	background: transparent url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymPR0h6M-LONkP1t-Y16_cLWcSajs19CNBKZvRjwQ4pboT8jg3EnQP_y0GDTamyeoQ1&t=634036621340000000') no-repeat 0 -420px;
}

.RadForm_WebBlue .rfdCheckboxChecked:hover
{
	background: transparent url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymPR0h6M-LONkP1t-Y16_cLWcSajs19CNBKZvRjwQ4pboT8jg3EnQP_y0GDTamyeoQ1&t=634036621340000000') no-repeat 0 -640px;
}

/* Decorate <input type="radio" /> */
.RadForm_WebBlue .rfdRadioUnchecked,
.RadForm_WebBlue .rfdInputDisabled.rfdRadioUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymPR0h6M-LONkP1t-Y16_cLd4UhgjodJCGnwmVYzGJTQfh60HstjF698G1ARqJ7VfjhAWedJqkmOEStYW-ROUSu0&t=634036621340000000') no-repeat 1px 0;
}

.RadForm_WebBlue .rfdRadioUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymPR0h6M-LONkP1t-Y16_cLd4UhgjodJCGnwmVYzGJTQfh60HstjF698G1ARqJ7VfjhAWedJqkmOEStYW-ROUSu0&t=634036621340000000') no-repeat 1px -220px;
}

.RadForm_WebBlue .rfdRadioChecked,
.RadForm_WebBlue .rfdInputDisabled.rfdRadioChecked:hover 
{
	background: transparent url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymPR0h6M-LONkP1t-Y16_cLd4UhgjodJCGnwmVYzGJTQfh60HstjF698G1ARqJ7VfjhAWedJqkmOEStYW-ROUSu0&t=634036621340000000') no-repeat 1px -440px;
}

.RadForm_WebBlue .rfdRadioChecked:hover
{
	background: transparent url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymPR0h6M-LONkP1t-Y16_cLd4UhgjodJCGnwmVYzGJTQfh60HstjF698G1ARqJ7VfjhAWedJqkmOEStYW-ROUSu0&t=634036621340000000') no-repeat 1px -640px;
}

/* IE6 - we set .gif")%> image instead of .png")%> due to the lack RGBA support */
.RadForm_WebBlue .rfdRadioUnchecked,
.RadForm_WebBlue .rfdInputDisabled.rfdRadioUnchecked:hover,
.RadForm_WebBlue .rfdRadioUnchecked:hover,
.RadForm_WebBlue .rfdRadioChecked,
.RadForm_WebBlue .rfdInputDisabled.rfdRadioChecked:hover,
.RadForm_WebBlue .rfdRadioChecked:hover
{
    _background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymPR0h6M-LONkP1t-Y16_cLd4UhgjodJCGnwmVYzGJTQZQ8daX9W0j92swtHoh2yxv2IwA55GjSFEATCM0xMl740&t=634036621340000000'); /* 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_WebBlue.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_WebBlue fieldset.rfdFieldset legend
{
	color: #000000;
}

.RadForm_WebBlue table.rfdRoundedWrapper:hover div.rfdRoundedInner
{
    background-color: #ffffff;
    border-color: #5d9fb7 !important;
}

/* this selector styles the hover of the side bars of the rounded elements */
.RadForm_WebBlue table.rfdRoundedWrapper:hover .rfdRoundedOuter
{	
	background-color: #5d9fb7 !important;
}

/* Decorate <input type="text | password" /> and <textarea /> */
/* For all browsers except IE6 we are using attribute selectors - single or double */
.RadForm_WebBlue.rfdTextbox input[type="text"],
.RadForm_WebBlue.rfdTextbox input[type="password"],
.RadForm_WebBlue.rfdTextarea textarea,
.RadForm_WebBlue.rfdTextarea textarea[disabled]:hover,
.RadForm_WebBlue.rfdTextbox input[disabled][type="text"]:hover,
.RadForm_WebBlue.rfdTextbox input[disabled][type="password"]:hover
{
    border: solid 1px #abadb3;
    background-color: #ffffff;
}

.RadForm_WebBlue.rfdTextbox .rfdDecorated:hover,
.RadForm_WebBlue.rfdTextbox .rfdDecorated:hover,
.RadForm_WebBlue.rfdTextarea textarea:hover
{
    border: solid 1px #5d9fb7;
}

/* Decorate <fieldset /> */
.RadForm_WebBlue.rfdFieldset fieldset
{	
	border: solid 1px #69798c;
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymPR0h6M-LONkP1t-Y16_cLaHzRZiyGwngb8uY2E9RwEbkqnYbJdkJXOkfgLssSD-M1&t=634036621340000000'); /* having a background image on a fieldset is not okay with IE */	
}

/* Decorate <fieldset /> and <legend /> */
.RadForm_WebBlue.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_WebBlue.rfdFieldset fieldset.rfdFieldset legend
{
	color: #a0a0a0;
}

.RadForm_WebBlue.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset,
.RadForm_WebBlue.rfdFieldset fieldset.rfdFieldset
{	
	border: solid 1px #69798c;
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymPR0h6M-LONkP1t-Y16_cLaHzRZiyGwngb8uY2E9RwEbkqnYbJdkJXOkfgLssSD-M1&t=634036621340000000'); /* 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_WebBlue table.rfdRoundedWrapper input,
.RadForm_WebBlue table.rfdRoundedWrapper textarea,
.RadForm_WebBlue input.rfdInput, 
.RadForm_WebBlue textarea.rfdTextarea
{
	border: solid 1px #abadb3;
	background: #ffffff;	
	color: #000000;
}

.RadForm_WebBlue textarea.rfdTextarea,
.RadForm_WebBlue table.rfdRoundedWrapper textarea
{
    overflow: auto;
}

/* <select /> */
.rfdSelect_WebBlue,
.rfdSelect_WebBlue:hover,
.rfdSelect_WebBlue .rfdSelectOuter,
.rfdSelect_WebBlue:hover .rfdSelectOuter,
.rfdSelect_WebBlue .rfdSelectArrow span,
.rfdSelectBox_WebBlue .rfdSelect_selected,
.rfdSelectBox_WebBlue li:hover,
.rfdSelect_WebBlue.rfdSelectDisabled:hover,
.rfdRtl .rfdSelect_WebBlue,
.rfdRtl .rfdSelect_WebBlue:hover,
.rfdRtl .rfdSelect_WebBlue .rfdSelectOuter,
.rfdRtl .rfdSelect_WebBlue .rfdSelectOuter:hover
{
    background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymPR0h6M-LONkP1t-Y16_cL0_C-HcnMsn45C47HPus02IQJeSD3psvZgbfqPRgUE4A1&t=634036621340000000');
    background-repeat: no-repeat;
    background-color: transparent;
}

.rfdSelect_WebBlue .rfdSelectOuter,
.rfdSelect_WebBlue.rfdSelectDisabled:hover .rfdSelectOuter
{
    color: black;
}

.rfdSelect_WebBlue:hover .rfdSelectOuter
{
    color: #768ca5;
}

/* dropdown settings */
.rfdSelectBox_WebBlue
{
    background: white;
    border: solid 1px #768ca5;
    color: #000;
}

.rfdSelectBox_WebBlue li
{
    padding: 0 0 0 3px;
    background-image: none !important;
}

.rfdSelectBox_WebBlue .rfdSelect_selected,
.rfdSelectBox_WebBlue li:hover
{
    color: black;
    background-color: #d1e9f8;
}

.rfdSelectBox_WebBlue .rfdSelectBox_optgroup_label:hover
{
    background: none;
    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_WebBlue.rfdButton a.rfdInputDisabled:hover
{
	_background-position: 0 0;
}

* html .RadForm_WebBlue.rfdButton a.rfdInputDisabled:hover *
{
	_background-position: right -21px;
	_color: #000000;
}

.RadForm_WebBlue.rfdTextbox input.rfdIE6TextBox,
.RadForm_WebBlue.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=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymPR0h6M-LONkP1t-Y16_cLWcSajs19CNBKZvRjwQ4pboT8jg3EnQP_y0GDTamyeoQ1&t=634036621340000000');
    }
    
    /* radio buttons */
    .rfdRadio input[type="radio"],
    .rfdRadio input[type="radio"][disabled="disabled"]:hover
    {
        background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymPR0h6M-LONkP1t-Y16_cLd4UhgjodJCGnwmVYzGJTQfh60HstjF698G1ARqJ7VfjhAWedJqkmOEStYW-ROUSu0&t=634036621340000000');
    }
}

/* ----------------------------------------------- Skin-specific Scrollbar Settings for WebKit ----------------------------------------------- */

/* the scrollbar face color */
.RadForm.rfdScrollBars.RadForm_WebBlue textarea::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_WebBlue textarea::-webkit-scrollbar-thumb:horizontal,
.RadForm.rfdScrollBars.RadForm_WebBlue div::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_WebBlue div::-webkit-scrollbar-thumb:horizontal
{
    background-color: #c7d0d9;
}

/* scrollbar track background color */
.RadForm.rfdScrollBars.RadForm_WebBlue textarea::-webkit-scrollbar-track-piece,
.RadForm.rfdScrollBars.RadForm_WebBlue div::-webkit-scrollbar-track-piece
{
    background-color: #f0f2f4;
}

.RadForm.rfdScrollBars.RadForm_WebBlue textarea::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars.RadForm_WebBlue textarea::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars.RadForm_WebBlue textarea::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars.RadForm_WebBlue textarea::-webkit-scrollbar-button:horizontal:increment,
.RadForm.rfdScrollBars.RadForm_WebBlue textarea::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_WebBlue textarea::-webkit-scrollbar-thumb:horizontal,
.RadForm.rfdScrollBars.RadForm_WebBlue div::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars.RadForm_WebBlue div::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars.RadForm_WebBlue div::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars.RadForm_WebBlue div::-webkit-scrollbar-button:horizontal:increment,
.RadForm.rfdScrollBars.RadForm_WebBlue div::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_WebBlue div::-webkit-scrollbar-thumb:horizontal
{
    border-color: #e7f1fa #6787bb #6787bb #e7f1fa;
}

/* increment / decrement button settings */
.RadForm.rfdScrollBars.RadForm_WebBlue textarea::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars.RadForm_WebBlue textarea::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars.RadForm_WebBlue textarea::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars.RadForm_WebBlue textarea::-webkit-scrollbar-button:horizontal:increment,
.RadForm.rfdScrollBars.RadForm_WebBlue div::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars.RadForm_WebBlue div::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars.RadForm_WebBlue div::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars.RadForm_WebBlue div::-webkit-scrollbar-button:horizontal:increment
{
    background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymPR0h6M-LONkP1t-Y16_cLbE4kU3paqpw6PLXTekpWI98_CtKUuQ_gdhfrBRLrshI1&t=634036621340000000');
    background-color: #c7d0d9;
}

/*GridView, FormView, DetailsView*/
.RadForm_WebBlue.rfdGrids .rfdTable
{
    border:1px solid #768ca5;
    background:#fff;
    color:#000;
    font:12px "segoe ui",arial,sans-serif;
}

.RadForm_WebBlue.rfdGrids .rfdTable th,
.RadForm_WebBlue.rfdGrids .rfdTable td
{
	border:0;
    padding:5px 7px 4px;
}

.RadForm_WebBlue.rfdGrids .rfdTable th
{
    border-bottom:1px solid #3d556c;
    border-left:1px solid #455f77;
    background:#67839a;
    color:#fff;
}

.RadForm_WebBlue.rfdGrids .rfdTable a
{
    color:#0053a5;
}

* html .RadForm_WebBlue.rfdGrids .rfdTable input,
.RadForm_WebBlue.rfdGrids .rfdTable input[type="text"]
{
    border:1px solid #6788be;
    background:#fff;
    color:#000;
    font:12px/16px "segoe ui",arial,sans-serif;
}
/* END Telerik.Web.UI.Skins.WebBlue.FormDecorator.WebBlue.css */
/* START Telerik.Web.UI.Skins.ToolTip.css */
/* RadToolTip Base Stylesheet */

.RadToolTip.rtLoading
{	
	width: 100%; 
	height: 100%;
}

div.RadToolTip
{
	position: absolute;
	cursor: default;
}

div.RadToolTip div.rtCallout
{
	display: none;
}

div.RadToolTip.rtVisibleCallout div.rtCallout
{
	display: block;
}

div.RadToolTip table.rtWrapper
{
	padding: 0; 
	margin: 0;
	border-collapse: collapse;
}

.RadToolTip table.rtWrapper td.rtWrapperTopLeft,
.RadToolTip table.rtWrapper td.rtWrapperTopRight,
.RadToolTip table.rtWrapper td.rtWrapperBottomLeft,
.RadToolTip table.rtWrapper td.rtWrapperBottomRight
{
	width: 3px; 
	height: 3px; 
	line-height: 1px; 
	font-size: 1px;
	background-color: transparent;
	background-repeat: no-repeat;
}

div.RadToolTip table.rtWrapper td.rtWrapperTopLeft
{
	background-position: 0 -12px;
}

div.RadToolTip table.rtWrapper td.rtWrapperTopRight
{
	background-position: right -12px;
}

div.RadToolTip table.rtWrapper td.rtWrapperBottomLeft
{
	background-position: 0 -63px;
}

div.RadToolTip table.rtWrapper td.rtWrapperBottomRight
{
	background-position: right -63px;
}

div.RadToolTip table.rtWrapper td.rtWrapperTopCenter,
div.RadToolTip table.rtWrapper td.rtWrapperBottomCenter
{
	height: 3px; 
	line-height: 0px; 
	font-size: 1px;
	background-repeat: repeat-x;
}

div.RadToolTip table.rtWrapper td.rtWrapperTopCenter
{
	background-position: 0 -66px;
}

div.RadToolTip table.rtWrapper td.rtWrapperBottomCenter
{
	background-position: 0 -120px;
}

div.RadToolTip table.rtWrapper td.rtWrapperLeftMiddle,
div.RadToolTip table.rtWrapper td.rtWrapperRightMiddle
{
	background-repeat: repeat-y;
	font-size: 1px;
	width: 3px;
}

div.RadToolTip table.rtWrapper td.rtWrapperLeftMiddle
{
	background-position: 0 0;
}

div.RadToolTip table.rtWrapper td.rtWrapperRightMiddle
{
	background-position: -3px 0;
}

div.RadToolTip table.rtWrapper td.rtWrapperContent
{
	font: normal 12px "Segoe UI", Arial, Sans-serif;
	height: 100%;
	padding: 4px;
}

div.RadToolTip div.rtTitlebar
{	
	font: normal 18px "Segoe UI", Arial, Sans-serif;
	float: left;
	line-height: 22px;
}

div.RadToolTip a.rtCloseButton
{
	display: block; 
	float: right;
	position: absolute;
	right: 2px;
	width: 13px; 
	height: 11px;
	font-size: 1px; 
	line-height: 1px;
	margin-top: 5px;
	margin-right: 3px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	outline: none;
}

/* RTL support begin */
div.RadToolTip_rtl a.rtCloseButton,
div.RadToolTip_rtl a.rtCloseButton:hover
{
	float: left ;
	text-decoration: none ;
    outline: none;
    left: 2px;
    margin-left: 1px;
    right: auto;
    margin-right: auto;
}

div.RadToolTip_rtl div.rtTitlebar,
div.RadToolTip_rtl table.rtWrapper td.rtWrapperTopCenter div.rtTitlebar div
{
	float: right ;
}

/* position="rtCalloutCenter" */
div.RadToolTip_rtl .rtCalloutCenter
{
	right: 0;
	left: auto;
}

/* position="rtCalloutBottomRight" */
.RadToolTip_rtl .rtCalloutTopLeft
{
	margin-right: -8px;
	left: 0;
}

/* position="rtCalloutBottomCenter" */
.RadToolTip_rtl .rtCalloutTopCenter
{
	margin-right: 10px;
}

/* position="rtCalloutBottomLeft" */
.RadToolTip_rtl .rtCalloutTopRight
{
	margin-right: 20px;
}

/* position="rtCalloutTopCenter" */
.RadToolTip_rtl .rtCalloutBottomCenter
{
	margin-right: 10px ;
}

/* position="rtCalloutTopLeft" */
.RadToolTip_rtl .rtCalloutBottomRight
{
	margin-right: 40px ;
}

/* position="rtCalloutTopRight" */
.RadToolTip_rtl .rtCalloutBottomLeft
{
	margin-right: -20px;
	left: 0;
}

/* position="rtCalloutMiddleRight" */
.RadToolTip_rtl .rtCalloutMiddleLeft
{
	margin-right: 10px;
	left: 0;
}

/* position="rtCalloutMiddleLeft" */
.RadToolTip_rtl .rtCalloutMiddleRight
{
	margin-right: 1px;
}
/* RTL support end */

div.RadToolTip div.rtCallout
{
	position: absolute; 
	height: 11px; 
	width: 11px;
	line-height: 0px; 
	font-size: 1px;
	background-repeat: no-repeat;
}

/* position="rtCalloutCenter" */
div.RadToolTip .rtCalloutCenter
{
	visibility: hidden;
}

/* position="rtCalloutBottomRight" */
.RadToolTip .rtCalloutTopLeft
{
	margin-top: -10px; 
	margin-left: 20px;
	background-position: 0 -22px;
}

/* position="rtCalloutBottomCenter" */
.RadToolTip .rtCalloutTopCenter
{
	left: 50% ;
	margin-top: -9px; 
	margin-left: -10px;
	background-position: 0 0 ;
}

/* position="rtCalloutBottomLeft" */
.RadToolTip .rtCalloutTopRight
{
	left: 100% ;
	margin-top: -10px; 
	margin-left: -20px;
	background-position: 0 -11px ;
}

/* position="rtCalloutTopCenter" */
.RadToolTip .rtCalloutBottomCenter
{
	top: 100% ; 
	left: 50% ;
	margin-left: -10px ; 
	margin-top: -1px ;
	background-position: 0 -55px ;
}

/* position="rtCalloutTopLeft" */
.RadToolTip .rtCalloutBottomRight
{
	top: 100% ; 
	left: 100% ;
	margin-left: -40px ; 
	margin-top: -1px ;
	background-position: 0 -66px ;
}

/* position="rtCalloutTopRight" */
.RadToolTip .rtCalloutBottomLeft
{
	top: 100% ;
	margin-left: 20px ; 
	margin-top: -1px ;
	background-position: 0 -77px ;
}

/* position="rtCalloutMiddleRight" */
.RadToolTip .rtCalloutMiddleLeft
{
	top: 50% ;
	margin-left: -10px; 
	margin-top: -7px;
	background-position: 0 -44px ;
}

/* position="rtCalloutMiddleLeft" */
.RadToolTip .rtCalloutMiddleRight
{
	left: 100% ; 
	top: 50% ;
	margin-left: -1px;
	margin-top: -10px;
	background-position: 0 -33px;
}

.RadToolTip table.rtWrapper td.rtWrapperTopLeft,   
.RadToolTip table.rtWrapper td.rtWrapperTopCenter,   
.RadToolTip table.rtWrapper td.rtWrapperTopRight,   
.RadToolTip table.rtWrapper td.rtWrapperLeftMiddle,   
.RadToolTip table.rtWrapper td.rtWrapperContent,   
.RadToolTip table.rtWrapper td.rtWrapperRightMiddle,   
.RadToolTip table.rtWrapper td.rtWrapperBottomLeft,   
.RadToolTip table.rtWrapper td.rtWrapperBottomCenter,   
.RadToolTip table.rtWrapper td.rtWrapperBottomRight   
{
    padding: 0;
    border: 0;
    border-collapse: collapse;
}
/* END Telerik.Web.UI.Skins.ToolTip.css */
/* START Telerik.Web.UI.Skins.Web20.ToolTip.Web20.css */
/* RadToolTip Web20 Skin */

.RadToolTip_Web20.rtLoading
{	
	background: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1myk--nxTZiQApoyc7UsR452md2upl9u700oJc9-arFlJfA2&t=634036621340000000') no-repeat center;
}

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
{
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mylxp1ezzKdM2hgL9otNPGJGf_aZoPq4TtmYz2Lt-2MERRNQYyQIDh5n7KlOIpyu2KQ1&t=634036621340000000');
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperTopCenter,
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperBottomCenter
{
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mylxp1ezzKdM2hgL9otNPGJGf_aZoPq4TtmYz2Lt-2MERRNQYyQIDh5n7KlOIpyu2KQ1&t=634036621340000000') ;
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperLeftMiddle,
div.RadToolTip_Web20 table.rtWrapper td.rtWrapperRightMiddle
{
	background-image:  url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mylxp1ezzKdM2hgL9otNPGJG8b0ae3gt0V0h3-8VLSidyJww0m9KQgJKWPf86miBOTE1&t=634036621340000000');
}

div.RadToolTip_Web20 table.rtWrapper td.rtWrapperContent
{
	background-color: #e9f2ff;	
	color: #333;
}

div.RadToolTip_Web20 div.rtTitlebar
{	
	color: #333;
}

div.RadToolTip_Web20 a.rtCloseButton
{
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mylxp1ezzKdM2hgL9otNPGJGf_aZoPq4TtmYz2Lt-2MERRNQYyQIDh5n7KlOIpyu2KQ1&t=634036621340000000');
}

div.RadToolTip_Web20 div.rtCallout
{
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mylxp1ezzKdM2hgL9otNPGJG6QeCZM8qrVHytwAlmbI0Jg2&t=634036621340000000');
}
/* END Telerik.Web.UI.Skins.Web20.ToolTip.Web20.css */
/* START Telerik.Web.UI.Skins.Input.css */
/*Telerik RadInput Common CSS*/

/*global*/

.RadInput,
.RadInputMgr
{
	vertical-align:middle;
}

.RadInput table
{
	border:0;
	vertical-align:bottom;
}

.RadInput table.riTable td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput table td.riCell
{
	padding-right:4px;
}

.RadInput textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput .riTextBox,
html body .RadInputMgr
{
	border-width:1px;
	border-style:solid;
	padding:2px 1px 3px;
}

textarea.RadInputMgr
{
	overflow:auto;
}

/*buttons*/

.RadInput a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
}
* html .RadInput a{position:static}/*IE6*/
*+html .RadInput a{position:static}/*IE7*/

.RadInput .riSpin a
{
	margin:0 1px;
}

.RadInput a.riDown
{
	margin-top:3px;
}

* html .RadInput a.riDown
{
	margin-top /**/:0;
}

/*label*/

.RadInput .riLabel
{
	margin:0 4px 0 0;
	white-space:nowrap;
}
/* 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=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymLdaeyt4JtmfV5y7i1Ajamf_7c4EXVeL5jCIrV_ddS0Q2&t=634036621340000000');
	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=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymLdaeyt4JtmfV5y7i1Ajamf_7c4EXVeL5jCIrV_ddS0Q2&t=634036621340000000');
	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=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mymLdaeyt4JtmfV5y7i1Ajamf_7c4EXVeL5jCIrV_ddS0Q2&t=634036621340000000');
}

/*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.Menu.css */
/* Common CSS */

.RadMenu
{
	white-space:nowrap;
	float:left;
	position:relative;
}

.RadMenu .rmRootGroup
{
	margin:0;
	padding:0;
	position:relative;
	left:0;
	display: inline-block;
}

* html .RadMenu .rmRootGroup { float: left; }

.RadMenu:after,
.RadMenu .rmRootGroup:after
{
    content:""; 
    display:block;
    height:0;
    overflow: hidden;
    line-height:0;
    font-size:0;
    clear:both;
    visibility:hidden;
}

.RadMenu ul.rmVertical,
.rmRootGroup ul.rmHorizontal,
.RadMenu_Context ul.rmHorizontal
{
	margin:0;
	padding:0;
	display:none;
	position:relative;
	left:0;
	float:left;
}

.rmSized ul.rmVertical
{
	width: 100%;
}

.rmSized ul.rmRootGroup
{
	float: none;
}

.rmSized .rmRootGroup .rmVertical
{
	width: auto;
}

.RadMenu .rmItem
{
	float:left;
	position:relative;
	list-style-image: none;
	list-style-position:outside;
	list-style:none;	
}

* html .RadMenu .rmItem
{
	display:inline;
}

.RadMenu .rmHorizontal .rmItem
{
	clear:none;
}

.RadMenu .rmVertical .rmItem
{
	clear:both;
}

.rmSized .rmVertical .rmItem
{
	width: 100%;
}

.rmSized .rmHorizontal .rmItem,
.rmSized .rmRootGroup .rmVertical .rmItem
{
	width: auto;
}

.RadMenu ul.rmActive,
.RadMenu ul.rmRootGroup
{
	display:block;
}

.RadMenu .rmSlide, 
.RadMenu_Context
{
	position:absolute;
	overflow:hidden;
	display:none;
	float:left;
}

* html .RadMenu .rmSlide, 
* html .RadMenu_Context
{
	height:1px;
}

.RadMenu_Context
{
	z-index:1000;
	overflow:visible;
}

.RadMenu .rmText
{
	display:block;
}

.RadMenu div.rmText /*templates*/
{
	white-space:normal;
	background: transparent;
}

.RadMenu a.rmLink
{
	cursor:default;
	display:block;
}

.rmScrollWrap
{
	position:absolute;
	float:left;
	overflow:hidden;
	left:0;
}

.RadMenu .rmLeftArrow,
.RadMenu .rmTopArrow,
.RadMenu .rmBottomArrow,
.RadMenu .rmRightArrow
{
	position:absolute;
	z-index:2000;
	text-indent:-1000em;
	font-size: 0;
	line-height: 0;
	outline: 0;
	overflow: hidden;
}

.RadMenu .rmLeftArrowDisabled,
.RadMenu .rmTopArrowDisabled,
.RadMenu .rmBottomArrowDisabled,
.RadMenu .rmRightArrowDisabled
{
	display:none;
	text-indent:-1000em;
	font-size: 0;
	line-height: 0;
}

.RadMenu .rmBottomArrow,
.RadMenu .rmBottomArrowDisabled
{
	margin-bottom: -1px;
}

.RadMenu .rmLeftImage
{
	border:0;
	float:left;
}

.RadMenu_rtl
{
	float:right;
	text-align: right;
}

.RadMenu_rtl ul.rmVertical
{
	float:right;
}

.RadMenu_rtl .rmItem
{
	float:right;	
}

.RadMenu_rtl .rmLeftImage,
.RadMenu_Context_rtl .rmLeftImage
{
	border:0;
	float:right;
}

.RadMenu_rtl .rmLeftArrow,
.RadMenu_rtl .rmTopArrow,
.RadMenu_rtl .rmBottomArrow,
.RadMenu_rtl .rmRightArrow,
.RadMenu_rtl .rmLeftArrowDisabled,
.RadMenu_rtl .rmTopArrowDisabled,
.RadMenu_rtl .rmBottomArrowDisabled,
.RadMenu_rtl .rmRightArrowDisabled
{
	text-indent:1000em !important;
}

.RadMenu .rmLink
{
	width:auto;
}

.RadMenu .rmSeparator,
.RadMenu .rmSeparator:after
{
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.RadMenu div.rmRootGroup
{
    position: relative;
}
/* <base styles> */

.RadMenu .rmItem
{
	padding: 0;
}

.RadMenu .rmLink
{
	padding: 0 0 0 12px;
	outline: 0;
	float: left;
}

.RadMenu .rmText
{
	padding-bottom: 1px;
	float: left;
}

/* optimized for 16x16 */
.RadMenu .rmLeftImage
{
	margin: 4px 2px 0 -3px;
	padding-bottom: 4px;
}

.RadMenu .rmVertical .rmLeftImage+.rmText
{
	padding: 0 8px 1px 24px;
}

.RadMenu .rmVertical .rmText
{
	padding: 0 15px 1px 0;
}

.RadMenu .rmHorizontal .rmText
{
	padding: 0 12px 1px 0;
}

.RadMenu_rtl .rmVertical .rmText
{
	padding: 0 15px 1px 0;
}

.RadMenu .rmVertical .rmText,
.RadMenu .rmHorizontal .rmVertical .rmText
{
	display: block;
	float: none;
}

.RadMenu .rmVertical .rmLink,
.RadMenu .rmHorizontal .rmVertical .rmLink
{
	float: none;
}

* html .RadMenu .rmGroup .rmVertical .rmLink,
* html .RadMenu .rmGroup .rmHorizontal .rmLink
{
	float: left;
}

/* <Shadows and rounded corners */

.RadMenu .rmTopRight,
.RadMenu .rmBottomLeft,
.RadMenu .rmBottomRight,
.RadMenu .rmRoundedCorners ul.rmGroup,
.RadMenu .rmRoundedCorners .rmMultiColumn
{
	border: 0;
	background-position: 0 0;
}

.RadMenu .rmRoundedCorners .rmMultiColumn ul.rmGroup
{
	background: none;
	margin: 0;
}

.RadMenu .rmRoundedCorners .rmGroupColumn
{
	height: 100%;
}

.RadMenu .rmRoundedCorners li.rmFirstGroupColumn
{
	background-color: transparent;
}

.RadMenu .rmTopFix,
.RadMenu .rmTopRight,
.RadMenu .rmBottomFix,
.RadMenu .rmBottomLeft,
.RadMenu .rmBottomRight
{
	position: absolute;
	width: 4px;
	height: 4px;
	list-style-type: none;
	list-style-position: outside;
}

.RadMenu_rtl .rmTopRight,
.RadMenu_rtl .rmBottomRight
{
	width: 32px;
}

.RadMenu_rtl .rmTopShadowRight,
.RadMenu_rtl .rmBottomShadowRight
{
	width: 4px;
}

.RadMenu .rmTopShadowRight,
.RadMenu .rmBottomShadowLeft,
.RadMenu .rmBottomShadowRight
{
	background-repeat: no-repeat;
	background-color: transparent;
}

.rmRoundedCorners .rmTopShadowRight,
.rmRoundedCorners .rmBottomShadowLeft,
.rmRoundedCorners .rmBottomShadowRight
{
	width: 5px;
	height: 5px;
}

.RadMenu .rmTopRight
{
	background-position: 100% 0;
	top: 0;
	right: -4px;
	height: 100%;
}

.RadMenu .rmBottomLeft
{
	background-position: 0 100%;
	bottom: -4px;
	left: 0;
	width: 100%;
}

.RadMenu .rmBottomFix
{
	background-position: -1px 0;
	width: auto;
	bottom: -4px;
	left: 5px;
	right: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.RadMenu .rmTopFix
{
	background-position: -1px 0;
	width: auto;
	top: 0;
	left: 5px;
	right: 0;
	border-top-width: 1px;
	border-top-style: solid;
}

* html .RadMenu .rmTopFix,
* html .RadMenu .rmBottomFix
{
	width: 100%;
}

.RadMenu .rmBottomRight
{
	background-position: 100% 100%;
	bottom: -4px;
	right: -4px;
	width: 8px;
}

.RadMenu .rmShadows .rmBottomShadowLeft,
.RadMenu .rmShadows .rmBottomShadowRight
{
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1myl23PQGP-IjXE_yDGHDMCZDo4bV_ZNqZxuhkAO9RRHQ_wwJF-5jGGT6iYcXWk48Esw1&t=634036621340000000');
}

.RadMenu .rmRoundedCorners .rmBottomShadowLeft,
.RadMenu .rmRoundedCorners .rmBottomShadowRight
{
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1myl23PQGP-IjXE_yDGHDMCZDHKuAH-FkAikWgaTQzTndvzfTGygXaseTiToSEuiODwQ1&t=634036621340000000');
}

.RadMenu .rmShadows .rmTopShadowRight
{
	right: -5px;
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1myl23PQGP-IjXE_yDGHDMCZDmB0SNaIJAHNbFsMA_l-IneFImqR_Lf-hR4i9zpXjGzI1&t=634036621340000000');
	background-position: 100% 0;
}

.RadMenu .rmRoundedCorners .rmTopShadowRight
{
	right: -8px;
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1myl23PQGP-IjXE_yDGHDMCZDU7DiRGugXrHFk-RaWMpuV8vvEfINUnYZEC5_lE4fdYY1&t=634036621340000000');
}

.RadMenu .rmBottomShadowLeft
{
	bottom: -5px;
	left: 1px;
	background-position: 0 100%;
}

.RadMenu .rmRoundedCorners .rmBottomShadowLeft
{
	bottom: -8px;
}

.RadMenu .rmBottomShadowRight
{
	bottom: -5px;
	right: -5px;
	width: 4px;
	height: 5px;
}

.RadMenu .rmRoundedCorners .rmBottomShadowRight
{
	bottom: -8px;
	right: -8px;
	width: 7px;
	height: 8px;
}

* html .RadMenu .rmRoundedCorners .rmBottomShadowRight
{
	width: 11px;
	height: 8px;
	font-size: 0;
}

.RadMenu .rmAccessKey
{
	font-size: 10px;
	font-weight: normal;
	float: right;
	padding-right: 8px;
}

.RadMenu .rmRoundedCorners .rmGroup .rmItem
{
	z-index: 1;
}

* html .RadMenu .rmRoundedCorners .rmGroup .rmText,
* html .RadMenu .rmShadows .rmGroup .rmText{ zoom: normal }

.RadMenu .rmRoundedCorners .rmSlide .rmScrollWrap
{
	background-image: none;
}

.RadMenu .rmRoundedCorners .rmSlide,
.RadMenu .rmShadows .rmSlide
{
	padding: 0 8px 10px 0;
}

.RadMenu .rmRoundedCorners ul.rmGroup
{
	margin-top: 1px;
	padding: 1px;
}

.RadMenu .rmRoundedCorners ul.rmGroup .rmSlide
{
	margin-top: -5px;
}

.RadMenu_rtl .rmRoundedCorners ul.rmGroup .rmSlide
{
	margin-right: -5px;
}

.RadMenu .rmRoundedCorners ul.rmGroup .rmSlide .rmScrollWrap
{
	margin-top: 4px;
}

.RadMenu .rmRoundedCorners ul.rmGroup
{
	padding: 4px 0 0 4px;
}

/* </Shadows and rounded corners */

.RadMenu .rmRootGroup .rmItem .rmGroup
{
	padding-bottom: 1px;
}

.RadMenu .rmGroup .rmItem
{
	padding: 0;
}

.RadMenu .rmGroup .rmLink,
.RadMenu .rmSlide .rmGroup .rmTemplate
{
	padding: 0;
}

.RadMenu_rtl .rmGroup .rmLink,
.RadMenu_rtl .rmSlide .rmGroup .rmTemplate
{
	padding: 0;
}

.RadMenu .rmGroup .rmText
{
	padding: 0 54px 0 28px;
	margin: 0 0 0 4px;
}

.RadMenu_rtl .rmGroup .rmText
{
	padding: 0 28px 0 54px;
	margin: 0 4px 0 0;
}

.RadMenu .rmMultiColumn
{
	list-style: none;
	display: block;
   	position: relative;
	margin: 0;
	padding: 0;
	zoom: 1;
}

.RadMenu .rmMultiColumn .rmGroup
{
	background: none;
	border: 0;
	float: left;
	display: block;
}

.RadMenu .rmMultiColumn .rmGroupColumn
{
	float: left;
}

.RadMenu .rmSlide .rmVertical .rmLeftImage+.rmText,
.RadMenu_Context .rmGroup .rmLeftImage+.rmText
{
	padding: 0 54px 0 28px;
}

.RadMenu_rtl .rmSlide .rmVertical .rmLeftImage+.rmText,
.RadMenu_Context_rtl .rmGroup .rmLeftImage+.rmText
{
	padding: 0 28px 0 54px;
}

.RadMenu .rmSlide .rmHorizontal .rmText
{
	padding: 0 11px 0 10px;
}

.RadMenu .rmGroup .rmLeftImage
{
	margin: 4px 0 0 6px;
}

* html .RadMenu .rmGroup .rmLeftImage { margin-left: 4px; }
*+html .RadMenu .rmGroup .rmLeftImage { margin-left: 4px; }

.RadMenu_rtl .rmGroup .rmLeftImage
{
	margin: 4px 6px 0 0;
}

* html .RadMenu .rmGroup .rmLeftImage { position: absolute; }
*+html .RadMenu .rmGroup .rmLeftImage { position: absolute; }

* html .RadMenu_rtl .rmGroup .rmLeftImage { right: 0; }
*+html .RadMenu_rtl .rmGroup .rmLeftImage { right: 0; }

*+html .RadMenu_Context_rtl UL.rmGroup { position: absolute; }
* html .RadMenu_Context_rtl UL.rmGroup { position: absolute; }

/* <separators> */

.RadMenu .rmSeparator .rmText
{
	line-height: 0;
	font-size: 0;
	padding: 0;
	background-repeat: repeat-x;
	overflow: hidden;
}

.RadMenu .rmVertical .rmSeparator .rmText,
.RadMenu .rmHorizontal .rmVertical .rmSeparator .rmText
{
	height: auto;
	width: auto;
	padding-bottom: 2px;
}

*+html .RadMenu .rmSeparator .rmText,   /* IE7 separator height problem */
*+html .RadMenu .rmVertical .rmSeparator .rmText,
*+html .RadMenu .rmHorizontal .rmVertical .rmSeparator .rmText
{
	height: 2px;
	padding: 0;
}

* html .RadMenu .rmVertical .rmSeparator .rmText { height: auto; padding: 2px 0 0; }
* html .RadMenu .rmHorizontal .rmSeparator .rmText { padding: 0; }

.RadMenu .rmRootGroup .rmSeparator .rmText
{
	margin: 1px 12px;
}

.RadMenu .rmRootGroup .rmVertical .rmSeparator .rmText,
.RadMenu_Context .rmVertical .rmSeparator .rmText
{
	margin: 1px 2px 1px 31px;
}

.RadMenu_rtl .rmRootGroup .rmVertical .rmSeparator .rmText,
.RadMenu_Context_rtl .rmVertical .rmSeparator .rmText
{
	margin: 1px 31px 1px 2px;
}

.RadMenu .rmHorizontal .rmSeparator .rmText,
.RadMenu .rmVertical .rmHorizontal .rmSeparator .rmText
{
	margin: 2px 0 0;
	height: 20px;
	width: 2px;
}

* html .RadMenu .rmHorizontal .rmVertical .rmSeparator .rmText
{
	zoom: 1;
}

/* </separators> */

/* <scroll arrows> */

.RadMenu .rmLeftArrow,
.RadMenu .rmRightArrow
{
	width: 10px;
	height: 24px;
}

.RadMenu .rmTopArrow,
.RadMenu .rmBottomArrow
{
	height: 10px;
	width: 100%;
}

/* </scroll arrows> */

/* </base styles> */
/* END Telerik.Web.UI.Skins.Menu.css */
/* START Telerik.Web.UI.Skins.WebBlue.Menu.WebBlue.css */
/* <RadMenu / WebBlue> */

.RadMenu_WebBlue .rmRootGroup,
.RadMenu_WebBlue a.rmLink,
.RadMenu_WebBlue .rmText,
.RadMenu_WebBlue .rmLeftArrow,
.RadMenu_WebBlue .rmRightArrow,
.RadMenu_WebBlue .rmTopArrow,
.RadMenu_WebBlue .rmBottomArrow
{
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mykEQSRzgYTG6NYPiSkcAfhkriGUUtGN-NmomkuoMbP4uQ2&t=634036621340000000');
	background-color: transparent;
}

.RadMenu_WebBlue .rmRootGroup
{
	border: 1px solid #3d556c;
	background-color: #627f97;
}

.RadMenu_WebBlue .rmHorizontal
{
	background-position: 0 0;
	background-repeat: repeat-x;
}

.RadMenu_WebBlue .rmVertical
{
	background-position: 0 -425px;
	background-repeat: repeat-x;
}

/* <Root items> */

.RadMenu_WebBlue,
.RadMenu_WebBlue a.rmLink
{
	font: normal 12px/23px "Segoe UI", Arial, sans-serif;
	text-decoration: none;
}

.RadMenu_WebBlue a.rmLink
{
	color: #fff;
}

.RadMenu_WebBlue a.rmLink,
.RadMenu_WebBlue .rmText
{
	background-position: 0 1050px;
	background-repeat: no-repeat;
}

.RadMenu_WebBlue a.rmLink:hover,
.RadMenu_WebBlue a.rmFocused,
.RadMenu_WebBlue a.rmSelected
{
	color: #0d202b;
	background-position: 0 -72px;
}

.RadMenu_WebBlue a.rmLink:hover .rmText,
.RadMenu_WebBlue a.rmFocused .rmText,
.RadMenu_WebBlue a.rmSelected .rmText
{
	background-position: 100% -96px;
}

.RadMenu_WebBlue a.rmExpanded,
.RadMenu_WebBlue a.rmExpanded:hover
{
	color: #0d202b;
	background-position: 0 -120px;
}

.RadMenu_WebBlue a.rmExpanded .rmText,
.RadMenu_WebBlue a.rmExpanded:hover .rmText
{
	background-position: 100% -144px;
}

.RadMenu_WebBlue a.rmDisabled,
.RadMenu_WebBlue a.rmDisabled:hover
{
	color: #aaa;
}

.RadMenu_WebBlue a.rmDisabled:hover,
.RadMenu_WebBlue a.rmDisabled:hover .rmText
{
	background: none;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_WebBlue .rmGroup,
.RadMenu_WebBlue .rmMultiColumn,
.RadMenu_WebBlue .rmGroup .rmVertical
{
	border: 1px solid #768ca5;
	background: #f0f2f4 url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mykEQSRzgYTG6NYPiSkcAfhkPCzXKBLpLUCh1BM3IiMC9Q2&t=634036621340000000') repeat-y 0 0;
}

.RadMenu_WebBlue .rmTopFix,
.RadMenu_WebBlue .rmBottomFix,
.RadMenu_WebBlue .rmRoundedCorners .rmGroup .rmItem,
.RadMenu_WebBlue .rmRoundedCorners li.rmFirstGroupColumn .rmItem
{
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mykEQSRzgYTG6NYPiSkcAfhkPCzXKBLpLUCh1BM3IiMC9Q2&t=634036621340000000');
	background-color: #f0f2f4; 
	background-repeat: repeat-y;
	background-position: -3px 0;
}

.RadMenu_WebBlue .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_WebBlue .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_WebBlue .rmRoundedCorners .rmHorizontal .rmItem
{
	background-image: none;
}

.RadMenu_WebBlue .rmRoundedCorners .rmGroupColumn
{
	background-color: #f0f2f4;
}

.RadMenu_WebBlue .rmBottomLeft,
.RadMenu_WebBlue .rmRoundedCorners ul.rmGroup,
.RadMenu_WebBlue .rmRoundedCorners .rmMultiColumn
{
	background-image:  url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mykEQSRzgYTG6NYPiSkcAfhkz3WvA26ibq7RhcbM99Oaugor0BKTUcWavbZXY1spIjo1&t=634036621340000000');
	background-color: transparent; 
	background-repeat: no-repeat;
}

.RadMenu_WebBlue .rmTopRight,
.RadMenu_WebBlue .rmBottomRight
{
	background-image:  url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mykEQSRzgYTG6NYPiSkcAfhkeFl2_B4350H7JquOAgM2ftBP2TH8rUQMiJq7_gmA36A1&t=634036621340000000');
	background-color: transparent; 
	background-repeat: no-repeat;
}

.RadMenu_WebBlue .rmTopFix,
.RadMenu_WebBlue .rmBottomFix,
.RadMenu_WebBlue .rmRoundedCorners .rmGroup .rmFirst
{
	border-color: #768ca5;
}

.RadMenu_WebBlue li.rmTopFix,
.RadMenu_WebBlue li.rmBottomFix
{
	background: #f0f2f4;
}

.RadMenu_WebBlue_rtl .rmBottomLeft,
.RadMenu_WebBlue_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_WebBlue_rtl .rmRoundedCorners .rmMultiColumn
{
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mykEQSRzgYTG6NYPiSkcAfhk_h0VsWYtJo6j2uJMUlPZTaRQW0pcJ8GU8RZn6MBXoRU1&t=634036621340000000');
}

.RadMenu_WebBlue_rtl .rmTopRight,
.RadMenu_WebBlue_rtl .rmBottomRight
{
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mykEQSRzgYTG6NYPiSkcAfhkeFl2_B4350H7JquOAgM2fmWvpSc6P2FWvSQ0gbPL1vw1&t=634036621340000000');
}

.RadMenu_WebBlue_rtl li.rmTopFix,
.RadMenu_WebBlue_rtl li.rmBottomFix,
.RadMenu_WebBlue_rtl .rmRoundedCorners .rmGroup .rmItem
{
	background-position: 101% 0;
}

.RadMenu_WebBlue .rmSlide .rmScrollWrap
{
	background-image: none;
}

.RadMenu_WebBlue_rtl .rmGroup,
.RadMenu_WebBlue_rtl .rmMultiColumn,
.RadMenu_WebBlue_rtl .rmGroup .rmVertical
{
	background-position: 100% 0;
}

.RadMenu_WebBlue .rmGroup a.rmLink
{
	color: #000;
}

.RadMenu_WebBlue .rmGroup a.rmLink:hover,
.RadMenu_WebBlue .rmGroup a.rmFocused,
.RadMenu_WebBlue .rmGroup a.rmSelected
{
	color: #0e3d4f;
}

.RadMenu_WebBlue .rmRootGroup .rmHorizontal
{
	background-image: none;
}

.RadMenu_WebBlue .rmScrollWrap .rmVertical
{
	border: 0;
}

.RadMenu_WebBlue .rmGroup .rmFirst,
.RadMenu_WebBlue .rmGroup .rmLast
{
	background: none;
}

.RadMenu_WebBlue .rmGroup .rmLast
{
	padding-bottom: 1px;
}

.RadMenu_WebBlue .rmGroup a.rmLink:hover,
.RadMenu_WebBlue .rmGroup a.rmFocused,
.RadMenu_WebBlue .rmGroup a.rmSelected,
.RadMenu_WebBlue .rmGroup a.rmExpanded
{
	background-position: 0 -168px;
}

.RadMenu_WebBlue .rmGroup a.rmLink:hover .rmText,
.RadMenu_WebBlue .rmGroup a.rmFocused .rmText,
.RadMenu_WebBlue .rmGroup a.rmSelected .rmText,
.RadMenu_WebBlue .rmGroup a.rmExpanded .rmText
{
	background-position: 100% -192px;
}

.RadMenu_WebBlue .rmGroup a.rmDisabled,
.RadMenu_WebBlue .rmGroup a.rmDisabled:hover
{
	color: #aaa;
}

/* <expand arrows> */

.RadMenu_WebBlue .rmGroup .rmExpandRight,
.RadMenu_WebBlue .rmGroup .rmExpandDown
{
	background-position: 100% -216px;
}

.RadMenu_WebBlue .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_WebBlue .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_WebBlue .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_WebBlue .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_WebBlue .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_WebBlue .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_WebBlue .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_WebBlue .rmGroup a.rmExpanded .rmExpandDown
{
	background-position: 100% -240px;
}

.RadMenu_WebBlue .rmGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_WebBlue .rmGroup a.rmDisabled:hover .rmExpandDown
{
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mykEQSRzgYTG6NYPiSkcAfhkriGUUtGN-NmomkuoMbP4uQ2&t=634036621340000000');
	background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_WebBlue_rtl .rmGroup a.rmLink:hover,
.RadMenu_WebBlue_rtl .rmGroup a.rmFocused,
.RadMenu_WebBlue_rtl .rmGroup a.rmSelected,
.RadMenu_WebBlue_rtl .rmGroup a.rmExpanded
{
	background-position: 100% -264px;
}

.RadMenu_WebBlue_rtl .rmGroup a.rmLink:hover .rmText,
.RadMenu_WebBlue_rtl .rmGroup a.rmFocused .rmText,
.RadMenu_WebBlue_rtl .rmGroup a.rmSelected .rmText,
.RadMenu_WebBlue_rtl .rmGroup a.rmExpanded .rmText
{
	background-position: 0 -288px;
}

.RadMenu_WebBlue_rtl .rmGroup .rmExpandLeft
{
	background-position: 0 -312px;
}

.RadMenu_WebBlue_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_WebBlue_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_WebBlue_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_WebBlue_rtl .rmGroup a.rmExpanded .rmExpandLeft
{
	background-position: 0 -336px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (WebBlue - specific, overlapping submenus)> */

.RadMenu_WebBlue .rmSlide
{
	margin: -3px 0 0 1px;
}

.RadMenu_WebBlue .rmVertical .rmSlide,
.RadMenu_WebBlue .rmSlide .rmSlide,
.RadMenu_WebBlue_Context .rmGroup .rmSlide
{
	margin: 0 0 0 -5px;
}

.RadMenu_WebBlue_rtl .rmSlide
{
	margin: -3px 0 0 -1px;
}

.RadMenu_WebBlue_rtl .rmVertical .rmSlide,
.RadMenu_WebBlue_rtl .rmSlide .rmSlide,
.RadMenu_WebBlue_Context_rtl .rmGroup .rmSlide
{
	margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_WebBlue .rmLeftArrow,
.RadMenu_WebBlue .rmRightArrow
{
	background-color: #E0E5F5;
}

.RadMenu_WebBlue .rmLeftArrow { background-position: -8px -312px; border-right: 1px solid #B7BDCD; }
.RadMenu_WebBlue .rmRightArrow { background-position: -482px -216px; border-left: 1px solid #B7BDCD; }

.RadMenu_WebBlue .rmTopArrow,
.RadMenu_WebBlue .rmBottomArrow,
.RadMenu_WebBlue .rmGroup .rmLeftArrow,
.RadMenu_WebBlue .rmGroup .rmRightArrow
{
	background-color: #f0f0f0;
}

.RadMenu_WebBlue .rmTopArrow { background-position: 50% -367px; border-bottom: 1px solid #B7BDCD; }
.RadMenu_WebBlue .rmBottomArrow { background-position: 50% -391px; border-top: 1px solid #B7BDCD; }

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_WebBlue .rmVertical .rmSeparator .rmText
{
	background-position: 0 -406px;
}

.RadMenu_WebBlue_Context .rmVertical .rmSeparator .rmText,
.RadMenu_WebBlue .rmVertical .rmVertical .rmSeparator .rmText,
.RadMenu_WebBlue .rmHorizontal .rmVertical .rmSeparator .rmText
{
	background-position: 0 -408px;
}

.RadMenu_WebBlue .rmHorizontal .rmSeparator .rmText,
.RadMenu_WebBlue .rmVertical .rmHorizontal .rmSeparator .rmText
{
	background-position: 0 -386px;
}

/* </Separators> */

/* </RadMenu / WebBlue> */
/* END Telerik.Web.UI.Skins.WebBlue.Menu.WebBlue.css */
/* START Telerik.Web.UI.Skins.Rotator.css */
/* new styles */
.RadRotator
{
	visibility:hidden; 	
}

.rrRelativeWrapper
{
	position: relative;
	margin:0 !important;/*MUST BE 0 for proper rendering*/
}

.rrClipRegion
{
	width: 100%;
	height: 100%;
	/* We change the width and height from the code, and then this setting becomes active! */
	overflow: hidden;
	position: absolute;
}

/*================== The list ========================*/

.rrClipRegion  .rrItemsList 
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none !important;          
}

.rrClipRegion  .rrItemsList li 
{ 
	float: left;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari */

.RadRotator ul.rrVerticalList 
{
	padding: 0;
	margin: 0;
	list-style: none !important;
}

.RadRotator .rrVerticalList li
{ 
	float: none;
	margin-bottom: 0px;
	/* Force the LI to respect the HEIGHT specified */
	overflow: hidden;
	display: block;
}

.rrButton
{
	font-size: 1px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	/*Button size is defined here, we use margins to position them too */
	height: 15px;
	width: 15px;
	line-height: 15px;
	/* Very important for the layout!*/	
	display: none; 
	outline: none;
}

.rrButton:hover
{
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.rrButton.rrButtonUp
{
	background-position: 0 0;
	top: -15px;
	left: 50%;
	margin-left: -8px;
}

.rrButton.rrButtonRight
{
	background-position: 0 -15px;
	margin-top: -8px;
	right: -16px;
	top: 50%;   
}

.rrButton.rrButtonDown
{
	background-position: 0 -30px;
	top:100%;
	left: 50%;
	margin-left: -8px;
	margin-top: 1px;
}

.rrButton.rrButtonLeft
{
	background-position: 0 -45px;
	margin-top: -7px;
	left: -15px;
	top: 50%;
}

.rrButton.rrButtonDisabled
{
	filter: alpha(opacity=20);
	opacity: .2;
	-moz-opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.rrNoBorder .rrClipRegion
{
	border-width: 0px !important;
}

/* Needed because IE cannot position vertical LI items properly. In addition to this css, the UL's width needs to be EXPLICITLY set from code if IE or Safari */
html* .rrVerticalList li
{
	float: left !important;
}	
/* END Telerik.Web.UI.Skins.Rotator.css */
/* START Telerik.Web.UI.Skins.WebBlue.Rotator.WebBlue.css */
/* new styles */
.RadRotator_WebBlue .rrClipRegion
{
	border: solid 1px #768ca5;
}

/*================== The list ========================*/

.RadRotator_WebBlue .rrClipRegion  .rrItemsList 
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;          
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari */

.RadRotator_WebBlue .rrButton
{
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mylmXOnXCg5kQSROLbQxLJAwIhZcC78RnoDFuvaRv5XbT5brUp3qDurhwqxVocvIsZg1&t=634036621340000000');
	background-repeat: no-repeat;
	/*Button size is defined here, we use margins to position them too */
	height: 20px;
	width: 20px;
	line-height: 20px;
	/* Very important for the layout!*/	
}

.RadRotator_WebBlue .rrButton.rrButtonUp
{
	background-position: 0 0;
	top: -20px; /* -15px */
	left: 50%;
	margin-left: -10px;
}

.RadRotator_WebBlue .rrButton.rrButtonUp:hover
{
	background-position: -20px 0;
}

.RadRotator_WebBlue .rrButton.rrButtonRight
{
	background-position: 0 -20px;
	margin-top: -10px;
	right: -20px; /* -16px */
	top: 50%;   
}

.RadRotator_WebBlue .rrButton.rrButtonRight:hover
{
	background-position: -20px -20px;
}

.RadRotator_WebBlue .rrButton.rrButtonDown
{
	background-position: 0 -40px;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}

.RadRotator_WebBlue .rrButton.rrButtonDown:hover
{
	background-position: -20px -40px;
}

.RadRotator_WebBlue .rrButton.rrButtonLeft
{
	background-position: 0 -60px;
	margin-top: -10px;
	left: -20px; /* -15px */
	top: 50%;
}

.RadRotator_WebBlue .rrButton.rrButtonLeft:hover
{
	background-position: -20px -60px;
}

.RadRotator_WebBlue .rrButton.rrButtonDisabled
{
	filter: alpha(opacity=20);
	opacity: .2;
	-moz-opacity: .2;
}
/* END Telerik.Web.UI.Skins.WebBlue.Rotator.WebBlue.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.WebBlue.Ajax.WebBlue.css */
/* Telerik RadAjaxLoadingPanel WebBlue Skin */

.RadAjax_WebBlue .raDiv
{
	background-image:url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mynk0Aa6uARuzy_rcQoiwnPSlt7gWBOD3vyxLRjzFj72-A2&t=634036621340000000');
}

.RadAjax_WebBlue .raColor
{
	background-color:#e0e8ea;
}

.RadAjax_WebBlue .raTransp
{
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
}
/* END Telerik.Web.UI.Skins.WebBlue.Ajax.WebBlue.css */
/* START Telerik.Web.UI.Skins.Window.css */
/* RadWindow for ASP.NET AJAX Base Stylesheet */

/* MVC overrides */
.RadWindow table,
.RadWindow table td
{
	border:0;
	padding:0;
}

.RadWindow .rwTopResize
{
	font-size: 1px;
	line-height: 4px;
	width: 100%;
	height: 4px;
	background-position: 0 -31px;
	background-repeat: repeat-x;
}

.RadWindow .rwStatusbarRow .rwCorner
{
    background-repeat: no-repeat;
}

.RadWindow .rwStatusbarRow .rwBodyLeft
{
    background-position: -16px 0;
}

.RadWindow .rwStatusbarRow .rwBodyRight
{
    background-position: -24px 0;
}

.RadWindow .rwStatusbar
{
	height: 22px;
	background-position: 0 -114px;
	background-repeat: repeat-x;
}

.RadWindow .rwStatusbar div
{
    width: 18px; 
	height: 18px;
	background-position: 0 -94px;
	background-repeat: no-repeat;
}

.RadWindow table
{
    width: 100%;
    height: 100%;
    table-layout: auto; /* fixes the dimensions under IE */
}

.RadWindow table td
{
	padding: 0; 
	margin: 0;
	border-collapse: collapse;
	vertical-align: top;
}

.RadWindow .rwCorner
{
    width: 8px;
}

.RadWindow .rwTopLeft,
.RadWindow .rwTopRight,
.RadWindow .rwTitlebar,
.RadWindow .rwFooterLeft,
.RadWindow .rwFooterRight,
.RadWindow .rwFooterCenter
{
    height: 8px;
	font-size: 1px;
    background-repeat: no-repeat;
    line-height: 1px;
}

.RadWindow .rwBodyLeft,
.RadWindow .rwBodyRight
{
	background-repeat: repeat-y;
}

.RadWindow .rwBodyRight
{
    background-position: -8px 0;
}

.RadWindow .rwTopLeft
{
    background-position: 0 0;
}

.RadWindow .rwTopRight
{
    background-position: -8px 0;
}

.RadWindow table .rwTitlebar
{
	background-repeat: repeat-x;
	background-position: 0 -31px;
	-moz-user-select: none;
}

.RadWindow .rwFooterLeft
{
	background-position: 0 -62px;
}

.RadWindow .rwFooterRight
{
	background-position: -8px -62px;
}

.RadWindow .rwFooterCenter
{
	background-repeat: repeat-x;
	background-position: 0 -70px;
}

.RadWindow .rwTitlebarControls
{
    height: 27px;
}

.RadWindow .rwWindowContent
{
	height: 100% !important; /* very important property, especially for opera */
	background: white;
}

/* Support for displayng the rwLoading image in the iframe's parent TD */
.RadWindow td.rwLoading
{
    background-repeat: no-repeat;
    background-position: center;
}

/* Support for displaying rwLoading image in the status bar  */
.RadWindow .rwStatusbar .rwLoading
{	
	background-repeat: no-repeat;
}

.RadWindow .rwStatusbar .rwLoading
{
	padding-left: 30px;
}

.RadWindow td.rwStatusbar input
{
    font: normal 12px "Segoe UI", Arial, Verdana, Sans-serif;
    padding: 4px 0 0 7px;
    margin: 0;
    border: 0 !important;
    width: 100%;	
    height: 18px;
	background-color: transparent !important; 
	background-repeat: no-repeat !important;
	background-position: left center !important;
	cursor: default;
	-moz-user-select: none;
	overflow: hidden; 
	text-overflow: ellipsis;
	display: block; 
	float: left;
	vertical-align: middle;
}

.RadWindow .rwControlButtons
{
	padding: 0; 
	margin: 2px 0 0 0;
	list-style: none; 
	white-space: nowrap;	
	float: right; 
}

.RadWindow .rwControlButtons li
{
	float: left;
	padding: 0 1px 0 0;
}

.RadWindow .rwControlButtons a
{
	width: 30px; 
	height: 21px; 
	line-height: 1px; 
	font-size: 1px;
	cursor: default;
	background-repeat: no-repeat;
	display: block; 
	text-decoration: none;
	outline: none;
}

.RadWindow .rwControlButtons span
{
	display: block;	
}

/* reload button */
.RadWindow  .rwReloadButton
{
	background-position: -120px 0;
}

.RadWindow .rwReloadButton:hover
{
	background-position: -120px -21px;
}

/* unpin button */
.RadWindow .rwPinButton
{
	background-position: -180px 0;
}

.RadWindow .rwPinButton:hover
{
	background-position: -180px -21px;
}

/* pin button */
.RadWindow .rwPinButton.on
{
	background-position: -150px 0;
}

.RadWindow .rwPinButton.on:hover
{
	background-position: -150px -21px;
}

/* minimize button */
.RadWindow .rwMinimizeButton
{
	background-position: 0 0;
}

.RadWindow .rwMinimizeButton:hover
{
	background-position: 0 -21px;
}

/* maximize button */
.RadWindow .rwMaximizeButton
{
	background-position: -60px 0;
}

.RadWindow .rwMaximizeButton:hover
{
	background-position: -60px -21px;
}

/* close button */
.RadWindow .rwCloseButton
{
	background-position: -90px 0;
}

.RadWindow .rwCloseButton:hover
{
	background-position: -90px -21px;
}

/* restore button */
.RadWindow.rwMaximizedWindow .rwMaximizeButton,
.RadWindow.rwMinimizedWindow .rwMinimizeButton
{
	background-position: -30px 0;
}

.RadWindow.rwMaximizedWindow .rwMaximizeButton:hover,
.RadWindow.rwMinimizedWindow .rwMinimizeButton:hover
{	
	background-position: -30px -21px;
}

.RadWindow .rwIcon
{
    display: block;
	background-repeat: no-repeat;
	background-position: 0 -78px;
	width: 16px; 
	height: 16px;
	cursor: default;
	margin: 4px 5px 0 0;
}

.RadWindow em
{
	font: normal bold 12px "Segoe UI", Arial;
	color: black;
	padding: 3px 0 0 4px;	
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	float: left;	
}

.RadWindow_rtl .rwControlButtons
{
	float: left; 
}

div.RadWindow_rtl .rwControlButtons li
{
	float: right;
}

.RadWindow.rwInactiveWindow .rwTitlebarControls
{
	position: static;
}

.RadWindow .rwDialogPopup
{
	margin: 16px;
	color: black;	
	padding: 0px 0px 16px 50px;
	font: normal 12px "Segoe UI", Arial, Verdana;
	cursor: default;
}

.rwDialogPopup .rwPopupButton
{
    margin: 0;
}

.rwDialogPopup .rwPopupButton:focus,
.rwDialogPopup .rwPopupButton:active
{
    border: dotted 1px #999;                        
}

.rwDialogPopup .rwPopupButton,
.rwDialogPopup .rwPopupButton span
{
	display: block; 
	float: left;
}

.RadWindow .rwControlButtons a
{
    text-indent: -3333px;
    overflow: hidden;
    text-align:center;
}

html:first-child .RadWindow ul
{
    float: right; 
    border: solid 1px transparent;
}

.RadWindow .rwDialogText
{
    text-align: left;
}

.RadWindow.rwMinimizedWindow .rwPinButton,
.RadWindow.rwMinimizedWindow .rwReloadButton,
.RadWindow.rwMinimizedWindow .rwMaximizeButton,
.RadWindow.rwMinimizedWindow .rwTopResize
{
    display: none !important;
}

.RadWindow .rwDialogInput
{
	font: normal 12px "Segoe UI", Arial, Verdana;
	color: black;
	width: 100%;
	display: block;
	margin: 8px 0;
}

.RadWindow .rwWindowContent .radconfirm,
.RadWindow .rwWindowContent .radalert
{
    background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
}

.RadWindow .rwWindowContent .radconfirm
{
    background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mykpuNT5EBRSIT17ZuSnTEP8LFU6phXycff7COFYhGQmXafN-7TRiRN5ysnn-rdUnuU1&t=634036621340000000');	
}

.RadWindow .rwWindowContent .radalert
{
    background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mykpuNT5EBRSIT17ZuSnTEP8AhIYNoQMsXgtve7pf5Ek5RlG-n-Uz71sxor_M43EAj01&t=634036621340000000');	
}

.RadWindow .rwWindowContent .radprompt
{
	padding: 0;
}

.RadWindow .rwPopupButton,
.RadWindow .rwPopupButton span
{
	text-decoration: none;
	color: black;
	line-height: 21px;
	height: 21px;
	cursor: default;
}

.RadWindow .rwPopupButton
{
	background-repeat: no-repeat;
	background-position: 0 -136px; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

.RadWindow .rwWindowContent .rwPopupButton .rwOuterSpan
{
    background-repeat: no-repeat;
	background-position: right -136px; 
	padding: 0 3px 0 0;
}

.RadWindow .rwWindowContent .rwPopupButton .rwInnerSpan
{
	background-repeat: repeat-x;
	background-position: 0 -157px; 
	padding: 0 12px;
}

.RadWindow .rwWindowContent .rwPopupButton:hover
{
	background-position: 0 -178px; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

.RadWindow .rwWindowContent .rwPopupButton:hover .rwOuterSpan
{
	background-position: right -178px; 
	padding: 0 3px 0 0;
}

.RadWindow .rwWindowContent .rwPopupButton:hover .rwInnerSpan
{
	background-position: 0 -199px; 
	padding: 0 12px;
}

.RadWindow .rwStatusbarRow .rwBodyLeft
{
    background-position: -16px 0;
}

.RadWindow .rwStatusbarRow .rwBodyRight
{
    background-position: -24px 0;
}

.RadWindow.rwMinimizedWindow .rwContentRow,
.RadWindow.rwMinimizedWindow .rwStatusbarRow
{
	display: none;
}

.RadWindow.rwMinimizedWindow table.rwTitlebarControls 
{
	margin-top: 4px;
}

.RadWindow.rwMinimizedWindow .rwControlButtons
{
    width: 66px !important;
}

.RadWindow.rwMinimizedWindow em
{
	width: 90px;
}

.RadWindow.rwMinimizedWindow
{
    width: 200px !important;
    height: 30px !important;
    overflow: hidden !important;
    float: left !important;
}

.RadWindow.rwMinimizedWindow .rwCorner.rwTopLeft
{
	background-position: 0 -220px;
	background-repeat: no-repeat; 
}

.RadWindow.rwMinimizedWindow .rwCorner.rwTopRight
{
	background-position: -8px -220px;
	background-repeat: no-repeat; 
}

.RadWindow.rwMinimizedWindow .rwTitlebar
{
    background-position: 0 -250px !important; /* Should be !important because of IE6 */
    background-repeat: repeat-x;
}

.RadWindow.rwInactiveWindow .rwCorner,
.RadWindow.rwInactiveWindow .rwTitlebar,
.RadWindow.rwInactiveWindow .rwFooterCenter
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65) !important;
	opacity: .65 !important; 
	-moz-opacity: .65 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

/* stop the control buttons from stretching in IE8 */
.RadWindow ul.rwControlButtons span
{
    display /*\**/: none\9
}

/* css for window's top corners when visibletitlebar is set to false */
div.RadWindow.rwNoTitleBar tr.rwTitleRow td.rwTopLeft
{
    background-position: 0 -280px;
}

div.RadWindow.rwNoTitleBar tr.rwTitleRow td.rwTitlebar
{
    background-position: 0 -288px;
    background-repeat: repeat-x;
}

div.RadWindow.rwNoTitleBar tr.rwTitleRow td.rwTopRight
{
    background-position: -8px -280px;
}

div.RadWindow.rwNoTitleBar div.rwTopResize
{
    background: none;
}
/* END Telerik.Web.UI.Skins.Window.css */
/* START Telerik.Web.UI.Skins.Web20.Window.Web20.css */
.RadWindow_Web20 .rwTopLeft,
.RadWindow_Web20 .rwTopRight,
.RadWindow_Web20 .rwTitlebar,
.RadWindow_Web20 .rwFooterLeft,
.RadWindow_Web20 .rwFooterRight,
.RadWindow_Web20 .rwFooterCenter,
.RadWindow_Web20 .rwTopResize,
.RadWindow_Web20 .rwStatusbar div,
.RadWindow_Web20 .rwStatusbar,
.RadWindow_Web20 .rwPopupButton,
.RadWindow_Web20 .rwPopupButton span,
.RadWindow_Web20.rwMinimizedWindow .rwCorner
{
    background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mynrfuSK4SD2kqtwAe6baCAyjR3pETKIxQCOQRDU5_57CHhavXxnDfRyhmfhM4_nuUA1&t=634036621340000000');
}

.RadWindow_Web20 .rwBodyLeft,
.RadWindow_Web20 .rwBodyRight,
.RadWindow_Web20 .rwStatusbarRow .rwCorner
{
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mynrfuSK4SD2kqtwAe6baCAyBPvrTb_2DdN82qlqmCWW7UQsipjb56k2PjlcDYOnmwY1&t=634036621340000000');
}

.RadWindow_Web20 .rwStatusbar input
{
    background-color: #f7f3e9;
}

.RadWindow_Web20 .rwControlButtons
{
    margin-top: 1px;
}

.RadWindow_Web20 .rwControlButtons a
{
    background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mynrfuSK4SD2kqtwAe6baCAymMHbZ3ESuctPPrTYwjIILrvHx7zTXZAXi7O8bvBaqbk1&t=634036621340000000');
}

.RadWindow_Web20 a.rwIcon
{
	background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1mynrfuSK4SD2kqtwAe6baCAyjR3pETKIxQCOQRDU5_57CHhavXxnDfRyhmfhM4_nuUA1&t=634036621340000000');
}

div.RadWindow_Web20 .rwTitlebarControls em
{
	color: white;
}

div.RadWindow_Web20 .rwDialogInput
{
	border: solid 1px #6788be;
}

div.RadWindow_Web20 .rwDialogInput:hover
{
	border-color: #3f5f94;
}

div.RadWindow_Web20 td.rwLoading
{
    background-color: #fff;
}

div.RadWindow_Web20 td.rwWindowContent
{
    background-color: #fff;
}

/* Loading Indicators */

/* When ShowContentDuringLoad="true" */
div.RadWindow_Web20 td.rwWindowContent.rwLoading
{
    background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1myk--nxTZiQApoyc7UsR452md2upl9u700oJc9-arFlJfA2&t=634036621340000000');
}

/* When ShowContentDuringLoad="false" */
div.RadWindow_Web20 input.rwLoading
{
    background-image: url('/WebResource.axd?d=Ak0mC_QmofEfJcCrxOWoyAAU-e6ZoB4LmHprVu-1myk--nxTZiQApoyc7UsR452mDS7QIydr5SFb1NnSobuu49lB32-z0boMLK2zOvYkpJ41&t=634036621340000000');
}

.RadWindow_Web20 a.rwCancel,
.RadWindow_Web20 a.rwCancel span
{
    background: none;
    cursor: pointer;
    cursor: hand;
}

.RadWindow_Web20 a.rwCancel span span
{
    color: #395ba0;
}

.RadWindow_Web20 a.rwCancel:hover span span
{
    color: #002bb8;
    text-decoration: underline;
}
/* END Telerik.Web.UI.Skins.Web20.Window.Web20.css */
