/*----------------------
  default styles
  ----------------------*/

#eEd {
    float: left;
    background: #EEF3FB;
    width: 865px;
    border: 1px solid #A9C0CE;
}

#eEd label {
    float: left;
    display: block;
    clear: both;
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 40px;
}

#eEd input, #eEd textarea, #eEd select {
    float: left;
    display: block;
    width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 1px;
}

#eEd input.radiocheck {
    border:none;
    width:auto;
}

#eEd input[type=checkbox] {
    border:none;
    width:auto;
}

#eEd p {
    float: left;
    clear: both;
    display: block;
    width: 100% !important;
    width: 80%; /*to fix IE6 position*/
/*     padding-left: 40px; */
}

#eEd h2 {
    float: left;
    clear: both;
    display: block;
    padding-left: 40px;
}

#eEd fieldset{
    clear: both;
    border:none;
    margin:10px;
    padding:5px 0;
    border:1px solid #A9C0CE;
}

ul, ol {
    list-style : none;
    padding:0;
}

#eEd .icon {
    margin-top: 0px;
/*     display: block; */
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
/*     padding: .5ex 1ex; */
    background-color: #eee;
    text-decoration: none;
    cursor: default;
}

/* ---------------------*/



/*----------------------
  global modifiers
  ----------------------*/

    #eEd .hidden {
        display:none;
    }

    #eEd .first {
        margin-left: 40px !important;
        margin-left: 10px; /*to fix IE6 position*/
        width: 120px;
        clear:both;
    }

    #eEd .next {
        margin-left: 10px !important;
        margin-left: 10px; /*to fix IE6 position*/
        width: 100px;
    }

/* ---------------------*/



/*----------------------
  spezial reset
  ----------------------*/

/*clearing all floats and fix Firefox and IE backgroundcolor-bug */
div.clearer {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 1px;
}

/* ---------------------*/



/*----------------------
  checkbox, radio group
  ----------------------*/

#eEd fieldset.cbra {
/*     border: none; */
    padding-left: 40px;
    padding-bottom: 10px;
    display: block;
    clear: both;
}

#eEd fieldset.cbra label {
    width: auto;
    clear: none;
    float: left;
    display: block;
    padding-right: 2px !important;
    white-space: nowrap; /*to fix ie6 wrapping*/
}

#eEd fieldset.cbra input {
    width: auto;
/*     border: none; */
    background: none;
    float: left;
    display: block;
    margin-right: 10px;
    margin-top: 3px !important;
    margin-top: 0px; /*to fix ie6 position*/
}

/* ---------------------*/



/*----------------------
  floating input, 2lines
  ----------------------*/

    #eEd fieldset.float {
        padding-left: 20px;
    }

    #eEd fieldset.float label {
        clear: none;
        float: left;
        margin: 0 0 10px 0;
        padding-left: 10px;
        width: 200px;
    }

        #eEd fieldset.float .bigger_form label {
            width: 400px;
        }

    #eEd fieldset.float p {
        clear: none;
        padding-left: 10px;
    }

    #eEd fieldset.float input, #eEd fieldset.float textarea, #eEd fieldset.float select {
        margin: 0;
        width: 200px;
    }

        #eEd fieldset.float .bigger_form input, #eEd fieldset.float .bigger_form textarea, #eEd fieldset.float .bigger_form select {
            width: 400px;
        }

    #eEd fieldset.float label.small {
        width: 130px;
    }

    #eEd fieldset.float label.small input, #eEd fieldset.float label.small textarea, #eEd fieldset.float label.small select {
        width: 125px;
    }

/* ---------------------*/

/*----------------------
  reiter-struktur
  ----------------------*/

    .tabbed {
        height:2em;
        margin-left:9px;
        position:relative;
    }

    .tabbed ul {
        bottom:-1px;
        margin:0;
        position:absolute;
    }

    .tabbed ul li {
        display:inline;
    }

    .tabbed ul li a {
        background:#EEF3FB;
        border:1px solid #A9C0CE;
        border-bottom-color:#A9C0CE;
        color:#aaa;
        display:block;
        float:left;
        margin:1px 2px 0pt 1px;
        padding:4px 14px;
        text-decoration:none;
        -moz-border-radius-topleft:10px;
        -moz-border-radius-topright:10px;
    }

    .tabbed ul li a.selected {
/*         background:#efefef; */
        border-color:#A9C0CE;
        border-style:solid solid none;
        border-width:1px 1px medium;
        color:inherit;
        margin-top:0;
        padding-bottom:6px;
    }

