body {
    font-family: Helvetica;
}

a {
    color: #888888;
    text-decoration:none;
}

a:hover {
    color: #aaaaaa;
}



.dimmed {
    color: #CCCCCC;
}

div#progressBar {
    width: 600px;
    height: 15px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -300px;
    border-style: solid;
    border-width: 1px;
    padding: 1.5px;
    display: none;
}

div#progressBar > div.pbInner {

}

div#textContainer {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding: 0px;
    font-size: 1em;
}

div#instructions {
}

div#load {
    font-size:16pt;
    margin-top:10%;
}

div.instruct {
    font-size: 12pt;
}

div#oldBrowserMessage {
    display:none;
}
div#failMessage {
    display:none;
}

div#browserIcons {
    text-align: center;
}

div#consent {
    font-size: 12pt;
}

div#logo {
    margin-top: 0.2in;
    margin-bottom: 0.3in;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div#logo img {
    width: 75%;
    display: inline;
}

div#taskInstructions, div#expInstructions, div#whiteDotFeedback, div#whiteDotFeedbackTrue {
    text-align: center;
    display: none;
    width: 100%;
    font-size: 12pt;
}

div#taskInstructions {
    margin-top:-20px;
}

div#feedback {
    position: relative;
    text-align: center;
    margin-top: 50px;
    font-size: 18pt;
    display: none;
}

div.correct {
    color: green;
}

div.incorrect {
    color: red;
}

div#continue {
    /*position: relative;*/
    text-align: center;
    z-index: 10000;
    margin-top: 50px;
    display: none;
    cursor: pointer;
}


span#contText {
    color: white;
    background-color: green;
    padding: 5px 20px;
    font-size: 24pt;
    font-weight: bold;
    cursor: default;
}


a#catchRedo {
    color: green;
}

video.vidStim {
    width:700px;
    height: auto;
    margin-top:100px;
    margin-left:-30px;
    z-index: 10001;
}

div#exposureContainer, div#videoContainer {
    position: absolute;
    top: 30%;
    left: 50%;
    height: 0px;
    margin-top: -144px;
    width: 0px;
    margin-left: -318px;
}

div#testBlock, div#audioContainer {
    height: 0px;
    display: none;
}

div#debugging {
    display: none;
}

div#fixation {
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
    z-index: -1;
}

form#mturk_form.debug {
    position: absolute;
    left: 10px;
    top: 10px;
}

form#mturk_form * {
    display: none;
}

div.survey {
    width: 100%;
    border: 5px solid #cccccc;
    background-color: #eeeeee;
    padding: 10px;
    text-align: left;
    font-size: 12pt;
}

div.survey * {
    margin: 10px;
}

div.survey ul {
    list-style-type: none;
}

div.survey ul > li {
    margin: 0px;
}

div.survey#rsrb > button {
    height: 0px;
}

select#audioEquip {

}


textArea#comments {
    width: 90%;
    height: 100px;
}


textArea#comments.debug {
    display: none;
}

div#bdays {
    width: 400px;
    height: 400px;
    position: absolute;
    margin-left: -200px;
    left: 50%;
    top: 25%;
}

div#buttons {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

span.respKey {
    font-weight: bold;
}


/* Sound check styles */
input.soundcheckPlay {
    color: white;
    background-color: green;
    padding: 5px;
    font-size: 14pt;
    font-weight: bold;
    cursor: pointer;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

ol#soundcheckItems {
    list-style-type: none;
    padding: 0px 10px;
    margin-bottom: 25px;
}

input.soundcheckAnswer {
    font-size: 14pt;
    padding: 5px;
    border: 1px solid #ddd;
}

input.soundcheckAnswer.correct {
    background-color: #efe;
    border: 1px solid #fff;
}

input.soundcheckAnswer.fixme {
    background-color: #fee;
    border: 1px solid #fff;
}



/* instructions subsections styling */
button.instructionbutton {
    color: white;
    background-color: green;
    padding: 5px 10px;
    font-size: 14pt;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    font-family: Helvetica;
}

button#endinstr {
    color: white;
    background-color: green;
    padding: 5px 10px;
    font-size: 14pt;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    font-family: Helvetica;
}

div.listcontent > p.instructioncheckbox {
    color: white;
    background-color: green;
    padding: 5px 10px;
    font-size: 14pt;
}

li.instructionlistitem h3 {
    cursor: pointer;
}

li.instructionlistitem.finallyInfo {
    padding-bottom: 100px;
}

div#loadInstruct {
    font-size: 12pt;
}
span#contText{
    z-index: 1000;
    cursor: pointer;
}
button {
    cursor: pointer;
}
p.instructioncheckbox {
    cursor: pointer;
}
div.survey > div.question_section {
    display:none;
}
div.survey > div#video_stall {
    display:block;
}

textArea {
    width:90%;
    height:100px;
}
