/*NOTE: The styles below are used for the background of the page etc*/

.BS_bg{background-color: #FFFFFF;}


/*NOTE: The styles below are used for the table cells of the questions etc*/

.BS_question_title{background-color: #4d6480;border: 1px solid #394f6a;}
.BS_question_note{background-color: #90afd5;border: 1px solid #6e8fb8;}
.BS_question_body{background-color: #e7eff8;border: 1px solid #90afd5;}


/*NOTE: The styles below are used for the text of the questions etc*/

.BS_question_text{font-family: tahoma;font-size:11px;color:#FFFFFF;font-weight: bold;}
.BS_note_text{font-family: tahoma;font-size:10px;color:#444444;}
.BS_body_text{font-family: tahoma;font-size:11px;color:#444444;}

/*NOTE: The styles below are used for the text of the separators etc*/

.BS_separator_text{text-align: left}
.BS_separator_image{text-align: center}

/*NOTE: The styles below are used for the matrix questions etc*/

.BS_head{background-color: #c2cdda;}
.BS_alt{background-color: #e5eaef;}
.BS_alt2{background-color: #f2f4f7;}
