/*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: #7d4b4b;border: 1px solid #704040;}
.BS_question_note{background-color: #bc9595;border: 1px solid #ad8484;}
.BS_question_body{background-color: #e8dede;border: 1px solid #d6c5c5;}


/*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: #dac2c2;}
.BS_alt{background-color: #efe5e5;}
.BS_alt2{background-color: #f7f2f2;}
