/* 
    Document   : developer.css
    User        :   Add New Class by Developers
    Created on : May 1, 2010, 11:48:10 AM
    Author     : gourav
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.SucessMatter{width:auto; margin:auto;}
.bold{ font-weight:bold;}

#footerEnquiry div.er-message {
    display: none;
    font-size: 11px;
    height: 0px;
    overflow:hidden;
}

#footerEnquiry input.er-message, #footerEnquiry textarea.er-message {
    border:solid 1px #ee0000;
}

.submitFooterEnquiry {
    cursor: pointer;
}

.strip_loader {
    background-image: url(../img/ajax-loader-strip.gif);
    width:16px;
    height:11px;
    overflow: hidden;
    display: none;
    float:right;
    margin-right:5px;
}

.success_message_small {
    font-size:11px;
    padding:1px;
    margin-top:5px;
    font-weight: 900;
    
}



#basic-accordian
{

}
#basic-accordian_test_page{}
#basic-accordian_topic_page{}

.accordion_headings{ padding:0px 0px 0px 4px;background:url(../img/bluepart.jpg) no-repeat;
        color:#FFFFFF;
        cursor:pointer;
        font-weight: normal;
        margin:2px 0px 0px 0px;
        width:624px;
}

.accordion_headingsa{ background:url(../img/bluepart_tpr.jpg) no-repeat;   }
.accordion_headings:visited{background:url(../img/bluepart_tpr.jpg) no-repeat;     }
.accordion_headings:hover{background:url(../img/bluepart_tpr.jpg) no-repeat;       }
.accordion_headings:active{background:url(../img/bluepart_tpr_2.jpg) no-repeat; }
.accordion_child{ height:210px;}
.header_highlight{background:url(../img/bluepart_tpr_2.gif) no-repeat; display:none;}

#accordion {

    overflow: hidden;
}

.Paging{float:left; border:solid 1px #2e6ab1; margin-left:3px; padding:5px; padding-top:2px; padding-bottom:2px; text-align:center; cursor: pointer;}
.Paging{color:#2e6ab1; text-decoration:none;}
.current{float:left; background-color:#2e6ab1; padding:3px; padding-left:7px; padding-right:7px; margin-left:3px; color:#fff;}


input.er-message {border: 1px solid red;}
div.er-message {border: 0px solid red; color:red; font-size: 11px;}


.H5{height:5px;}
.H8{height:8px;}
.H10{height:10px;}
.H15{height:15px;}
.H20{height:20px;}
.H50{min-height:20px;}

.visible{display: block;}

.cursor{ cursor: pointer;}
.ColorBlack{color:#000000}
.BdrAll{border:1px solid red}
.MarginLeft100{margin-left: 100px}


.online_test .questionDetailBox {
    display:none;
}

.online_test .ajax-loader {
    display:none;
    font-size:11px;
    color: #999;
}

.selectAnsMsg {
   display:none;
}

.submitTestButton {
    display: none;
}
.Strong{font-weight: bold}


#feedback_float_button{}
#feedback_float_button a{ display:block; position:fixed; top:169px; right:-1px;
    background:#333;
    padding:1px;
    border:1px solid #000;
    /*border-left-color:#060;
    border-top-color:#090;*/
    background-image:url("../img/feed_back1.png") ;
    background-repeat: no-repeat;

    }
#feedback_float_button a:hover{background:#3A76BC; border:2px solid #fff;
background-image:url("../img/feed_back1.png");
background-repeat: no-repeat;
}
.hidden{display:none}



.txthint{
    color: #999999;
    font-size:11px;
}

.errorTextboxBorder{border:1px solid red; color: red}