/* START Telerik.Web.UI.Skins.Menu.css */
/* Common CSS */

.RadMenu
{
	white-space:nowrap;
	float:left;
	position:relative;
}

.RadMenu:after,
.RadMenu .rmRootGroup:after
{
    content:""; 
    display:block;
    height:0;
    line-height:1px;
    font-size:1px;
    clear:both;
    visibility:hidden;
}

.RadMenu ul.rmHorizontal,
.RadMenu ul.rmVertical
{
	margin:0;
	padding:0;
	display:none;
	position:relative;
	left:0;
	float:left;
}

.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;
}


.RadMenu ul.rmActive,
.RadMenu ul.rmRootGroup
{
	display:block;
}

.RadMenu .rmSlide, 
.rmContextMenu
{
	position:absolute;
	overflow:hidden;
	display:none;
	float:left;
}

* html .RadMenu .rmSlide, 
* html .rmContextMenu
{
	height:1px;
}

.rmContextMenu
{
	z-index:1000;
	overflow:visible;
}

.RadMenu .rmText
{
	display:block;
}

.RadMenu div.rmText /*templates*/
{
	white-space:normal;
}

.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;
	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;
}

.rmRtl
{
	float:right;
	text-align: right;
}

.rmRtl ul.rmHorizontal,
.rmRtl ul.rmVertical
{
	float:right;
}

.rmRtl .rmItem
{
	float:right;	
}

.rmRtl .rmLeftImage,
.rmRtlContext .rmLeftImage
{
	border:0;
	float:right;
}

.RadMenu .rmLink
{
	width:auto;
}

