.mischungxl_noconnection {
    font-size: 1.5em;
    text-decoration: blink;
    color: red;
    margin: 2em;
}

/* mischungxl */

p.spacer {
    height: 5em;
    width: 10em;
}

.sqldebug {
    color: #4444AA;
}

.sqldebug h4 {
    font-size: 1em;
}

.sqldebug p {
    font-size: 0.7em;
    line-height: 1.6;
}

#content2 form#listsets {
    margin-top: 15px;

}

span.mischungxl_info {
    color: #A09D6B;
    font-size: 0.7em;
}

form#listsets table {
    font-size: 0.9em;
    width: 100%;
}

form#listsets table td {
    vertical-align: top;
}

form#listsets div.form-item div.form-item {
    padding: 0;
    margin: 0;
}

form#listsets label {
    margin-bottom: 5px;
}

form#listsets input.form-submit {
    width: 11em;
    height: 2em;
}

/* table mischungxl */

table.mischungxl {
    margin-top: 10px;
    font-size: 11px;
    width: 100%;
    padding: 0;
    text-align: center;
}

table.mischungxl_title {
    font-size: 11px;
    width: 100%;
    padding: 0;
    text-align: left;
}

table.mischungxl TBODY TR TD {
    vertical-align: middle;
}

table.sticky-header th.mischungxl {
    font-size: 11px;
    text-align: center;
}

table.mischungxl thead tr th {
    padding: 2px 10px;
    text-align: center;
    font-size: 11px;
    border: none;
}

table.mischungxl tr, table.mischungxl_title tr {
    border: none;
}

table.mischungxl td, table.mischungxl_title {
    padding: 0;
}

table.mischungxl td.title {
    padding: 0px 5px;
    text-align: left;
    vertical-align: middle;
    line-height: 19px;
}

table.mischungxl td.btn, table.mischungxl_title td.btn {
    text-align: center;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    padding: 1px 2px;
}

/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active {
    position: relative;
}

a.tooltip span {
    display: none;
    text-decoration: none;
}

a.tooltip_nah:hover span {
    left: 20px;
}

.mischungxl a {
    font-weight: bold;
}
a.djlink {
    color: #7e2800;
}

a.djlink:hover {
    color: #ff5000;
}

div#rightcol a.tooltip:hover span {
    left: -270px;
}

div#content2 a.tooltip:hover span {
    left: 20px;
}

a.tooltip:hover span {
    display: block;
    position: absolute;
    top: 20px;
    width: 250px;
    z-index: 100;
    color: #000000;
    border: 1px solid #000;
    background: #F6F5E4;
    filter: alpha(opacity = 80); /* IE */
    -moz-opacity: 0.8; /* Gecko-Browser */
    opacity: 0.8; /* Opera 9+ */
    /*  background: #FFD400;*/
    text-align: left;
    padding: 5px;
    font-weight: normal;
}

a.tooltip span b {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #112211;
    border: 0px;
    border-bottom: 1px solid black;
}

table.mischungxl tr.odd {
    background-color: rgba(0,0,0,0.05);
}

table.mischungxl div {
    float: none;
}

table.mischungxl div.mischungxl_title {
    text-align: left;
}

table.mischungxl div.setbuttons {
    float: left;
}

table.mischungxl div.title_link {
    width: 410px;
    float: left;
}

div.setbuttons {
    width: 85px;
    height: 24px;
    padding: 0px;
    text-align: left;
}

.button_bookmark {
    width: 22px;
    height:24px;
    display: inline-block;
    background:transparent url('img/bookmark_normal.gif') center top no-repeat;
}

.button_bookmark_inactive {
    width: 22px;
    height:24px;
    display: inline-block;
    background:transparent url('img/bookmark_inactive.gif') center top no-repeat;
}

.button_bookmark:hover, .button_bookmark_inactive:hover {
    background: url('img/bookmark_active.gif');
}


.button_play {
    width: 22px;
    height:24px;
    display: inline-block;
    background:transparent url('img/play_normal.gif') center top no-repeat;
}

.button_play_inactive {
    width: 22px;
    height:24px;
    display: inline-block;
    background:transparent url('img/play_inactive.gif') center top no-repeat;
}

.button_play:hover, .button_play_inactive:hover {
    background-image: url('img/play_active.gif');
}

.button_download {
    width: 18px;
    height:24px;
    display: inline-block;
    background:transparent url('img/download_normal.gif') center top no-repeat;
}

.button_download_inactive {
    width: 18px;
    height:24px;
    display: inline-block;
    background:transparent url('img/download_inactive.gif') center top no-repeat;
}

.button_download:hover, .button_download_inactive:hover {
    background-image: url('img/download_active.gif');
}

.button_comment {
    width: 18px;
    height:24px;
    display: inline-block;
    background:transparent url('img/comment_normal.gif') center top no-repeat;
}

.button_comment_inactive {
    width: 18px;
    height:24px;
    display: inline-block;
    background:transparent url('img/comment_inactive.gif') center top no-repeat;
}

.button_comment:hover, .button_comment_inactive:hover {
    background-image: url('img/comment_active.gif');
}

table#mischungxl_filter {
    height: 36em;
    font-size: 0.9em;
}

table#mischungxl_filter td {
    padding: 0em 0.7em;
    vertical-align: top;
}

table#mischungxl_filter tbody {
    border: none;
}

table#mischungxl_filter div.form-item {
    margin: 0;
}

table#mischungxl_filter input.form-submit {
    height: 3em;
    width: 12em;
    margin: 0.1em 0em 1em 0em;
}

table#mischungxl_filter div.form-radios {
    margin: 0;
    text-align: left;
}

table#mischungxl_filter div.description {
    padding-bottom: 1em;
}

table#mischungxl_filter label {
    padding-bottom: 0.4em;
}

table#mischungxl_filter select.filter_multiple_select {
    height: 14em;
    width: 10em;
}

table#mischungxl_filter td.one {
    width: 25em;
}

table#mischungxl_filter td {
    padding-top: 1.5em;
}

textarea#mischungxl_downloadbucket {
    font-size: smaller;
    width: 680px;
    height: 10px;
}

form#mischungxl-listsets div.fieldset-wrapper {
    overflow: auto;
}

div#rightcol p.mischungxl {
    padding: 0px 0px 15px;
    /*color: #334433;*/
}

.tooltipng {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipng .tooltipngtext {
    visibility: hidden;
    width:300px;
    background-color: #555;
    color: #fff;
    text-align: left;
    padding: 5px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltipng .tooltipngtext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipng:hover .tooltipngtext {
    visibility: visible;
    opacity: 1;
}

table#mischungxl_savedfilter td {
    padding: 0.1em;
    vertical-align: top;
    font-size: 1em;
}

table#mischungxl_savedfilter thead {
    font-size: 1em;
    font-weight: bold;
    color: #7e2800;
}
table#mischungxl_savedfilter thead {
    border: none;
}

table#mischungxl_savedfilter div.form-item {
    margin: 0.4em;
}

span.preview {
    color: rgba(0, 0, 0, 0.51);
}

span.preview a {
    color: rgba(0, 92, 0, 0.50);
}
span.preview a:hover {
    color: rgba(0, 182, 0, 0.50);
}

span.preview a.djlink {
    color: rgba(126, 40, 0, 0.50);
}

span.preview a.djlink:hover {
    color: rgba(255, 80, 0, 0.50);
}

div.title_link span.new {
    color: #c33;
}

div.title_link span.preview span.new {
    color: rgba(204, 51, 51, 0.50);
}