
body {
    text-align: center;
    padding: 0px;
    margin: 0;
    font-family: Verdana, sans-serif;
    font-size: 14px;
}

a:link, a:hover, a:active, a:visited {
    color:#666633;
}

#topbar {
    position: fixed;
    width: 100%;
    padding-top: 20px;
    height: 70px;
    border-bottom:1px solid black;
    background-color: #f9f9f9;
    z-index: 1;
}

#pageWrapper {
    padding-top: 90px;
}
#heading {
    font-size: 20px;
}

.answ {
    width: 700px;
    margin: 15px auto;
    border: 1px solid #999999;
    text-align:left;
    padding: 10px;
}

#progBar em {
    font-style: normal;
    color: #999999 !important;
    background-color: #e1e1e1;
}

.frontbut {
    font-size: 25px;
    border: 1px solid #999999;
    background-color: #f9f9f9;
    padding: 5px 15px;
    width: 500px;
    margin: 20px auto;
}
.frontbut a:link, .frontbut a:hover {
    text-decoration: none;
}
.frontbut a:active, .frontbut a:hover {
    text-decoration: underline;
    color: black;
}

#classStudList td {
    font-size: 13px;
    padding: 2px 20px 2px 2px;
    position: relative;
}
#classStudList td select {
    font-size: 11px;
    color: #666633;
}
#classStudList td input {
    width: 120px;
    font-size: 12px;
    border: 1px solid white;
}
#classStudList td input:hover {
    font-size: 12px;
    border: 1px solid #666666;
}

#classStudList td select {
    border: 1px solid white;
}
#classStudList td select:hover {
    border: 1px solid #666666;
}


#classStudList tr:nth-child(even) {
    background-color: #f9f9f9;
}
#classStudList tr:nth-child(even) input, #classStudList tr:nth-child(even) select {
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
}
#classStudList tr:nth-child(even) input:hover, #classStudList tr:nth-child(even) select:hover {
    border: 1px solid black;
}
.sve {
    width:30px !important;
    font-size: 10px !important;
    padding: 2px !important;
    margin: 0 !important;
    background-color: lightgreen !important;
    position: absolute;
    top: 2px;
    right: -7px;
    z-index: 2;
    visibility: hidden;
}
.svenew {
    width:70px !important;
    font-size: 10px !important;
    padding: 2px !important;
    margin: 0 !important;
    background-color: lightgreen !important;
}
.svename {
    width:70px !important;
    font-size: 10px !important;
    padding: 2px !important;
    margin: 0 !important;
    background-color: lightgreen !important;
    border: none;
    visibility: hidden;
}

#className, #testName {
    font-size:25px;
    font-weight:bold;
    text-align:center;
    border: 1px solid white;
}
#className:hover, #testName:hover {
    font-size:25px;
    font-weight:bold;
    text-align:center;
    border: 1px solid #999999;
}

#launchTest {
    border: 1px solid #666666;
    width:120px !important;
    font-size: 15px !important;
    padding: 5px !important;
    margin: 0 !important;
    background-color: lightgreen !important;
}

.qubutpreview {
    border: 1px solid #999999;
    margin-bottom:10px;
    height:155px;
}
.qubutpreview a {
    text-decoration: none;
    color: #999999;
}

.saveQuSubmit {
    border: 1px solid #666666;
    width:180px !important;
    font-size: 15px !important;
    padding: 5px !important;
    margin: 15px !important;
    background-color: lightgreen !important;
}

#stResults td {
    text-align: left;
    padding: 6px 20px 6px 6px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 11px;
}

#markingrequired {
    background-color: #ffd1d1;
    line-height:160%;
    width: 500px;
    font-size: 12px;
    margin: 10px auto;
    margin-bottom: 30px;
    padding: 10px 6px;
}

#markingTable {
    font-size: 10px;
}
#markingTable td {
    width: 200px;
    min-width: 130px;
    padding: 3px 10px 3px 3px;
    text-align: left;
    border: 1px solid #e9e9e9;
}
#markingTableToprow td {
    position: sticky;
    font-weight: normal;
    top: 90px;
    background-color: white;
    padding-bottom: 10px;
}


.answTD input {
    background-color: #f6f6f6;
    border: 1px solid #666666;
    font-size:10px;
    margin-right: 2px;
    margin-top: 4px;
    cursor: pointer;
}


#bulktable {
    background-color:#e9e9e9;
    font-size:12px;
}
#bulktable td {
    padding: 4px;
    text-align: center;
    width: 300px;
}

#bulktable textarea {
    width:260px;
    height:400px;
    margin-bottom:10px;
}

#classStudResults {
    width:98%;
}
#classStudResults td {
    font-size: 10px;
    padding-right: 20px;
    display: table-cell;
    border-bottom: 1px solid #e6e6e6;
}

.testGreyed {
    color: #999999;
}
.testGreyed a {
    color: #999999;
}

#showHideAuto {
    background-color: lightyellow;
    font-weight: bold;
}