.RadMenu .rmSeparator,
.RadMenu .rmSeparator:after
{
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.RadMenu div.rmRootGroup
{
    position: relative;
}

/* END Telerik.Web.UI.Skins.Menu.css */
/* START Telerik.Web.UI.Skins.Editor.css */
.radeditor table
{
	border: 0;
	table-layout: fixed;
}

.radeditor table table
{
	border: 0;
	table-layout:auto;
}

.radeditor table td
{
	vertical-align: top;
	padding: 0; margin: 0;
}

.rade_module input
{
  border:1px solid #ccc;
}

.rade_toolbar
{
	list-style: none !important;
	padding: 0; 
	margin: 0;
	float: left;
}

.rade_toolbar li
{
	float: left;
}

.rade_tlbVertical .rade_dropdown span
{
	display: none;
}

.rade_tlbVertical ul,
.rade_tlbVertical ul li
{
	float: none !important;
}

.rade_tlbVertical .rade_toolbar
{
	float:none !important;
}

.rade_tlbVertical ul
{
	width:100%;	
}

.rade_tlbVertical a
{
	width:auto;
}

.rade_tlbVertical a span
{
	float: left;
	width: 22px;
}

.rade_button_text
{
	font: normal 11px Arial, Verdana, Sans-serif;
	color: black;
	line-height: 22px;
	padding: 0 4px 0 0;
	margin: 0 0 0 2px;
	white-space: nowrap; 
	width: auto;
	background: none !important;
	float: left;
}

.rade_toolbar li a,
.rade_toolbar li a span
{
	display: block;
	text-decoration: none;
	cursor: pointer; cursor: default;
}

.rade_tool_disabled
{
	filter: alpha(opacity=40);
	opacity: .4; -moz-opacity: .4;
}

.rade_tool_disabled,
.rade_tool_disabled span
{
	
}

.rade_dropdown span
{
	background: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rade_grip
{
	 font-size: 1px;
}

.rad_splitbutton span
{
	float: left;
}

.split_arrow
{
	float: right !important;
}


.rade_separator
{
	font-size: 1px;
}

.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_text
{
    _display: block;
}

/* =================================== More Common Styles =================================== */
/* LAST EDITED: November 28, 2007 */
.rade_toolbar li .rade_tool_text span
{
	float: left;
	cursor: default;
}

.rade_toolbar li .rade_tool_text
{
	display: block;
	_display: inline; /* IE6 double margins fix */
	float: left;	
	cursor: default;
	text-decoration: none;
}

.rade_toolbar li .rade_tool_text .rade_button_text
{
	background-image: none;
	width: auto;
}

.rade_toolbarWrapper
{
	float: left;	
	height: auto;
}

.rade_toolZone .rade_toolbarWrapper
{
	background: transparent;
	float: none;
	clear: both;
}

.rade_AjaxSpellCheckSuggestions table
{
    width: 100%;    
}

.rade_AjaxSpellCheckSuggestions td
{
   width: 100% !important;
}

.rade_AlignmentSelector
{
	float: left;
}

.rade_AlignmentSelector table,
.rade_AlignmentSelector td
{
	padding: 0px !important;
	text-align:center;
}

.rade_AlignmentSelector div
{
	cursor: default;
}

.rade_module_visible_icon,
.rade_module_hidden_icon
{
	display: block;
	float: left;
	border: 0 !important;
}

.rade_module_hidden_icon
{
	display: block;
	float: left;
	border: 0 !important;
	background: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUj9wBsASDIBEo4qCtswyIxLhan_bAUuUFx2szVZ_gvW3WPZqteLap-WNCgfUmYqS3Q1&t=633613964300000000') no-repeat -1695px center !important;
}

.rade_module_visible_icon
{
	display: block;
	float: left;
	border: 0 !important;
	background: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUj9wBsASDIBEo4qCtswyIxLhan_bAUuUFx2szVZ_gvW3WPZqteLap-WNCgfUmYqS3Q1&t=633613964300000000') no-repeat -4645px center !important;
}

a.rade_module_domlink
{
	outline: 0;
}	

a.rade_module_domlink_selected
{
	text-decoration: none;
}

.rade_ajaxspell_addicon,
.rade_ajaxspell_ignoreicon,
.rade_ajaxspell_okicon,
.rade_loading
{
    float: left;
}

button.rade_ajaxspell_okicon
{
    float: none;
}

.rade_ajaxspell_wrapper button
{
	width: auto;
}

div.rade_editorModes ul,
div.rade_editorModes ul li
{
	padding: 0;
	margin: 0;
	list-style: none !important;
	float: left;
}

div.rade_editorModes a
{
	text-indent: -9999px;
	outline: none;
}

div.rade_editorModes a,
div.rade_editorModes a span
{
	display: block;
	cursor: pointer;
	float: left;
}

div.rade_editorModes a span
{
	display: inline; /* IE6 double margin fix */
}

.rade_dropDownBody
{
	overflow: auto;
	overflow-x: hidden;
}

.rade_dropDownBody .rade_toolbar,
.rade_dropDownBody .rade_tlbVertical .rade_toolbar
{
    height: auto;
}

.rade_dropDownBody table
{
	padding: 0; margin: 0; border: 0;
}

.rade_dropDownBody table td
{
	cursor:default;
}

.rade_ColorPicker
{
	-moz-user-select: none;
}

.rade_ColorPicker table
{
	border-collapse: collapse;
}

.rade_ColorPicker table td
{
	border:0;
}

.rade_ColorPicker .rade_ColorPickerFooter
{
	overflow: hidden; /* IE6 fix */
}

.rade_ColorPicker span
{
	display: block;
	text-align: center;
	float: left;
	cursor: default;
}

.rade_InsertSymbol table td
{
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
}

.rade_InsertTable table
{
	float: left;
	cursor: default;	
}

.rade_InsertTable .rade_tlbVertical li
{
	float: left !important;
}

.rade_InsertTable .rade_tlbVertical li a,
.rade_InsertTable .rade_tlbVertical .rade_toolbar a.rade_tool_disabled
{
    outline: none;
}

.rade_InsertTable .rade_tlbVertical li a .rade_button_text
{
	text-decoration: none;
	cursor: default;
}

.rade_InsertTable .rade_tlbVertical li a .rade_button_text:hover
{
	cursor: pointer !important;
}

.rade_InsertTable .rade_tlbVertical ul
{
	float: left;
	clear: left;
	padding: 0;
	margin: 0;
}

.rade_UndoRedo table
{
	border-collapse: collapse;
}

.rade_UndoRedo table td,
.rade_UndoRedo table td.rade_itemOver
{
	border: 0 !important;
	margin: 0 !important;
}

.rade_ApplyClass span
{
	font-size: 1px;
	display: block; 
	float: left;
}

ul.rade_CustomLinks,
ul.rade_CustomLinks ul
{
	list-style: none !important;
	padding: 0;
	margin: 0;
	cursor: default;
}

ul.rade_CustomLinks li ul
{
	margin-left: 12px !important;
}

.rade_dropDownBody .rade_CustomLinks a
{
    text-decoration: none;	
}

.rade_dropDownBody .rade_CustomLinks a:hover
{
    cursor: pointer;
}

ul.rade_CustomLinks li
{
	clear: both;
	text-align:left;
}

ul.rade_CustomLinks span,
ul.rade_CustomLinks a
{
	display: block;
	float: left;
}

ul.rade_CustomLinks .rade_CustomLinksIcon
{
	font-size: 1px;
}

ul.rade_CustomLinks .rade_CustomLinksIcon.rade_icon_empty
{
	cursor: default;
}

.rade_toolbar
{	
	float: left;	
}

* html .radeditor
{
	background-image: none !important;
}

.rade_tlbVertical .rade_toolbar,
.rade_dropDownBody .rade_tlbVertical .rade_toolbar li
{
    height: auto;	
}

.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_text
{	
	clear: both;
	float: none;
	width: 100% !important;
}

.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_disabled,
.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_disabled:hover,
.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_disabled:active,
.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_disabled:focus
{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_disabled span
{
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);	
}

/* IE 6 and IE 7 have different behavior when showing with AJAX */
.rade_toolbar .rade_dropdown
{
	width: auto;
	_width: 20px;
}

/* =================================== / More Common Styles =================================== */

*html .radwindow.normalwindow.transparentwindow .rade_dropdown
{
    _height: 18px !important;
    _padding-top: 0 !important;
    _padding-bottom: 0 !important;
    _overflow-y: hidden !important;
}

.dialogtoolbar
{
    width: 1240px !important;
    overflow: hidden !important;
}

.rade_dropDownBody  .rade_tool_text.rade_tool_selected,
.rade_dropDownBody  .rade_tool_text
{
    _margin: 0 !important;
}

/* Safari Fix for Table Wizard */
@media all and (min-width:0px) 
{
	body:not(:root:root) .rade_dropDownBody.rade_InsertTable div table td
	{
	    width: 13px;
	    height: 13px;
	    border: solid 1px #777777;
	    background: white;
	}
	body:not(:root:root) .rade_dropDownBody.rade_InsertTable div table .rade_itemOver
	{
	    background: #eaeaea;
	}
}

td.rade_tlbVertical .rade_toolbar .rade_dropdown,
td.rade_tlbVertical .rade_toolbar .rade_dropdown:hover
{
    _width: 5px !important;
}

td.rade_tlbVertical .rade_toolbar .split_arrow
{
    display: none !important;
}

td.rade_tlbVertical .rade_toolbar li
{
    clear: both !important;
}

/* new Spinbox implementation. Remember to remove the old one above */
.rade_SpinBox td
{
    padding: 0 !important;
}

.rade_SpinBox input
{
	display: block;
	float: left;
	width: 32px;
	height: 18px;
	line-height: 18px;
	border-right: 0 !important;
	text-align: right;
	padding-right: 2px;
}

.rade_SpinBox a
{
	display: block;
	width: 9px;
	height: 11px;
	line-height: 11px;
	font-size: 1px;
	background: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUiZT2-LOaeNftCFu1HPIRJBl7ALLXWizbkbGybT-T67izEsiCSP9uB93tX9Gh-v_581&t=633613964300000000') no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	cursor: default;
}

.rade_SpinBox .rade_SpinBoxIncrease
{
	background-position: 0 -321px;
}

.rade_SpinBox .rade_SpinBoxIncrease:hover
{
	background-position: -9px -321px;
}

.rade_SpinBox .rade_SpinBoxDecrease
{
	background-position: 0 -331px;
}

.rade_SpinBox .rade_SpinBoxDecrease:hover
{
	background-position: -9px -331px;
}

.rade_TableWizardSpinBox
{
	font: normal 12px Arial, Verdana, Sans-serif;
	color: black;
	-moz-user-select: none;
}

.rade_TableWizardSpinBox a
{
	margin: 1px;
	outline: none;
}

.rade_TableWizardSpinBox a,
.rade_TableWizardSpinBox a span
{
	display: block;
	width: 23px;
	height: 22px;
	cursor: pointer;
	cursor: hand;
	background-repeat: no-repeat;
	
}

.rade_TableWizardSpinBox a:hover
{
	background-image: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUiZT2-LOaeNftCFu1HPIRJBIRpXQnFD9eiGfDExKKssX5I4wNqEJSliwo7bttrf-W-22L-jcGqwjA2_VK9CtF2r0&t=633613964300000000');
}

.rade_TableWizardSpinBox a span
{
	text-indent: -9999px;
	background-image: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUiZT2-LOaeNftCFu1HPIRJBIRpXQnFD9eiGfDExKKssX5I4wNqEJSliwo7bttrf-W-22L-jcGqwjA2_VK9CtF2r0&t=633613964300000000');
}

.rade_TableWizardSpinBox .rade_TableWizardSpinBox_Increase
{
	background-position: 0 -21px;
}

.rade_TableWizardSpinBox .rade_TableWizardSpinBox_Decrease
{
	background-position: 0 -42px;
}

/* COMMANDS BEGIN */

.SilverlightManager
{
	/* waiting for icon */
}

.CustomDialog
{
	background-position: -1448px center;
}

.FileSave,
.FileSaveAs,
.Save,
.SaveLocal
{
	background-position: -1407px center;
}

.AboutDialog
{
	background-position: -6px center;
}

.AbsolutePosition
{
	background-position: -47px center;
}

.AjaxSpellCheck
{
	background-position: -88px center;
}

.BackColor,
.borderColor,
.bgColor
{
	background-position: -1368px center;
}

.Bold
{
	background-position: -127px center;
}

.Cut
{
	background-position: -206px center;
}

.Copy
{
	background-position: -167px center;
}

.DocumentManager,
.InsertDocument
{
	background-position: -246px center;
}

.FindAndReplace
{
	background-position: -287px center;
}

.FlashManager,
.InsertFlash
{
	background-position: -327px center;
}

.ForeColor
{
	background-position: -367px center;
}

.FormatCodeBlock
{
	background-position: -406px center;
}

.Help
{
	background-position: -447px center;
}

.ImageManager,
.InsertImage
{
	background-position: -487px center;
}

.ImageMapDialog
{
	background-position: -527px center;
}

.Indent
{
	background-position: -568px center;
}

.InsertParagraph
{
	background-position: -606px center;
}

.Italic
{
	background-position: -647px center;
}

.StrikeThrough
{
	background-position: -4446px center;
}

.JustifyCenter
{
	background-position: -688px center;
}

.JustifyFull
{
	background-position: -729px center;
}

.JustifyLeft
{
	background-position: -767px center;
}

.JustifyNone
{
	background-position: -807px center;
}

.JustifyRight
{
	background-position: -848px center;
}

.LinkManager,
.CreateLink,
.CustomLinkTool,
.SetLinkProperties
{
	background-position: -886px center;
}

.MediaManager,
.InsertMedia
{
	background-position:  -926px center;
}

.Outdent
{
	background-position: -968px center;
}

.PageProperties
{
	background-position: -1007px center;
}

.Paste,
.PasteStrip
{
	background-position: -1047px center;
}

.PasteAsHtml,
.PasteHtml
{
	background-position: -1086px center;
}

.PasteFromWord
{
	background-position: -1126px center;
}

.PasteFromWordNoFontsNoSizes
{
	background-position: -1166px center;
}

.PastePlainText
{
	background-position: -1207px center;
}

.Print
{
	background-position: -1248px center;
}

.Redo
{
	background-position: -1287px center;
}

.Undo
{
	background-position: -1327px center;
}

.SetImageProperties
{
	background-position: -1487px center;
}

.ConvertToLower
{
	background-position: -1528px center;
}

.ConvertToUpper
{
	background-position: -1567px center;
}

.BringToFront
{
	background-position: -1606px center;
}

.AlignmentSelector
{	
	background-position: -1647px center;
}

.Cancel
{
	background-position: -1687px center;
}

.Custom,
.ViewHtml
{
	background-position: -1728px center;
}

.DeleteCell
{
	background-position: -1767px center;
}

.DeleteColumn
{
	background-position: -1806px center;
}

.DeleteRow
{
	background-position: -1846px center;
}

.DecreaseSize
{
	background-position: -1886px center;
}

.DeleteTable
{
	background-position: -1927px center;
}

.FileOpen
{
	background-position: -1967px center;
}

.InsertCodeSnippet
{
	background-position: -2006px center;
}

.IncreaseSize
{
	background-position: -2046px center;
}

.InsertAnchor
{
	background-position: -2086px center;
}

.InsertColumnLeft
{
	background-position: -2126px center;
}

.InsertColumnRight
{
	background-position: -2166px center;
}

.InsertDate
{
	background-position: -2207px center;
}

.InsertEmailLink
{
	background-position: -2246px center;
}

.InsertFormButton,
.InsertFormReset,
.InsertFormSubmit
{
	background-position: -2288px center;
}

.InsertFormCheckbox
{
	background-position: -2327px center;
}

.InsertFormElement
{
	background-position: -2367px center;
}

.InsertFormForm
{
	background-position: -2406px center;
}

.InsertFormHidden
{
	background-position: -2447px center;
}

.InsertFormImageButton
{
	background-position: -2486px center;
}

.InsertFormPassword
{
	background-position: -2526px center;
}

.InsertFormRadio
{
	background-position: -2568px center;
}

.InsertFormSelect
{
	background-position: -2608px center;
}

.InsertFormText
{
	background-position: -2647px center;
}

.InsertFormTextarea
{
	background-position: -2688px center;
}

.InsertGroupbox
{
	background-position: -2728px center;
}

.InsertHorizontalRule
{
	background-position: -2768px center;
}

.InsertOrderedList
{
	background-position: -2808px center;
}

.InsertRowAbove
{
	background-position: -2847px center;
}

.InsertRowBelow
{
	background-position: -2886px center;
}

.InsertSnippet
{
	background-position: -2927px center;
}

.InsertSymbol
{
	background-position: -2967px center;
}

.InsertTable,
.TableWizard
{
	background-position: -3006px center;
}

.InsertTime
{
	background-position: -3047px center;
}

.InsertUnorderedList
{
	background-position: -3087px center;
}

.MergeColumns
{
	background-position: -3127px center;
}

.MergeRows
{
	background-position: -3167px center;
}

.ModuleManager
{
	background-position: -3207px center;
}

.RepeatLastCommand
{
	background-position: -3248px center;
}

.SelectAll
{
	background-position: -3286px center;
}

.SendToBack
{
	background-position: -3326px center;
}

.SetCellProperties,
.SetTableProperties
{
	background-position: -3366px center;
}

.XhtmlValidator
{
	background-position: -3407px center;
}

.TrackChangesDialog
{
	background-position: -3445px center;
}

.FormatStripper
{
	background-position: -3488px center;
}

.StripAll
{
	background-position: -3526px center;
}

.StripCss
{
	background-position: -3568px center;
}

.StripFont
{
	background-position: -3608px center;
}

.StripSpan
{
	background-position: -3648px center;
}

.StripWord
{
	background-position: -3688px center;
}

.TemplateManager
{
	background-position: -3728px center;
}

.Superscript
{
	background-position: -3768px center;
}

.Subscript
{
	background-position: -3807px center;
}

.Unlink
{
	background-position: -3847px center;
}

.ToggleTableBorder
{
	background-position: -3888px center;
}

.ToggleScreenMode
{
	background-position: -3927px center;
}

.StyleBuilder
{
	background-position: -3968px center;
}

.ToggleFloatingToolbar
{
	background-position: -4006px center;
}

.Underline
{
	background-position: -4405px center;
}

.SplitCell
{
	background-position: -4487px center;
}
/* COMMAND SPRITES END */

/* ALIGNMENT SELECTOR BEGIN */
.rade_TopCenter
{
	width: 15px;
	height: 13px;
	background-position: -4089px -10px;
}

.rade_MiddleLeft
{
	width: 15px;
	height: 13px;
	background-position: -4172px -10px;
}

.rade_MiddleCenter
{
	width: 15px;
	height: 13px;
	background-position: -4209px -10px;
}

.rade_MiddleRight
{
	width: 15px;
	height: 13px;
	background-position: -4251px -10px;
}

.rade_BottomCenter
{
	width: 15px;
	height: 13px;
	background-position: -4329px -10px;
}

.rade_NoAlignment
{
	width: 15px;
	height: 13px;
	background-position: -1690px -10px;
}

.rade_TopLeft
{
	background-position: -4052px -10px;
}

.rade_TopRight
{
	background-position: -4130px -10px;
}

.rade_BottomLeft
{
	background-position: -4292px -10px;
}

.rade_BottomRight
{
	background-position: -4370px -10px;
}
/* ALIGNMENT SELECTOR END */

/* CONSTRAIN PROPORTIONS BEGIN */
li.ConstrainProportions button
{
	position: absolute;
	top: 7px;
	left: 0;
	height: 52px;
	border: 0;
	background-image: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUj9wBsASDIBEo4qCtswyIxLhan_bAUuUFx2szVZ_gvW3WPZqteLap-WNCgfUmYqS3Q1&t=633613964300000000');
	background-repeat: no-repeat;
	background-position: -7988px 9px;
}

li.ConstrainProportions.toggle button
{
	background-position: -7956px 9px;
}
/* CONSTRAIN PROPORTIONS END */

.rade_ajaxspell_addicon,
.rade_ajaxspell_ignoreicon,
.rade_ajaxspell_okicon
{
    width: 16px !important;
    height: 16px;
    border: 0;
    margin: 2px 4px 0 0;
    background:url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUj9wBsASDIBEo4qCtswyIxLhan_bAUuUFx2szVZ_gvW3WPZqteLap-WNCgfUmYqS3Q1&t=633613964300000000') no-repeat;
}

.rade_ajaxspell_ignoreicon
{
	background-position: -4533px center;
}

.rade_ajaxspell_okicon
{
	background-position: -4571px center;
}

.rade_ajaxspell_addicon
{
	background-position: -4610px center;
}

button.rade_ajaxspell_okicon
{
    width: 22px;
    height: 22px;
}

.rade_dropDownBody.rade_InsertTable
{
	overflow: hidden !important;
}

.rade_dropDownBody.rade_InsertTable span
{
	height: 22px !important;
}

/* global styles css reset (prevent mode) */
.radeditor table,
.rade_toolbar,
.rade_toolbar li,
.rade_tlbVertical,
.rade_dropDownBody ul,
.rade_dropDownBody ul li,
.radwindow table,
.radwindow table td,
.radwindow table td ul,
.radwindow table td ul li
{
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none !important;
}

.rade_wrapper_corner,
.rade_wrapper_center,
.rade_leftVerticalSide,
.rade_rightVerticalSide,
.rade_toolZone,
.rade_editorModes,
.rade_resizeCell,
.rade_toolZone table td,
.radeditor .rade_toolbar,
.radeditor .rade_editorModes ul
{
	border: 0 !important;
}

.rade_toolbar li,
.rade_editorModes ul li,
.rade_InsertTable .rade_tlbVertical .rade_toolbar li
{
	float: left !important;
	clear: none !important;
	border: 0 !important;
}

/* disabled dropdown menu items under Internet Explorer 7 fix */
.rade_dropDownBody .rade_tlbVertical .rade_toolbar li .rade_tool_text.rade_tool_disabled .rade_button_text
{
	width: auto;
}

ul.rade_CustomLinks ul
{
	margin-left: 10px;
}
/* END Telerik.Web.UI.Skins.Editor.css */
/* START Telerik.Web.UI.Skins.Office2007.Editor.Office2007.css */
.rade_toolbar.Office2007
{
	margin: 1px 0 !important;
}

.rade_toolbar.Office2007 li .rade_tool_text span
{
	background-image: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCrGNxzzaAFkRkXqzvahgU5WmhlFgvptubzL4r7Wd6SQ1&t=633613964300000000');
	background-repeat: no-repeat;
	width: 25px;
	height: 22px;
	line-height: 22px;
}

.rade_toolbar.Office2007 li .rade_tool_text
{
	height: 22px;
	margin: 0 0 0 0;
	color: white;
	font: normal 11px Arial, Verdana, Sans-serif;
}

.rade_toolbar.Office2007 li .rade_tool_text:hover,
.rade_toolbar.Office2007 li .rade_tool_text.rade_tool_selected
{
	margin: 2px 0 0 0;
	background-color: #d3eb99;
    background-image: none;
}

.rade_toolbar.Office2007 li .rade_tool_text:hover,
.rade_toolbar.Office2007 li .rade_tool_text.rade_tool_selected
{
	_border: 0 !important;
}

.rade_toolbar.Office2007 li .rade_tool_text .rade_button_text
{
	padding-right: 4px;
	color: black;
}

.Office2007.rade_toolbarWrapper
{
	background: transparent;
}

.Office2007.rade_toolZone .rade_toolbarWrapper
{
	background:transparent;
	float:none;
	clear:both;
}

.radeditor.Office2007.rade_wrapper
{
	font: normal 11px Arial, Verdana, Sans-serif;
	border: 1px solid #3b5a82;
	background: #dbe8f8 !important;
}

.rade_tlbVertical
{
	width: 2px;
	font-size:1px;
}

.radeditor.Office2007.rade_wrapper table td.rade_contentCell
{
	border: solid 1px #000;
	background: white;
}

.Office2007.rade_AlignmentSelector
{
	border: solid 1px #777;
	background: white;	
}

.Office2007.rade_AlignmentSelector div
{
	width: 18px;
	height: 18px;
	margin: 1px auto;
	background-image: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCrGNxzzaAFkRkXqzvahgU5WmhlFgvptubzL4r7Wd6SQ1&t=633613964300000000');
	background-repeat: no-repeat;
}

.Office2007.rade_SpinBox li
{
	float: none; clear: both;
	line-height: 11px;
	margin: 0 0 1px 1px;
}

.Office2007.rade_SpinBox input
{	
	border: solid 1px #818181;
	height: 19px; 
	line-height: 19px;
	background: white;
}

.Office2007.rade_SpinBox label
{
	width: 100px;
	line-height: 24px;
}

.Office2007.rade_SpinBox a
{
	border: solid 1px #818181;
	text-align: center;
	font: bold 10px Arial, Verdana, Sans-serif;
	color: #818181;
	background: #fff;
}

.Office2007.rade_SpinBox a:hover
{
	background: #fff;
	border: solid 1px #333;
	color: #333;
}

.Office2007.rade_SpinBox a span
{
	width: 9px; height: 9px; line-height: 9px;
}

.radeditor.Office2007.rade_wrapper
{
	height:480px;
	width:640px;
}

.radeditor.Office2007 .rade_wrapper_corner
{
    width: 1px; 
    height: 1px; 
    line-height: 1px; 
    font-size:1px; 
    background: transparent;
}

.radeditor.Office2007 .rade_wrapper_center
{		
	height: 4px; 
	line-height: 4px; 
	font-size:1px;
}

.rade_center_top,
.rade_leftVerticalSide,
.rade_rightVerticalSide,
.rade_toolZone,
.rade_center_bottom
{
	background-color: transparent !important;
}

.rade_module
{
	color: #333;
	font: normal 11px Tahoma, sans-serif;
	line-height:normal;
	padding: 1px 5px;
	border: solid 1px #9cbed9;
	background: #c1d9f1;
	margin: 1px;
}

.rade_module_visible_icon,
.rade_module_hidden_icon
{
	width: 16px;
	height: 16px;
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCrGNxzzaAFkRkXqzvahgU5WmhlFgvptubzL4r7Wd6SQ1&t=633613964300000000') no-repeat;
	margin: -2px 4px 0;
}

.rade_module_visible_icon
{
	background-position: -2368px -2px;
}

.rade_module_hidden_icon
{
	background-position: -2368px -24px;
}

a.rade_module_domlink
{
	color:#333;
	font: normal 11px Tahoma;
	padding: 3px 6px 1px;
	text-decoration: underline;
}	

a.rade_module_domlink_selected
{
	color:#333;
	font: normal 11px Tahoma;
	text-decoration: none;
	background-color:#eee;
	border:1px solid #898989;
	padding:0 5px;
}

.radeditor.Office2007 .rade_resizeCell div
{
    width:20px;
    height:25px;
    float:right;
    background:url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrziaP463x3pWxLA5KbigR9QozsHZf6MzqsB-Yu2NyS_s1&t=633613964300000000') center -74px no-repeat; 
}

.rade_loading
{
    width:30px;
    background:url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrp_6_Z7Y9p7AwJ7kHG4H3PNMBmZqpFT3o1BXDKDnreo01&t=633613964300000000') center center no-repeat;
    float:left;
}

.rade_ajaxspell_wrapper
{
    border: 1px solid #515151 !important;    
}

div.rade_editorModes
{
	width: 100%;
    position: relative;
    top: -1px;
}

.radeditor.Office2007 .rade_editorModesCell
{
    width: 100px;
}

div.rade_editorModes a
{
	width: 27px; 
	height: 21px;
	margin: 1px;
	margin-top: 0;
}

div.rade_editorModes .rade_mode_selected
{
	background-color: white;
	border: solid 1px #000;
	border-top: 0;
	margin: 0;
}

div.rade_editorModes a span
{
	background-image: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrGYxUDeGhzytGiG80Mr5QOhWBwE6y6ZSPQvYXmf6H1b41&t=633613964300000000');
	background-repeat: no-repeat;
	background-color: transparent;
	height: 16px;
	width: 16px;
	margin: 2px 0 0 6px;
}

div.rade_editorModes .rade_mode_design span,
div.rade_editorModes .rade_mode_selected.rade_mode_design span
{
	background-position: 0 0;
}

div.rade_editorModes .rade_mode_html span,
div.rade_editorModes .rade_mode_selected.rade_mode_html span
{
	background-position: -16px 0;
}

div.rade_editorModes .rade_mode_preview span,
div.rade_editorModes .rade_mode_selected.rade_mode_preview span
{
	background-position: -32px 0;
}

.Office2007.rade_dropDownBody
{
	background-color: white !important;
	background-image: none !important;
	border: solid 1px #8f8f8f;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em; 
	-webkit-border-radius: 0.3;
	scrollbar-face-color: #e9e9e9;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #e9e9e9;
	scrollbar-3dlight-color: #dbdbdb;
	scrollbar-arrow-color: #787878;
	scrollbar-track-color: #f5f5f5;
	scrollbar-darkshadow-color: #aeaeae;
}

.Office2007.rade_dropDownBody,
.Office2007.rade_dropDownBody table
{
	font:12px arial,verdana,sans-serif;
}

.Office2007.rade_dropDownBody .rade_toolbar.Office2007
{
    height: auto;
    background:white;
}

.Office2007.rade_dropDownBody a
{
    background-image: none;
    background-color: white;
    border-bottom: solid 1px #aaaaaa;
    margin: 0;
}

.Office2007.rade_dropDownBody a:hover
{
    background-image: none;
    background-color: #eaeaea;
    border-bottom: solid 1px #aaaaaa;
}

.Office2007.rade_dropDownBody .rade_CustomLinks a
{
    background-image: none;
    background-color: white;
    border-bottom: 0;
}

.Office2007.rade_dropDownBody .rade_CustomLinks a:hover
{
    background-image: none;
    background-color: white;
    text-decoration: underline;
    border-bottom: 0;
}

.Office2007.rade_dropDownBody table td
{
	padding:1px 2px;
	border:1px solid #fff;
	color:#000;
	text-align:left;
}

.Office2007.rade_dropDownBody .rade_itemOver
{
	border: solid 1px #8f8f8f !important;
	background: #ffd38e !important;
}

.Office2007.rade_ColorPicker
{
	border: solid 1px #868686;
	padding: 4px;
	-moz-border-radius: 3px;
	background: #fafafa;
}

.Office2007.rade_ColorPicker table div
{
	width: 11px; 
	height: 11px; 
	line-height: 11px; 
	font-size: 1px;
	border: solid 1px #c5c5c5;
}

.Office2007.rade_ColorPicker table td.rade_itemOver div
{
	border-color:#000;
}

.Office2007.rade_ColorPicker table td
{
	padding: 2px;
	padding-bottom: 0;
	padding-top: 0;
}

.Office2007.rade_dropDownBody.rade_ColorPicker table td.rade_itemOver
{
	border: 0 !important;
	background: transparent !important;
}

.Office2007.rade_ColorPicker .rade_ColorPickerFooter
{
	margin: 0 auto;
	font: normal 11px Verdana, Arial, Sans-serif;
	height: 22px;
	line-height: 18px;
	width: 166px;
	padding:4px 0;
}

.Office2007.rade_ColorPicker span
{
	width: 82px;
	height: 20px;
	line-height: 18px;
	border: solid 1px #c5c5c5;
}

.rade_ColorPicker .rade_ColorPickerFooter .rade_DarkColor
{
	background: black;
	color: white;
	border-right:0;
}

.rade_ColorPicker .rade_ColorPickerFooter .rade_LightColor
{
	background: white;
	color: black;
	border-left:0;
}

.rade_InsertSymbol
{
	border: solid 1px #8f8f8f;
	background: white;
	width: auto !important;
}

.Office2007.rade_InsertSymbol table
{
	width: auto !important;
}

.Office2007.rade_InsertSymbol table td
{
	font: bold 11px Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	width: 18px !important;
	height: 22px !important;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}

.Office2007.rade_InsertSymbol table td.rade_itemOver
{
	color: #000;
}

.rade_InsertTable table
{
	float: left;
	background-color:#f9f9f9;
	cursor:default;	
	width: 142px;
}

.rade_InsertTable td 
{
	padding:0 !important;
	border-color: #777 !important;
}

.rade_InsertTable td.rade_itemOver
{
	border-color: #ddd !important;
}

.rade_InsertTable td div
{	
	font-size:1px;
	width:10px;
	height: 10px;
	margin:1px !important;
	padding:0 !important;
}

.rade_InsertTable .rade_tlbVertical li
{
	float: left !important;
	width: 23px;
	margin: 0;
}

.rade_InsertTable .rade_tlbVertical li a,
.Office2007.rade_InsertTable .rade_tlbVertical .Office2007.rade_toolbar a.rade_tool_disabled
{
    background: none !important;
    margin: 0 !important;
    padding: 1px !important;
    border: 0 !important;
}

.rade_InsertTable .rade_tlbVertical li a:hover
{
	border: 1px solid #ccc !important;
	padding: 0 !important;
}

.Office2007.rade_InsertTable .rade_tlbVertical li a .rade_button_text
{
	width: auto !important;
	padding-left: 4px;
	color: #ccc;
}

.Office2007.rade_InsertTable .rade_tlbVertical li a .rade_button_text:hover
{
	color: black;
}

.rade_UndoRedo
{
	border: solid 1px #8f8f8f;
	background-color: white;
	padding: 0;
}

.Office2007.rade_UndoRedo table td,
.Office2007.rade_UndoRedo table td.rade_itemOver
{
	border: 0 !important;
	margin: 0 !important;
}

.Office2007.rade_ApplyClass table td
{
	border: 1px solid #cacaca;
	padding: 2px;
}

 .rade_ApplyClass span
{
	width: 12px; 
	height: 13px; 
	line-height: 13px;
	background-image: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrbk-BoV6_70_s1zpoj_lIXoMaltS7F-UnuDsgXlw5L4g1&t=633613964300000000');
	background-repeat: no-repeat;
}

.rade_ApplyClass .rade_class_all
{
	background-position: 0 -52px;
}

.rade_ApplyClass .rade_class_img
{
	background-position: 0 -13px;
}

.rade_ApplyClass .rade_class_a
{
	background-position: 0 -26px;
}

.rade_ApplyClass .rade_class_table
{
	background-position: 0 -39px;
}

.rade_ApplyClass .rade_class_unknown
{	
	background-position: 0 0;
}

ul.rade_CustomLinks,
ul.rade_CustomLinks ul
{
	font: normal 11px Verdana, Arial, Sans-serif;
	color: black;
	background: none;		
}

ul.rade_CustomLinks
{
	margin: 0 2px;
}

ul.rade_CustomLinks a
{
	color: black;
}

ul.rade_CustomLinks ul
{
	margin-left: 12px;
}

ul.rade_CustomLinks a:hover
{
	text-decoration: underline;
	color: #666;
}

ul.rade_CustomLinks li
{
	padding: 1px 0;
}

ul.rade_CustomLinks a
{
	cursor: hand; 
	cursor: pointer;
}

ul.rade_CustomLinks .rade_CustomLinksIcon
{
	width: 9px; 
	height: 9px;
	background-image: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrjF3qZT_vJKsre9bZrBSdjchGES2K9tbPzt-6ey3k_oE1&t=633613964300000000');
	background-repeat: no-repeat;
	margin: 2px 4px 0 0;
}

ul.rade_CustomLinks .rade_CustomLinksIcon.rade_icon_plus
{
	background-position: 0 0;
}

ul.rade_CustomLinks .rade_CustomLinksIcon.rade_icon_minus
{
	background-position: -9px 0;
}

ul.rade_CustomLinks .rade_CustomLinksIcon.rade_icon_empty
{
	background: none;
}

.Office2007.rade_toolbar
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCGfYB-5KyNn0SjSi7pFBfTdwFrFYPCSml_7qGTbtNpw1&t=633613964300000000') repeat-x 0 -242px; 
	height: 22px;
}

* html .radeditor{background-image: none !important}

.rade_tool
{
	border-left: solid 1px #bdd4f0;
	border-right: solid 1px #d7e6f8;
	width: 20px;
	height: 20px;
	margin: 1px 0 0 0;
}

.rade_tool:hover
{
	background: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCGfYB-5KyNn0SjSi7pFBfTdwFrFYPCSml_7qGTbtNpw1&t=633613964300000000') repeat-x 0 -217px;
}

.rad_splitbutton:hover
{
    background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCGfYB-5KyNn0SjSi7pFBfTdwFrFYPCSml_7qGTbtNpw1&t=633613964300000000') repeat-x 0 -217px !important;
}

.rade_tool:active,
.rade_tool:focus,
.rade_tool_selected,
.rade_tool_selected:hover,
.rade_tool_selected:active,
.rade_tool_selected:focus
{
	background: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCGfYB-5KyNn0SjSi7pFBfTdwFrFYPCSml_7qGTbtNpw1&t=633613964300000000') repeat-x 0 -167px;
}

.rade_tool:active,
.rade_tool:focus,
.rade_tool_selected,
.rade_tool_selected:hover,
.rade_tool_selected:active,
.rade_tool_selected:focus
{
	_background: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCGfYB-5KyNn0SjSi7pFBfTdwFrFYPCSml_7qGTbtNpw1&t=633613964300000000') repeat-x 0 -167px !important;
}

.rade_tool_disabled,
.rade_tool_disabled:hover,
.rade_tool_disabled:active,
.rade_tool_disabled:focus
{
	background: none;
}

.rade_dropDownBody .rade_tlbVertical .Office2007.rade_toolbar .rade_tool_text
{
	background: white;
	border: 0;
	padding: 3px 1px 3px 3px;
	margin: 0 1px;
}

.rade_dropDownBody .rade_tlbVertical .Office2007.rade_toolbar .rade_tool_text:hover,
.rade_dropDownBody .rade_tlbVertical .Office2007.rade_toolbar .rade_tool_selected
{
	border: solid 1px white;
	padding: 2px 0 2px 2px;
	background: #ffe47f url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCGfYB-5KyNn0SjSi7pFBfTdwFrFYPCSml_7qGTbtNpw1&t=633613964300000000') repeat-x 0 -192px;
}

.Office2007.rade_dropDownBody .rade_tlbVertical .Office2007.rade_toolbar .rade_tool_disabled
{
	background: white !important;
	border: 0;
	padding: 1px;
	color: #000;
}

.Office2007.rade_dropDownBody .rade_tlbVertical .Office2007.rade_toolbar .rade_tool_text span.rade_button_text
{
	padding-left: 13px;
}

.Office2007.rade_dropDownBody .rade_tlbVertical .Office2007.rade_toolbar .rade_tool_disabled span
{
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}

.rade_tool span
{
	background-image: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCrGNxzzaAFkRkXqzvahgU5WmhlFgvptubzL4r7Wd6SQ1&t=633613964300000000');
	background-repeat: no-repeat;
	background-color: transparent;
	height: 22px;
}

.rade_toolbar.Office2007 .rade_dropdown,
.rade_toolbar.Office2007 .rade_tool_disabled.rade_dropdown:hover
{
	height: 16px;
	border: solid 1px #abc1de;
	margin: 1px 0 2px 0;
	padding: 2px 14px 0 2px;
	font: normal 11px Verdana, Arial, Sans-serif;
	color: black;
	background: #eaf2fb url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCGfYB-5KyNn0SjSi7pFBfTdwFrFYPCSml_7qGTbtNpw1&t=633613964300000000') no-repeat right -92px;
	-moz-border-radius: 0.3em;
	-moz-border: 0.3em;
	-webkit-border-radius: 0.3;
}

.rade_toolbar.Office2007 .rade_dropdown:hover,
.rade_toolbar.Office2007 .rade_dropdown:active,
.rade_toolbar.Office2007 .rade_dropdown:focus
{
	background-color: #fff;
}

* html .rade_dropDownBody .rade_tlbVertical .rade_toolbar.Office2007 .rade_tool_disabled,
* html .rade_dropDownBody .rade_tlbVertical .rade_toolbar.Office2007 .rade_tool_disabled:hover,
* html .rade_dropDownBody .rade_tlbVertical .rade_toolbar.Office2007 .rade_tool_disabled:active,
* html .rade_dropDownBody .rade_tlbVertical .rade_toolbar.Office2007 .rade_tool_disabled:focus
{
	border: 0 !important;
	padding:1px !important;
	background:transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrGKL40QcYWteC5Ea_XrXlqvDyyxRwkIaVZDH93An_9a3jZwLLjRxNhBGCh98Ap7L-0&t=633613964300000000') repeat-y -40px 0 !important;
	_background: none !important;
}

.rade_tlbVertical .rade_dropdown
{
	width: 4px;
}

.rade_toolbar.Office2007 .rade_grip
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCGfYB-5KyNn0SjSi7pFBfTdwFrFYPCSml_7qGTbtNpw1&t=633613964300000000') no-repeat; 
	width: 2px; height: 22px;
}

