﻿.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;
	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;
}

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;
	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;
	padding: 0;
	margin: 0;
	cursor: default;
}

.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=HUdTBbGVS0ZvDZXS3jvJU4hNZmv20X5BMZOH0LlKoF7SoOLWU3xRtF6jCdRmmcbB9aj8W5WUOcchA1s1MkrB8OBMKn6GhD83pzgGwpjHqsw1&t=633493985220000000') 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;
}
