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