/* 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
{
	border: dotted 1px #ccc;
	margin: 0; /* remove the default margin because of the focus border dots */
}

.rfdButton a.rfdSkinnedButton,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover
{
    padding: 0 4px 0 0;
}

/*TEKI: fix CSS inheritance issue with RadComboBox */
.RadForm.rfdTextbox input,
.RadForm.rfdTextbox 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"],
.RadForm.rfdTextbox input[type="submit"].rfdDecorated
{
    border: 0;    
}

.rfdButton input[type="button"].rfdDecorated,
.rfdButton input[type="reset"],
.rfdButton input[type="submit"].rfdDecorated,
.rfdButton 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"],
.rfdButton input[type="submit"].rfdDecorated,
.rfdButton button,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover *
{
    padding-left: 4px\9; /* IE7 Standards, IE8 Compatibility */
}

.rfdButton input[type="button"].rfdDecorated,
.rfdButton input[type="reset"],
.rfdButton input[type="submit"].rfdDecorated,
.rfdButton 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;
}
/* 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"],
.RadForm_WebBlue.rfdButton input[type="submit"].rfdDecorated,
.RadForm_WebBlue.rfdButton button
{
	background-image: url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1GQyITdhBsvSRHHOFBNqs2z-E01kP2DB2Yq-SezWkqn-Wj4GxG_O08DqtEYYfHu041&t=633870491416149346');
	color: #000000;
}

.RadForm_WebBlue.rfdButton a.rfdSkinnedButton,
.RadForm_WebBlue.rfdButton a.rfdSkinnedButton *
{
    _background-image: url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1GQyITdhBsvSRHHOFBNqs2z-E01kP2DB2Yq-SezWkqn-Wj4GxG_O08DqtEYYfHu041&t=633870491416149346');
}

/* 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=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1GQyITdhBsvSRHHOFBNqs2DS-9OTL6S0rJ7Rhf8Akgw80NX90UGvtXm7MVeDV5l041&t=633870491416149346') no-repeat 0 0;
}

.RadForm_WebBlue .rfdCheckboxUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1GQyITdhBsvSRHHOFBNqs2DS-9OTL6S0rJ7Rhf8Akgw80NX90UGvtXm7MVeDV5l041&t=633870491416149346') no-repeat 0 -200px;
}

.RadForm_WebBlue .rfdCheckboxChecked,
.RadForm_WebBlue .rfdInputDisabled.rfdCheckboxChecked:hover
{
	background: transparent url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1GQyITdhBsvSRHHOFBNqs2DS-9OTL6S0rJ7Rhf8Akgw80NX90UGvtXm7MVeDV5l041&t=633870491416149346') no-repeat 0 -420px;
}

.RadForm_WebBlue .rfdCheckboxChecked:hover
{
	background: transparent url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1GQyITdhBsvSRHHOFBNqs2DS-9OTL6S0rJ7Rhf8Akgw80NX90UGvtXm7MVeDV5l041&t=633870491416149346') no-repeat 0 -640px;
}

/* Decorate <input type="radio" /> */
.RadForm_WebBlue .rfdRadioUnchecked,
.RadForm_WebBlue .rfdInputDisabled.rfdRadioUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1GQyITdhBsvSRHHOFBNqs2C1ayfp0N3FYVB9l02QaJ091Y3HnWviAMgoAVLZctuwtYTJHea1txznshi6OJ8UQe0&t=633870491416149346') no-repeat 1px 0;
}

.RadForm_WebBlue .rfdRadioUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1GQyITdhBsvSRHHOFBNqs2C1ayfp0N3FYVB9l02QaJ091Y3HnWviAMgoAVLZctuwtYTJHea1txznshi6OJ8UQe0&t=633870491416149346') no-repeat 1px -220px;
}

