﻿/* Top Dash Board Menu */
div.st_DashboardMenu {
    width: 100%; /*background: transparent url(/SyntassoAdmin/Images/db_bg.png) no-repeat 0 0;*/
    margin: 0 auto;
    padding: 0;
    text-align: left;
    height: 30px;
}

    div.st_DashboardMenu ul {
        list-style-type: none;
        margin: 0 0 0 15px;
        padding: 0;
    }

        div.st_DashboardMenu ul li {
            display: inline-block;
            margin: 0;
            padding: 0;
            background: transparent url(/SyntassoAdmin/Images/db_menu_sep.png) no-repeat top right;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
        }

            div.st_DashboardMenu ul li a, div.st_DashboardMenu ul li span, div.st_DashboardMenu ul li  label {
                color: #333;
                display: inline-block !important;
                font-size: 12px !important;
                height: 25px  !important;
                line-height: 25px !important;
                margin: 0 !important;
                padding: 0 10px !important;
                text-decoration: none;
                vertical-align: top;
            }

.rmItem .rmText {
    font-size: 12px;
    vertical-align: top;
}

    .rmItem .rmText input {
        margin: 6px 5px;
        float: left;
    }

    .rmItem .rmText label {
        margin: -3px 0 0 0;
        float: left;
    }

.st_Dashboard_Hidden {
    display: none;
}

div.st_DashboardMenu ul li a:hover {
    color: #ff0000;
}

div.st_DashboardMenu img {
    border: none;
    margin: 0 3px -4px 0;
}

.rwTable {
    margin: 70px 0 0;
}
/* Dialogs */
/* Dialog Frame */
div.main_slider {
    width: 960px;
    height: 669px;
    margin: 0 auto;
    padding: 0;
    background: transparent url(/SyntassoAdmin/Images/dialog_bg.png) no-repeat left bottom;
    text-align: left;
}

    div.main_slider iframe {
        border: none;
        overflow: hidden;
        width: 940px;
        height: 660px;
        margin: 0 10px;
    }

/*---------- Form Builder -------------*/
#mainContainer {
    width: auto;
    margin-top: 10px;
    border: 1px double #000;
    padding: 3px;
}

#leftColumn {
    width: 110px;
    float: left;
}

#rightColumn {
    width: 700px;
    margin: 2px;
    height: 450px;
}

.dragableBox {
    width: 100px;
    padding: 3px;
    margin: 3px;
    border: 1px solid #666;
    background-color: #fff;
    cursor: move;
    font-size: 12px;
}

.dropBox {
    width: auto;
    border: 1px solid #000;
    background-color: #E2EBED;
    min-height: 50px;
    height: auto;
    overflow: visible;
    margin-bottom: 10px;
    padding: 3px;
}

.clear {
    clear: both;
}

img {
    border: 0px;
}

.Formlabel:hover {
    background-color: Yellow;
    border: 1px solid #000000;
    padding: 3px;
    margin: 5px;
}

.Formlabel {
    background-color: #ffffff;
    border: none;
    margin: 5px;
}

.GenericContent_Outer, .GlobalContent_Outer {
    position: relative;
}

.GenericContent_Editor, .GlobalContent_Editor {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px dotted #19120B;
    display: block;
    font-family: Calibri,Arial,Helvetica,sans-serif;
    left: 0 !important;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 0 !important;
    z-index: 100;
    padding: 0;
    width: 150px;
    height: 30px;
}

    .GenericContent_Editor input, .GlobalContent_Editor input {
        border: none;
        cursor: hand;
        cursor: pointer;
        background: url("/SyntassoAdmin/Images/Icons/Edit.png") no-repeat scroll 8px 8px #FFFFFF;
        color: #3A3A3A !important;
        display: block;
        position: relative;
        text-indent: 22px;
        font-size: 12px;
        width: 150px;
        height: 30px;
        line-height: 30px;
    }

        .GenericContent_Editor input:hover, .GlobalContent_Editor input:hover {
            background: url("/SyntassoAdmin/Images/Icons/Edit.png") no-repeat scroll 8px 8px #e1e1e1;
        }

.RadWindow {
    z-index: 1;
    width: 100%;
}

    .RadWindow .rwTable {
        width: 960px;
        margin: 0 auto;
    }
