
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section
{
    display: block;
}

audio, canvas, video
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls])
    {
        display: none;
    }

[hidden]
{
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html
{
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea
{
    font-family: sans-serif;
    color: #222;
}

body
{
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection
{
    background: #25a0da;
    color: #fff;
    text-shadow: none;
}

::selection
{
    background: #25a0da;
    color: #fff;
    text-shadow: none;
}


/* =============================================================================
   Links
   ========================================================================== */

a
{
    color: #00e;
}

    a:visited
    {
        color: #551a8b;
    }

    a:hover
    {
        color: #06e;
    }

    a:focus
    {
        outline: thin dotted;
    }

    /* Improve readability when focused and hovered in all browsers: h5bp.com/h */
    a:hover, a:active
    {
        outline: 0;
    }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title]
{
    border-bottom: 1px dotted;
}

b, strong
{
    font-weight: bold;
}

blockquote
{
    margin: 1em 40px;
}

dfn
{
    font-style: italic;
}

hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins
{
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark
{
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp
{
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre
{
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q
{
    quotes: none;
}

    q:before, q:after
    {
        content: "";
        content: none;
    }

small
{
    font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup
{
    top: -0.5em;
}

sub
{
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol
{
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd
{
    margin: 0 0 0 40px;
}

nav ul, nav ol
{
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img
{
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root)
{
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure
{
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

form
{
    margin: 0;
}

fieldset
{
    border: 0;
    margin: 0;
    padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label
{
    cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend
{
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea
{
    font-size: 100%;
    vertical-align: baseline;
    *vertical-align: middle;
    margin-right: 0;
    margin-top: 0;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input
{
    line-height: normal;
}

    /*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

    button, input[type="button"], input[type="reset"], input[type="submit"]
    {
        cursor: pointer;
        -webkit-appearance: button;
        *overflow: visible;
    }

        /*
 * Re-set default cursor for disabled elements
 */

        button[disabled], input[disabled]
        {
            cursor: default;
        }

    /*
 * Consistent box sizing and appearance
 */

    input[type="checkbox"], input[type="radio"]
    {
        box-sizing: border-box;
        padding: 0;
        *width: 13px;
        *height: 13px;
    }

    input[type="search"]
    {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button
        {
            -webkit-appearance: none;
        }

    /*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

    button::-moz-focus-inner, input::-moz-focus-inner
    {
        border: 0;
        padding: 0;
    }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea
{
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    /* Colors for form validity */
    input:valid, textarea:valid
    {
    }

    input:invalid, textarea:invalid
    {
        background-color: #f0dddd;
    }


/* =============================================================================
   Tables
   ========================================================================== */

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

td
{
    vertical-align: top;
}


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe
{
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em)
{
    /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir
{
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

    .ir br
    {
        display: none;
    }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden
{
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus
    {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/* Hide visually and from screenreaders, but maintain layout */
.invisible
{
    visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after
{
    content: "";
    display: table;
}

.clearfix:after
{
    clear: both;
}

.clearfix
{
    *zoom: 1;
}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print
{
    *
    {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a, a:visited
    {
        text-decoration: underline;
    }

        a[href]:after
        {
            content: " (" attr(href) ")";
        }

    abbr[title]:after
    {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after
    {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    pre, blockquote
    {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead
    {
        display: table-header-group;
    }
    /* h5bp.com/t */
    tr, img
    {
        page-break-inside: avoid;
    }

    img
    {
        max-width: 100% !important;
    }

    @page
    {
        margin: 0.5cm;
    }

    p, h2, h3
    {
        orphans: 3;
        widows: 3;
    }

    h2, h3
    {
        page-break-after: avoid;
    }
}


/* Active Iframe in Sitemanager.*/
.SitemanagerActiveIFrame
{
    background-color: #858585;
    border: 0;
}

.SiteManagerRemoveTab
{
    margin-left: 5px;
}

.rolebox
{
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

.roleicon
{
    width: 80px;
    float: left;
}

.rolecontent
{
    float: left;
}


/* old admin.css stuff */

body
{
    background-color: Menu;
    font-family: Verdana;
    font-size: 11px;
}

    body td
    {
        font-size: 11px;
    }

    body.admin-body
    {
        background-color: #ffffff;
        font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
        margin: 0;
        padding: 0;
        color: #000000;
    }

legend
{
    color: Black;
    font-weight: bold;
    color: #666;
    text-shadow: 1px 1px 0px #e5e5e5;
}

body.admin-body img
{
    border: 0;
}

.admin-background-dark
{
    background-color: ButtonFace;
}

    .admin-background-dark a
    {
        color: #cccccc !important;
    }

.admin-background-trees
{
    background-color: #858585 !important;
    color: #fff !important;
}

body.admin-body td
{
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}

    td.line1, body.admin-body td.line1, td.LayoutZoneTop table td.line1
    {
        border-right: #e5e5e5 1px solid;
        table-layout: fixed;
        border-top: white 1px solid;
        border-left: white 1px solid;
        border-bottom: #e5e5e5 1px solid;
        font-size: 11px;
    }

input
{
    font-size: 11px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}


select
{
    font-size: 11px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    height: 19px;
    margin-left: 0px;
}

textarea
{
    font-size: 11px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    height: 80px;
    margin-left: 0px;
}

.adminlabel
{
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    color: #000000;
    vertical-align: top;
    text-align: right;
}
.adminlabel-customsettings
{
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    color: #000000;
    vertical-align: top;
    text-align: right;
    padding-top:4px !important;
}

.adminlabeldisable
{
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    color: Gray;
}

.admintextinput
{
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}

.admintextarea
{
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}

.admintabdefault
{
    color: #444444;
    border-bottom: solid white 1px;
    border-right: solid #999999 1px;
    border-left: none;
    border-top: none;
    background: #f7f3e9;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.admintabselected
{
    color: #000000;
    border-bottom: none;
    border-right: solid #000000 1px;
    border-left: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    background: #ECE9D8;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.admintabhover
{
    color: red;
    border-bottom: solid #ffffff 1px;
    border-right: solid #000000 1px;
    border-left: none;
    border-top: solid 1px #ffffff;
    background: #ECE9D8;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}

.admintabseparator
{
    border-bottom: solid 1px #ffffff;
}

td.adminlabelalternativ, td.admin-label-alt
{
    background-color: #EEEEEE;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}

TD.datalistheader, td.admin-datalistheader
{
    border-right: #000000 1px solid;
    border-top: white 1px solid;
    font-size: 11px;
    border-left: white 1px solid;
    border-bottom: #000000 1px solid;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    background-color: #ECE9D8;
}

a, a:link, a:visited, a:active, a:focus
{
    /*text-decoration: none;*/
    color: #000000;
}

fieldset.500box
{
    padding: 10px;
    width: 500px;
    display: block;
    margin: 5px;
    border: 1px solid #aaa;
    background: #e5e5e5;
}


fieldset.600box
{
    padding: 10px;
    display: block;
    width: 600px;
    margin: 5px;
    border: 1px solid #aaa;
    background: #e5e5e5;
}



fieldset.245box
{
    padding: 10px;
    width: 245px;
    margin: 5px;
    border: 1px solid #aaa;
    background: #e5e5e5;
}

.admintable
{
    table-layout: fixed;
    border-right: #000000 1px solid;
    border-top: white 1px solid;
    font-size: 11px;
    border-left: white 1px solid;
    border-bottom: #000000 1px solid;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

div.admininsertbar
{
    background-color: #ECE9D8;
    cursor: default;
    vertical-align: middle;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    border-top: 1px white solid;
    border-right: 1px #000000 solid;
    border-left: 1px #FFFFFF solid;
    border-bottom: 1px #000000 solid;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
}

td.adminspacer
{
    height: 10px;
}

.admintitlebox
{
    border-right: #000000 1px solid;
    border-top: #ffffff 1px solid;
    margin-top: 10px;
    margin-left: 10px;
    border-left: #ffffff 1px solid;
    border-bottom: #000000 1px solid;
}

/* Modulesettings (inserted 2006-07-03 HJ) */
.admin-element-width
{
    width: 300px;
}

.admin-element-width-small
{
    width: 100px;
}

.admin-outer-table
{
    width: 800px;
    border: 0;
    margin: 8;
    padding: 0;
}

.admin-inner-table
{
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}

    .admin-inner-table .adminlabel
    {
        width: 165px;
    }
    .admin-inner-table .adminlabel-customsettings
    {
        width: 165px;
    }

    .admin-inner-table td
    {
        padding: 3px;
    }

.admin-settingsvalue
{
    padding-left: 10px;
    white-space: nowrap;
    vertical-align: top;
}

.admin-padding-image
{
    padding-left: 3px;
}

.admin-fieldset-wrapper
{
    float: left;
    width: 610px;
}

.admin-fieldset
{
    padding: 10px;
    width: 580px;
    margin: 0 5px 0 5px;
    display: block;
    margin: 5px;
    border: 1px solid #aaa;
    background: #e5e5e5;
}

.admin-fieldset-wide
{
    padding: 10px;
    width: 780px;
    margin: 0 5px 0 5px;
    display: block;
    margin: 5px;
    border: 1px solid #aaa;
    background: #e5e5e5;
}

.admin-inner-fieldset
{
    padding: 10px;
    width: 550px;
    margin: 0 5px 0 5px;
    display: block;
    margin: 5px;
    border: 1px solid #aaa;
    background: #e5e5e5;
}

.admin-fieldset-wrapper-small
{
    float: left;
    width: 410px;
}

.admin-fieldset-small
{
    padding: 10px;
    width: 380px;
    margin: 0 5px 0 5px;
    display: block;
    margin: 5px;
    border: 1px solid #aaa;
    background: #e5e5e5;
}

.admin-fieldset100
{
    width: 100%;
    margin: 0 10px 0 10px;
}


.admin-inner-table td label
{
    font-size: 11px;
    white-space: nowrap;
    padding-left: 5px;
}

.admin-portal-button
{
    width: 300px;
}

table.admin-text-small td
{
    font-size: 10px;
}

table.admin-publishinfo-popup-table
{
    width: 100%;
    margin: 10px;
}

table.admin-relations-popup-table
{
    width: 100%;
    margin: 10px;
}

.admin-element-msubject
{
    width: 270px;
}

.admin-element-mreciepent
{
    width: 270px;
    margin-left: 10px;
}

.admin-warning
{
    color: red;
}

.admin-success
{
    color: Green;
}

a.admin-button:link
{
    display: block;
    float: left;
    width: auto;
    border-bottom: solid transparent 1px;
    border-right: solid transparent 1px;
    border-left: solid transparent 1px;
    border-top: solid transparent 1px;
    /* border-bottom: 1px hidden black;*/
}



a.admin-button:visited
{
    display: block;
    float: left;
    width: auto;
    border-bottom: solid transparent 1px;
    border-right: solid transparent 1px;
    border-left: solid transparent 1px;
    border-top: solid transparent 1px;
    /* border-bottom: 1px hidden black; */
}

a.admin-button:hover
{
    display: block;
    float: left;
    width: auto;
    border-bottom: solid #A0A0A0 1px;
    border-right: solid #A0A0A0 1px;
    border-left: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    /* border-bottom: 1px solid black; */
}

a.CommandButton
{
    text-decoration: underline;
}


a.admin-save-image-button:link
{
    margin: 0;
    padding: 5px 10px 5px 25px;
    background-image: url( images/admin/save.gif );
    background-position: 3px 3px;
    background-repeat: no-repeat;
    height: 15px;
    color: #000000;
    border-bottom: solid transparent 1px;
    border-right: solid transparent 1px;
    border-left: solid transparent 1px;
    border-top: solid transparent 1px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}

a.admin-save-image-button:visited
{
    margin: 0;
    padding: 5px 10px 5px 25px;
    background-image: url( images/admin/save.gif );
    background-position: 3px 3px;
    background-repeat: no-repeat;
    height: 15px;
    color: #000000;
    border-bottom: solid transparent 1px;
    border-right: solid transparent 1px;
    border-left: solid transparent 1px;
    border-top: solid transparent 1px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}

a.admin-save-image-button:hover
{
    margin: 0;
    padding: 5px 10px 5px 25px;
    background-image: url( images/admin/save.gif);
    background-position: 3px 3px;
    background-repeat: no-repeat;
    height: 15px;
    color: #000000;
    border-bottom: solid #A0A0A0 1px;
    border-right: solid #A0A0A0 1px;
    border-left: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}

a.admin-delete-image
{
    background-image: url( images/admin/delete.gif );
    background-position: 3px 3px;
    background-repeat: no-repeat;
}



a.admin-image-button:link
{
    margin: 0;
    padding: 5px 10px 5px 25px;
    background-position: 3px 3px;
    background-repeat: no-repeat;
    height: 15px;
    color: #000000;
    border-bottom: solid transparent 1px;
    border-right: solid transparent 1px;
    border-left: solid transparent 1px;
    border-top: solid transparent 1px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}



a.admin-image-button:visited
{
    margin: 0;
    padding: 5px 10px 5px 25px;
    background-position: 3px 3px;
    background-repeat: no-repeat;
    height: 15px;
    color: #000000;
    border-bottom: solid transparent 1px;
    border-right: solid transparent 1px;
    border-left: solid transparent 1px;
    border-top: solid transparent 1px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}

a.admin-image-button:hover
{
    margin: 0;
    padding: 5px 10px 5px 25px;
    background-position: 3px 3px;
    background-repeat: no-repeat;
    height: 15px;
    color: #00000;
    border-bottom: solid #A0A0A0 1px;
    border-right: solid #A0A0A0 1px;
    border-left: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}

.admin-toolbar-border
{
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #A0A0A0;
    border-left: 1px solid transparent;
    width: 100%;
}

.admin-textright
{
    text-align: right;
}


table.xxl-updatewin
{
    border: 0;
    margin: 0;
    padding: 0;
}

.xxl-admin-controls img
{
    border: 0!important;
}

.xxl-admin-control
{
    border: 0!important;
}

.xxlisvisible0
{
    display: none;
}

.xxlisvisible1
{
}

.xxlselected
{
    color: #000000;
}

.xxlunselected
{
    color: Silver;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section
{
    display: block;
}

audio[controls], canvas, video
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}


/**/
.admin-tabs-wrapper
{
    background: #858585;
    height: 20px;
    color: #eee;
    border-bottom: 2px solid #25a0da;
}

.SelectedAdminTab
{
    color: #fff !important;
    font-size: 8pt;
    text-transform: uppercase;
    line-height: 20px;
    height: 20px;
    background: #25a0da !important;
}

.CustomAdminTab
{
    font-size: 8pt;
    text-transform: uppercase;
    line-height: 20px;
    height: 20px;
    background: #858585;
    color: #fff !important;
}

.HoveredAdminTab
{
    font-size: 8pt;
    text-transform: uppercase;
    line-height: 20px;
    height: 20px;
    background: #ffffff !important;
    color: #333 !important;
}

.DisabledAdminTab
{
    font-size: 8pt;
    text-transform: uppercase;
    line-height: 20px;
    height: 20px;
    background: #858585 !important;
    color: #333 !important;
}


.SelectedMainAdminTab
{
    color: #fff !important;
    font-size: 8pt;
    text-transform: uppercase;
    line-height: 20px;
    height: 20px;
    background: #F48F01 !important;
}

.CustomMainAdminTab
{
    font-size: 8pt;
    text-transform: uppercase;
    line-height: 20px;
    height: 20px;
    background: #858585;
    color: #fff !important;
}

.HoveredMainAdminTab
{
    font-size: 8pt;
    text-transform: uppercase;
    line-height: 20px;
    height: 20px;
    background: #ffffff !important;
    color: #333 !important;
}

td, div
{
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

#admintreecontent a.userlink, a.userlink:visited, a.userlink:active
{
    color: #fff !important;
    text-decoration: none;
}


    #admintreecontent a.userlink:hover
    {
        color: #fff !important;
        text-decoration: underline, overline !important;
    }

/* Admin Page Layout Styles (Master Page) */

#AdminPageBody
{
    margin: 0px;
    padding: 46px 0px 0px 0px;
    overflow: hidden;
}

#AdminToolbar
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #e5e5e5;
    padding: 0px!important;
    height: 23px;
    padding-top:0px;
    margin-top: 0px;
}

    #AdminToolbar div
    {
        padding-top: 0px;
    }

#AdminTabs
{
    position:  absolute;
    top: 23px;
    left: 0px;
    width: 100%;
    background: #858585;
    height: 20px;
    color: #eee;
    border-bottom: 2px solid #25a0da;
}

#AdminContent
{
    overflow: auto;
    height: 500px;
}

#AdminPageContentArea
{
    overflow: auto;
    height: 500px;
}

#Content
{
    margin: 0px;
    padding: 0px;
}

/* LS - Sets the right color for the invisible Tab-Pages in PageManagerTree.aspx*/
.invisiblePage_PageManager
{
    color: #666666;
}

/* Object Security Manager */

#OSMFilterToolbar
{
    width: 750px;
    background: #e5e5e5;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
    line-height: 25px;
    border-top: 2px solid #c9c9c9;
}

#OSMActionToolbar
{
    width: 750px;
    background: #e5e5e5;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    height: 23px;
    line-height: 23px;
}

#OSMOwnerToolbar
{
    width: 750px;
    background: #e5e5e5;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    height: 23px;
    line-height: 23px;
}

.OSMGridClass .rgDataDiv
{
    height: auto !important;
}

.GridClassAutoHeight .rgDataDiv
{
    height: auto !important;
}


/* Hover effect for Images used as buttons */
img.xxlactivebutton:hover
{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.95 0.2 0 0 0 0 0.95 0.2 0 0 0 0 0.95 0.95 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: alpha(opacity=50);
    -webkit-filter: grayscale(0%) opacity(0.6);
    cursor: pointer;
}

img.xxlactivebutton
{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.1111 0.1111 0.1111 0 0 0.1111 0.1111 0.1111 0 0 0.1111 0.1111 0.1111 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray alpha(opacity=100);
    -webkit-filter: grayscale(1);
}


/* Hover effect for Images used as buttons */
img.xxlactiveredbutton:hover
{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.95 0.2 0 0 0 0 0.95 0.2 0 0 0 0 0.95 0.95 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: alpha(opacity=90);
    -webkit-filter: grayscale(0%) opacity(0.9);
    cursor: pointer;
}

img.xxlactiveredbutton
{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.1111 0.1111 0.1111 0 0 0.1111 0.1111 0.1111 0 0 0.1111 0.1111 0.1111 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray alpha(opacity=100);
    -webkit-filter: grayscale(1);
}
input[type='image'].xxlactivedeletebutton
{
    cursor:pointer;
     width:16px; height:16px;
       background:url(../img/delete.png)
}
input[type='image'].xxlactivedeletebutton:hover
{
    cursor:pointer;
     width:16px; height:16px;
       background:url(../img/delete_c.png)
}

/* Hover effect for Images used as buttons */
img.xxlactiveeditbutton:hover
{
    cursor: pointer;
    background:url(../img/edit_c.png)
}

img.xxlactiveeditbutton
{
   cursor:pointer;
     width:16px; height:16px;
    background:url(../img/edit.png)
}

img.xxlactivemailbutton:hover
{
    cursor: pointer;
    background:url(../img/mail_c.png)
}

img.xxlactivemailbutton
{
   cursor:pointer;
     width:16px; height:16px;
    background:url(../img/mail.png)
}

/* Hover effect for Images used as buttons */
img.xxlactivedeletebutton:hover
{
    cursor: pointer;
    background:url(../img/delete_c.png)
}

img.xxlactivedeletebutton
{
    width:16px; height:16px;
    background:url(../img/delete.png);
}

/* Hover effect for Images used as buttons */
img.xxlactivefolderbutton:hover
{
    cursor: pointer;
    background:url(../img/cur_folder_c.png)
}

img.xxlactivefolderbutton
{
    width:16px; height:16px;
    background:url(../img/cur_folder.png);
}
img.xxlselectimagebutton:hover
{
    cursor: pointer;
    background:url(../img/cur_folder_w.png)
}

img.xxlselectimagebutton
{
    width:16px; height:16px;
    background:url(../img/cur_folder.png);
}

img.xxlcloseimagebutton:hover
{
    cursor: pointer;
    background:url(../img/close_c.png)
}

img.xxlcloseimagebutton
{
    width:16px; height:16px;
    background:url(../img/close.png);
}

img.xxlactivetranslatebutton
{
    width:16px; height:16px;
    background:url(../img/globe1.png)
}

img.xxlactivetranslatebutton:hover
{
    width:16px; height:16px;
    background:url(../img/globe1_bn.png)
}

img.xxlactiveroleassignbutton
{
    width:16px; height:16px;
    background:url(../img/role_assign.png)
}

img.xxlactiveroleassignbutton:hover
{
    width:16px; height:16px;
    background:url(../img/role_assign_c.png)
}

img.xxlactiveuserassignbutton
{
    width:16px; height:16px;
    background:url(../img/user-add.png)
}

img.xxlactiveuserassignbutton:hover
{
    width:16px; height:16px;
    background:url(../img/user-add_c.png)
}

img.xxlactiveresassignbutton
{
    width:16px; height:16px;
    background:url(../img/resassign.png)
}

img.xxlactiveresassignbutton:hover
{
    width:16px; height:16px;
    background:url(../img/resassign_c.png)
}

img.xxlactivemoveupbutton
{
    width:16px; height:16px;
    background:url(../img/moveup.png)
}

img.xxlactivemoveupbutton:hover
{
    width:16px; height:16px;
    background:url(../img/moveup_c.png)
}

img.xxlactivemovedownbutton
{
    width:16px; height:16px;
    background:url(../img/movedown.png)
}

img.xxlactivemovedownbutton:hover
{
    width:16px; height:16px;
    background:url(../img/movedown_c.png)
}

img.xxlactiveaddbutton
{
    width:16px; height:16px;
    background:url(../img/add.png)
}

img.xxlactiveaddbutton:hover
{
    width:16px; height:16px;
    background:url(../img/add_c.png)
}

img.xxlactivedeletebutton
{
    width:16px; height:16px;
    background:url(../img/delete.png)
}

img.xxlactivedeletebutton:hover
{
    width:16px; height:16px;
    background:url(../img/delete_c.png)
}


.xxlactivesavebutton
{
    width:16px; height:16px;
    background:url(../img/save.png)
}

.xxlactivesavebutton:hover
{
    width:16px; height:16px;
    background:url(../img/save_c.png)
}

.xxlactivepreviewbutton
{
    width:16px; height:16px;
    background:url(../img/preview.png)
}

.xxlactivepreviewbutton:hover
{
    width:16px; height:16px;
    background:url(../img/preview_c.png)
}




.xxlactiveunidirectionalbutton
{
    width:16px; height:16px;
    background:url(../img/unidirectional.png)
}

.xxlactiveunidirectionalbutton:hover
{
    width:16px; height:16px;
    background:url(../img/bidirectional_c.png)
}

.xxlactivebidirectionalbutton
{
    width:16px; height:16px;
    background:url(../img/bidirectional.png)
}

.xxlactivebidirectionalbutton:hover
{
    width:16px; height:16px;
    background:url(../img/unidirectional_c.png)
}

.xxlactivemanualrelatedbutton
{
    width:16px; height:16px;
    background:url(../img/manual.png)
}

.xxlactivemanualrelatedbutton:hover
{
    width:16px; height:16px;
    background:url(../img/manual_r.png)
}
.xxlactivenotmanualrelatedbutton
{
    width:16px; height:16px;
    background:url(../img/manual_l.png)
}

.xxlactivenotmanualrelatedbutton:hover
{
    width:16px; height:16px;
    background:url(../img/manual_c.png)
}
.xxlactiveautomaticrelatedbutton
{
    width:16px; height:16px;
    background:url(../img/automatic.png)
}

.xxlactiveautomaticrelatedbutton:hover
{
    width:16px; height:16px;
    background:url(../img/automatic_c.png)
}

.xxlactiveundobutton
{
    width:16px; height:16px;
    background:url(../img/undo.png)
}

.xxlactiveundobutton:hover
{
    width:16px; height:16px;
    background:url(../img/undo_c.png)
}


.rgRow input[type=image].xxlactivedeletebutton:hover, .rgAltRow input[type=image].xxlactivedeletebutton:hover
{
    cursor: pointer;
    background:url(../img/delete_c.png);
}

.rgRow input[type=image].xxlactivedeletebutton, .rgAltRow  input[type=image].xxlactivedeletebutton
{
    width:16px; height:16px;
    background:url(../img/delete.png);
}

.rgRow .xxlactiveeditbutton input[type=image]:hover,.rgAltRow .xxlactiveeditbutton input[type=image]:hover
{
    cursor: pointer;
    background:url(../img/edit_c.png);
}

.rgRow .xxlactiveeditbutton input[type=image],.rgAltRow .xxlactiveeditbutton input[type=image]
{
    width:16px; height:16px;
    background:url(../img/edit.png);
}

/*.rgRow input[type=image], .rgAltRow input[type=image]
{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.1111 0.1111 0.1111 0 0 0.1111 0.1111 0.1111 0 0 0.1111 0.1111 0.1111 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray alpha(opacity=100);
    -webkit-filter: grayscale(1);
}

    .rgRow input[type=image]:hover, .rgAltRow input[type=image]:hover
    {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.95 0.2 0 0 0 0 0.95 0.2 0 0 0 0 0.95 0.95 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
        filter: alpha(opacity=50);
        -webkit-filter: grayscale(0%) opacity(0.6);
        cursor: pointer;
    }*/


.admincheckboxsmall
{
    padding-left: 1px!important;
    padding-right: 1px!important;
    text-align: center;
    width: 10px;
}

/**
  * CSS for Language-Navigation - Start
  */
#LanguageSelection
{
    display: none;
    background-color: #959595;
    position: absolute;
    top: 32px;
    padding: 10px;
    border-bottom: 3px solid #f48f01;
}

#navigationLanguage
{
    margin: 0 !important;

}

    #navigationLanguage li
    {
        list-style: none;
        font-weight: normal;
        line-height: 22px;
        width: 75px;
    
    }

        #navigationLanguage li:hover
        {
            list-style: none;
            font-weight: normal;
            line-height: 22px;
            background: #f48f01;
            color: #fff;
        }


            #navigationLanguage li:hover a
            {
                color: #fff;
            }

        #navigationLanguage li a
        {
            color: #fff;
            text-decoration: none;
            font-size: 1.1 em;
            color: #fff;
            padding-left:5px;
        }
/**
  * CSS for Language-Navigation - End
  */

        #AdminGuideText
        {
            width: 500px;
            height: 150px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin:-75px 0 0 -250px;     
            background: #25a0da;
            color: #fff;
            padding: 10px;
        }
.RadGrid {
    border-top-width:0px!important;
    border-bottom-width:0px!important;
}

.invisible
{
    display:none;
}

textarea
{
    resize:none;
}


.cm-cxlplaceholder {
    color:orange;
}

.admin-settingsvalue textarea {
    white-space: pre-wrap;
}


