﻿ /* BEGIN fckcontent (The area where the database page content will be displayed (not the editor window)) */
    
    table.fckcontent
    {
        width: 100%;
        margin: 0;
        border-collapse: collapse;
        border-spacing: 0;
        border: none
    }
    
    table.fckcontent td
    {
        vertical-align: top;
        padding: 0 
    }
    
    table.fckcontent td.content
    {
        
    }
    
    table.fckcontent td.lastupdated
    {
        font-size: 8px;
        color: #bbbbbb;
        font-style: italic    
    }
    /* END fckcontent (The area where the database page content will be displayed (not the editor window)) */

/* BEGIN texteditor container (The table holding the titlebar, toolbar and the editor itself) */
table.texteditor_container{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    margin: 0
}
table.texteditor_container td, table.texteditor_container th{
    padding: 0
}
table.texteditor_container td.texteditor{
    background-color: #EEEEDD;
    border-top: 1px solid #B7B7A6;
    border-left: 1px solid #B7B7A6;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    padding: 2px
}
/* END texteditor container (The table holding the titlebar, toolbar and the editor itself) */

    /* BEGIN texteditortoolbar (The toolbar of an FCK Edtior containing e.g. page title etc.) */
    
    table.texteditor_toolbar
    {
        margin: 0;
        margin-top: 5px;
        border-collapse: collapse;
        background-color: #EEEEDD;
        border-top: 1px solid #B7B7A6;
        border-left: 1px solid #B7B7A6;
        border-bottom: 1px solid #696969;
        border-right: 1px solid #696969
    }
    
    table.texteditor_toolbar td, table.texteditor_toolbar th
    {
        padding: 1px;
        vertical-align: middle;
        border: none    
    }
    
     table.texteditor_toolbar td img,  table.texteditor_toolbar th img
    {
        vertical-align: middle;
        border: none    
    }
    
    table.texteditor_toolbar th img.required
    {
        vertical-align: top;
        cursor: help    
    }   
    
     table.texteditor_toolbar th
    {
        font-family: font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
        font-weight: normal;
        font-size: 12px;
        color: #474742;
        text-align: right;
        padding-right: 2px  
    }
    
    table.texteditor_toolbar td.toolbar_start
    {
        padding-right: 5px;
        padding-left: 2px
    }
    
    table.texteditor_toolbar td.toolbar_end
    {
        padding: 0
    }
    
     table.texteditor_toolbar td.toolbar_separator
    {
        
    }
    
     table.texteditor_toolbar select
    {
        font-family: font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
        font-weight: normal;
        font-size: 11px;
        background-color: #FFFFFF;
        color: black;
        border: 1px solid #B7B7A6  
    }
    
     table.texteditor_toolbar select option
    {
        border: 1px solid #DEDDDD    
    }
    
     table.texteditor_toolbar input
    {
        font-family: font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
        font-weight: normal;
        font-size: 11px;
        background-color: #FFFFFF;
        border: 1px solid #B7B7A6;
        color: black    
    } 
    
     table.texteditor_toolbar a,  table.texteditor_toolbar a img,  table.texteditor_toolbar input[type="image"],  table.texteditor_toolbar button
    {
        cursor: hand
    }
    
     table.texteditor_toolbar input[type="checkbox"],  table.texteditor_toolbar select,  table.texteditor_toolbar select option
    {
        cursor: pointer
    }
    
     table.texteditor_toolbar input[type="checkbox"]
    {
        border: none
    }
    
     table.texteditor_toolbar textarea,  table.texteditor_toolbar input[type="text"],  table.texteditor_toolbar input[type="password"]
    {
        cursor: text
    }
    
     table.texteditor_toolbar img
    {
        cursor: crosshair    
    }
    
    /* END texteditortoolbar */
    
    /* BEGIN texteditortitle (The row that displays the title for the FCK Editor) */
    
    table.texteditor_titlebar
    {
        margin: 0;
        margin-top: 5px;
        border-collapse: collapse;
        border-spacing: 0;
        border: 0;
        width: 100%;
    }
    
    table.texteditor_titlebar td, table.texteditor_titlebar th
    {
        vertical-align: middle;
        padding: 0
    }
    
    table.texteditor_titlebar td.title_left_edge
    {
        width: 5%
    }
    
    table.texteditor_titlebar td.title_right_edge
    {
        width: 1px;
    }
    
    table.texteditor_titlebar th, table.texteditor_titlebar td.title_text
    {
        background-color: #EEEEDD;
        font-family: font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
        font-weight: normal;
        font-size: 12px;
        color: #474742;
        text-align: center;
        padding-left: 12px;
        padding-right: 12px;
        border-top: 1px solid #B7B7A6;
        border-left: 1px solid #B7B7A6;
        vertical-align: middle    
    }
    
    table.texteditor_titlebar th img, table.texteditor_titlebar td.title_text img{
        margin: 0;
        vertical-align: top
    }
    
    table.texteditor_titlebar td.title_text_end{
        text-align: left;
        vertical-align: top;
        width: 2%
    }
    
    table.texteditor_titlebar td.title_text_end img{
        margin: 0;
        vertical-align: top
    }
    
    table.texteditor_titlebar td.save_button
    {
        text-align: center;
        border: none;
        background-color: transparent;
        width: 5%    
    }
    
    table.texteditor_titlebar td.save_button img
    {
        margin: 0;
        vertical-align: middle    
    }
    
     table.texteditor_titlebar td.close_button_start{
        text-align: right;
        vertical-align: top;
        width: 2%
    }
    
    table.texteditor_titlebar td.close_button
    {
        background-color: #EEEEDD;
        font-family: font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
        font-weight: normal;
        font-size: 11px;
        color: #474742;
        text-align: center;
        padding-left: 2px;
        padding-right: 2px;
        border-top: 1px solid #B7B7A6;
        border-right: 1px solid #696969;
        width: 2%       
    }
    
    table.texteditor_titlebar td.close_button img
    {
        margin: 0;
        vertical-align: middle    
    }
    /*
    table.texteditor_titlebar td.titlestart
    {
        background-color: #EEEEDD;
        border-top: 1px solid #B7B7A6;
        border-left: 1px solid #B7B7A6;
        border-bottom: 0;
        border-right: 1px solid #696969    
    }
    
    table.texteditor_titlebar td.titlestart img
    {
        width: 11px    
    }
    
    table.texteditor_titlebar td.titleend
    {
        background-color: white;
        text-align: left;
        vertical-align: top
    }
    
    table.texteditor_titlebar td.end img
    {
            
    }
    */
    
    /* END texteditortitle */ 
