﻿.divStyle
{
    color: #303030;
}
.topText
{
    font-size: x-large;
    font-weight: bold;
}

.disclaimer
{
    font-size: large;
}
.tableStyle
{
    border-style:solid;
    border-width:thin;
    border-color:#e0e0e0;
}
.tableRowStyle
{
    font-family: @Verdana;
    font-size: medium;
}
.collapsablePanelSttyle
{
    height: 0px;
    overflow: hidden;
}
.simplePanel
{
    Width: 1000px;
}
.tableRowQuestionaire
{
    font-family:Verdana;
    font-size:small;
    vertical-align:text-top;
}
.controlHoverHand
{
    cursor: pointer;
}
hr.hrStyle
{
    border: none 0; 
    border-top: 1px solid #e0e0e0;
    height: 2px;
    width: 1000px;
}