.rade_toolbar.Office2007 .grip_first
{
    background-position: 0 -271px;
}

.rade_toolbar.Office2007 .grip_last
{
    background-position: -39px -271px;
}

.rad_splitbutton
{
	width: 32px;
}

.rade_tool_disabled:hover
{
	background: none !important;
}

.rad_splitbutton span
{
	width: 25px;
}

.split_arrow
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCGfYB-5KyNn0SjSi7pFBfTdwFrFYPCSml_7qGTbtNpw1&t=633613964300000000') no-repeat 0 -108px !important;
	width: 5px !important;
	height: 22px;
	padding: 0 1px 0 1px;
}

.rade_toolbar.Office2007 li.rade_separator
{
	height: 20px; 
	width: 4px;
	padding: 0;
	margin: 1px 0 0 0 !important;
	border-left: solid 1px #bdd4f0 !important;
	border-right: solid 1px #d7e6f8 !important;
}

.rade_tlbVertical .rade_toolbar.Office2007 li.rade_separator
{
	border-top: solid 1px #dcdcdc;
	background: white;
	height: 1px; 
	width: 18px; 
	line-height: 1px;
	margin: 2px 0 2px 3px;
}

.RadEXhtmlButton
{
    border: solid 1px #c7dbe6;
    background: #f0f2f4;
    color: black;
    font: normal 11px Verdana, Arial, Sans-serif;
}

