/* START Telerik.Web.UI.Skins.FormDecorator.css */
/* this is set to the "real" radiobuttons and checkboxes */
.rfdRealInput
{
    position: absolute;
    left: -99999px;
}

/* --- COMMON SETTINGS FOR THE SKINNED BUTTONS --- */

/* set one pixel margin to the skinned buttons, which compensates the focus dots when the button is focused */
.rfdButton a.rfdSkinnedButton
{
	margin: 1px;
}

.rfdButton a.rfdSkinnedButton,
.rfdButton a.rfdSkinnedButton *
{
    cursor: default;
    background-repeat: no-repeat;
	background-color: transparent;
	height: 21px;
	line-height: 21px;
	text-decoration: none;
	display: inline-block;
	border: 0 !important; /* do not remove the !important flag, otherwise the * selector will not apply for that property */
	text-align: center;
	font: normal 12px "Segoe UI", Arial, Verdana !important;
    white-space: nowrap;
}

/* set dotted border to a focused button */
.rfdButton a.rfdSkinnedButton:focus
{
	outline: dotted 1px #ccc;
}

.rfdButton a.rfdSkinnedButton,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover
{
    padding: 0 4px 0 0;
}

/*TEKI: fix CSS inheritance issue with RadComboBox */
.RadForm.rfdTextbox .rfdSkinnedButton input,
.RadForm.rfdTextbox .rfdSkinnedButton button,
.RadForm.rfdTextbox .RadComboBox input,
.RadForm.rfdTextbox .RadComboBox input[type="text"]
{
   border:0;
   background-color:transparent;
}

/*TEKI: (text) inputs by default can have no type specified, so update the button definition to show no border!*/
.RadForm.rfdTextbox input[type="button"].rfdDecorated,
.RadForm.rfdTextbox input[type="reset"].rfdDecorated,
.RadForm.rfdTextbox input[type="submit"].rfdDecorated
{
    border: 0;    
}

.rfdButton input[type="button"].rfdDecorated,
.rfdButton input[type="reset"].rfdDecorated,
.rfdButton input[type="submit"].rfdDecorated,
.rfdButton .rfdSkinnedButton button,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover *
{
    background-position: left -21px;
    height: 21px;
	line-height: 21px;
	border: 0;
	padding-left: 12px;
	margin-right:0;/*Safari!*/
}

.rfdButton input[type="button"].rfdDecorated,
.rfdButton input[type="reset"].rfdDecorated,
.rfdButton input[type="submit"].rfdDecorated,
.rfdButton .rfdSkinnedButton button,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover *
{
    padding-left: 4px\9; /* IE7 Standards, IE8 Compatibility */
}

.rfdButton input[type="button"].rfdDecorated,
.rfdButton input[type="reset"].rfdDecorated,
.rfdButton input[type="submit"].rfdDecorated,
.rfdButton .rfdSkinnedButton button,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover *
{
    padding-left /*\**/: 12px\9; /* IE8 */
}

.rfdButton a.rfdSkinnedButton *
{
    _background-position: left -21px;
}

/* IE6 fixes */
.rfdButton a.rfdInputDisabled:hover *
{
    _background-position: left -21px !important;
}

.rfdButton a.rfdInputDisabled:hover
{
    _background-position: right 0 !important;
}
/* end of IE6 fixes */

.rfdButton a.rfdSkinnedButton,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover
{
	background-position: right 0;
}

.rfdButton a.rfdSkinnedButton:hover
{
	background-position: right -42px;
}

.rfdButton a.rfdSkinnedButton:hover *
{
	background-position: left -63px;
}

.rfdButton a.rfdClickedButton,
.rfdButton a.rfdClickedButton:hover
{
	background-position: right -84px;
}

.rfdButton a.rfdSkinnedButton.rfdClickedButton *
{
	background-position: left -105px !important;
}

/* IE7 hovers fix */
*+html.rfdButton a.rfdSkinnedButton:hover *,
*+html .rfdButton a.rfdSkinnedButton:hover *
{
    background-position: left -63px;
}

/* --- END OF COMMON SETTINGS FOR THE SKINNED BUTTONS --- */

.rfdCheckboxChecked,
.rfdCheckboxUnchecked,
.rfdRadioUnchecked,
.rfdRadioChecked
{
    line-height: 20px !important;
	padding: 0 0 0 20px !important;
	zoom: 1; /* IE font-size fix when set in percent */		
	display: inline-block !important;
}

/* Disabled state */
.rfdSkinnedButton.rfdInputDisabled,
.rfdTextarea textarea[disabled],
.rfdTextbox input[type="text"][disabled],
.rfdTextbox input[type="password"][disabled]
{
    filter: alpha(opacity=50); /* IE < 8 */
    opacity: .5; /* FF3, OP9, WebKit */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important; /* IE8 */
    -moz-opacity: .5; /* FF2 */
}

/* FormDecorator + TreeView fix */
.RadTreeView .rfdCheckboxUnchecked,
.RadTreeView .rfdCheckboxChecked
{
    display: -moz-inline-box;
    display: inline-block;
    width: 0;
    vertical-align: middle;
    line-height: 21px;
    height: 21px;
}

/* FormDecorator + TreeView fix */
.RadGrid .rfdCheckboxUnchecked,
.RadGrid .rfdCheckboxChecked
{
    display: -moz-inline-block;
    display: inline-block;
}

/* decorated <fieldset />, <textarea /> and <input type="text | password" /> */
.rfdRoundedInner
{  
    width: 1px;
    font-size: 1px;      
    background-repeat: no-repeat;
}

.rfdRoundedOuter
{    
    width: 1px;
    font-size: 0px;  
}

table.rfdRoundedWrapper,
table.rfdRoundedWrapper_fieldset
{
    display: -moz-inline-box; /*FF2*/
    display: inline-block; /* FF3, Opera, Safari*/
    _display: inline; /* IE6 */
    vertical-align: middle;           
    border-width: 0px !important;    
}

/* do not merge these 2 rules, because of IE6 ! */
table.rfdRoundedWrapper td
{
	padding: 0px !important;
	border: 0px !important;
}
table.rfdRoundedWrapper_fieldset>tbody>tr>td
{
	padding: 0px !important;
	border: 0px !important;
}

/* IE7 */
*+html table.rfdRoundedWrapper, *+html table.rfdRoundedWrapper_fieldset
{
   display: inline;
}

