/*external components outside RadSpell wrapper*/

/*common*/
.RadSpell_Inox_Ext
{
    margin:1em 0 0;
    padding:0;
    font:normal 11px/16px arial,sans-serif;
}
.RadSpell_Inox_Ext.spLinkImg,
.RadSpell_Inox_Ext.spButton
{
    display:block;
    /*the same as background images' dimensions*/
    width:89px;
    height:22px;
    line-height:22px;
}

/*text link*/
.RadSpell_Inox_Ext.spLink
{
    color:#000;
}
.RadSpell_Inox_Ext.spLinkImg
{
    color:#000;
}

/*image link*/
.RadSpell_Inox_Ext.spLinkImg
{
    text-align:center;
    text-decoration:none;
    background:url(Img/spellButtonCombined.gif) 0 0 no-repeat;
}

/*button*/
.RadSpell_Inox_Ext.spButton
{
    border:0;
    text-align:center;
    color:#000;
    cursor:pointer;
    background:url(Img/spellButtonCombined.gif) 0 0 no-repeat;
}


.RadSpell_Inox_Ext.spLinkImg:hover,
.RadSpell_Inox_Ext.spButton.spHovered
{
    background-position:0 -22px; /*the same as background images' height*/
}

/*select*/
.RadSpell_Inox_Ext.spSelect
{
    width:88px; /*the same as background images' width*/
    border:1px solid #ccc;
    font-size:0.8em;
}
