/*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: #4f7c4a;border: 1px solid #467140;}
.BS_question_note{background-color: #8fcc87;border: 1px solid #81bd79;}
.BS_question_body{background-color: #dbedd9;border: 1px solid #c3dac0;}


/*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: #c5dac2;}
.BS_alt{background-color: #e6efe5;}
.BS_alt2{background-color: #f3f7f2;}