table.rfdRoundedWrapper td, table.rfdRoundedWrapper_fieldset td
{
    vertical-align: middle;
}

/* specific styling related to the elements that need to support rounded corners */
table.rfdRoundedWrapper textarea, textarea.rfdTextarea
{     
    /* Disable the drag resize of textareas in WebKit browsers */
    [hack:safari;
        resize: none;        
    ]        
}

/* right-to-left support begin */
.rfdRtl
{
	direction: rtl;
}

.rfdRtl .rfdRealInput 
{
	position: absolute; /* Causes IE to jump when a textbox in a scrollable parent is clicked -however, setting position:relative has other side effects. This is why it will be left here as *absolute* and set to relative where needed */	
	left: 0;
	right: 0;
	top: -9999px;
}

.rfdRtl .rfdCheckboxUnchecked,
.rfdRtl .rfdInputDisabled.rfdCheckboxUnchecked:hover
{
	padding: 0 20px 0 0 !important;
	background-position: right 0 !important;
}

.rfdRtl .rfdCheckboxUnchecked:hover
{
	background-position: right -200px !important;
}

.rfdRtl .rfdCheckboxChecked,
.rfdRtl .rfdInputDisabled.rfdCheckboxChecked:hover 
{
	padding: 0 20px 0 0 !important;
	background-position: right -420px !important;
}

.rfdRtl .rfdCheckboxChecked:hover
{
	background-position: right -640px !important;
}

.rfdRtl .rfdRadioUnchecked,
.rfdRtl .rfdInputDisabled.rfdRadioUnchecked:hover 
{
	padding: 0 20px 0 0 !important;
	background-position: right 0 !important;
}

.rfdRtl .rfdRadioUnchecked:hover
{
	background-position: right -220px !important;
}

.rfdRtl .rfdRadioChecked,
.rfdRtl .rfdInputDisabled.rfdRadioChecked:hover 
{
	padding: 0 20px 0 0 !important;
	background-position: right -440px !important;
}

.rfdRtl .rfdRadioChecked:hover
{
	background-position: right -640px !important;
}
/* right-to-left support end */

/* skinned selectbox */
.rfdSelect
{
	display: inline-block;
	text-decoration: none;
	font: normal 10pt Arial, Verdana, Sans-serif;
	cursor: default;
	outline: none;
	-moz-user-select: none;
	max-width: 1024px;
	overflow: hidden;
	background-position: 0 0;
	padding-left: 4px;
	zoom: 1;
}

.rfdSelect:hover
{
	background-position: 0 -44px;
}

.rfdSelect .rfdSelectOuter,
.rfdSelect.rfdSelectDisabled:hover .rfdSelectOuter
{
    background-position: right -22px;
    display: block;
    line-height: 22px;
    height: 22px;
    white-space: nowrap;
    width: inherit;
}

.rfdSelect:hover .rfdSelectOuter
{
    background-position: right -66px;
}

.rfdSelect .rfdSelectOuter span
{
    margin-right: 22px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*NEW - TEKI - Support for SELECT dropdowns using the new rendering */
.rfdSelect .rfdSelectBox
{
    position: absolute;
    overflow-y: auto;
    float: left; 
    width: inherit;
}

.rfdSelect li
{
    padding: 0 0 0 3px;
    line-height: 16px;
    height: 16px;
    background-image: none !important;
}

.rfdSelectDisabled
{
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); /* IE 6/7 */
    opacity: .4; /* Gecko, Opera */
    -moz-opacity: .4; /* Old Gecko */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)"; /* IE8 */
}


/* dropdown settings */
.rfdSelectBox
{
    font: normal 10pt Arial, Verdana, Sans-serif;
    display: inline-block;
    overflow-x: hidden;
}

.rfdSelectBox.rfdSelectDisabled:hover
{
    background-position: 0 0;
}

.rfdSelectBox ul
{
    width: inherit;
}

