* {
margin:0;
padding:0;
}

body
{
  font-family:Helvetica, Arial, sans-serif;
  font-size:100%;
  line-height:150%;
  background-color:#FAF5E1;
  color:#00529c;
}

body.reverse
{
  background-color:#00529c;
  color:#f3e7a9;
}

body.relationships
{
  background-color:#DFEFF8;
}

body.family_and_friends
{
  background-color:#E1F1E1;
}

a
{
    color:#00529c;
}

body.reverse a
{
    color:#ffffff;
}

p
{
  padding:5px 0px 5px 0px;
}

.large
{
    font-weight:bold;
    font-size:150%;
}

ul
{
  list-style-position:inside;
}

h1
{
  font-size:160%;
}

h1.intermediate
{
  font-size:300%;
  margin-bottom:10px;
}

h2
{
  font-size:130%;
  margin:10px 0px 10px 0px;
}

h3
{
  margin-top:10px;
  font-size:110%;
}

h4
{
  font-size:100%;
}

ul,ol
{
    margin-left:30px;
}

ul li, ol li
{
    margin-bottom:5px;
}

input, select
{
  color:#00529C;
  background-color:#f3e7a9;
  width:200px;
  margin-right:2px;
  font-weight:bold;
  font-size:110%;
}

input.readonly
{
    background-color:transparent;
}

.clearleft
{
    clear:left;
}

.clearright
{
    clear:right;
}

.floatleft
{
    float:left;
}

.floatright
{
    float:right;
}

.button_right, .button_right_outline
{
  background-image:url(../images/button_right.gif);
  background-color:transparent;
  background-repeat:no-repeat;
  background-position:100% 50%;
  float:left;
  padding-right:28px;
}

div.outline, div.button_right_outline
{
  background-image:url(../images/button_right_outline.gif);
}

body.reverse .button_right
{
  background-image:url(../images/button_right_reverse.gif);
}

body.reverse div.outline, body.reverse div.button_right_outline
{
  background-image:url(../images/button_right_outline_reverse.gif);
}

body.relationships .button_right
{
  background-image:url(../images/button_right_relationships.gif);
}

body.relationships div.outline, body.relationships div.button_right_outline
{
  background-image:url(../images/button_right_outline_relationships.gif);
}

body.family_and_friends .button_right
{
  background-image:url(../images/button_right_family_and_friends.gif);
}

body.family_and_friends div.outline, body.family_and_friends div.button_right_outline
{
  background-image:url(../images/button_right_outline_family_and_friends.gif);
}

.formbutton
{
  color:#F3E7A9;
  background-color:transparent;
  border:none;
  margin-top:10px;
  margin-bottom:10px;
  font-size:100%;
  cursor:pointer;
  font-weight:bold;
  background-image:url(../images/button_left.gif);
  background-repeat:no-repeat;
  background-position:0% 50%;
  height:31px;
  padding-left:30px;
  padding-right:20px;
}

.formbutton.outline
{
  background-image:url(../images/button_left_outline.gif);
  color:#00529c;
}

body.reverse .formbutton
{
  background-image:url(../images/button_left_reverse.gif);
  color:#00529c;
}

body.reverse .formbutton.outline
{
  background-image:url(../images/button_left_outline_reverse.gif);
  color:#F3E7A9;
}

body.relationships .formbutton
{
  background-image:url(../images/button_left_relationships.gif);
}

body.relationships .formbutton.outline
{
  background-image:url(../images/button_left_outline_relationships.gif);
}

body.family_and_friends .formbutton
{
  background-image:url(../images/button_left_family_and_friends.gif);
}

body.family_and_friends .formbutton.outline
{
  background-image:url(../images/button_left_outline_family_and_friends.gif);
}



input.largebutton
{
    float:left;
    width:250px;
    font-size:160%;
    padding:20px 10px 20px 10px;
}

a.largebutton
{
    width:350px;
    font-size:160%;
    padding:20px 10px 20px 10px;
    text-align:center;
}

input.mediumbutton
{
    width:236px;
}

input.widebutton
{
    width:460px;
    font-size:140%;
}

.linkbutton, .linkbutton_outline
{
  color:#F3E7A9;
  background-color:transparent;
  border:none;
  font-size:100%;
  cursor:pointer;
  font-weight:bold;
  background-image:url(../images/button_left.gif);
  background-repeat:no-repeat;
  background-position:0% 50%;
  height:31px;
  padding-left:15px;
  text-decoration:none;
  display:block;
  float:left;
  line-height:31px;
}

.linkbutton.outline, .linkbutton_outline
{
  background-image:url(../images/button_left_outline.gif);
  color:#00529c;
}

body.reverse .linkbutton
{
  background-image:url(../images/button_left_reverse.gif);
  color:#00529c;
}

body.reverse .linkbutton.outline, body.reverse .linkbutton_outline
{
  background-image:url(../images/button_left_outline_reverse.gif);
  color:#F3E7A9;
}

body.relationships .linkbutton
{
  background-image:url(../images/button_left_relationships.gif);
}