/* ---------------------*/


/*----------------------
  menued special
  ----------------------*/

#eEd ul.menued ul {
    margin: 0pt 0pt 0pt 20pt;
}
#eEd ul.menued a {
    text-decoration:none;
}

#eEd ul.menued li {
    clear:both;
    border-top: 1px solid #ddd;
}
#eEd ul.menued input {
    width: auto;
    height: auto;
    margin-top: 0;
}

#eEd .red {
    color: red;
}

/* ---------------------*/



/*----------------------
  fileed special
  ----------------------*/

li.thumbs {
        border: 1px solid silver;
        float: left;
/*         height: 130px; */
        list-style:none;
        margin:0 5px  5px 0 !important;
        width: 102px;
        text-align: center;
        padding: 3px;
        -moz-border-radius: 5px;
}

li.thumbs a.pic {
        display: block;
        height: 100px;
        margin: 0 auto;
        width: 96px;
}

li.thumbs p {
        width: auto !important;
}

li.thumbs input {
    border:0;
    width: auto !important;
}

    #eEd li input, #eEd table input {
            margin:0 !important;
    }

#eEd .sortable, #substance.admin .sortable {
/*     background:yellow; */
    float:left;
    list-style:none;
    margin:0;
    min-height:50px;
    padding:0;
    width:100% !important;
}

.galery-highlight {
    float:left;
    padding: 3px;
    margin: 0 5px 5px 0;

    width:102px;
    height:130px;
    border: 1px solid #fcd113;
    background: #f8da4e url(/images/html/ui-bg_glass_55_f8da4e_1x400.png) 50% 50% repeat-x;
    color: #915608;
}

    #eEd .sortable li.thumbs {
        margin:15px 0 15px 15px !important;
    }

/* compilation */
.selection_teaser {
    background:#eee;
    border:1px solid #cccccc;
    clear:both;
    margin:1.5em 0;
    padding:0 3px;
}

    .selection_teaser b {
        display:block;
        margin:0.3em 0;
    }

    .selection_teaser div {
        background:#fff;
        float:left;
        width:532px;
    }

    .selection_teaser ul {
        margin:0 0 0 45px;
        padding:0;
    }

    #site .selection_teaser li {
        border: 1px solid #eee;
        list-style:none;
        margin: 2px;
        padding:0;
        -moz-border-radius: 0;
    }

    .selection_teaser span {
        clear:both;
        font-size:0.9em;
    }

#eEd input.sel_pic_checkbox {
    display:none;
}

.toolbox {
    width:auto !important;
}

.toolbox span {
    float:left;
}
    .toolbox span a {
        background:#EFEFEF;
        border:1px solid #A9C0CE;
        padding:3px;
        text-decoration:none;
        -moz-border-radius:5px;
    }

.fileed_preview {
    background:#EFEFEF;
    border:1px solid #A9C0CE;
/*     font-weight:bold; */
    padding:1px 2px;
    margin:1px;
    text-decoration:none;
    -moz-border-radius:2px;
}

    a.fileed_preview {
        text-decoration:none;
    }

    s.fileed_preview {
        background:#FFFFFF;
        color:#A9C0CE;
        cursor:pointer;
    }

/* ---------------------*/


#eEd .cloud, #eEd .cloud_pages {
    border:1px solid #CCCCCC;
    margin:4px 0 6px;
    padding:3px;
    width:750px;
}

    #eEd .cloud ul,#eEd  ul.cloud {
        list-style:none !important;
        width:550px !important;
    }

    #eEd .cloud legend, #eEd .cloud_pages legend {
        background:#FFFFFF;
        padding:0 10px;
        -moz-border-radius:5px;
    }

    #eEd .cloud li {