.rfdSelectBox ul,
.rfdSelectBox li
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.rfdSelectBox li
{
    cursor: default;
    padding-left:3px;/* In AJAX CSS-es are registered skin-specific first, base second, which creates problems*/
    line-height: 16px;
    height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.rfdSelectBox_optgroup li
{
    padding-left: 20px !important;
    height: 18px !important;
    line-height: 18px !important;
}

.rfdSelectBox_optgroup .rfdSelectBox_optgroup_label
{
    font-style: italic;
    font-weight: bold;
    padding-left: 0 !important;
}

.rfdSelectBox_Default .rfdSelectBox_optgroup_label:hover
{
    background: none;
    color: black;
}

.rfdSelectBox.rfdSelectDisabled li:hover
{
    background: none !important;
}

.rfdSelectBox .rfdSelectBox_optgroup li
{
    padding-left: 12px !important;
}

.rfdSelectBox li.rfdSelectBox_optgroup_label
{
    padding-left: 0 !important;
}

/* end of skinned selectbox */


/* Internet Explorer fix for background position of a <fieldset /> */
.rfdFieldset fieldset
{
   background-position: 0 7px\9; /* all versions IE hack */
   background-repeat: no-repeat; /* Mandatory to use because of incorrect IE positioning of the image */		
}

.rfdCheckboxChecked,
.rfdCheckboxUnchecked,
.rfdRadioUnchecked,
.rfdRadioChecked
{
    line-height: 20px !important;
	padding: 0;
	padding-left: 20px;
	zoom: 1; /* fixes IE issue with font-size set in percent */
	display: inline-block !important;	
}

.rfdRoundedCorners
{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;   
}

/* This one fixes the jumping of the skinned select boxes when clicked in IE7 */
*+html .rfdSelect
{
   vertical-align: middle;
}

.rfdRtl .rfdSelect
{
    padding-left: 18px !important;
    background-position: 0 -110px !important;
}

.rfdRtl .rfdSelect .rfdSelectOuter
{
    margin: 0 !important;
    background-position: right -88px !important;
}

.rfdRtl .rfdSelect:hover
{
    background-position: 0 -154px !important;
}

.rfdRtl .rfdSelect .rfdSelectOuter:hover
{
    margin: 0 !important;
    background-position: right -132px !important;
}

.rfdRtl .rfdSelect .rfdSelectOuter span.rfdSelectText
{
    margin: 0 0 0 0 !important;
    padding: 0 3px 0 0 !important;
}
/* this one removes the hover from the rtl dropdowns in IE6 */
*html .rfdRtl .rfdSelect:hover
{
    _background-position: 0 -110px !important;
}

*+html.RadForm input.rfdDecorated,  
*+html.RadForm button.rfdDecorated  
{  
    padding-left: 4px !important;  
}

/* the styling of radiobuttons and checkboxes in Safari and Chrome is already fully achieved with CSS */
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    .rfdRadio label,
    .rfdCheckbox label
    {
        padding-left: 0 !important;
        background-image: none !important;
        line-height: 20px;
    }
    
    .rfdCheckbox label
    {
        vertical-align: middle;
    }
    
    .rfdRadio label
    {
        vertical-align: bottom;
    }
    
    .rfdRadio input[type="radio"],
    .rfdCheckbox input[type="checkbox"]
    {
        -khtml-appearance: none; /* remove the graphic appearance of the original control */
        position: static; /* set back it's static position on the page */
        width: 20px; /* set default width of the control */
	    height: 20px; /* set default height of the control */
	    vertical-align: middle; /* align the control properly */
    }
    
    .rfdCheckbox input[type="checkbox"][disabled],
    .rfdRadio input[type="radio"][disabled]
    {
        opacity: .5; /* give the control a disabled looks */
    }
    
    /* checkboxes */
    .rfdCheckbox input[type="checkbox"],
    .rfdCheckbox input[type="checkbox"][disabled]:hover
    {
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    
    .rfdCheckbox input[type="checkbox"]:hover
    {
        background-position-y: -200px;
    }
    
    .rfdCheckbox input[type="checkbox"]:checked,
    .rfdCheckbox input[type="checkbox"][disabled]:hover:checked
    {
        background-position-y: -420px;
    }
    
    .rfdCheckbox input[type="checkbox"]:hover:checked
    {
        background-position-y: -640px;
    }
    
    /* radio buttons */
    .rfdRadio input[type="radio"],
    .rfdRadio input[type="radio"][disabled="disabled"]:hover
    {
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    
    .rfdRadio input[type="radio"]:hover
    {
        background-position-y: -220px;
    }
    
    .rfdRadio input[type="radio"]:checked,
    .rfdRadio input[type="radio"][disabled="disabled"]:hover:checked
    {
        background-position-y: -440px;
    }
    
    .rfdRadio input[type="radio"]:hover:checked
    {
        background-position-y: -640px;
    }
}
/* END Telerik.Web.UI.Skins.FormDecorator.css */
/* START Telerik.Web.UI.Skins.Black.FormDecorator.Black.css */
/* RadFormDecorator for ASP.NET Black Skin */

/* CSS class for styling the decoration zone or the <html /> tag of the page */
.RadForm_Black.rfdZone
{
    background-color: #292929;
    color: white;
}

/* Decorate scrollbars */
.RadForm_Black.rfdScrollBars
{
	scrollbar-3dlight-color: #1a1a1a; 
	scrollbar-arrow-color: #111111;
	scrollbar-base-color: #f5f5f5; 
	scrollbar-darkshadow-color: #474747; 
	scrollbar-face-color: #393939;
	scrollbar-highlight-color: #474747; 
	scrollbar-shadow-color: #1a1a1a;
	scrollbar-track-color: #272727;
}

/* 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_Black.rfdButton a.rfdSkinnedButton,
.RadForm_Black.rfdButton input[type="button"].rfdDecorated,
.RadForm_Black.rfdButton input[type="reset"],
.RadForm_Black.rfdButton input[type="submit"].rfdDecorated,
.RadForm_Black.rfdButton .rfdSkinnedButton button
{
	background-image: url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6jQfQX8fHlafM4xmJIWw3HoVzaeI8TIhRX17iU69FO7xcROR6gd1lCLZ9JPAdrxSMQ1&t=633938447394671250');
	color: #ffffff;
}

.RadForm_Black.rfdButton a.rfdSkinnedButton *
{
    _color: white; /* IE6 */
}

.RadForm_Black.rfdButton .rfdSkinnedButton:hover *
{
    color: #9eda29;
}

.RadForm_Black.rfdButton a.rfdSkinnedButton,
.RadForm_Black.rfdButton a.rfdSkinnedButton *
{
    _background-image: url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6jQfQX8fHlafM4xmJIWw3HoVzaeI8TIhRX17iU69FO7xcROR6gd1lCLZ9JPAdrxSMQ1&t=633938447394671250');
}

/* 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_Black.rfdButton a.rfdSkinnedButton input
	{
	    display: block;
	    float: left;
	}
}

/* Decorate <h4|5|6 /> */
.RadForm_Black.rfdHeading h4
{
	color: #9eda29;	
	border-bottom: solid 1px #3a3a3a;	
}

.RadForm_Black.rfdHeading h5
{
	color: #9eda29;	
	border-bottom: solid 1px #3a3a3a;	
}

.RadForm_Black.rfdHeading h6
{
	color: #9eda29;	
}

/* Decorate <label /> */
.RadForm_Black.rfdLabel label
{	
	color: #ffffff;	
}

/* Decorate <input type="checkbox" /> */
.RadForm_Black .rfdCheckboxUnchecked,
.RadForm_Black .rfdInputDisabled.rfdCheckboxUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6jQfQX8fHlafM4xmJIWw3Ho8xeZbRzHDwYx6WwQT74I4NEnlIdjPV-xaknHii2OfQo1&t=633938447394671250') no-repeat 0 0;
}

.RadForm_Black .rfdCheckboxUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6jQfQX8fHlafM4xmJIWw3Ho8xeZbRzHDwYx6WwQT74I4NEnlIdjPV-xaknHii2OfQo1&t=633938447394671250') no-repeat 0 -200px;
}

.RadForm_Black .rfdCheckboxChecked,
.RadForm_Black .rfdInputDisabled.rfdCheckboxChecked:hover
{
	background: transparent url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6jQfQX8fHlafM4xmJIWw3Ho8xeZbRzHDwYx6WwQT74I4NEnlIdjPV-xaknHii2OfQo1&t=633938447394671250') no-repeat 0 -420px;
}

.RadForm_Black .rfdCheckboxChecked:hover
{
	background: transparent url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6jQfQX8fHlafM4xmJIWw3Ho8xeZbRzHDwYx6WwQT74I4NEnlIdjPV-xaknHii2OfQo1&t=633938447394671250') no-repeat 0 -640px;
}

