﻿html
{
    background-color: white;
    color: black;
    font-family: Verdana;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    width: 100%
}
h2
{
    font-family: Verdana;
    font-size: 10pt;
    color: #808284;
    margin-bottom: 7px;
    margin-top: 0pt;
}
table
{
    width: 100%;
    font-size: 10pt;
    color: black;    
}
table.questiontable
{
    border-collapse: collapse;
    border-color: black;
    margin-bottom: 10pt;
}
tr.captionrow
{
	background-color: #fff5ee;
	text-align: left;
	padding-left: 10px;
}

td.captionrow
{
	padding: 3px;
	border-bottom: #d3d3d3 2px solid;
	border-right: #d3d3d3 2px solid;
	border-top: #dcdcdc 1px double;
	border-left: #dcdcdc 1px double;
}

tr.questionrow
{
    background-color: white;
    text-align: left;    
}
td.questionspace
{
    width: 15px;    
}
td.qbimport_table_spacer
{
    width: 10px;
}
.captionrownumber
{
    color: #ffffff;
    font-size: 30pt;
    font-weight: 900;
}
.captionrowlabel
{
	font-family: Verdana;
	color: #660033;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 12px;
	margin-top: 20px;
}
.importantparagraph
{
    margin-top: 0pt;
    padding-top: 0pt;
    font-family: Verdana;
    font-size: 10px;
    color: #5B839E;
    background-color: #EDEDED;
}
.smallinstructions
{    
    font-family: Verdana;
    font-size: 10px;
    color: #5B839E;
    margin-left: 7px;       
    text-align:left;
}
.instructions
{    
    font-family: Verdana;
    font-size: small;
    color: black;
    margin-right: 7px;    
    width:auto;
    vertical-align:middle;
}
.error
{		 
	 background-color:red;	 
	 color:White;
	 vertical-align:middle;
	 text-align: center;
}

.errorcontainer
{	
	margin-top:7px;
}

.elementcontainer
{
	margin-top:7px;		
}

.optgroup
{
	font-style:normal;
}

.requiredlabel
{
	color:red;
}

.submitbutton
{
	cursor: hand;
	background-color:White;
	border: #483d8b 1px solid;
}
.subtitle
{
	font-weight: bold;	
}
.logintable
{
	width: 100%;
	height: 100%;
	border-right: #336600 1px ridge;
	border-top: #336600 1px ridge;
	border-left: #336600 1px ridge;
	border-bottom: #336600 1px ridge;
}
.centeredPanel
{
	height:384px;
	width:410px;
	position:absolute; 
	top:50%; 
	left:50%; 
	margin-top:-215px; 
	margin-left:-182px;	
	border-style:solid;
	border-width:1px;
	border-color: ActiveBorder;
}