
.QuestionTreeControl
{
    width: 100%;
}
.QuestionControl
{
    width:100%
}
.MissingMessage
{

      font-size: 14px;
      color: red;
}

.QuestionTree .Question TD
{

      font-size: 11px;
      color: black;
}

.QuestionTreeList
{
	width: 100%;
}

.QuestionTreeListHeader
{
	color: black;
}

.TopicCodeMatch
{
	background-color: yellow;
}

.Complete
{
	background-color: #cccccc;
}

.NotComplete
{
	background-color: #FCFEFF;
}

.Anonymous
{
	background-color: aqua;
}

 
.QuestionTree
{
      padding-right: 0px;
      padding-left: 0px;
      padding-bottom: 0px;
      margin: 0px;
      padding-top: 0px;
      border-bottom:0px;
      border-left:0px;
      border-right:0px;
      border-top:0px;
      width:75%;
}

.DataTable
{

      width:100%;
}

.Question
{
      border-bottom:0px;
      border-left:0px;
      border-right:0px;
      border-top:0px;
      width:100%;
}

.HeaderRow
{
}

.LeftHeaderCell
{

      width: 22px;
      height: 22px;
}

.CenterHeaderCell
{

      height: 22px;
}

.RightHeaderCell
{
      width: 22px;
}

.DataRow

{

}

.LeftDataCell
{
      width: 22px;
      text-align: left;
}

.CenterDataCell
{
      background-color: #FFF;
      text-align: left;
}

.RightDataCell
{

      text-align: left;
}

.FooterRow
{

}

.LeftFooterCell
{

      width: 22px;
      height: 22px;
}

.CenterFooterCell
{
      height: 22px;
}

.RightFooterCell
{
      width: 22px;
      position: static;
      height: 22px;
}

.RowSpacer
{
      background-image: url(../images/div.gif);
      background-repeat: repeat-x;
}

.Cellspacer
{
}

.questiontext
{           
      font-weight: bold;
      margin-bottom:4px;
}

.questiontext P
{
    margin-bottom:8px;
}

.AnswerText, .answertext
{
      color: black;
}
.answertext INPUT
{
    margin-left:4px;
    margin-right:4px;
}

.RequiredQuestion, .requiredquestion
{
      color: red;
      font-weight:bold;
}

.nextbutton
{
    background: url("../images/forward-button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    line-height: 14px;
    margin-left: -10px;
    padding: 2px 4px 4px 12px;
    white-space: nowrap;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