.Office2007.rade_dropDownBody.rade_InsertTable
{
    overflow: hidden;
}

td.rade_tlbVertical .rade_toolbar.Office2007
{
    width: 22px !important;
    background: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUgFQ3mNlP-FHv4snBJAiAUW6HKhxCNZIJ7SCtJNiWlalvqGTpHzD-w3tWPnFkiPZZ01&t=633613964300000000') repeat-y -22px 0;
    height: auto !important;
}

td.rade_tlbVertical .rade_toolbar.Office2007 .rade_grip
{
    background: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUgFQ3mNlP-FHv4snBJAiAUW6HKhxCNZIJ7SCtJNiWlalvqGTpHzD-w3tWPnFkiPZZ01&t=633613964300000000') !important;
    width: 22px !important;
    height: 2px !important;
    line-height: 2px !important;
    font-size: 1px !important;
}

td.rade_tlbVertical .rade_toolbar.Office2007 .rade_grip.grip_first
{
    background-position: 0 0 !important;
}

td.rade_tlbVertical .rade_toolbar.Office2007 .rade_grip.grip_last
{
    background-position: 0 -2px !important;
}

td.rade_tlbVertical .rade_toolbar.Office2007 .split_arrow
{
    display: none;
}

td.rade_tlbVertical .rade_toolbar.Office2007 .rade_separator
{
    border-bottom: solid 1px #fff !important;
    background: #bed4ed !important;
    height: 1px !important;
    line-height: 1px !important;
    width: 20px !important;
    margin: 0 !important;
}