/*         border:2px solid #CCCCCC !important; */
        float:left;
        margin:2px 4px !important;
    }

        #eEd .cloud li a {
            cursor:pointer;
            line-height:1.5em;
            padding:0 4px;
            text-decoration:none;
        }

        #eEd .cloud li.selected {
            background:#EEEEEE;
            border:2px solid #2C5A93 !important;
        }

        #eEd .cloud .tag0 a {
            color:#BBBBBB !important;
        }

        #eEd .cloud .tag1 a {
            color:#888888 !important;
        }

        #eEd .cloud .tag2 a {
            color:#444444 !important;
        }

        #eEd .cloud .tag3 a {
            color:#333333 !important;
            font-weight:bold;
        }



/*----------------------
  cmsed special (testing only)
  ----------------------*/


#cEd li.files {
        border: 1px solid silver;
        float: left;
        list-style:none;
        margin: 5px;
        padding: 3px;
        -moz-border-radius: 5px;
}


#cEd fieldset.ce {
    border: none;
    padding-left: 0;
    margin-bottom: 0;
    display: block;
    clear: both;
}

#cEd .buttag {
    width: auto;
    border: 1px solid #ddd;
    padding: .5ex 1ex;
    margin-right:2px;
    background-color: #eee;
    text-decoration: none;
    cursor: default;
}

#cEd .butfil {
    width: 20px;
    height: 20px;
    border: 0;
    padding: .5ex 1ex;
    background-color: #eee;
    text-decoration: none;
    cursor: default;
}

#cEd .butoth {
    float: left;
    height: auto;
    border: 1px solid #ddd;
    border-style: solid;
    margin: 0 0 0 0;
    padding: 0.2ex 0.2ex 0.2ex 0.2ex;
    background-color: #eee;
    text-decoration: none;
/*     font: 0.9em Tahoma, sans-serif; */
/*     cursor: default; */
}

#cEd .ta_norm {
    width: 100%;
    border: 1px solid #ddd;
/*     margin: 0 0 1ex 0; */
/*     padding: .5ex 1ex; */
    background-color: #eee;
    text-decoration: none;
}

#cEd .ta_lock {
    width: 100%;
    border: 1px solid #f00;
    background-color: #FFB2B3;
    text-decoration: none;
}


#cEd a.infobox {
    float: right;
/*     border-bottom: 1px dashed #c30; */
    text-decoration:none;
}

    #cEd a.infobox:hover {
        cursor:help;
/*         color:#c30; */
/*         background:white; */
    }

    #cEd a.infobox span {
        visibility:hidden;
        position:absolute;
        left:-99em;
        margin-top:1.5em;
        padding:0.5em;
        text-decoration:none;
    }

    #cEd a.infobox:hover span {
        visibility:visible;
        left:38em;
        border:1px solid #A9C0CE;
        color:#2C5A93;
        background:white;
    }

/*----------------------
 righted
  ----------------------*/

#tabmain {
    margin: 10px;
}

#tabmenu {
    height:2em;
    border:1px solid #660000;    
    background-color: white;
    width: 100%;
}

#tabmenu .tab {  
/*    padding: 3px;*/
    width: 20%;
    height:2em;
    float: left;
    border-right:1px solid #660000;    
}
  
.tab div {
    padding: 5px;
}

#tabmenu .active {
    background-color:#EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    color:black;
}

#tabmenu .tab:hover {
    font-weight:bold;
    cursor:pointer;
}

.tabcontent {
    background-color: #EFEFEF;
    width: 100%;
    border: 1px solid #660000;
    border-top: none;
}
.tabcontent div {
    padding: 10px;
    margin-left: 10px;
}

.tabcontent fieldset {
    padding:0 5px !important;
    border:1px solid !important;
    margin: 10px !important;
}

.tabcontent legend {
     margin: 0 10px;
     padding: 0 10px;
}
.tabcontent .legende {
    border:1px solid ;
    width:10px;
    height:10px;
    float:left;
    margin-right:20px
}
