/*----------------------------------------LESSONS------------------------------------------*/

.lesson {
    font-family: Verdana, Arial;
    background-color: white;
    background-image: url(images/SwissMiHeader.gif);
    background-repeat: no-repeat;
    margin-left: -5px;
}

.lesson td,
.lesson th {
    font-family: Verdana, Arial;
    font-size: 10pt;
}

.lesson .section {
    display: none;
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    visibility: visible;
}

.lesson .progress {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 12px;
    font-family: Arial;
    font-size: 10px;
    color: #ffffff;
    border: 1px solid white;
}

.lesson .chapters {
    position: absolute;
    left: 0px;
    top: 90px;
    width: 100%;
}

.lesson .tdMenuBar {
    background-color: #01426A;
}

.lesson-content,
.theory-menu {
    width: 100%;
}

.theory-menu__chapters {
    float: right;
}

.lesson__content-table {
    border-spacing: 0px;
    border-collapse: collapse;
}


/*#a8bab2;#91949F*/

.tdLessonTitle {
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 10px;
}

.lesson .tdChapter {
    background-color: #01426A;
    padding-left: 5px;
    padding-right: 5px;
}


/* #686ab0 */

.tdChapterOn {
    background-color: #fe360b;
    padding-left: 5px;
    padding-right: 5px;
}

.divBtnNext {
    width: 100%;
    text-align: right;
    margin-top: 10px;
}

.btnNext {
    background-color: #B8E0E3;
    cursor: pointer;
    font-size: 10px;
    font-family: Verdana, Arial;
    font-weight: bold;
}

.btnExit {
    background-color: #FC863E;
    cursor: pointer;
    font-size: 10px;
    font-family: Verdana, Arial;
    font-weight: normal;
    color: black;
    width: 49px;
    height: 18px;
}

.btnHelp {
    background-color: #BBE0E3;
    cursor: pointer;
    font-size: 10px;
    font-family: Verdana, Arial;
    font-weight: normal;
    color: black;
    width: 90px;
    height: 18px;
}

a.linkChapter {
    font-family: Verdana;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

a.linkChapter:hover {
    font-family: Verdana;
    font-size: 11px;
    color: #ffffff;
    text-decoration: underline;
}

a.link-gls,
a.link-gls:link,
a.link-gls:visited,
a.link-gls:active {
    display: inline;
    color: blue;
    text-decoration: none;
}

a.link-gls:hover {
    color: blue;
    text-decoration: underline;
}

a.link-exo {
    display: inline;
    color: blue;
    text-decoration: none;
    font-weight: bold;
}

a.link-exo:hover {
    color: blue;
    text-decoration: underline;
}

div.exoscore {
    color: black;
    font-family: Arial;
    font-size: 13px;
}