﻿
/*FAQ*/


.FAQInfo {
    width: 138px;
    height: 175px;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    background-color: #B5008C;
    float: left;
    margin-left: 95px;
    box-shadow: rgba(0,0,0,0.4) 1px 0 10px;
    position:relative;
}




.question {
    font-weight:bold;
    font-size:14px;
    
}


.answer {
        line-height:100%;
}




.space {
   margin: 0 0 1.5em;
padding: 0;
}




.FAQquestion {
    font-weight: bold;
    font-size: 15px;
    line-height: 100%;
}

.FAQanswer {
    line-height: 100%;
}


.FAQspace {
    margin: 0 0 1.0em;
    padding: 0;
}

.FAQbackBtn {
    position: absolute;
    margin-left: 10px;
    cursor: hand;
}




    /*My Details Page*/
#warning, .warning2 {
    color: #FF0000;
    font-weight: bold;
    font-size: 12pt;
    font-family: 'Segoe UI';
} 

  
  

      .myDetailsInfo {
        position: relative;
        width: 138px;
        height: 155px;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        background-color: #0654A4;
        float: left;
        margin-left: 95px;
        box-shadow: rgba(0,0,0,0.4) 1px 0 10px;
    }
  

   .lblMyDetailsCustomer{
        position: absolute;
        margin-top: 15px;
        background-color:green;
    }









    #divMyDetailsSaveButton {
        background-color: #0654a4;
    }


   

    .bottomBoxesMyDetails {
        margin-top: 20px;
    }



/*Certificate*/
.CertificatePurpleLeftbox
{
    padding:25px;
    margin:5px 5px 5px 35px;
    width:190px; 
    height:170px; 
    background-color:#662c91; 
    color:white;
}

.CertificateGrayRightBox {
    padding:25px;
    margin:5px;
    width:395px; 
    height:170px; 
    background-color:#58595b; 
    color:white;
}

.CertificateMagentaRightBox {
    padding:25px;
    margin:5px;
    width:395px; 
    height:170px; 
    background-color:#bd1a8d; 
    color:white;
}

.CertificateBackgroundImage {
    background: #d0e4f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0e4f7), color-stop(24%,#73b1e7), color-stop(50%,#0a77d5), color-stop(79%,#539fe1), color-stop(100%,#87bcea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
}

.CertificatesPassed {
    font-size:13pt;
}

#LoginButton {
    cursor:pointer;    
    position: relative;    
    margin: 0px;
    padding: 0px;
    background-color: #0654A4;
    height: 95px;
    width: 95px;
    text-decoration: none;
    font-family: 'Segoe UI', Verdana, Arial;
    color: #ffffff;
    font-size: 10pt;
    padding: 70px 55px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
    top: 0px;
    left: 0px;
}