body
{
	font-size: 10pt;
	font-family:  Arial, Verdana, Tahoma,Helvetica, sans-serif;
	background-image: url(images/city.jpg);
	background-repeat:no-repeat;
	color :#333333;
    padding-bottom: 0px;
}

.PageTitle
{
	border-bottom: #696969 0px solid;
	font-weight: bold;
	font-size: 12pt;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom:solid 1px #696969;
}

#popupcontent {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	border: 1px solid #333;
	padding: 5px;
}
A:LINK, A:VISITED, A:ACTIVE { text-decoration: none; color: #0d5a82;} 

TD, TR {font-size: 10pt;}

INPUT.INPUT
{
	border-color:#007bb7;
	border-style: solid;
	border-width:1px;
	/*background-color: #45a9cb*/
}

.Current
{
	background-color : #91c4d5;
}

.Complete
{
	background-color : #bdd995;
}

.table_space {
	padding:20px;
}

#QuestionRow .table_space {
    padding: 0px;
}

#SectionRow input {
    color: white;
    border-width: 0px;
    padding: 5px 20px 5px 20px;
    min-width: 120px;
    margin-top: 40px;
}
#QuestionList .QuestionTable #table2 {
    padding-top: 15px;
}
#QuestionRow input {
    border:0.5pt solid #cccccc;
    padding: 5px;
    min-width: 25px;
    border-radius: 4px;
    
}

#QuestionRow input.current {
    background-color: black;
    color: white;
}
#QuestionList .QuestionTable {
    font-family: ProximaNova-Regular;
    width: 80%;
}

#QuestionList .QuestionTable textarea{
    border: 1px solid #cccccc;
}
#QuestionList .QuestionTable .table_space{
    background-color: transparent;
    font-size: 10pt;
}

#QuestionList .QuestionTable .QuestionDiv FONT{
    font-family: ProximaNova-Bold;
    font-size: 15pt;
}

#QuestionList .footer {
    padding: 10px;
    color: black;
}

#QuestionList .QuestionTable #Table_01,#QuestionList .QuestionTable #Table3 {
    width: 100%;
}