@import url("/css/webSurvey.css");

/**** Style: Font Family ***/

body.questions
    {
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    }

/**** Style: Font Size/Style ***/

body.questions	/* fallthrough for body text. */
    {
    font-size: 14px;
    }

a.link_ques,
a.open_ques,
a.open_upload,
a.switch,
a.include_ques,
a.submit,
a.decline,
span.adm_opt,	/* the text for administrator options */
a.adm_opt	/* the text for links in administrator options */
    {
    font-size: 14px;
    }

/* The result in report lists */
span.a_text
    {
    font-size: 14px;
    font-style: italic;
    }

/* the resp_email mailto: link in reports */
a.email_rep
    {
    font-size: 14px;
    font-style: italic;
    }

a.homelink
    {
    font-size: xx-small;
    text-decoration: none;
    }

/* the file types for an upload */
span.filetypes,
span.uploaded_name
    {
    font-size: xx-small;
    }

/* the text of the again prompt */
span.AA_text
    {
    font-size: 16px;
    }

span.DD_text,	/* the text of the done message */
span.qn_text,	/* the text for note type questions */
span.qo_text,	/* the question text for open questions */
span.qc_text,	/* the question text for closed questions */
span.qa_text,	/* the alternative text for closed questions */
span.qac_text,	/* the visible alternative code for closed questions */
span.r_choice,
span.r_nochoice,
span.r_text	/* The question in report lists */
    {
    font-size: 14px;
    }

/* The text of 'title' questions */
span.qt_text
    {
    font-size: 17px;
    font-weight: 600;
    }

/* The text of 'subtitle' questions */
span.qs_text
    {
    font-size: 14px;
    font-weight: 600;
    }

div.balance_value
    {
    font-size: xx-small;
    }

TABLE.crosstable
    { font-size: xx-small }

/**** Style: Colors ***/

body.questions
    {
    background-color: silver;
    color: white;
    }

div.questions
    {
    padding-left: 18pt;
    padding-right: 18pt;
    padding-bottom: 8pt;
    background-color: #747474;
    }

div.account_logo
    {
    /*width: 100%;*/
    background-image: url("/pics/ws-accounts/vacatures/topbg.gif");
    background-repeat: repeat-x;
    background-color: #eebb00;
    }

img.account_logo
    {
    /*width: 100%;*/
    }

tr.ques_again,
tr.cont_again,
tr.opt_again,
div.balance_again
    {
    background-color: #dd6363;
    }

tr.ques_ro,
tr.cont_ro,
tr.opt_ro,
div.balance_ro
    {
    background-color: #638862;
    }

div.balance_value
    {
    color: #000000;
    }

tr.ques_unknown
    {
    background-color: #ff7777;
    }

div.balance_first
    {
    background-color: #d0d0d0;
    }

span.adm_opt,		/* the text for administrator options */
option.select_none
    {
    color: #660000;
    }

div.homelink
    {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 18pt;
    padding-right: 18pt;
    background-color: #000000;
    }

a.homelink
    {
    color: #ffffff;
    }

/* the resp_email mailto: link in reports */
a.email_rep
    {
    color: #cc0000;
    }

/* the file types for an upload */
span.filetypes,
span.uploaded_name
    {
    color: #777777;
    }

a.adm_opt
    {
    color: #cc0000;
    }

/* the text of the again prompt */
span.AA_text
    {
    color: #cc0000;
    }

/* the text of the done message */
span.DD_text
    {
    color: #006600;
    }

span.a_text,	/* The result in report lists */
span.qn_text,	/* the text for note type questions */
span.qo_text,	/* the question text for open questions */
span.qc_text,	/* the question text for closed questions */
span.qa_text,	/* the alternative text for closed questions */
span.qac_text,	/* the visible alternative code for closed questions */
span.r_text,	/* The question in report lists */
span.r_choice,
span.r_nochoice
    {
    color: white;
    }

span.qt_text,	/* The text of 'title' questions */
span.qs_text	/* The text of 'subtitle' questions */
    {
    color: #ffa000;
    }

a.submit
    {
    color: #000099;
    }

a.decline
    {
    color: #000099;
    }

input.adm_opt_input
    {
    color: #660000;
    }

td.left_ques_first,
td.left_head_first,
td.left_ques_any,
td.left_ques_again,
td.left_ques_unknown,
td.left_ques_ro,
td.left_ques_rep,
td.left_head_rep,
td.left_note_any,
td.left_note_rep,

td.left_admin_option,

td.right_ques_first,
td.right_head_first,
td.right_ques_any,
td.right_ques_admin,
td.right_ques_again,
td.right_ques_unknown,
td.right_ques_ro,
td.right_ques_rep,
td.right_head_rep,
td.right_note_any,
td.right_note_rep,

td.right_admin_option,

td.wide_ques_first,
td.wide_head_first,
td.wide_ques_any,
td.wide_title_any,
td.wide_subtitle_any,
td.wide_ques_again,
td.wide_ques_ro,
td.wide_ques_rep,
td.wide_head_rep,
td.wide_note_any,
td.wide_note_rep,

td.decline_any
    {
    border-top: 3px groove #555555;
    }

td.left_opt_first,
td.left_opt_again,
td.left_opt_ro,
td.left_opt_rep,
td.right_opt_first,
td.right_opt_again,
td.right_opt_ro,
td.right_opt_rep,
td.wide_opt_first,
td.wide_opt_again,
td.wide_opt_ro,
td.wide_opt_rep
    {
    border-top: 1px solid #555555;
    }

/**** Style: Margins ***/

/**** Style: Varia ***/


