/*
Farbpalette:

  #EDF3FF  -  blau hell 1  (Tabellen)
  #F7F9FB  -  blau hell 2  (Tabellen)
  #D9EAFB  -  blau hell 3  (Tabellen)
  #B4C4DC  -  blau Border
  #425DA0  -  blau link
*/

#toolbar #score {
    margin-left: 10px;
    padding: 4px;
    background-color: #ECF0F6;
    font-size: 16px;
}


#trainer_do {
    margin: 0;
    padding: 25px 25px 0px 25px;
    border: 0px solid red;
    height: 100%;
    vertical-align: top;
}

#trainer {
    border: 1px solid #D0D5CB;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px 4px rgba(208, 213, 203, 0.3);
    padding: 0;
    margin: 0;
    overflow: hidden !important;
    height: 100%;
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}

#trainer .instruction {
    background: #EDEDED;
    background-image: url("../../shared/design/gradient8.png");
    padding: 5px;
    white-space: nowrap;
    font-style: italic;
    border-bottom: 1px solid #D0D5CB;
}

#trainer .adminbar {
    height: 50px;
    border-top: 1px solid #D0D5CB;
    vertical-align: middle;
}

#trainer .summary {
    height: 150px;
    vertical-align: bottom;
}

#trainer .summary0 {
    background: #FAFAFA;
}

#trainer .summary1 {
    background: #F5F5F5;
}

#trainer .summary_result {
    background: #F4F9F5;
}

#trainer .termbox {
    background-image: url("../design/termdef.png");
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: left center;
    margin: 1em;
    padding: 0.5em 2em;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    font-size: 13px;
    font-weight: bold;
    color: #222222;
}

#trainer p {
    margin: 0px;
    padding: 0px;
}

#trainer .task {
    font-style: italic;
}

#trainer .label {
    font-style: italic;
}

#trainer .incomplete {
    margin: 1em;
    text-align: left;
    color: #DD3322;
    font-weight: normal;
    font-style: italic;
}

#trainer .trainer_image {
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #DDD;
}

#trainer .solution_image0 {
    cursor: pointer;
    border-radius: 5px;
    border: 3px solid #DD3322;
}

#trainer .solution_image1 {
    cursor: pointer;
    border-radius: 5px;
    border: 3px solid #009000;
}

#trainer .solution_image2 {
    cursor: pointer;
    border-radius: 5px;
    border: 3px solid #EFB000;
}

#trainer .solution_text0 {
    font-weight: bold;
    white-space: normal;
    color: #DD3322;
    border-bottom: 1px dashed #DD3322;
}

#trainer .solution_text1 {
    font-weight: bold;
    white-space: normal;
    color: #009000;
}

#trainer .solution_text2 {
    font-weight: bold;
    white-space: normal;
    color: #EFB000;
}

#trainer .buttonbar {
    margin-top: 2em;
    text-align: left;
    padding-left: 1em;
}

#trainer .feedback_header {
    color: black;
    font-weight: normal;
}

#trainer .feedback_header .answers {
    color: #009000;
    font-weight: bold;
}

#trainer .feedback_header .mistakes {
    font-weight: bold;
    color: #DD3322;
    border-bottom: 1px dashed #DD3322;
}

#trainer .feedback_header .help {
    font-weight: bold;
    color: #EFB000;
}

#trainer .feedback_header .button {
    font-weight: bold;
    height: 18px;
    background-color: #EFB000;
    border: 1px solid #AE7800;
    margin: 0;
    padding: 0px 3px;
    border-radius: 2px;
}

#trainer .term {
    margin: 0;
    padding: 1em;
}

#trainer .term .illu {
    cursor: pointer;
    width: 200px;
    max-width: 200px;
    max-height: 200px;
    float: right;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #DDD;
}

#trainer .term .noillu {
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 130px;
    float: right;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #DDD;
}

#trainer .term td {
    padding: 0;
    margin: 0;
}

#trainer .term .col1 {
    width: 40px;
}

#trainer .term .col2 {
    width: 120px;
    white-space: nowrap;
    font-style: italic;
}

#coll .cterm0 {
    margin: 0px;
    padding: 3px;
    border-bottom: 1px solid #D9EAFB;
    border-radius: 0px;
    width: 100%;
    background-color: #FDFEFF;
}

#coll .cterm1 {
    margin: 0px;
    padding: 3px;
    border-bottom: 1px solid #D9EAFB;
    border-radius: 0px;
    width: 100%;
    background-color: #FBFDFF;
}

#coll .cterm0 .image, #coll .cterm1 .image {
    float: left;
    width: 120px;
    height: 80px;
    border: 1px solid #DDD;
    border-radius: 2px;
}

#coll .cterm0 .label, #coll .cterm1 .label {
    font-size: 12px;
    font-style: italic;
    color: #666;
    padding: 0 2em 0 0;
    white-space: nowrap;
    width: 80px;
}

