﻿.helpCentercont {
    margin-top: 10px;
}

.answerBox {
    border: 1px solid #E1E1E1;
    width: 770px;
    display: inline-block;
    float: left;
}

    .answerBox .addr {
        text-align: left;
        height: 30px;
        border-bottom: 1px solid #cccccc;
    }

        .answerBox .addr span {
            padding: 5px 3px;
            display: inline-block;
        }

.currentspan {
    color: #0097BE;
}

.answer_tabulation, .questionsanalysis {
    text-align: left;
    background: none repeat scroll 0 0 #FAFAFA;
}

.answer_tabulation {
    padding: 10px;
}

.questionsanalysis {
    padding: 3px;
   
}

.answer_tabulation h3 {
    border-bottom: 1px dotted #0097BE;
    padding-bottom: 5px;
    margin-bottom: 8px;
    color:#2975C2;
    font-size: 16px;
}

.answer_tabulation p {
    line-height: 20px;
    margin-top: 10px;
    font-size: 13px;
}
.btnBox {
   height: 40px;
    margin-left: 15px;
    margin-top: 36px;
    text-align:left;
}
    .btnBox .text {
     font-weight:bold;
     font-size:14px;
         vertical-align: middle;
    }
    .btnBox .yes,  .btnBox .no {
    display:inline-block;
    margin-left:10px;
    width:117px;
    height:31px;
    background-image:url("../../../images/default/help/btnBg.png");
    }
      .btnBox .yesclick,  .btnBox .noclick {
    display:inline-block;
    margin-left:10px;
    width:117px;
    height:31px;
    background-image:url("../../../images/default/help/btnBg1.png");
    background-position:-117px 0px ;
   
    }
        .btnBox .yesclick span, .btnBox .noclick span {
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-top: 4px;
    text-align: center;
    width: 117px;
            cursor: pointer;
        }
        .btnBox .yes span, .btnBox .no span {
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-top: 4px;
    text-align: center;
    width: 117px;
            cursor: pointer;
        }
.questionsanalysis {
    border: 1px solid #E3E3E3;
    display: inline-block;
    margin-left: 6px;
    width: 194px;
}

    .questionsanalysis h3 {
        color: #2975C2;
        font-size: 16px;
        font-weight: normal;
        padding: 3px;
        font-weight: bold;
    }

    .questionsanalysis ul {
        font-size: 13px;
        line-height: 30px;
        margin-left: 22px;
        cursor: pointer;
    }
        .questionsanalysis ul li {
         list-style:disc;
          color: #2975C2;
        }

        .questionsanalysis ul li a {
            text-decoration: none;
            color: #6C6C6C;
            font-weight:bold;
        }
            .questionsanalysis ul li a:hover {
            color:#ff7400;
            }