﻿/* div container to undo global styles */

#texteditorcontainer, #texteditorcontainer table, #texteditorcontainer td, #texteditorcontainer div
{
    padding: 0px;
}

/* Editor specific overrides */

.ajax__htmleditor_editor_container
{
    /* Container wraps entire htmleditor element */
    border: solid 1px #cbcbcb;
}
.ajax__htmleditor_editor_toptoolbar
{
    /* Container wraps all top toolbar buttons */
}
.ajax__htmleditor_toolbar_button
{
    /* Applied to button of toolbar (in this case top) */
    background-color: #21759b; 
    margin: 2px 0px 2px 2px;
}
.ajax__htmleditor_toolbar_button_hover
{
    /* Toolbar button with mouse-over (in this case top) */
    background-color:#d54e21;
}
.ajax__htmleditor_toolbar_button label
{
    /* Applied to button label (in this case top toolbar) */
   font-family: Arial, Helvetica, Verdana, Sans-Serif; 
   font-weight: bold;
}
.ajax__htmleditor_toolbar_button select
{
    /* Applied to select element of selector list in toolbar */
   font-size: 12px; 
   font-family: Arial, Helvetica, Verdana, Sans-Serif; 
   cursor: pointer;
}
.ajax__htmleditor_toolbar_button select option
{
    /* Applied to select element's options */
   font-size: 12px;
}
.ajax__htmleditor_editor_editpanel
{
    /* Text editor panel container */
    border-top: solid 1px #cbcbcb;
    border-bottom: solid 1px #cbcbcb;
}
.ajax__htmleditor_editor_editpanel div
{

}
.ajax__htmleditor_editor_editpanel iframe
{

}
.ajax__htmleditor_editor_editpanel textarea
{

}

.ajax__htmleditor_editor_bottomtoolbar
{ 
    /* Bottom toolbar container */
}


