body, table, tr, td, div, span {
    font-size: 15px;
}

a.PopoverLink:link, a.PopoverLink:visited {
    color: #0000FF;
}

a.PopoverLink:hover, a.PopoverLink:active {
    color: #FF0000;
}


#headingDiv {
    width: 100%;
    height: 80px;
    background-color: black;
}

#headingLeft{
    position: absolute;
    left: 15px;
    top: 10px;
    font-weight: bold;
    font-size: 70px;
    color: white;
}

#headingRight{
    position: absolute;
    right: 15px;
    top: 55px;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color:cyan;
}

.HeadingNavBar {
    width: 100%;
    height: 25px;
    background-color: black;
    color: white;
}

.HeadingNavBar a:link, a:visited {
    color: #BBBBBB;
}

.HeadingNavBar a:hover, a:active {
    color: red;
}

.HeadingNavBar a {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 3px;
    text-decoration: none;
}

.OptionTd {
    cursor: pointer;
    font-size: 13px;
    text-align: center;
}

.OptionTdMouseOver {
    cursor: pointer;
    font-size: 13px;
    background: #AAAAAA;
    text-align: center;
}

.OptionTdSelected {
    cursor: pointer;
    font-size: 13px;
    background: #DDDDDD;
    text-align: center;
}

.OptionRadio {
    cursor: pointer;
}

.TopQuestionTable {
    border: 5px solid black;
    width: 630px;
}

.TopQuestionCat {
    text-align: left;
}

.MainQuestionsTable {
    
}

.MainQuestionsTable td {
    xborder: 1px solid green;
}

.QuestionTable td {
    xtext-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.QLRSpacerTd {
    width: 35px;
}

/* Question contained in a popover */
.QPopoverTable {
    width: 660px;
}

.QOptionVerticalTd {
    width: 35px;
    text-align: left;
}

.QOptionSidedTd {
    width: 45px;
    text-align: center;
}

.SpacerTr td {
    height: 10px;
    font-size: 2px;
    border-bottom: 1px solid #CCCCCC;
}

.QColNum {
    width: 20px;
    font-weight: bold;
}

.QColCat {
    width: 180px;
    font-weight: bold;
}

.QColSub {
    width: 300px;
}

.QColScore {
    font-weight: bold;
    text-align: right;
}

.QTextArea {
    width: 400px;
    height: 60px;
}

.SubsectionHeading {
    font-weight: bold;
    font-size: 16px;
}

.LeftMarginSpacerTd {
    width: 30px;
}

.TotalTd {
    font-weight: bold;
    text-align: right;
}

.GrandTotalLabelTd {
    font-weight: bold;
    text-align: right;
    padding-right: 15px;
    font-size: 18px;
}

.GrandTotalTd {
    font-weight: bold;
    text-align: right;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
}



/**********************
 * Popover Classes
 **********************/

.PopoverBackgroundDiv{
    display: none;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-color: #202020;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

.PopoverOuterDiv {
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 100;
    width: 700px;
    border: 1px solid black;
    background-color:white;
}

.PopoverHeaderDiv {
    background-color: black;
    height: 20px;
    padding: 2px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: white;
}

.PopoverHeaderCloseDiv {
    position: absolute;
    color: red;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

div.PopoverHeaderCloseDiv:hover{
    background: #660000;
}

.PopoverContentsDiv {
    padding: 5px;
    xheight: 653px;
    overflow: auto;
}

.PopoverButtonsDiv {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 680px;
    padding: 10px;
    height: 23px;
    border-top: 1px solid #777777;
    text-align: center;
}

.ListTable {
    border-collapse: collapse;

}

.ListTable th {
    background-color: #CCCCCC;
    border-bottom: 1px solid black;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    
}

.ListTable td {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
}

.VerticalText {
    -moz-transform:rotate(-90deg);
    x-moz-transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: bottom left;
    -o-transform: rotate(-90deg);
    -o-transform-origin:  bottom left;
    writing-mode: tb-rl;
    filter: flipv fliph;
    xfilter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/*****************
 * Buttons related Classes
 *****************/

.CenteredPopoverButtonsDiv{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ButtonsDiv {

}

.ButtonsDivSamll {
    
}

.ButtonsDiv a {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border: 1px solid #AAAAAA;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:70%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}



.ButtonsDiv a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.ButtonsDivSmall a img{
    margin: 0 2px -2px 0 !important;
    padding: 0;
    border: none;
    width: 12px;
    height: 12px;
}

.ButtonsDiv a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

.ButtonsDiv a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

.ButtonsDiv a.GreenButton{
    color:#529214;
}

.ButtonsDiv a.GreenButton:hover, button.GreenButton:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}

.ButtonsDiv a.GreenButton:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

.ButtonsDiv a.RedButton{
    color:#d12f19;
}

.ButtonsDiv a.RedButton:hover {
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}

.ButtonsDiv a.RedButton:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.ButtonsDiv a.PurpleButton{
    color:#521492;
}

.ButtonsDiv a.PurpleButton:hover, button.PurpleButton:hover{
    background-color:#E6C2EF;
    border:1px solid #C680D8;
    color:#521492;
}

.ButtonsDiv a.PurpleButton:active{
    background-color:#521492;
    border:1px solid #521492;
    color:#fff;
}

.ButtonsDiv a.BlueButton{
    color:#192fd1;
}

.ButtonsDiv a.BlueButton:hover {
    background:#e4e3fb;
    border:1px solid #c4c2fb;
    color:#192fd1;
}

.ButtonsDiv a.BlueButton:active{
    background-color:#192fd1;
    border:1px solid #192fd1;
    color:#fff;
}


.ButtonsDivSmall a {
    font-size: 8pt;
    padding: 3px 5px 3px 3px;
}