td.rade_tlbVertical .rade_toolbar.Office2007 .rade_tool.rad_splitbutton,
td.rade_tlbVertical .rade_toolbar.Office2007 .rade_tool,
td.rade_tlbVertical .rade_toolbar.Office2007 .rade_tool.rade_tool_selected
{
	width: 21px !important;
	height: 21px !important;
	padding: 2px 0 0 0 !important;
}

td.rade_tlbVertical .rade_toolbar.Office2007 .rade_tool:hover
{
	background: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUgFQ3mNlP-FHv4snBJAiAUW6HKhxCNZIJ7SCtJNiWlalvqGTpHzD-w3tWPnFkiPZZ01&t=633613964300000000') no-repeat -44px 0 !important;
}

td.rade_tlbVertical .rade_toolbar.Office2007 .rade_tool.rade_tool_selected
{
    background: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUgFQ3mNlP-FHv4snBJAiAUW6HKhxCNZIJ7SCtJNiWlalvqGTpHzD-w3tWPnFkiPZZ01&t=633613964300000000') no-repeat -65px 0 !important;
}

.rade_dropDownBody.rade_InsertTable .rade_tool_text .TableWizard
{
    height: 23px;
    width: 23px; 
    line-height: 23px;
    background-image: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCrGNxzzaAFkRkXqzvahgU5WmhlFgvptubzL4r7Wd6SQ1&t=633613964300000000') !important;
    background-position: -3006px center;
}

