﻿.Square {
    min-width: 30px;
    width: auto;
    height: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 3px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 1px;
}

.Levels {
    overflow-x: hidden;
    overflow-y: auto;
    width: 210px;
    height: 90%;
    border: 1px solid #e5e5e5;
    border: 1px solid silver;
    padding: 3px;
    border-radius: 4px;
    font-family: Verdana;
    font-weight: 500;
    margin: 2px;
}

    .Levels li:hover {
        border: 1px solid #999;        
    }

    .Levels li {
        list-style-type: none;
        min-height: 22px;
        height: auto;
        border: 1px solid #e5e5e5;
        padding: 3px;
        border-radius: 4px;
        font-family: Verdana;
        font-weight: 500;
        margin: 2px;
        cursor: pointer;
        /*-*/
    }

/* Template Caller */


.frameContainer {
    position: absolute;
    text-align: left;
    padding: 5px;
    z-index: 1000;
    width: 900px;
    height: 465px;
    border: 1px solid silver;
    background-color: white;
    margin-top: 50px;
    border-radius: 5px;
}

.slider li {
    white-space: pre;
    list-style-type: none;
    /*width: 100%;ANT*/
    width: 99%;
    min-height: 56px;
    height: 150px;
    border: 1px solid silver;
    padding: 3px;
    padding-right: 0px;
    border-radius: 4px;
    margin-bottom: 2px;
    overflow: auto;
    position:absolute;/*ANT*/
}

    .slider li h1 {
        font-size: 1.1em;
        font-weight: bold;
    }

    .slider li:hover, .editslider:hover {
        background-color: whitesmoke;
        border: 1px solid #999;
        /*font-weight: bold;*/
    }

.slider {
    position: relative;
    /*overflow-x: hidden;
            overflow-y: auto;*/
    overflow-y: hidden;
    width: 500px;
    height: 158px;
    border: 1px solid silver;
    padding: 3px;
    border-radius: 4px;
    margin: 2px 0px;
}

.selected {
    background-color: #e5e5e5;
}

.modified {
    border: 1px solid orange!important;
}


#subdiv {
    width: 550px;
    float: left;
    height: 255px;
}

.txtdroppable {
    width: 100%;
    height: 175px !important;
    margin: 0px;
}
/*.ui-helper-reset*/
#subdiv .ui-widget-header {
    line-height: 0.6;
}

.ui-tabs-panel {
    padding: 2px !important;
}
