body {
    font: 0.8em/1em "trebuchet MS", Arial, sans-serif;
    color: #777;
    overflow: hidden;
    width: 994px;
    margin: 10px auto;
    margin-top: 4px;
}

.selects{
    float: left;
    margin-left: 3px;
    width: 162px;
    height: 55px;
}
.numQuestions{
    float: left;
    margin-left: 5px;
}

.num{
    border: solid 1px #CCC;
    width: 146px;
    height: 20px;
    margin-top: 6px;
    font-size: 20px;
    padding-top: 8px;
    padding-left: 10px;
}

#pageChooser{
    margin-left: 487px;
    clear:left;
    margin-top: -1px;
}

.unselected, .selected {
    font-size: 14px;
    color: #eee;
    float: left;
    margin-top:-13px;
    margin-left:10px;
    display: block;
    background-color: #999;
    padding: 2px;
    padding-top: 1px;
    text-decoration: none;
}

.selected {
    color: #eee;
    background-color: #333;
}

.unselected:hover{
    color: #333;
}

.button{
   float: right;
   display:block;
   width: 50px;
   height: 30px;
   margin-top: 24px;
   margin-right:10px;
}

#showQuestions{
     background:transparent url('../additionalFiles/eye.png') center top no-repeat;
}

#showQuestions:hover{
    background-image: url('../additionalFiles/eyeHover.png');
}

#zip{
    width: 30px;
     background:transparent url('../additionalFiles/zip.png') center top no-repeat;
}

#zip:hover{
    width: 30px;
    background-image: url('../additionalFiles/zipHover.png');
}

#pdf{
    width: 30px;
     background:transparent url('../additionalFiles/pdf.png') center top no-repeat;
}

#pdf:hover{
    width: 30px;
    background-image: url('../additionalFiles/pdfHover.png');
}

#pptx{
    width: 30px;
     background:transparent url('../additionalFiles/pptx.png') center top no-repeat;
}

#pptx:hover{
    width: 30px;
    background-image: url('../additionalFiles/pptxHover.png');
}

.infoTop, .infoBottom{
    clear: both;
    background-color: #333;
    color: #eee;
    margin-right: 5px;
    margin-left:5px;
    padding: 2px;
    padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    height: 12px;
}

.perPage{
    float: right;
}

.showSource{
    float: left;
    margin-top: -4px;
}

#showSourceBox{
	position: relative;
    top: 1px;
}


#displayArea{
   display: none;
}

#imageHolder{
    clear:both;
    padding: 2px;
    margin-left: 20px;
    margin-right: 5px;
    overflow-y: auto;
}

.imageWrapper{
    padding-bottom: 10px;
    border-bottom: solid 8px #333; 
    margin-bottom: 7px;
    margin-right: 20px;
}

.imageWrapper img{
    margin-left: 100px;
}

.imageCheck {
    position:relative;
    left: 0px;
    top:26px;
    font:"Arial Black";
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

#perPageSelect{
    margin-left: 830px;
    margin-top: -16px;
}

.controlButtons{
    position:relative;
    top: -15px;
    left: 220px;
    width:100px;
    height: 14px;
    background-color: #333;
}

.controlButtons a{
    color:#eee;
    text-decoration:none;
    margin-right: 5px;
    cursor: pointer;
}

.controlButtons a:hover {
    color: #3DD13F; 
}

::-webkit-scrollbar {
width: 15px;
height: 15px;
}
::-webkit-scrollbar-track-piece  {
background-color: #CCC;
border: solid 1px #777;
}
::-webkit-scrollbar-thumb:vertical {
height: 10px;
background-color: #777;
}