.rade_dropDownBody.rade_InsertTable .rade_tool_text .rade_button_text,
.rade_dropDownBody.rade_InsertTable .rade_tool_text:hover .rade_button_text
{
    color: black !important;
}

.Vista.rade_dropDownBody .rade_itemOver
{
	border: solid 1px #3b5a82 !important;
	background: #cddcee !important;
	color: #3b5a82 !important;
}

/* show on focus fix */
.radwindow .rade_dropdown
{
 position: relative;
 top: 1px;
 padding-top: 0 !important;
  
}
    
.radwindow .rade_dropdown span
{
 padding-top: 0 !important;
  line-height: 16px !important;
}
/* END Telerik.Web.UI.Skins.Office2007.Editor.Office2007.css */
/* START Telerik.Web.UI.Skins.Window.css */
/* RadWindow 2 Common Css */

div.radwindow
{
	float: left;
	position: absolute;
}

div.radwindow a
{
    outline: none;
}

div.radwindow table
{
    width: 100%;
    height: 100%;
    table-layout: auto;
}

div.radwindow div.min
{
	display: none;
}

div.radwindow table td
{
	padding: 0; 
	margin: 0;
	border-collapse: collapse;
	vertical-align: top;
}

.radwindow .corner,
.radwindow .footercenter
{
    line-height:1;
}