/* Decorate <input type="radio" /> */
.RadForm_Black .rfdRadioUnchecked,
.RadForm_Black .rfdInputDisabled.rfdRadioUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6jQfQX8fHlafM4xmJIWw3Ho6U1eUajMgKWfVbwmwEJVhpMc1yJBsJuISy9jubBqHfU1&t=633938447394671250') no-repeat 1px 0;
}

.RadForm_Black .rfdRadioUnchecked:hover
{
	background: transparent url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6jQfQX8fHlafM4xmJIWw3Ho6U1eUajMgKWfVbwmwEJVhpMc1yJBsJuISy9jubBqHfU1&t=633938447394671250') no-repeat 1px -220px;
}

.RadForm_Black .rfdRadioChecked,
.RadForm_Black .rfdInputDisabled.rfdRadioChecked:hover 
{
	background: transparent url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6jQfQX8fHlafM4xmJIWw3Ho6U1eUajMgKWfVbwmwEJVhpMc1yJBsJuISy9jubBqHfU1&t=633938447394671250') no-repeat 1px -440px;
}

.RadForm_Black .rfdRadioChecked:hover
{
	background: transparent url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6jQfQX8fHlafM4xmJIWw3Ho6U1eUajMgKWfVbwmwEJVhpMc1yJBsJuISy9jubBqHfU1&t=633938447394671250') no-repeat 1px -640px;
}

/* IE6 - we set .gif")%> image instead of .png")%> due to the lack RGBA support */
.RadForm_Black .rfdRadioUnchecked,
.RadForm_Black .rfdInputDisabled.rfdRadioUnchecked:hover,
.RadForm_Black .rfdRadioUnchecked:hover,
.RadForm_Black .rfdRadioChecked,
.RadForm_Black .rfdInputDisabled.rfdRadioChecked:hover,
.RadForm_Black .rfdRadioChecked:hover
{
    _background-image: url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6jQfQX8fHlafM4xmJIWw3Ho6U1eUajMgKWfVbwmwEJVhhjW1fQ91LMk7CwMJwgcE-E1&t=633938447394671250'); /* 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_Black.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_Black fieldset.rfdFieldset legend
{
	color: #9eda29;
}

.RadForm_Black table.rfdRoundedWrapper:hover div.rfdRoundedInner
{
    background-color: #ffffff;
    border-color: #9eda29 !important;
}

/* this selector styles the hover of the side bars of the rounded elements */
.RadForm_Black table.rfdRoundedWrapper:hover .rfdRoundedOuter
{	
	background-color: #9eda29 !important;
}

/* Decorate <input type="text | password" /> and <textarea /> */
/* For all browsers except IE6 we are using attribute selectors - single or double */
.RadForm_Black.rfdTextbox input[type="text"],
.RadForm_Black.rfdTextbox input[type="password"],
.RadForm_Black.rfdTextarea textarea,
.RadForm_Black.rfdTextarea textarea[disabled]:hover,
.RadForm_Black.rfdTextbox input[disabled][type="text"]:hover,
.RadForm_Black.rfdTextbox input[disabled][type="password"]:hover
{
    border: solid 1px #080808;
    background-color: #444444;
    color: white;
}

.RadForm_Black.rfdTextbox .rfdDecorated:hover,
.RadForm_Black.rfdTextbox .rfdDecorated:hover,
.RadForm_Black.rfdTextarea textarea:hover
{
    border: solid 1px #9eda29;
}

/* Decorate <fieldset /> */
.RadForm_Black.rfdFieldset fieldset
{	
	border: solid 1px #080808;
	background-image: url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6jQfQX8fHlafM4xmJIWw3Ho26aei1Hb3GLGB6FUjKSiIFGZ0ZW9QD_Rrlu2C2PmlTs1&t=633938447394671250'); /* having a background image on a fieldset is not okay with IE */	
}

/* Decorate <fieldset /> and <legend /> */
.RadForm_Black.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_Black.rfdFieldset fieldset.rfdFieldset legend
{
	color: #9eda29;
}

.RadForm_Black.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset,
.RadForm_Black.rfdFieldset fieldset.rfdFieldset
{	
	border: solid 1px #080808;
	background-image: url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6jQfQX8fHlafM4xmJIWw3Ho26aei1Hb3GLGB6FUjKSiIFGZ0ZW9QD_Rrlu2C2PmlTs1&t=633938447394671250'); /* 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_Black table.rfdRoundedWrapper input,
.RadForm_Black table.rfdRoundedWrapper textarea,
.RadForm_Black input.rfdInput, 
.RadForm_Black textarea.rfdTextarea
{
	border: solid 1px #080808;
	background: #444444;	
	color: #000000;
}

.RadForm_Black textarea.rfdTextarea,
.RadForm_Black table.rfdRoundedWrapper textarea
{
    overflow: auto;
    color: white;
}

/* <select /> */
.rfdSelect_Black,
.rfdSelect_Black:hover,
.rfdSelect_Black .rfdSelectOuter,
.rfdSelect_Black:hover .rfdSelectOuter,
.rfdSelect_Black .rfdSelectArrow span,
.rfdSelectBox_Black .rfdSelect_selected,
.rfdSelectBox_Black li:hover,
.rfdSelect_Black.rfdSelectDisabled:hover,
.rfdRtl .rfdSelect_Black,
.rfdRtl .rfdSelect_Black:hover,
.rfdRtl .rfdSelect_Black .rfdSelectOuter,
.rfdRtl .rfdSelect_Black .rfdSelectOuter:hover
{
    background-image: url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6jQfQX8fHlafM4xmJIWw3Hoz_vR4bJGIvYucua5S8WI6yMTF3b5BSP_WypVWi4WPD81&t=633938447394671250');
    background-repeat: no-repeat;
    background-color: transparent;
}

.rfdSelect_Black .rfdSelectOuter,
.rfdSelect_Black.rfdSelectDisabled:hover .rfdSelectOuter
{
    color: white;
}

.rfdSelect_Black:hover .rfdSelectOuter
{
    color: #9eda29;
}

/* dropdown settings */
.rfdSelectBox_Black
{
    background-color: #363636;
    border: solid 1px #080808;
    color: #fff;
}

.rfdSelectBox_Black li
{
    padding: 0 0 0 3px;
    background-image: none !important;
}

.rfdSelectBox_Black .rfdSelect_selected,
.rfdSelectBox_Black li:hover
{
    color: #9eda29;
    background-color: #1e1e1e;
}

.rfdSelectBox_Black .rfdSelectBox_optgroup_label:hover
{
    background: none;
    color: #fff;
}

.rfdSelectDisabled.rfdSelectBox_Black li
{
    color: #fff;
}

/* 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_Black.rfdButton a.rfdInputDisabled:hover
{
	_background-position: 0 0;
}

* html .RadForm_Black.rfdButton a.rfdInputDisabled:hover *
{
	_background-position: right -21px;
	_color: #000000;
}

.RadForm_Black.rfdTextbox input.rfdIE6TextBox,
.RadForm_Black.rfdTextbox textarea.rfdIE6TextBox
{
    _border: solid 1px #080808;
    _color: white !important;
    _background-color: #444444;
}

/* 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=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6jQfQX8fHlafM4xmJIWw3Ho8xeZbRzHDwYx6WwQT74I4NEnlIdjPV-xaknHii2OfQo1&t=633938447394671250');
    }
    
    /* radio buttons */
    .rfdRadio input[type="radio"],
    .rfdRadio input[type="radio"][disabled="disabled"]:hover
    {
        background-image: url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6jQfQX8fHlafM4xmJIWw3Ho6U1eUajMgKWfVbwmwEJVhpMc1yJBsJuISy9jubBqHfU1&t=633938447394671250');
    }
}
/* END Telerik.Web.UI.Skins.Black.FormDecorator.Black.css */
/* START Telerik.Web.UI.Skins.Input.css */
/*Telerik RadInput Common CSS*/

/*global*/

.RadInput,
.RadInputMgr
{
	vertical-align:middle;
}

.RadInput table
{
	border:0;
	vertical-align:bottom;
}

.RadInput table.riTable td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput table td.riCell
{
	padding-right:4px;
}

.RadInput textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput .riTextBox,
html body .RadInputMgr
{
	border:1px solid;
	padding:2px 1px 3px;
}

/*buttons*/

.RadInput a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
}
* html .RadInput a{position:static}/*IE6*/
*+html .RadInput a{position:static}/*IE7*/