body.relationships .linkbutton.outline, body.relationships .linkbutton_outline
{
  background-image:url(../images/button_left_outline_relationships.gif);
}

body.family_and_friends .linkbutton
{
  background-image:url(../images/button_left_family_and_friends.gif);
}

body.family_and_friends .linkbutton.outline, body.family_and_friends .linkbutton_outline
{
  background-image:url(../images/button_left_outline_family_and_friends.gif);
}

input
{
  margin-top:10px;
  padding:1px;
}

select
{
  margin-top:10px;
}

img
{
  border:none;
}

img.add_answer,img.remove_answer
{
  display:none;
}

div.full_answer
{
    margin-bottom:2px;
}

div#all_answers
{
    clear:left;
    padding:20px 0px 20px 0px;
}

div.text_answer, div.choice_answer
{
}

div.text_answer
{
}

input#bgcolour
{
  display:none;
}

div#page
{
  width:800px;
  margin-left:auto;
  margin-right:auto;
  padding-top:100px;
  position:relative;
  position:relative;
}

div#main_content
{
  margin:10px 0px 0px 0px;
  padding-bottom:20px;
  background-color:#FAF5E1;
}

body.reverse div#main_content
{
  background-color:#00529c;
}

body.relationships div#main_content
{
  background-color:#dfeff8;
}

body.family_and_friends div#main_content
{
  background-color:#e1f1e1;
}

body.reverse div#text_area p,body.reverse div#text_area li
{
    color:#ffffff;
}

label
{
  padding-top:2px;
  margin-top:10px;
  width:100px;
  clear:left;
  display:block;
  float:left;
}

body.reverse label
{
    color:#f3e7a9;
    font-weight:bold;
}

.longlabels label
{
    width:150px;
}

div#front_container input.formbutton
{
    margin-left:100px;
}

div#front_container form input.formbutton
{
    margin-left:0px;
}

div.message, div.warning
{
  background-color:#d30924;
  padding:10px;
  font-size:80%;
  color:#ffffff;
  margin-top:10px;
  font-weight:bold;
  position:relative;
}

div.question
{
    width:800px;
}

div#copy
{
  clear:both;
  font-size:60%;
  padding-top:5px;
}

div#salmon
{
    position:absolute;
    top:0px;
    left:-100px;
}

div#site_title
{
    font-size:300%;
    font-weight:bold;
    margin:20px 0px;
    color:#F3E7A9;
}

div.question_combo
{
  float:left;
  width:300px;
  padding-right:50px;
}

input,select
{
  border:1px solid black;
}

div#profile
{
  left:350px;
  top:-50px;
}

div#profile img
{
  border:3px solid black;
}

div#options
{
}

div#current_help
{
  color:#1d518f;
}

body.reverse div#current_help
{
  color:#ffffff;
  font-weight:bold;
}

div.single_answer
{
  display:inline;
  width:200px;
}	

div.boxes ul li
{
  display:inline;
}

div.boxes ul
{
  margin-bottom:5px;
  padding:0px;
width:800px;
clear:left;
}

ul.box_choice
{

}

ul.box_choice li
{
  float:left;
}

.join
{
  padding:5px;
  float:left;
  color:#1d518f;
}

div.boxes ul li a
{
  width:320px;
  text-decoration:none;
  float:left;
  padding:5px;
  margin-right:5px;
  margin-left:5px;
  text-align:center;
  color:#00529c;
  background-color:#f3e7a9;
}

div.boxes ul li a.selected
{
  background-color:#00529c;
  color:#f3e7a9;
}

div.boxes ul li a.colorselected
{
  border:5px solid #00529c;
}

div.boxes ul li a.color1,div.boxes ul li a.color2,div.boxes ul li a.color3,div.boxes ul li a.color4
{
    width:700px;
    color:#ffffff;
    font-weight:bold;
}

div.chromatogram
{
    width:320px;
    color:#ffffff;
    font-weight:bold;
    padding:20px;
    float:left;
    margin-right:20px;
    margin-top:10px;
}

div.boxes ul li a.color1, div.boxes ul li a:hover.color1, div.chromatogram1
{
    background-color:#009AD5;
}

div.boxes ul li a.color2, div.boxes ul li a:hover.color2, div.chromatogram2
{
    background-color:#EF3F33;
}

div.boxes ul li a.color3, div.boxes ul li a:hover.color3, div.chromatogram3
{
    background-color:#00AE4D;
}

div.boxes ul li a.color4, div.boxes ul li a:hover.color4, div.chromatogram4
{
    background-color:#E7DB00;
}

img.lifeline
{
  float:left;
}

.past
{
  color:#d31a1a;
}

.future
{
  color:#00529C;
}

.smalltext
{
  font-size:80%;
}

div.global_controls
{
  clear:both;
}

.clearboth
{
  clear:both;
}

.hidden
{
  display:none;
}

select.choice
{
  clear:both;
}

table.action td
{
  background-repeat:no-repeat;
  width:150px;
  height:150px;
  text-align:center;
  font-size:80%;
  font-weight:bold;
  cursor:pointer;
}

