/* this removes the scrollbars from the dialogs */
html, body, form {
	overflow: hidden;
}

.RadSpell {
	width: 535px;
	height: 303px;
	padding: 0;
	margin: 0;
	background: white;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.RadSpell * {
	margin:0;
	padding:0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.RadSpell ul {
	list-style-type:none !important;
}

.RadSpell .RichTextView,
.RadSpell textarea,
.RadSpell select,
.RadSpell .MainOptions {
    margin-left:7px;
}

.RadSpell .RichTextView {
	overflow: auto;
}

.RadSpell textarea {
	display: none;
	overflow: auto;
}

.RadSpell,
.RadSpell textarea,
.RadSpell select {
	font: normal 10px/16px Arial, Sans-serif;
}

/* the next two must be separate. they fix the hidden textarea position when it becomes visible*/
/* IE 7 only */
*:first-child+html .RadSpell textarea {
	margin-top: -1px;
	margin-bottom: -1px;
}

/*IE 5-6 only*/
* html .RadSpell textarea {
	margin-top: -1px;
	margin-bottom: -1px;
}

.RadSpell .SpellOptions a {
	display: block;
}

.RadSpell .SpellOptions a.disabled {
	cursor: no-drop;
}

.RadSpell h3:after,
.RadSpell:after,
.RadSpell .SpellOptions:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

/*RadSpell headings start*/
.RadSpell h3,
.RadSpell h3 em
.RadSpell h3 span {
	height: 44px;
	line-height: 35px;
}

.RadSpell .RichTextView strong {
	color: #f00;
	text-decoration: underline;
}

.RadSpell h3 {
	margin: 0 ;
	padding-left:7px;
	background: #e5e5e5;
	font-size:1.1em;
	overflow:hidden;
}

.RadSpell h3 em {
	float:left;
	padding-right:7px;
	font-style:normal;
	cursor: default;
}

.RadSpell h3 span {
	float:left;
	padding:0 10px;
	background: #fff;
	height: 28px;
	margin-top: 16px;
	line-height: 28px;
}

.RadSpell h4 {
	margin-top:7px;
	padding-left:7px;
	font-size:1.1em;
	font-weight:normal;
}

.RadSpell .RichTextView,
.RadSpell textarea {
	height:70px;
	border-width:1px;
	border-style:solid;
	border-color:#000 #ccc #ccc #000;
	background:#fff;
	font-size:1.1em;
}
.RadSpell textarea {
	width:318px;
	padding:3px 5px 3px 3px;
}
.RadSpell .RichTextView {
	width: 320px;
	padding: 3px;
	font-family: tahoma,sans-serif;
	cursor: text;
}

.RadSpell .RichTextView em {
	font-style:normal;
	color:#000;
}

.RadSpell select,
.RadSpell .MainOptions {
	width:328px;
}
.RadSpell select {
	height:60px;
	font-size:1.1em;
}

*:first-child+html .RadSpell select {
	height:85px;
}

/*IE 5-6 only*/
* html .RadSpell select {
	height:85px;
}
.RadSpell select option {
	padding:1px 3px 0;
}

/*RadSpell buttons start*/
.RadSpell .SpellOptions li {
	height:23px;
	line-height:23px;
}
.RadSpell .SpellOptions li {
	width:150px;
	text-align:center;
	font-size:1.1em;
}

.RadSpell .MainOptions {
	margin-top:10px;
}
.RadSpell .MainOptions li {
	float:right;
	margin-left:10px;
}
.RadSpell .AuxOptions {
	float:right;
	width:120px;
	margin-top:20px;
	margin-right: 40px;
}
.RadSpell .AuxOptions li {
	margin-top:8px;
}

.RadSpell button {
	width: 145px !important;
}

.RadSpell ul.SpellOptions .rfdSkinnedButton button,
.RadSpell ul.SpellOptions .rfdSkinnedButton.rfdInputDisabled button,
.RadSpell ul.SpellOptions .rfdSkinnedButton.rfdInputDisabled:hover button {
	padding: 0;
}
/*RadSpell buttons end*/

/* Right to left styles */

.rfdRtl .RadSpell {
	width: 445px;	
}

.rfdRtl .SpellOptions.AuxOptions,
.rfdRtl .SpellOptions.MainOptions {
	float: left;
}

.rfdRtl .SpellOptions.MainOptions {
	width: 280px;
}

.rfdRtl .RadSpell_Glow .SpellOptions.AuxOptions,
.rfdRtl .RadSpell_Silk .SpellOptions.AuxOptions{
	margin: 50px 0 0 10px !important;
}

.rfdRtl .RadSpell_Glow .SpellOptions.MainOptions,
.rfdRtl .RadSpell_Silk .SpellOptions.MainOptions {
	width: 310px;
}

.rfdRtl .RadSpell_MetroTouch .SpellOptions.AuxOptions,
.rfdRtl .RadSpell_BlackMetroTouch .SpellOptions.AuxOptions {
	margin: 20px 0 0 -10px !important;
}

.rfdRtl .RadSpell_MetroTouch .SpellOptions.MainOptions,
.rfdRtl .RadSpell_BlackMetroTouch .SpellOptions.MainOptions {
	width: 334px;
}

.rfdRtl .RadSpell .RichTextView, 
.rfdRtl .RadSpell textarea, .RadSpell select, 
.rfdRtl .RadSpell .MainOptions {
	margin-left: 0;
	margin-right: 20px;
}

.rfdRtl .RadSpell_BlackMetroTouch .RichTextView, 
.rfdRtl .RadSpell_BlackMetroTouch textarea, .RadSpell select, 
.rfdRtl .RadSpell_BlackMetroTouch .MainOptions,
.rfdRtl .RadSpell_MetroTouch .RichTextView, 
.rfdRtl .RadSpell_MetroTouch textarea, .RadSpell select, 
.rfdRtl .RadSpell_MetroTouch .MainOptions {
	margin-left: 7px;
	margin-right: 0;
}

/* Following styles are MetroTouch and BlackMetroTouch skin related only */

div.RadSpell_MetroTouch,
div.RadSpell_BlackMetroTouch {
	width: 469px;
}

div.RadSpell_BlackMetroTouch {
	background-color: #000;
}

div.RadSpell_MetroTouch, 
div.RadSpell_MetroTouch textarea, 
div.RadSpell_MetroTouch select,
div.RadSpell_BlackMetroTouch, 
div.RadSpell_BlackMetroTouch textarea, 
div.RadSpell_BlackMetroTouch select {
	font-size: 16px;
}

div.RadSpell_MetroTouch textarea,
div.RadSpell_BlackMetroTouch textarea {
	line-height: 20px;
}

div.RadSpell_MetroTouch h4,
div.RadSpell_BlackMetroTouch h4 {
	margin-top: 3px;
	padding-bottom: 3px;
	font-size: 16px;
}

.RadSpell_MetroTouch ul.SpellOptions,
.RadSpell_BlackMetroTouch ul.SpellOptions {
	margin-top: 9px !important;
	width: 120px;
}

.RadSpell_MetroTouch ul.MainOptions,
.RadSpell_BlackMetroTouch ul.MainOptions {
	width: 310px;
	margin-top: 3px !important;
	*margin-top:-1px !important;
}

.RadSpell_MetroTouch .AuxOptions,
.RadSpell_BlackMetroTouch .AuxOptions {
	margin-right: 5px;
}

.RadSpell_MetroTouch ul.SpellOptions li,
.RadSpell_BlackMetroTouch ul.SpellOptions li {
	height: auto;
	line-height: normal;
}

.RadSpell_MetroTouch ul.SpellOptions li .rfdDecorated,
.RadSpell_BlackMetroTouch ul.SpellOptions li .rfdDecorated {
	width: 98px !important;
	*width: 96px !important;
	padding-left: 6px;
}

.RadSpell_MetroTouch ul.MainOptions li,
.RadSpell_BlackMetroTouch ul.MainOptions li {
	margin-left: 30px;
}

.rfdRtl .RadSpell_MetroTouch .AuxOptions,
.rfdRtl .RadSpell_BlackMetroTouch .AuxOptions {
	margin-right: 0;
	width: 114px;
	*width: 110px;
}

.RadSpell_BlackMetroTouch label {
	color: #fff;
}

/* Silk and Glow Styles */
.RadSpell_Glow {
	background-color: #35434b;
}

.RadSpell_Glow .rfdSkinnedButton,
.RadSpell_Silk .rfdSkinnedButton {
	margin-left: -10px;
	width: 90px;
	 padding: 0 10px 0 2px;
}

.RadSpell_Glow .SpellOptions li,
.RadSpell_Silk .SpellOptions li {
	width: 90px;
}

.RadSpell_Glow .MainOptions,
.RadSpell_Silk .MainOptions {
	margin: 5px -5px 0 0;
}

.redSpellCheckDialog body {
	width: 540px;
	height: 310px;
}