.RadInput .riSpin a
{
	margin:0 1px;
}

.RadInput a.riDown
{
	margin-top:3px;
}

* html .RadInput a.riDown
{
	margin-top /**/:0;
}

/*label*/

.RadInput .riLabel
{
	margin:0 4px 0 0;
	white-space:nowrap;
}
/* END Telerik.Web.UI.Skins.Input.css */
/* START Telerik.Web.UI.Skins.Default.Input.Default.css */
/*Telerik RadInput Default Skin*/

/*global*/

.RadInput_Default,
.RadInputMgr_Default
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Default .riTextBox,
html body .RadInputMgr_Default
{
	border-color:#8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
	background:#fff;
	color:#000;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Default .riEmpty,
html body .RadInput_Empty_Default
{
	color:#8a8a8a;
}

html body .RadInput_Default .riHover,
html body .RadInput_Hover_Default,
html body .RadInput_Default .riFocused,
html body .RadInput_Focused_Default
{
	border-color:#515151;
}

html body .RadInput_Default .riRead,
html body .RadInput_Read_Default
{
	border-color:#d0d0d0;
}

html body .RadInput_Default .riDisabled,
html body .RadInput_Disabled_Default
{
	border-color:#d0d0d0;
	color:#8a8a8a;
	cursor:default;
}

html body .RadInput_Default .riError,
html body .RadInput_Error_Default
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6hgpWWs5xmEb0myWMltXZHmhnVA10w83-0U4y6lJolLkg2&t=633938447394671250');
	color:#d51923;
}

.RadForm.rfdTextbox .RadInput_Default .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Default[type="text"]
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6hgpWWs5xmEb0myWMltXZHmhnVA10w83-0U4y6lJolLkg2&t=633938447394671250');
	color:#d51923;
}

html body .RadInput_Default .riNegative,
html body .RadInput_Negative_Default
{
	color:#565656;
}

/*buttons*/

.RadInput_Default a
{
	background:transparent no-repeat url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6hgpWWs5xmEb0myWMltXZHmhnVA10w83-0U4y6lJolLkg2&t=633938447394671250');
}

/*go*/

.RadInput_Default .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_Default .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_Default .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_Default .riUp
{
	background-position:4px -98px;
}

.RadInput_Default .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_Default a.riDown
{
	background-position:4px -199px;
}

.RadInput_Default a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_Default .riLabel
{
	color:#000;
}
/* END Telerik.Web.UI.Skins.Default.Input.Default.css */
/* START Telerik.Web.UI.Skins.Office2007.Grid.Office2007.css */
/*Telerik RadGrid Office2007 Skin*/

/*global*/

.RadGrid_Office2007
{
    border:1px solid #688caf;
    background:#fff;
    color:#333;
}

.RadGrid_Office2007,
.RadGrid_Office2007 .rgMasterTable,
.RadGrid_Office2007 .rgDetailTable,
.RadGrid_Office2007 .rgGroupPanel table,
.RadGrid_Office2007 .rgCommandRow table,
.RadGrid_Office2007 .rgEditForm table,
.RadGrid_Office2007 .rgPager table,
.GridToolTip_Office2007
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_Office2007 .rgMasterTable,
.RadGrid_Office2007 .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_Office2007 .rgRow,
.RadGrid_Office2007 .rgAltRow,
.RadGrid_Office2007 .rgHeader,
.RadGrid_Office2007 .rgResizeCol,
.RadGrid_Office2007 .rgPager,
.RadGrid_Office2007 .rgGroupPanel,
.RadGrid_Office2007 .rgGroupHeader
{
	cursor:default;
}

.RadGrid_Office2007 input[type="image"]
{
	cursor:pointer;
}

.RadGrid_Office2007 .rgRow td,
.RadGrid_Office2007 .rgAltRow td,
.RadGrid_Office2007 .rgEditRow td,
.RadGrid_Office2007 .rgFooter td,
.RadGrid_Office2007 .rgFilterRow td,
.RadGrid_Office2007 .rgHeader,
.RadGrid_Office2007 .rgResizeCol,
.RadGrid_Office2007 .rgGroupHeader td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid_Office2007 .rgClipCells .rgHeader,
.RadGrid_Office2007 .rgClipCells .rgRow>td,
.RadGrid_Office2007 .rgClipCells .rgAltRow>td
{
	overflow:hidden;
}

