#concoursHeader {
    width: 870px;
    background-color: oldlace;
    padding: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    border-radius: 12px;
    -moz-border-radius: 12px;
    margin-bottom: 20px;
    font-family:'MyriadProBoldCondensed', Sans-Serif;
    font-size: 30px;
    line-height: 29px;
    font-style: normal;
    color:saddlebrown;
}
#concoursBonus {
    font-size: 20px;
    margin-bottom: 15px;
    margin-left: 25px;
}
#concoursDashboard {
    width: 860px;
    height:420px;
    background-color: oldlace;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    border-radius: 12px;
    -moz-border-radius: 12px;
}
#concoursPres {
    text-align: center;
    font-size: 14px;
}
#concoursImgContainer {
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    display:none;
    width: 435px;
    height:350px;
    background-color: black;
    float:left;
    margin-bottom: 20px;
}
#concoursImgContainer img {
    display: none;
    float:left;
}
#concoursQuest {
    display:none;
    float: left;
}
#concoursQuest ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#concoursQuest li {
    padding: 20px;
    margin-bottom: 10px;
}
#concoursQuest li a {
    font-size: 18px;
    background-color: white;
    padding: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    border-radius: 25px;
    -moz-border-radius: 25px;
    text-decoration: none;
    color: black;
}
#concoursQuest li a:hover {
    background-color: saddlebrown;
    color: white;
    border-color: saddlebrown;
}
#concoursResultAndBonus {
    clear:both;
    width:860px;
    border-top:1px solid lightgray;
    padding-top: 15px;
    text-align: center;
    display:none;
    color: saddlebrown;
}
#concoursScores {
    width: 425px;
    height:300px;
    display: inline-block;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    border-radius: 12px;
    -moz-border-radius: 12px;
    overflow: hidden;
}
#concoursScoresList {
    height:253px;
    width: 425px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 15px;
}
#concoursScoresHeader {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 15px;
}