

/* ------------------------------  Interface ---------------------------------------*/
#titlePanel {
    background-color: #69564f;
   -moz-box-shadow: 0 2px 5px #000000;
   -webkit-box-shadow: 0 2px 5px #000000;
    box-shadow: 0 2px 5px #000000;
    height: 60px;
    position: relative;
    text-shadow: 2px 2px 2px #000000;
    width: 100%;
    z-index: 20;
}
#capitalTitle {
    color: white;
    float: left;
    margin: 4px 0 0 10px;
}
#termTitle {
    font-family: Helvetica,Arial,Verdana; 
    font-size: 16px;
    margin: -8px 0 0 40px;
}
#courseTitle {
    color: white;
    float: right;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    margin: 4px 20px 0 0;
    text-align: right;
}
#courseTitle em {
    color: #b9a69f;
}
#unitTitle {
    color: #ffff22;
    font-size: 20px;
    margin-top: 0;
}
#tablet {
    margin: 10px auto 0;
    position: relative;
    text-align: left;
    width: 1024px;
}
#screen {
    height: 580px;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
    width: 100%;
    z-index: 10;
}
/* ------- Right navigation -------- */
#nav {
    background-color: #977A98;
    -moz-box-shadow: 0 -2px 5px #000000;
   -webkit-box-shadow: 0 -2px 5px #000000;
    box-shadow: 0 -2px 5px #000000;
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 20;
}
.navButton {
    background-image: url(../interface/nav-button-bg.png);
    background-repeat: repeat;
   -moz-box-shadow: 0 0 10px #000000;
   -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
    color: white;
    display: block;
    float: left;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-left: 40px;
    text-align: center;
    text-shadow: 0 0 1px black;
    width: 80px;
}
.navButton.disabled {
    color: #402020;
    cursor: default;
}
.navButton.enabled:hover {
    text-shadow: 0 0 4px black;
}
/* ------- Progree Display -------- */
#pageNumbers {
    color: white;
    float: left;
    margin: 8px 0 0 20px;
    text-align: left;
    width: 110px;
}
#progressIndicator {
    border: 2px solid white;
    border-radius: 10px;
   -moz-box-shadow: 0 1px 4px #000000;
   -webkit-box-shadow: 0 1px 4px #000000;
    box-shadow: 0 1px 4px #000000;
    float: left;
    height: 20px;
    margin: 8px -10px 0 10px;
    overflow: hidden;
    width: 380px;
}
#progressBar {
    background-color: #F3B8CA;
    height: 100%;
}
/* --------------------- Timer for minimun stay on page ----------------- */
#minTimerContainer {
    background-color: rgba(0,0,0,0.5);
    border: 2px solid white;
    display: none;
    float: left;
    height: 36px;
    margin-left: -80px;
    position: relative;
    width: 76px;
}
#minTimer {
    background-color: rgba(255,255,255,0.7);
    height: 100%;
}