.RadGrid_Office2007 .rgHeader:first-child,
.RadGrid_Office2007 th.rgResizeCol:first-child,
.RadGrid_Office2007 .rgFilterRow>td:first-child,
.RadGrid_Office2007 .rgRow>td:first-child,
.RadGrid_Office2007 .rgAltRow>td:first-child
{
	border-left:0;
	padding-left:8px;
}

.RadGrid_Office2007 .rgAdd,
.RadGrid_Office2007 .rgRefresh,
.RadGrid_Office2007 .rgEdit,
.RadGrid_Office2007 .rgDel,
.RadGrid_Office2007 .rgFilter,
.RadGrid_Office2007 .rgPagePrev,
.RadGrid_Office2007 .rgPageNext,
.RadGrid_Office2007 .rgPageFirst,
.RadGrid_Office2007 .rgPageLast,
.RadGrid_Office2007 .rgExpand,
.RadGrid_Office2007 .rgCollapse,
.RadGrid_Office2007 .rgSortAsc,
.RadGrid_Office2007 .rgSortDesc,
.RadGrid_Office2007 .rgUpdate,
.RadGrid_Office2007 .rgCancel,
.RadGrid_Office2007 .rgUngroup,
.RadGrid_Office2007 .rgExpXLS,
.RadGrid_Office2007 .rgExpDOC,
.RadGrid_Office2007 .rgExpPDF,
.RadGrid_Office2007 .rgExpCSV
{
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6h5ZXySR8UA5vniuXlREBHRGCVZwnEiJjkG21rsbXvPcA2&t=633938447394671250');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

.RadGrid_Office2007 .rgGroupItem input,
.RadGrid_Office2007 .rgCommandRow img,
.RadGrid_Office2007 .rgHeader input,
.RadGrid_Office2007 .rgFilterRow img,
.RadGrid_Office2007 .rgFilterRow input,
.RadGrid_Office2007 .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_Office2007 .rgHeaderDiv
{
	background:#d6e5f3 0 -8050px repeat-x url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6h5ZXySR8UA5vniuXlREBHRGCVZwnEiJjkG21rsbXvPcA2&t=633938447394671250');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -7550px;
}

.rgNoScrollImage .rgHeaderDiv
{
	background-image:none;
}

.RadGrid_Office2007 .rgHeader,
.RadGrid_Office2007 th.rgResizeCol
{
	border:solid #5d8cc9;
	border-width:0 0 1px 1px;
	padding-top:5px;
	padding-bottom:4px;
	background:0 -2300px repeat-x #c3d8f1 url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6h5ZXySR8UA5vniuXlREBHRGCVZwnEiJjkG21rsbXvPcA2&t=633938447394671250');
	text-align:left;
	font-weight:normal;
}

.RadGrid_Office2007 th.rgSorted
{
	border-bottom-color:#ff9b35;
	background-color:#ffca5e;
	background-position:0 -2600px;
}

.RadGrid_Office2007 .rgHeader,
.RadGrid_Office2007 .rgHeader a
{
    color:#00156e;
    text-decoration:none;
}

.RadGrid_Office2007 th.rgSorted,
.RadGrid_Office2007 th.rgSorted a
{
    color:#000;
}

.RadGrid_Office2007 .rgCheck
{
	height:15px;
	margin:0;
	padding:0;
}

/*rows*/

.RadGrid_Office2007 .rgRow td,
.RadGrid_Office2007 .rgAltRow td,
.RadGrid_Office2007 .rgEditRow td,
.RadGrid_Office2007 .rgFooter td
{
	border:1px solid;
	border-top:0;
	border-right:0;
	padding-top:4px;
	padding-bottom:3px;
}

.RadGrid_Office2007 .rgRow td,
.RadGrid_Office2007 .rgAltRow td
{
	border-color:#d0d7e5;
}

.RadGrid_Office2007 .rgRow .rgSorted,
.RadGrid_Office2007 .rgAltRow .rgSorted
{
	background-color:#f2f2f2;
}

.RadGrid_Office2007 .rgSelectedRow .rgSorted,
.RadGrid_Office2007 .rgActiveRow .rgSorted,
.RadGrid_Office2007 .rgHoveredRow .rgSorted,
.RadGrid_Office2007 .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_Office2007 .rgRow a,
.RadGrid_Office2007 .rgAltRow a,
.RadGrid_Office2007 .rgEditRow a,
.RadGrid_Office2007 .rgFooter a,
.RadGrid_Office2007 .rgEditForm a
{
	color:#00156e;
}

.RadGrid_Office2007 .rgSelectedRow
{
    background:#ffcb60 0 -3900px repeat-x url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6h5ZXySR8UA5vniuXlREBHRGCVZwnEiJjkG21rsbXvPcA2&t=633938447394671250');
}
*+html .RadGrid_Office2007 .rgSelectedRow .rgSorted{background-color:#ffcb60}
* html .RadGrid_Office2007 .rgSelectedRow .rgSorted{background-color:#ffcb60}

.RadGrid_Office2007 .rgActiveRow,
.RadGrid_Office2007 .rgHoveredRow
{
    background:#ecf4ff;
}
*+html .RadGrid_Office2007 .rgActiveRow .rgSorted,
*+html .RadGrid_Office2007 .rgHoveredRow .rgSorted{background-color:#ecf4ff}
* html .RadGrid_Office2007 .rgActiveRow .rgSorted,
* html .RadGrid_Office2007 .rgHoveredRow .rgSorted{background-color:#ecf4ff}

.RadGrid_Office2007 .rgEditRow
{
	background:#ffe5ad;
}
*+html .RadGrid_Office2007 .rgEditRow .rgSorted{background-color:#ffe5ad}
* html .RadGrid_Office2007 .rgEditRow .rgSorted{background-color:#ffe5ad}

.RadGrid_Office2007 .rgSelectedRow td,
.RadGrid_Office2007 .rgActiveRow td,
.RadGrid_Office2007 .rgHoveredRow td,
.RadGrid_Office2007 .rgEditRow td
{
	border-left:0;
	padding-left:8px;
}

.RadGrid_Office2007 .rgSelectedRow td
{
	border-bottom-color:#ff9b35;
}

.RadGrid_Office2007 .rgActiveRow td,
.RadGrid_Office2007 .rgHoveredRow td,
.RadGrid_Office2007 .rgEditRow td
{
	border-bottom-color:#d0d7e5;
}

/*footer*/

.RadGrid_Office2007 .rgFooterDiv,
.RadGrid_Office2007 .rgFooter
{
	background:#9ab5db 0 -6500px repeat-x url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6h5ZXySR8UA5vniuXlREBHRGCVZwnEiJjkG21rsbXvPcA2&t=633938447394671250');
}

.RadGrid_Office2007 .rgFooter td
{
	border-width:1px 0;
	border-color:#567db0 #fff #fff;
	padding-left:8px;
}

/*status*/

.RadGrid_Office2007 .rgPager .rgStatus
{
	width:35px;
	border:0;
	border-top:1px solid #5d8cc9;
	border-right:1px solid #9cb9dc;
	border-color:#5d8cc9 #9cb9dc;
	padding:3px;
}

.RadGrid_Office2007 .rgStatus div
{
	width:24px;
	height:24px;
	overflow:hidden;
	border:0;
	margin:0 auto;
	padding:0;
	background:transparent center center no-repeat url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6h5ZXySR8UA5vniuXlREBHRcUVBagXr0zrKeC0DS8YYBxV5S8pgbgWaJLNU_IseEik1&t=633938447394671250');
	text-indent:-2222px;
}

/*pager*/

.RadGrid_Office2007 .rgPager
{
	background:#ecf3fc 0 -7000px repeat-x url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6h5ZXySR8UA5vniuXlREBHRGCVZwnEiJjkG21rsbXvPcA2&t=633938447394671250');
}

.RadGrid_Office2007 .rgPager td
{
	padding:0;
}

.RadGrid_Office2007 .rgPager .rgPagerCell
{
	border:0;
	border-top:1px solid #5d8cc9;
	border-left:1px solid #fff;
	padding:5px 0;
}

.RadGrid_Office2007 .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:22px;
	white-space:nowrap;
}

.RadGrid_Office2007 .rgArrPart1
{
	padding-right:0;
}

.RadGrid_Office2007 .rgArrPart2
{
	padding-left:0;
}

.RadGrid_Office2007 .rgInfoPart
{
	float:right;
	color:#333;
}

.RadGrid_Office2007 .rgInfoPart strong
{
	font-weight:normal;
	color:#000;
}

.RadGrid_Office2007 .rgArrPart1 img,
.RadGrid_Office2007 .rgArrPart2 img
{
	margin:0 8px;
}

.RadGrid_Office2007 .rgPageFirst,
.RadGrid_Office2007 .rgPagePrev,
.RadGrid_Office2007 .rgPageNext,
.RadGrid_Office2007 .rgPageLast
{
	width:17px;
	height:22px;
	vertical-align:top;
}

.RadGrid_Office2007 .NextPrev .rgPageFirst,
.RadGrid_Office2007 .NextPrev .rgPagePrev,
.RadGrid_Office2007 .NextPrev .rgPageNext,
.RadGrid_Office2007 .NextPrev .rgPageLast
{
	vertical-align:middle;
}

.RadGrid_Office2007 .rgPageFirst
{
	margin:0 3px 0 0;
	background-position:0 -548px;
}
.RadGrid_Office2007 .rgPageFirst:hover
{
	background-position:0 -598px;
}
.RadGrid_Office2007 .rgPagePrev
{
	margin:0 3px 0 0;
	background-position:0 -698px;
}
.RadGrid_Office2007 .rgPagePrev:hover
{
	background-position:0 -748px;
}
.RadGrid_Office2007 .rgPageNext
{
	margin:0 0 0 3px;
	background-position:0 -848px;
}
.RadGrid_Office2007 .rgPageNext:hover
{
	background-position:0 -898px;
}
.RadGrid_Office2007 .rgPageLast
{
	margin:0 0 0 3px;
	background-position:0 -998px;
}
.RadGrid_Office2007 .rgPageLast:hover
{
	background-position:0 -1048px;
}

.RadGrid_Office2007 .rgPager .rgPagerButton
{
	height:22px;
	border:1px solid #7793b9;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#e8f1fc repeat-x 0 -1550px url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6h5ZXySR8UA5vniuXlREBHRGCVZwnEiJjkG21rsbXvPcA2&t=633938447394671250');
	color:#00156e;
	font:12px/12px "segoe ui",arial,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_Office2007 .rgNumPart
{
	padding:0;
}

.RadGrid_Office2007 .NumericPages .rgNumPart
{
	padding:0 10px;
}

.RadGrid_Office2007 .rgNumPart a:hover,
.RadGrid_Office2007 .rgNumPart a:hover span,
.RadGrid_Office2007 .rgNumPart a.rgCurrentPage,
.RadGrid_Office2007 .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6h5ZXySR8UA5vniuXlREBHRGCVZwnEiJjkG21rsbXvPcA2&t=633938447394671250');
}

.RadGrid_Office2007 .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#00156e;
	text-decoration:none;
}

.RadGrid_Office2007 .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid_Office2007 .rgNumPart a:hover
{
	background-position:100% -1250px;
}

.RadGrid_Office2007 .rgNumPart a:hover span
{
	background-position:0 -1150px;
	cursor:pointer;
}

.RadGrid_Office2007 .rgNumPart a.rgCurrentPage,
.RadGrid_Office2007 .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	cursor:default;
}

.RadGrid_Office2007 .rgNumPart a.rgCurrentPage span,
.RadGrid_Office2007 .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
	cursor:default;
}

.RadGrid_Office2007 .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_Office2007 .rgPager .RadSlider
{
	float:left;
	margin:0 10px 0 0;
}

.RadGrid_Office2007 .rgPager .rgPagerLabel,
.RadGrid_Office2007 .rgPager .RadComboBox,
.RadGrid_Office2007 .rgPager .RadInput_Office2007
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

*+html .RadGrid_Office2007 .rgPager .RadComboBox{margin-top:-1px;}
* html .RadGrid_Office2007 .rgPager .RadComboBox{margin-top:-1px;padding:1px 0;}

.RadGrid_Office2007 .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_Office2007 .rgHeader .rgSortAsc
{
	background-position:3px -147px;
	height:10px;
}

.RadGrid_Office2007 .rgHeader .rgSortDesc
{
	background-position:3px -96px;
	height:10px;
}

.GridReorderTop_Office2007,
.GridReorderBottom_Office2007
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6h5ZXySR8UA5vniuXlREBHRGCVZwnEiJjkG21rsbXvPcA2&t=633938447394671250');
}

.GridReorderBottom_Office2007
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_Office2007 .rgFilterRow
{
	background:#d6e5f3;
}

.RadGrid_Office2007 .rgFilterRow td
{
    padding-top:5px;
    padding-bottom:6px;
    border:solid #9eb6ce;
    border-width:0 0 1px 1px;
}

.RadGrid_Office2007 .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_Office2007 .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_Office2007 .rgFilterActive,
.RadGrid_Office2007 .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_Office2007 .rgFilterBox
{
	border:1px solid #abc1de;
	padding:2px 1px 3px;
	font:12px "segoe ui",arial,sans-serif;
	color:#000;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_Office2007 .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #688caf;
	background:#ecf3fc;
}

.RadGrid_Office2007 .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
	vertical-align:middle;
}

.RadGrid_Office2007 .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_Office2007 .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_Office2007 .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_Office2007 .rgUngroup
{
	background-position:0 -7500px;
}

.RadGrid_Office2007 .rgGroupItem
{
	border:1px solid #4b78ca;
	padding:0 2px 1px 3px;
	background:#e6ebf5 0 -1900px repeat-x url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6h5ZXySR8UA5vniuXlREBHRGCVZwnEiJjkG21rsbXvPcA2&t=633938447394671250');
	color:#00156e;
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_Office2007 .rgGroupHeader
{
    background:#d7e6f7;
    font-size:1.1em;
    line-height:21px;
	color:#567db0;
}

.RadGrid_Office2007 .rgGroupHeader td
{
	border-top:1px solid #fcfcfd;
	border-bottom:1px solid #6f92b3;
    padding:0 7px 0 8px;
}

.RadGrid_Office2007 td.rgGroupCol,
.RadGrid_Office2007 td.rgExpandCol
{
	background:#d7e6f7 none;
	border-color:#d7e6f7;
}

.RadGrid_Office2007 .rgGroupHeader .rgExpand
{
	background-position:5px -495px;
}

.RadGrid_Office2007 .rgGroupHeader .rgCollapse
{
	background-position:3px -93px;
}

.RadGrid_Office2007 .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_Office2007 .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

.RadGrid_Office2007 .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_Office2007 .rgEditForm
{
	border-bottom:1px solid #d0d7e5;
}

.RadGrid_Office2007 .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_Office2007 .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_Office2007 .rgDetailTable
{
	border:1px solid #688caf;
	border-right:0;
}

.RadGrid_Office2007 .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_Office2007 .rgCollapse
{
	background-position:3px -94px;
}

/*command row*/

.RadGrid_Office2007 .rgCommandRow
{
	background:#d6e6f4 0 -2099px repeat-x url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6h5ZXySR8UA5vniuXlREBHRGCVZwnEiJjkG21rsbXvPcA2&t=633938447394671250');
	color:#333;
}

.RadGrid_Office2007 .rgCommandCell
{
	border:0;
	padding:0;
}

.RadGrid_Office2007 thead .rgCommandCell
{
	border-bottom:1px solid #688caf;
}

.RadGrid_Office2007 tfoot .rgCommandCell
{
	border-top:1px solid #688caf;
}

.RadGrid_Office2007 .rgCommandTable td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_Office2007 .rgCommandTable
{
	border:1px solid #f6f7f9;
}

.RadGrid_Office2007 .rgCommandRow a
{
	color:#00156e;
	text-decoration:none;
}

.RadGrid_Office2007 .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_Office2007 .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_Office2007 .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_Office2007 .rgDel
{
	background-position:0 -1750px;
}

.RadGrid_Office2007 .rgExpXLS,
.RadGrid_Office2007 .rgExpDOC,
.RadGrid_Office2007 .rgExpPDF,
.RadGrid_Office2007 .rgExpCSV
{
	background-image:url('/WebResource.axd?d=TBFqaZ2nY_uNz7uWFkUCZs7ropHHqGPUeSKgDsoxI6jFpIqgSOnXABRG2-X2LXHD5y5kdA4BK3IhZYKa_e_VMA2&t=633938447394671250');
}

.RadGrid_Office2007 .rgExpXLS
{
	background-position:0 0;
}
.RadGrid_Office2007 .rgExpDOC
{
	background-position:0 -50px;
}
.RadGrid_Office2007 .rgExpPDF
{
	background-position:0 -100px;
}
.RadGrid_Office2007 .rgExpCSV
{
	background-position:0 -150px;
}

/*multirow select*/

.GridRowSelector_Office2007
{
	background:#00156e;
}

/*row drag n drop*/

.GridItemDropIndicator_Office2007
{
    border-top:1px dashed #00156e;
}

/*tooltip*/

.GridToolTip_Office2007
{
	border:1px solid #6187b8;
	padding:3px;
	background:#d7e3f2;
	color:#333;
}

/*rtl*/

.RadGridRTL_Office2007 .rgHeader,
.RadGridRTL_Office2007 .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_Office2007 .rgHeader:first-child,
.RadGridRTL_Office2007 th.rgResizeCol:first-child,
.RadGridRTL_Office2007 .rgFilterRow>td:first-child,
.RadGridRTL_Office2007 .rgRow>td:first-child,
.RadGridRTL_Office2007 .rgAltRow>td:first-child
{
	border-left:1px solid;
	padding-left:7px;
}

.RadGridRTL_Office2007 .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_Office2007 .rgWrap
{
	float:right;
}

.RadGridRTL_Office2007 .rgInfoPart
{
	float:left;
}

.RadGridRTL_Office2007 .rgNumPart
{
	width:220px;
}

.RadGridRTL_Office2007 .rgNumPart a
{
	float:right;
}

.RadGridRTL_Office2007 .rgPageFirst
{
	background-position:0 -998px;
}
.RadGridRTL_Office2007 .rgPageFirst:hover
{
	background-position:0 -1048px;
}
.RadGridRTL_Office2007 .rgPagePrev
{
	background-position:0 -848px;
}
.RadGridRTL_Office2007 .rgPagePrev:hover
{
	background-position:0 -898px;
}
.RadGridRTL_Office2007 .rgPageNext
{
	background-position:0 -698px;
}
.RadGridRTL_Office2007 .rgPageNext:hover
{
	background-position:0 -748px;
}
.RadGridRTL_Office2007 .rgPageLast
{
	background-position:0 -548px;
}
.RadGridRTL_Office2007 .rgPageLast:hover
{
	background-position:0 -598px;
}

.RadGridRTL_Office2007 .rgDetailTable
{
	border-right:1px solid;
	border-left:0;
}

/* END Telerik.Web.UI.Skins.Office2007.Grid.Office2007.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 */