table.action td.unsel
{
  background-image:url(../images/circle_unsel.png);
  color:#00529c;
}

table.action td.sel
{
  background-image:url(../images/circle_sel.png);
  color:#ffffff;
}

body.relationships table.action td.unsel
{
  background-image:url(../images/circle_unsel_relationships.png);
}

body.relationships table.action td.sel
{
  background-image:url(../images/circle_sel_relationships.png);
}

body.family_and_friends table.action td.unsel
{
  background-image:url(../images/circle_unsel_family_and_friends.png);
}

body.family_and_friends table.action td.sel
{
  background-image:url(../images/circle_sel_family_and_friends.png);
}

div#action_summary
{
  background-color:#ffffff;
  padding:20px 20px 10px 20px;
}

div.action_summary_object
{
  color:#ffffff;
  background-color:#00529C;
  padding:10px;
  margin-bottom:10px;
  float:left;
  clear:left;
  padding-left:40px;
  background-image:url(../images/small_red_circle.gif);
  background-repeat:no-repeat;
  background-position:0% 50%;
}

form.current_question input.formbutton
{
    width:350px;
}

input.prev
{
}

input.next
{
}

input.firstbutton
{
    float:right;
}

ul#progress li
{
  display:inline;
  padding:5px 10px 5px 10px;
  margin:0px 10px 10px 0px;
  display:block;
  float:left;
  color:#ffffff;
  background-color:#00529C;
  border:1px solid #00529C;
}

ul#progress li a
{
  color:#ffffff;
  text-decoration:none;
}

ul#progress li.current
{
  background-color:#ffffff;
}

ul#progress li.current a
{
  color:#00529C;
}

table.lovertypes
{
    border-collapse:collapse;
    color:#000000;
    width:680px;
}

table.lovertypes td
{
    margin:0px;
    padding-bottom:5px;
}

table.lovertypes h1
{
    font-size:150%;
}

.loverblue
{
    background-color:#ffffff;
    color:#4e5bef;
}

.loverblue h1
{
    color:#4e5bef;
}

.loverblue select
{
    color:#4e5bef;
}

.loverred
{
    background-color:#ffffff;
    color:#ef4e4e;
}

.loverred h1
{
    color:#ef4e4e;
}

.loverred select
{
    color:#ef4e4e;
}

.lovergreen
{
    background-color:#ffffff;
    color:#5f8f2f;
}

.lovergreen h1
{
    color:#5f8f2f;
}

.lovergreen select
{
    color:#5f8f2f;
}

.loveryellow
{
    background-color:#ffffff;
    color:#d7b100;
}

.loveryellow h1
{
    color:#d7b100;
}

.loveryellow select
{
    color:#d7b100;
}

.float_left
{
    float:left;
}

.float_right
{
    float:right;
}

.multichoice_dd
{
    margin-top:10px;
    width:auto;
}

.auto_size
{
    width:auto;
}

.wide
{
    width:600px;
}

.half_wide
{
    width:300px;
}

.choice_label
{
    clear:both;
    padding-top:15px;
    margin-bottom:-10px;
}

form.actionplan select,form.actionplan input
{
    width:auto;
}

form.actionplan input.formbutton
{
    width:400px;
}

form.actionplan input.formbutton
{
    margin:0px 0px 0px 5px;
}

span.lead_in
{
    float:left;
    margin-right:5px;
    margin-top:10px;
}

div#hover_help_box
{
    cursor:help;
    float:left;
}

div#hover_help
{
    display:none;
    visibility:none;
    position:absolute;
    background-color:#F3E7A9;
    color:#00529c;
    z-index:102;
    font-size:80%;
    width:100%;
    font-weight:bold;
    line-height:140%;
    top:0px;
}

div#hover_help p, body.reverse div#hover_help p
{
    padding:5px 10px;
    color:#00529c;
}

div#hover_help h2
{
    padding:0px 10px;
    color:#00529c;
}

div#hover_close
{
    background-color:#00529c;
    color:#F3E7A9;
    padding:5px;
    float:left;
    cursor:pointer;
    margin-left:10px;
    margin-bottom:10px;
}

input.readonly
{
    border:none;
    text-align:right;
    margin-right:5px;
    width:150px;
}

strong
{
    font-weight:bold;
}

.picture
{
    float:right;
    margin:-100px 10px 10px 10px;
}

.pointer
{
    cursor:pointer;
}

iframe#hide_ie_controls
{
    display:none;
    position:absolute;
    z-index:101;
    border:none;
}

div#chromatogram img
{
    margin-top:10px;
}

textarea
{
    width:100%;
}

.loggedin
{
    position:absolute;
    top:10px;
    right:0px;
}

div#printable_plan
{
    display:none;
}

.inset_image
{
    text-align:center;
    float:right;
    margin:5px 0px 5px 5px;
    font-weight:bold;
}

#addform label, .crm_form label
{
    width:200px;
    text-align:right;
}

.required_text
{
    color:red;
    font-size:80%;
}

select#l_sector
{
    width:auto;
}

.subactiontext
{
    display:none;
}