div.radwindow table td.titlebar
{
	-moz-user-select: none;
	/*cursor: move;*/
}

div.radwindow td.titlebar div.topresize
{
	font-size: 1px;
	height: 4px !important;
	line-height: 4px !important;
	width: 100%;
}

div.radwindow td.statusbar input
{
	border: 0px;		
	background-color: transparent !important; 
	background-repeat: no-repeat;		
	width: 100%;	
	cursor: default;
	-moz-user-select: none;
	overflow: hidden; 
	text-overflow: ellipsis;
	display: block; 
	float: left;
}

div.radwindow td.statusbar div
{		
	width: 18px; 
	height: 18px;	
}

div.radwindow td.statusbar .loading
{
	padding-left:30px;
}

div.radwindow td.statusbar span.statustext
{
	cursor: default; 
	-moz-user-select: none;
}

div.radwindow.nostatusbar tr.statusbarrow
{
	display: none;
}

div.radwindow table.titlebarcontrols ul.controlbuttons
{
	padding: 0; 
	margin: 0;
	list-style: none  !important; 
	white-space:nowrap;	
	float: right; 
}

div.radwindow_rtl table.titlebarcontrols ul.controlbuttons
{
	float: left; 
}

div.radwindow table.titlebarcontrols ul.controlbuttons li
{
	float: left;
}

div.radwindow_rtl table.titlebarcontrols ul.controlbuttons li
{
	float: right;
}

div.radwindow table.titlebarcontrols ul.controlbuttons li a
{
	display: block; 
	text-decoration: none;
}

div.radwindow table.titlebarcontrol ul.controlbuttons li a span
{
	text-indent: -9999px; 
	display: block;	
}

div.radwindow table.titlebarcontrols a.windowicon
{
	display: block; 
	margin-right: 3px;	
	width: 20px !important;
	height: 16px !important;
}

div.radwindow table.titlebarcontrols em
{	
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	float: left;	
}

div.radwindow.minimizedwindow
{
	overflow: hidden;
}

div.radwindow div.iconmenu
{
	float: left; 
	position: absolute; 
	z-index: 56000000;
}

div.radwindow div.iconmenu a
{
	cursor: default;
}

div.radwindow.inactivewindow table.titlebarcontrols
{
	position: static;
}
/* end of inactive window settings */

/* popup windows */
.radwindow .windowpopup a.radwindowbutton
{
    margin-top: 24px !important;
}

.radwindow .windowpopup a.radwindowbutton:focus,
.radwindow .windowpopup a.radwindowbutton:active
{
    border: 1px dotted #999999;                        
}

.radwindow .windowpopup a.radwindowbutton,
.radwindow .windowpopup a.radwindowbutton span
{
	display: block; 
	float: left;
}

div.radwindow table.titlebarcontrols ul.controlbuttons li a
{
    text-indent: -9999px;
}

/* opera fix */
html:first-child div.radwindow ul
{
    float: right; 
    border: solid 1px transparent;
}

.radwindow .dialogtext
{
    text-align: left;
}

div.radwindow.minimizedwindow .pinbutton,
div.radwindow.minimizedwindow .reloadbutton,
div.radwindow.minimizedwindow .maximizebutton,
div.radwindow.minimizedwindow .topresize
{
    display: none !important;
}

.radwindow .contentrow .windowcontent
{
    font-size: 11px;
}

/* inactive window settings */
div.radwindow.inactivewindow td.corner,
div.radwindow.inactivewindow td.titlebar,
div.radwindow.inactivewindow td.footercenter
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40) !important;
	opacity: .4 !important; 
	-moz-opacity: .4 !important;
}
/* END Telerik.Web.UI.Skins.Window.css */
/* START Telerik.Web.UI.Skins.Office2007.Window.Office2007.css */
/* RADWINDOW PROMETHEUS "OFFICE2007" SKIN */

div.radwindow_Office2007 table td.corner
{
	width: 4px;
}

div.radwindow_Office2007 table td.topleft
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDryL0GKKM84sspzWgKEMujCMfaf3u1kMOsot5eKJPQuI41&t=633613964300000000') no-repeat left top;
	height: 8px;
}

div.radwindow_Office2007 table td.topright
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDryW24qWmbexfUxlTr5LEKQBIelLHQUkd30GxVwwtB8Dw1&t=633613964300000000') no-repeat right top;
	height: 8px;
}

div.radwindow_Office2007 table td.bodyleft
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDray2XA76GKKps860F5dKJA3F8zBZ322d_EbIqc3KC_1s1&t=633613964300000000') repeat-y left top;
}

div.radwindow_Office2007 .windowcontent
{
	height: 100%;
	border: solid 1px black;
	border-bottom: 0;
	background: white;
}

div.radwindow_Office2007 table td.bodyright
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDr5waPyN4zYV40eezaoGUYdXHNNr1v0D9Zk2jeDSgcSFY1&t=633613964300000000') repeat-y right top;
}

div.radwindow_Office2007 table td.footerleft
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrzyvvkT0mkghYcr58lla6J3xAR4hIloqhrsKyzYGSO701&t=633613964300000000') no-repeat left bottom;
	height: 8px;
}

div.radwindow_Office2007 table td.footerright
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrhxqPT8x93YhsI5-_XDP2OzpliDEo9v-6neguTGByPOw1&t=633613964300000000') no-repeat right bottom;
	height: 8px;
}

div.radwindow_Office2007 table td.footercenter
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrQ3O7jTxGz3wFqqfVBSDwFEki86Rx2sT4c9oAU22Asio1&t=633613964300000000') repeat-x bottom;
	height: 8px;
}

div.radwindow_Office2007 table td.titlebar
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrFGjEWm5peYb9SZgNQZ3J1Yo6B-XNEB4iWMm9nsiKpcA1&t=633613964300000000') repeat-x left top;
}

div.radwindow_Office2007 td.statusbar
{
	height: 23px; line-height: 23px;
	background: #f7f3e9;
	border-top: solid 1px #6788be;
}

div.radwindow_Office2007 td.statusbar input
{
    background-repeat: no-repeat;
    background: transparent;
    color: #6788be;
    padding-top: 6px;
    height: 17px;
    font: normal 11px Verdana, Arial, Sans-serif;
}

div.radwindow_Office2007 td.statusbar div
{
      /*background: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUg7b0ZfP-HbHQ-8RFoxiP2LFIgKx8JPBv62LUqUI1Ymm31k_Sg5M6mpgmwv2TRdoWs1&t=633613964300000000') no-repeat -40px 4px;*/
}

div.radwindow_Office2007 td.statusbar .loading
{	
	background-image: url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUg7b0ZfP-HbHQ-8RFoxiP2LBDpwLE2ZpHwt4WmAqO0mdQ2&t=633613964300000000');	
	background-repeat: no-repeat;
}

div.radwindow_Office2007 td.statusbar span.statustext
{
	font: normal 11px Verdana, Arial, Sans-serif;
	color: black;
}

div.radwindow_Office2007 table.titlebarcontrols ul.controlbuttons li a
{
	width: 13px; height: 13px; line-height: 13px; font-size: 1px;
	cursor: default;
	margin: 4px 0 0 2px;
}