.RadForm_WebBlue .rfdRadioChecked,
.RadForm_WebBlue .rfdInputDisabled.rfdRadioChecked:hover 
{
	background: transparent url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1GQyITdhBsvSRHHOFBNqs2C1ayfp0N3FYVB9l02QaJ091Y3HnWviAMgoAVLZctuwtYTJHea1txznshi6OJ8UQe0&t=633870491416149346') no-repeat 1px -440px;
}

.RadForm_WebBlue .rfdRadioChecked:hover
{
	background: transparent url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1GQyITdhBsvSRHHOFBNqs2C1ayfp0N3FYVB9l02QaJ091Y3HnWviAMgoAVLZctuwtYTJHea1txznshi6OJ8UQe0&t=633870491416149346') 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=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1GQyITdhBsvSRHHOFBNqs2C1ayfp0N3FYVB9l02QaJ0y24PDlrHUHJWk4X3A3pZsEcXRdXMAoQzIvdzyErKWC80&t=633870491416149346'); /* 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=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1GQyITdhBsvSRHHOFBNqs2pgG86ZKdpqY0aFR3L_KwuIF01F1r_nRJ19m8stexZ2A1&t=633870491416149346'); /* 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=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1GQyITdhBsvSRHHOFBNqs2pgG86ZKdpqY0aFR3L_KwuIF01F1r_nRJ19m8stexZ2A1&t=633870491416149346'); /* 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=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg1GQyITdhBsvSRHHOFBNqs2n7Tk2v1RihrbMjGCZ_gWCbTPV-bKucrZTC-Z5OVXj_41&t=633870491416149346');
    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;
}
/* END Telerik.Web.UI.Skins.WebBlue.FormDecorator.WebBlue.css */
/* START Telerik.Web.UI.Skins.TabStrip.css */
.RadTabStrip,
.RadTabStripVertical
{
	margin: 0;
	padding: 0;
}

.RadTabStripVertical
{
	vertical-align: top;
}

