﻿*
{
    
	font-family:Verdana;
	font-size:x-small;
}
div.login
{
    position:absolute;
    left:50%;
    margin-left:-200px;
    top:50px;
    width:400px;
    text-align:center;
    
}
input.textbox
{
    border:1px solid gray;
    width:150px;
    color:grey;
    padding-bottom:3px;
    padding-top:3px;
}
input.button
{
    border:1px solid gray;
    width:150px;
    color:black;
    padding-bottom:3px;
    padding-top:3px;

}
input.buttonquestion
{
    border:1px solid gray;
    width:150px;
    color:black;
    padding-bottom:3px;
    padding-top:3px;
    font-family:Tahoma;
    font-size:16px;
}
select.marginDropDown
{
    margin-bottom:5px;
    margin-top:5px;
    width:400px;
    
    padding:3px;
    border:1px solid #808080;
        font-family:Tahoma;
    font-size:16px;

}
div#divName
{
      position:absolute;
    left:50%;
    top:10px;
    margin-left:-470px;
    width:940px;
}
div.questioncontainer
{
    position:absolute;
    left:50%;
    top:50px;
    margin-left:-470px;
    width:940px;
    background-color:#EEEEEE;
    padding:20px;
    border:1px solid #658D97;
}

span.question,span.answer
{
    font-family:Tahoma;
    font-size:16px;
}
table.answers tr td
{
    cursor:pointer;
    padding:10px;
    padding-left:0px;
  
}
.questionnumber
{
    font-size:20px;
    font-weight:bold;
}

#spnCounterMessage
{
    font-size:16px;
    font-weight:bold;
}
#spnCounterSeconds
{
    font-size:20px;
    font-weight:bold;
    color:Green;
}
hr
{
    margin-top:10px;
    margin-bottom:10px;
}
input.startbutton
{
    
  
    width:940px;
    background-color:#EEEEEE;
    padding:20px;
    border:1px solid #658D97;
    height:100px;

    font-size:20px;
    font-weight:bold;
    cursor:pointer;
    
}
div#startScreen
{
    position:absolute;
    left:50%;
    top:50px;
    margin-left:-470px;
    width:940px;




  
}
.intro
{
    font-weight:bold;
    font-size:15px;
}
input.endbutton
{
    position:absolute;
    left:50%;
    top:50px;
    margin-left:-470px;
    width:940px;
    background-color:#EEEEEE;
    padding:20px;
    border:1px solid #658D97;
    height:400px;

    font-size:20px;
    font-weight:bold;
    cursor:pointer;
    
}

#spanPlaySound
{
    position:absolute;
    top:5px;
    right:5px;
    cursor:pointer;
}

table.list
{
    border:1px solid #5F8D9C;
    min-width:400px;
}
table.list tr.oneven
{
    background-color:#EAF5F7;
}
table.list th
{
    background-color:#5F8D9C;
    color:White;
    font-family:Tahoma;
    font-size:14px;
    text-align:left;
}

table.list td
{
    padding-right:10px;    
     font-size:14px;
}

#dialog
{
    display:none;
    text-align:center;
    
}
.ui-icon-closethick
{
    display:none;
}
.error
{
    display:none;
    color:Red;
}