#coll .cterm0 .username, #coll .cterm1 .username {
    font-size: 9px;
    font-weight: bold;
    white-space: nowrap;
    color: #666;
    padding: 5px;
    text-align: right;
}

#coll .cterm0 .val, #coll .cterm1 .val {
    font-size: 12px;
    padding: 0 5px 5px 0;
}

#coll .cterm0 .term, #coll .cterm1 .term {
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    white-space: nowrap;
    color: #666;
    padding: 5px 0 5px 0;
    vertical-align: top;
}

#coll .cterm0 .edit, #coll .cterm1 .edit {
    font-size: 10px;
    vertical-align: bottom;
    width: 80px;
    text-align: right;
    padding-right: 5px;
}

#coll .cterm0 .edit .button, #coll .cterm1 .edit .button {
    height: 12px;
    font-weight: normal;
    font-size: 9px;
    background: #0075B2;
    margin: 0;
    padding: 0px 2px;
    border: 0px solid #EDF3FF;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-image: url('../design/btn.png');
    background-position: bottom;
}

#coll .cterm0 .edit .button:hover, #coll .cterm1 .edit .button:hover {
    background-color: #2347A0;
    color: #fff;
    text-decoration: none;
}

.js_error {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin-top: 10px;
}

#resultpages {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

img.incomplete {
    margin-top: 0.5em;
    vertical-align: top;
}

.tab #summary {
    width: 100%;
}

.tab #summary p {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.label {
    padding: 5px;
    float: left;
    width: 20%;
    font-weight: bold;
}

div.option {
    float: left;
    width: 70%;
    margin: 0px;
    margin-left: 0px;
    padding: 5px;
    padding-bottom: 0px;
}

.item table td {
    font-size: 13px;
}

.item .item_bar {
    background-color: #F7F0D8;
    border-bottom: 1px solid #C4C8D2;
    background-image: url(../design/itembar-back.gif);
}

.item .tabselect {
    float: left;
    width: 85%;
    margin: 0px;
    margin-left: 15px;
    padding: 0px;
}

.item .tabselect li a {
    font-size: 12px;
}

.item .tabselect li {
    padding: 0px;
    padding-right: 10px;
    background-color: transparent;
    border-width: 0px;
    background-image: none;
}

.item .tab {
    margin: 0px;
    margin-top: 5px;
    padding: 0px;
}

.item .frame1 {
    background-color: #FDFBF3;
    border: 1px solid #A1A8B9;
}

.item .mark1 {
    background-color: #F9FDFF;
}

.tt_image {
    float: left;
    margin: 2px 20px 2px 0px;
    border: 1px solid #2347A0;
    height: 50px;
    width: 75px;
}

#lt_list {
    float: left;
    width: 200px;
    height: 100%;
    overflow: auto;
    margin: 0;
    padding: 0;
    background-color: #EDF3FF;
    border-right: 1px solid #2347A0;
}

#lt_list li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#lt_list a {
    display: block;
    padding: 0px 5px;
    text-decoration: none;
    background-color: #EDF3FF;
    color: #425DA0;
}

#lt_list a:visited {
    color: #666;
}

#lt_list a:hover {
    background-color: #D9EAFB;
}

#lt_list a:focus {
    border: 0;
}

#lt_list a:active {
    border: 0;
}

#lt_term {
    margin-left: 200px;
    padding: 25px;
    vertical-align: top;
}

#lt_term td {
    vertical-align: top;
}

.settings {
    position: fixed;
    right: 0px;
    top: 31px;
    margin: 0px 10px 20px 20px;
}

.settings1 {
    float: right;
    margin: 10px 10px 20px 20px;
}

.settings h1, .settings1 h1 {
    background-color: transparent;
    cursor: pointer;
    border: 0px;
    clear: both;
    color: #425DA0;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
    padding: 0.2em 15px 0.2em 0px;
    text-align: right;
    text-shadow: 0 1px 1px #EEEEEE;
    background-image: url("../../shared/design/disclosureOpen.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.settings h1.closed {
    background-image: url("../../shared/design/disclosureClosed.png");
}

.settings_box td {
    white-space: nowrap;
}

.settings_box {
    margin-right: 2px;
    box-shadow: 1px 1px 5px #666;
    border: 1px solid #2347A0;
    background-color: #FFF;
}

.about_tt {
    width: 90%;
    border-spacing: 0;
    border: 1px solid #D9EAFB;
}

.about_tt .col1 {
    padding: 1px 10px 1px 5px;
    margin: 0;
    background-color: #F7F7FA;
    width: 210px;
    white-space: nowrap;
}

.about_tt .col2 {
    padding: 1px 5px;
    margin: 0;
    background-color: #FFF;
}

.about_tt_head {
    margin: 20px 0px 5px 0px;
    font-weight: bold;
}
