body {
    font-size: 14px;
}
.footer-bottom
{
    bottom: 0;
    position: absolute;
    width: 100%;
}

.navigation ul, .navigation li {
    list-style: none;
    padding: 0;
}

.navigation ul {
    margin: 1em 0;
}
.navigation li {
    margin: 0;
}

.w3-pointer {
    cursor: pointer;
}
.w3-input {
    padding: 3px;
    display: block;
    border: none;
    border: 1px solid #808080;
    width: 100%;
    margin: 1px 0;
    line-height: 20px;
}

.w3-eighths {
    width: 12.5%;
}
.w3-seventh {
    width: 14.285%;
}

.top-level {
    text-decoration: underline;
    font-weight: bold;
}
.letter {
    padding:4px;
    margin: 2px;
    border: 1px solid #000055;
    background-color: #888888;
    color: white;
    text-align: center;
    cursor: pointer;
}
.letter:hover {
    font-weight: bold;
}
.activeletter {
    background-color: #000099;
    font-weight: bold;
}
.span_day_right {
    float: right;
}

#panelMailing, #panelMailing_Progress {text-align: center; margin:auto;}
#progessbar {
    width:500px;
    border: 1px solid grey;
    border-radius: 5px;
    height:16px;
    margin:5px auto;
    text-align: left;
    display: none;
}
#progessbar div {
    background-color:#3961c5;
    background:-moz-linear-gradient(0% 100% 90deg,#2647a0 7%,#3d67ce 50%,#426fd9 100%);
    background:-webkit-gradient(linear,left bottom,left top,from(#2647a0),color-stop(0.07,#2647a0),color-stop(0.5,#3d67ce),to(#426fd9));
    width: 0;
    height:16px;
}
#progress_Error {
    color: red;
    font-weight: bold;
    text-align: center;
}

#usedFilter {margin-top: 8px;}
.hiddenOverview {white-space:nowrap;}

.wt_enabled, .available {
    background-color: #ddffdd!important;
}
/* YUI Datatable STYLING */
.yui3-datatable-table {
    width: 100%;
}
.yui3-skin-sam .yui3-datatable-odd .yui3-datatable-cell {
    background-color: #f1f1f1!important; 
}
.yui3-skin-sam .yui3-datatable-header {
    background: #2196F3 !important;
    background-image: none !important;
    color: white !important;
    text-shadow: none !important;
}
.yui3-skin-sam .yui3-datatable-data .yui3-datatable-even .yui3-datatable-sorted
{
    background-color: #ffffcc !important;
}
.yui3-datatable-paginator {
    background: #ffffcc !important;
}
.yui3-datatable-paginator .yui3-datatable-paginator-control-disabled, .yui3-datatable-paginator .yui3-datatable-paginator-control-disabled:hover {
    color: gray;
}

/* PANEL STYLING */
.yui3-skin-sam .yui3-panel .yui3-widget-hd {
    padding: 8px 28px 8px 8px;
    min-height: 13px;
    _height: 13px;
    color: white;
    background-color: #3a3a3a!important;
    background: none;
}

.yui3-skin-sam .yui3-panel .yui3-widget-ft {
    background: #9e9e9e!important;
    padding: 8px;
    text-align: right;
}

/* BUTTONS */
.yui3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none!important;
    color: #fff;
    background: none;
    background-color: #000;
    box-shadow: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 0;
}

/* Overlay Look/Feel */
.yui3-overlay-content {
    border: none;
    border-radius: 3px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    cursor: default;
    background: rgb(255, 255, 255);
}

.yui3-overlay-content .yui3-widget-hd {
    background-color: #ddd;  
    color: #333;
    font-size: 11px;
    font-weight: normal;
    padding: 0; /*0.2em 0.5em 0.3em;*/
    border-radius: 2px 2px 0 0; 
    overflow: hidden;
    min-height: 16px;
}

.yui3-overlay-content .yui3-widget-bd {
    background: none; /* Fallback IE 6-8 */
    overflow: hidden;
}

.yui3-overlay-content .yui3-widget-bd .yui3-ovr-z-i{
    font-size: 11px;
    color: black;
    overflow: hidden;
    padding: 0.4em 0.6em 0.5em;
}
.del_termin {
    width: 16px;
    height: 16px;
    float: right;
    background-image: url('/images/trash.png');
    cursor: pointer;
}

.move_termin {
    width: 16px;
    height: 16px;
    float: left;
    background-image: url('/images/move.png');
    cursor: move ;
}
.yui3-dd-drop-over {
    font-weight: bold;
    border: 1px solid #333;
    color: black;
}
.showComplete {
    height: auto !important;
    background: white !important;
    z-index: 10 !important;
}    
.overlay-datetime, .overlay-ort {
    color:#444;
    font-size:10px;
}


#tblParameters ol {
        
}
#tblParameters ol li {
    list-style-type: decimal;
    padding: 5px;
    width: 320px;
    overflow: hidden;
    border: 1px solid grey;
    background-color: lightgreen;
    color: black;
    margin: 4px;
    cursor: move;
    height: 2em;
}

#selectFilesButtonContainer {
    display: inline-block;
}    
#uploadFilesButtonContainer {
    display: inline-block;
} 