.RadTabStripVertical,
.RadTabStripVertical .rtsLevel
{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.RadTabStrip .rtsLevel
{
	clear: both;
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-top: 1px;
}

* html .RadTabStrip .rtsLevel
{
	position:static;
}

*+html .RadTabStrip .rtsLevel
{
	position:static;
}

.RadTabStrip .rtsLevel1
{
	padding-top: 0;
}

.RadTabStrip .rtsScroll
{
	width: 10000px;
	white-space:nowrap;
}

.RadTabStrip .rtsUL,
.RadTabStripVertical .rtsUL
{
	overflow: hidden;
	float:left;
	margin: 0; padding: 0;
}

.RadTabStrip_rtl .rtsUL
{
	float: right;
}

.RadTabStrip .rtsUL:after
{
	clear: both;
	content: "."; 
	display: block; 
	visibility: hidden;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.RadTabStrip .rtsLI,
.RadTabStripVertical .rtsLI
{
	overflow: hidden;
	list-style-type: none;
	margin: 0; padding: 0;
}

.RadTabStrip .rtsLI
{
	float: left;
	display: inline;
	zoom: 1;
}

* html .RadTabStrip .rtsLI { float: none; }
*+html .RadTabStrip .rtsLI { float: none; }

.RadTabStrip .rtsSeparator,
.RadTabStripVertical .rtsSeparator
{
	height: 26px;
}

.RadTabStrip .rtsLink,
.RadTabStripVertical .rtsLink
{
	display: block;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 9px;
}

.RadTabStrip .rtsLink
{
	text-align: center;
}

.RadTabStripVertical .rtsLink
{
	text-align: right;
}

/* Opera & IE8 bozos do not inherit text-decoration */
.RadTabStrip .rtsLevel .rtsOut,
.RadTabStrip .rtsLevel .rtsIn,
.RadTabStrip .rtsLevel .rtsTxt { text-decoration: inherit; }

.RadTabStrip .rtsOut,
.RadTabStripVertical .rtsOut
{
	display: block;
	padding-right: 9px;
}

.RadTabStrip .rtsIn,
.RadTabStripVertical .rtsIn
{
	display: block;
	padding: 0 5px;
}

.RadTabStrip .rtsImg,
.RadTabStripVertical .rtsImg
{
	border: 0;
	margin-top: -2px;
	vertical-align: middle;
}

.RadTabStrip .rtsTxt,
.RadTabStripVertical .rtsTxt
{
	display: inline-block;
}

.RadTabStrip .rtsLevel1 .rtsTxt,
.RadTabStripVertical .rtsLevel1 .rtsTxt
{
	padding: 0 5px;
}

.RadTabStrip .rtsDisabled,
.RadTabStripVertical .rtsDisabled
{
	cursor: default;
}

.RadTabStrip .rtsPrevArrow,
.RadTabStrip .rtsNextArrow,
.RadTabStrip .rtsPrevArrowDisabled,
.RadTabStrip .rtsNextArrowDisabled
{
	margin-top: 5px;
	height: 18px;
	width: 18px;
	font-size: 0;
	line-height: 18px;
	text-indent:-9999px;
	overflow: hidden;
	outline: 0;
	background-color: transparent;
	background-repeat: no-repeat;
}

.RadTabStrip .rtsPrevArrowDisabled,
.RadTabStrip .rtsNextArrowDisabled,
.RadTabStrip .rtsPrevArrow,
.RadTabStrip .rtsNextArrow
{
	display: block;
}

.RadTabStrip .rtsPrevArrow { background-position: 0 -208px; }
.RadTabStrip .rtsNextArrow { background-position: -18px -208px; }
.RadTabStrip .rtsPrevArrow:hover { background-position: -36px -208px; }
.RadTabStrip .rtsNextArrow:hover { background-position: -54px -208px; }
.RadTabStrip .rtsPrevArrowDisabled,
.RadTabStrip .rtsPrevArrowDisabled:hover { background-position: -72px -208px; }
.RadTabStrip .rtsNextArrowDisabled,
.RadTabStrip .rtsNextArrowDisabled:hover { background-position: -90px -208px; }

.RadTabStrip .rtsCenter
{
	text-align: center;
}

.RadTabStrip .rtsImg
{
	border: none;
}
.RadTabStrip .rtsImg+.rtsTxt { display: -moz-inline-box; display: inline-block; }
.RadTabStrip .rtsTxt { display: inline-block; }

.RadTabStrip .rtsRight .rtsUL
{
	float:right;
}

.RadTabStrip .rtsCenter .rtsUL
{
	display: -moz-inline-box;
	display: inline-block;
	float: none;
}

.RadTabStrip .rtsBreak
{
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	clear: left;
	overflow: hidden;
}

* html .RadTabStrip .rtsCenter .rtsUL { display: inline-block; }
* html .RadTabStrip .rtsCenter .rtsUL { display: inline; }

*+html .RadTabStrip .rtsCenter .rtsUL { display: inline-block; }
*+html .RadTabStrip .rtsCenter .rtsUL { display: inline; }

.RadTabStrip_rtl .rtsLI
{
	float:right;
}

* html .RadTabStrip_rtl .rtsLI
{
	float:none;
}

*+html .RadTabStrip_rtl .rtsLI
{
	float:none;
}

@media screen and (min-width:50px)
{
	:root .rtsScroll
	{
		width: auto;
	}
	
	:root .rtsScroll .rtsLI
	{
		float:none;
		display: inline-block;
	}
}

.RadTabStripVertical .rtsLink,
.RadTabStripVertical .rtsLI .rtsDisabled:hover { background-position: 0 0; }
.RadTabStripVertical .rtsLink:hover { background-position: 0 -200px; }
.RadTabStripVertical .rtsSelected,
.RadTabStripVertical .rtsSelected:hover { background-position: 0 -400px; }

.RadTabStripVertical .rtsLI
{
	display: inline;
}

.RadTabStripVertical .rtsSeparator
{
	display: block;
	height: 2px;
}
/* END Telerik.Web.UI.Skins.TabStrip.css */
/* START Telerik.Web.UI.Skins.Office2007.Input.Office2007.css */
/*Telerik RadInput Office2007 Skin*/

/*global*/

.RadInput_Office2007,
.RadInputMgr_Office2007
{
	vertical-align:middle;
	font:12px "segoe ui",arial,sans-serif;
}

.RadInput_Office2007 table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_Office2007 table.riTable td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_Office2007 table td.riCell
{
	padding-right:4px;
}

.RadInput_Office2007 textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_Office2007 .riTextBox,
html body .RadInputMgr_Office2007
{
	border:1px solid #abc1de;
	padding:2px 1px 3px;
	background:#fff;
	color:#000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Office2007 .riEmpty,
html body .RadInput_Empty_Office2007
{
	color:#8d8d8d;
}

html body .RadInput_Office2007 .riHover,
html body .RadInput_Hover_Office2007,
html body .RadInput_Office2007 .riFocused,
html body .RadInput_Focused_Office2007
{
	border-color:#305090;
}

html body .RadInput_Office2007 .riRead,
html body .RadInput_Read_Office2007
{
	border-color:#ccdbed;
}

html body .RadInput_Office2007 .riDisabled,
html body .RadInput_Disabled_Office2007
{
	border-color:#ccdbed;
	color:#8d8d8d;
	cursor:default;
}

html body .RadInput_Office2007 .riError,
html body .RadInput_Error_Office2007
{
	border-color:#b32d34 #dc643f #ea8541;
	background:#fff 100% -298px no-repeat url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg2e8b0Ajng3oUHBh53vNMh79QeTfJ30gs9rVYa6NV2xUsSGSjdw13l-QnfkxEw3iJo1&t=633870491416149346');
	color:#b32d34;
}

.RadForm.rfdTextbox .RadInput_Office2007 .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Office2007[type="text"]
{
	border-color:#b32d34 #dc643f #ea8541;
	background:#fff 100% -298px no-repeat url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg2e8b0Ajng3oUHBh53vNMh79QeTfJ30gs9rVYa6NV2xUsSGSjdw13l-QnfkxEw3iJo1&t=633870491416149346');
	color:#b32d34;
}

html body .RadInput_Office2007 .riNegative,
html body .RadInput_Negative_Office2007
{
	color:#565656;
}

/*buttons*/

.RadInput_Office2007 a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:transparent no-repeat url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg2e8b0Ajng3oUHBh53vNMh79QeTfJ30gs9rVYa6NV2xUsSGSjdw13l-QnfkxEw3iJo1&t=633870491416149346');
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
}
* html .RadInput_Office2007 a{position:static}/*IE6*/
*+html .RadInput_Office2007 a{position:static}/*IE7*/

/*go*/

.RadInput_Office2007 .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_Office2007 .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_Office2007 .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
	margin:0 1px;
}

.RadInput_Office2007 .riUp
{
	background-position:4px -98px;
}

.RadInput_Office2007 .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_Office2007 a.riDown
{
	background-position:4px -199px;
	margin-top:3px;
}

* html .RadInput_Office2007 a.riDown
{
	margin-top /**/:0;
}

.RadInput_Office2007 a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_Office2007 .riLabel
{
	margin:0 4px 0 0;
	color:#000;
	white-space:nowrap;
}
/* END Telerik.Web.UI.Skins.Office2007.Input.Office2007.css */
/* START Telerik.Web.UI.Skins.Web20.ToolTip.Web20.css */
.RadToolTip_Web20.rtLoading
{	
	background: url('/WebResource.axd?d=5tDsusWfil_fQD4mO8hHhLADY33nIErH_PZFPeNIQg21tpBH3hbqvYDns2xihKgsyyPNhiufDJjpztRAYxi2JQ2&t=633870491416149346') 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=633870491416149346');
	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=633870491416149346') ;
	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=633870491416149346');
	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=633870491416149346');
	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=633870491416149346');
	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 */
/* 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 */
