/*RadSpell Default Dialog skin*/

.RadSpell_Wilo
{
    width:460px;
    height:303px;
	padding:0;
	margin: 0;
	background: white;
}
.RadSpell_Wilo .RichTextView,
.RadSpell_Wilo textarea,
.RadSpell_Wilo select,
.RadSpell_Wilo .MainOptions
{
    margin-left:7px;
}
.RadSpell_Wilo,
.RadSpell_Wilo textarea,
.RadSpell_Wilo select
{
    font:normal 10px/16px arial,sans-serif;
}
/*RadSpell headings start*/
.RadSpell_Wilo h3,
.RadSpell_Wilo h3 em
.RadSpell_Wilo h3 span
{
    height:44px; /*the same as background images' height*/
    line-height:35px; /*may be different to vertically align the text inside the tab*/
}
.RadSpell_Wilo h3
{
    margin: 0 ;
    padding-left:7px; /*the same as spellHeadLeft.gif's width*/
    background: #e5e5e5;
    font-size:1.1em;
    overflow:hidden;
}
.RadSpell_Wilo h3 em
{
    float:left;
    padding-right:7px; /*the same as spellHeadRight.gif's width*/
    font-style:normal;
	cursor: default;
}
.RadSpell_Wilo h3 span
{
	float:left;
	padding:0 10px;
	background: #fff;
	height: 28px;
	margin-top: 16px;
	line-height: 28px;
}
.RadSpell_Wilo h4
{
	margin-top:7px;
	padding-left:7px;
    font-size:1.1em;
    font-weight:normal;
}
/*RadSpell headings end*/

/*RadSpell text boxes start*/
.RadSpell_Wilo .RichTextView,
.RadSpell_Wilo textarea
{
    height:70px;
    border-width:1px;
    border-style:solid;
    border-color:#000 #ccc #ccc #000;
    background:#fff;
    font-size:1.1em;
}
.RadSpell_Wilo textarea
{
    width:318px;/*this width + side padding = .RichTextView width + side padding*/
    padding:3px 5px 3px 3px;
}
.RadSpell_Wilo .RichTextView
{
    width:320px;/*this width + side padding = textarea width + side padding*/
    padding:3px;
    font-family:tahoma,sans-serif;
    cursor:text;
}
.RadSpell_Wilo .RichTextView strong
{
    color:#f00;
    text-decoration:underline
}
.RadSpell_Wilo .RichTextView em
{
    font-style:normal;
    color:#000;
}
/*RadSpell text boxes end*/

/*RadSpell combobox start*/
.RadSpell_Wilo select,
.RadSpell_Wilo .MainOptions
{
    width:328px;/*2px more than .RichTextView width + side padding*/
}
.RadSpell_Wilo select
{
    height:60px;
    font-size:1.1em;
}
/*the next two must be separate*/
/*IE 7 only*/
*:first-child+html .RadSpell_Wilo select
{
    height:85px;/*5px more than select*/
}
/*IE 5-6 only*/
* html .RadSpell_Wilo select
{
    height:85px;/*5px more than select*/
}
.RadSpell_Wilo select option
{
    padding:1px 3px 0;
}
/*RadSpell combobox end*/

/*RadSpell buttons start*/
.RadSpell_Wilo .SpellOptions li,
.RadSpell_Wilo .SpellOptions a
{
    /*the same as background images' height*/
    height:23px;
    line-height:23px;
}
.RadSpell_Wilo .SpellOptions li
{
    width:83px;
    text-align:center;
    font-size:1.1em;
}
.RadSpell_Wilo .SpellOptions a
{
	color:#fffffe;
	background:url('Spell/spellButtonCombined.gif') 0 0 no-repeat;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
}
.RadSpell_Wilo .SpellOptions a:hover
{
    background-position:0 -23px;
}
.RadSpell_Wilo .MainOptions
{
    margin-top:10px;
}
.RadSpell_Wilo .MainOptions li
{
    float:right;
    margin-left:10px;
}
.RadSpell_Wilo .AuxOptions
{
    float:right;
    width:90px;
    margin-top:20px;
	margin-right: 10px;
}
.RadSpell_Wilo .AuxOptions li
{
    margin-top:8px;
}
.RadSpell_Wilo a.disabled
{
    color:#ccc;
}
.RadSpell_Wilo .SpellOptions a.disabled:hover
{
    background-position:0 0;
}
/*RadSpell buttons end*/