/* reload button */
div.radwindow_Office2007 a.reloadbutton
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCWukp_VKzkrtZ21LI2l97fxswMw1uHTibAqibt4qI_A1&t=633613964300000000') no-repeat -50px top;
}

/* unpin button */
div.radwindow_Office2007 a.pinbutton
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCWukp_VKzkrtZ21LI2l97fxswMw1uHTibAqibt4qI_A1&t=633613964300000000') no-repeat 0 0;	
}

/* pin button */
div.radwindow_Office2007 a.pinbutton.on
{
	background-position: -17px 0 !important;
}

/* minimize button */
div.radwindow_Office2007 a.minimizebutton
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCWukp_VKzkrtZ21LI2l97fxswMw1uHTibAqibt4qI_A1&t=633613964300000000') no-repeat -65px 0;
}

/* maximize button */
div.radwindow_Office2007 a.maximizebutton
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCWukp_VKzkrtZ21LI2l97fxswMw1uHTibAqibt4qI_A1&t=633613964300000000') no-repeat -80px 0;
}

/* close button */
div.radwindow_Office2007 a.closebutton
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCWukp_VKzkrtZ21LI2l97fxswMw1uHTibAqibt4qI_A1&t=633613964300000000') no-repeat 100% 0;
}

/* restore button */
div.radwindow_Office2007.maximizedwindow a.maximizebutton,
div.radwindow_Office2007.minimizedwindow a.minimizebutton
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrCWukp_VKzkrtZ21LI2l97fxswMw1uHTibAqibt4qI_A1&t=633613964300000000') no-repeat -34px 0 !important;
}

div.radwindow_Office2007 table.titlebarcontrols a.windowicon
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrshnStbi-9uqyrgVT3YKSGg2&t=633613964300000000') no-repeat left top;
	width: 16px; 
	height: 16px;
	cursor: default;
	margin: 3px 0 3px 2px;
}

div.radwindow_Office2007 table.titlebarcontrols em
{
	font-style: normal;
	font: normal 12px Verdana, Arial, sans-serif;
	color: black;	
	padding: 6px 0 0 4px;
}

div.radwindow_Office2007.minimizedwindow
{
	width: 140px !important; 
	height: 22px !important;
	background: #e0ecfb;
	border: solid 1px #5d6f88;
}

/* overlay element should be minimized when the window is minimized */
iframe.minimizedwindowoverlay_Office2007
{
	/* take into account the borders of the main DIV of the window when setting width/height */
	width: 140px !important; 
	height: 22px !important;
}

div.radwindow.radwindow_Office2007.minimizedwindow table.titlebarcontrols 
{
	width: 140px !important;
    position: relative; 
    top: -4px;
}

div.radwindow_Office2007.minimizedwindow em
{
	color: #5d6f88 !important;
	width: 75px !important;
}

div.radwindow_Office2007.minimizedwindow td.corner
{
	cursor: default;
}

div.radwindow_Office2007.minimizedwindow td.corner.topleft,
div.radwindow_Office2007.minimizedwindow td.corner.topright
{
	background: none;
	width: 10px !important;
}

div.radwindow_Office2007.minimizedwindow td.titlebar
{
	background: none;
	cursor: default !important;
}

div.radwindow_Office2007 .windowcontent .windowpopup
{
	margin:16px;
	font:normal 11px Arial;
	color:black;	
	padding:0px 0px 16px 50px;
}

div.radwindow_Office2007 .windowcontent .windowpopup.radalert
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUiLuEVSl-55YI1jYbNdPp89rvvWp5TE2C0ou8_IG8rM10TRGt1lECTH9GBQI6cwkyg1&t=633613964300000000') no-repeat 8px center;
}

div.radwindow_Office2007 .windowcontent .windowpopup.radprompt
{
	padding: 0;
	
}

div.radwindow_Office2007 .windowcontent .windowpopup.radconfirm
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUiLuEVSl-55YI1jYbNdPp89LGdY8XS-bP2y6nd3O2akHZWzoK23YGPodmwXuZVncFw1&t=633613964300000000') no-repeat 8px center;	
}

div.radwindow_Office2007 .windowcontent input.dialoginput
{
	border: solid 1px #666;
	padding: 3px 4px 0 4px;
	height: 17px;
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrntJsZFW43pFnW8qlzn-M4SCgF04rh6PeHnlXmJiRYbcKpBAfo9oqFXEkI4U3HxRo0&t=633613964300000000') repeat-x 0 -44px;
	width: 100%;
	font: normal 11px Verdana, Arial, Sans-serif;
}

div.radwindow_Office2007 .windowcontent a,
div.radwindow_Office2007 .windowcontent a span
{
	text-decoration: none;
	color: black;
	line-height: 22px;
	cursor: default;
}

div.radwindow_Office2007 .windowcontent a.radwindowbutton
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUiLuEVSl-55YI1jYbNdPp89hg1hwEDIQwdeC7B5gEiFlQH9WxlOQ41ugnGlyjCeSMw1&t=633613964300000000') no-repeat 0 0; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

div.radwindow_Office2007 .windowcontent a.radwindowbutton span.outerspan
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUiLuEVSl-55YI1jYbNdPp89hg1hwEDIQwdeC7B5gEiFlQH9WxlOQ41ugnGlyjCeSMw1&t=633613964300000000') no-repeat 100% 0;
	padding: 0 3px 0 0;
}

div.radwindow_Office2007 .windowcontent a.radwindowbutton span.innerspan
{
	background: white url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUiLuEVSl-55YI1jYbNdPp89hg1hwEDIQwdeC7B5gEiFlQH9WxlOQ41ugnGlyjCeSMw1&t=633613964300000000') repeat-x 0 -22px;
	padding: 0 12px;
}

div.radwindow_Office2007 .windowcontent a.radwindowbutton:hover
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUiLuEVSl-55YI1jYbNdPp89hg1hwEDIQwdeC7B5gEiFlQH9WxlOQ41ugnGlyjCeSMw1&t=633613964300000000') no-repeat 0 -64px; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

div.radwindow_Office2007 .windowcontent a.radwindowbutton:hover span.outerspan
{
	background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUiLuEVSl-55YI1jYbNdPp89hg1hwEDIQwdeC7B5gEiFlQH9WxlOQ41ugnGlyjCeSMw1&t=633613964300000000') no-repeat right -64px;
	padding: 0 3px 0 0;
}

div.radwindow_Office2007 .windowcontent a.radwindowbutton:hover span.innerspan
{
	background: white url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUiLuEVSl-55YI1jYbNdPp89hg1hwEDIQwdeC7B5gEiFlQH9WxlOQ41ugnGlyjCeSMw1&t=633613964300000000') repeat-x 0 -86px;
	padding: 0 12px;
}

div.modaldialogbacgkround
{
	background: black;
}

/* set window transparency */
div.radwindow.radwindow_Office2007.normalwindow.transparentwindow td.corner,
div.radwindow.radwindow_Office2007.normalwindow.transparentwindow td.titlebar,
div.radwindow.radwindow_Office2007.transparentwindow td.footercenter
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity: .8; -moz-opacity: .8;
}

div.radwindow_Office2007 .topresize
{
    background: transparent url('/WebResource.axd?d=AL_S9X9QRsrx_yUKp827F3pn27ipTn9YKvrJs_-JZUi53r48rTWhhB9AYGMK2CDrFGjEWm5peYb9SZgNQZ3J1Yo6B-XNEB4iWMm9nsiKpcA1&t=633613964300000000') repeat-x;
}

div.radwindow.radwindow_Office2007 .windowcontent
{
	background: #cddcee;
}

.radwindow.radwindow_Office2007.minimizedwindow .controlbuttons
{
	margin-top: 6px !important;
}

.radwindow.radwindow_Office2007.minimizedwindow em
{
	margin-top: 2px !important;
}

.radwindow.radwindow_Office2007.minimizedwindow .windowicon
{
	margin: 7px 0 0 0px !important;
}
/* END Telerik.Web.UI.Skins.Office2007.Window.Office2007.css */
