/****************************/
/*** GLOBAL PAGE ELEMENTS ***/

body{
  margin: 0;
  padding: 0; 
  width: 100%;
  height: 100%;
  background-color: #f0f1e4;
}
#container{
  width: 800px;
  margin: 20px auto;
  padding: 0;
}
#header{
  height: 120px;
  margin: 0;
  padding: 30px 0 0 0;
  border: none;
  border-bottom: 1px solid black;
  background: white url(../images/ada_header_bg.gif) top left repeat-y;
}
#header img.headerimg{
  margin: 0 0 35px 113px;
  display: block;
}
#header img.headerbullet{
  margin: 0 5px 0 113px;
}
#header h1{
  font-size: 13pt;
  font-family: Bodoni, serif;
  font-weight: medium;
  display: inline;
  color: rgb(0,57,167);
}
#header.intro h1{
  color: rgb(231,33,14);
}
#header.visit h1{
  color: rgb(0,57,167);
}
#header.critique h1{
  color: black;
}
#header.eval h1{
  color: black;
}

#section_bar{
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  margin: 0;
  padding: 0;
}
#section_bar img{
  margin: 0;
  padding: 0;
  display: block;
  width: 95px;
  height: 26px;
}
#page{
  width: 587px;
  padding: 25px 100px 25px 113px;
  font-size: 8.5pt;
  line-height: 11pt;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  background-color: white;
  position: relative;
}
table{
  font-size: 8.5pt;
  line-height: 11pt;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #666666;
}
#page_header{
  position: relative;
  width: 635px;
  height: 15px;
  margin-bottom: 15px;
}
#page_footer{
  position: relative;
  width: 587px;
  height: 25px;
  padding-top: 15px;
  clear: both;
}

#page_header_left, #page_footer_left{
  position: absolute;
  left: 0;
  vertical-align: bottom;
  overflow: hidden;
}
#page_header_right, #page_footer_right{
  float: right;
  clear: right;
  vertical-align: bottom;
}
#page_header .right, #page_footer .right{
  margin-left: 15px;
  color: #666666;
  font-size: 8.5pt;
  line-height: 11pt;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#page.admin #page_header label.right{
  margin-right: 0;
}
#footer{
  background-color: #f0f1e4;
}
#footer .copyright{
  color: #666666;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 25px 0 0 113px;
}
#footer .logo{
  float: right;
  clear: none;
  margin: 15px 75px 25px 0;
}
.clear{
  clear: both;
}
br.clear{
  clear: both;
  line-height: 0;
}


#therapies.table{
  margin: 0;
}

.table_container{
  clear: left;
  float: left;
}

.table{
  float: left;
  clear: left;
  font-family: "Univers Condensed","Helvetica Neue Condensed","Univers","Helvetica Neue","Helvetica",sans-serif;
  font-size: 9pt;
  font-weight: 300;
  width: 240px;
  margin: 20px 20px 0 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid black;
}

#page.physical_exam .table{
  clear: right;
  float: right;
}

.table th{
  width: 100px;
  font-size: 10pt;
  line-height: .95em;
  font-weight: 700;
  text-align: left;
  color: rgb(100,130,200);
  padding: 0;
  padding-bottom: .15em;
  margin: 0;
  overflow: visible;
}
.table td{
  vertical-align: top;
  padding: 4px 6px 2px;
  margin: 0;
  border-top: 1px solid black;
}
.table tr.odd td{
  background: rgb(200,215,255);
}
.table tr.second td{
  border-top: none;
}
.table td.img{
  padding: 0;
  line-height: 0;
}

.fullwidth{
  width: 580px;
  float: none;
  clear: both;
  margin-top: 5px;
}
.fullwidth th{
  font-size: 9pt;
  font-weight: 600;
  padding-left: 1em;
  color: black;
  background: rgb(200,215,255);
  border-top: 1px solid black;
  padding-top: .75em;
}
.fullwidth th.nested{
  font-size: 7pt;
  text-align: center;
  padding-left: 0;
}
#page.eval .fullwidth ul{
  margin-top: .15em;
  margin-bottom: .15em;
}
#page.eval .fullwidth ul ul{
  margin-top: .15em;
}
.fullwidth li{
  padding-bottom: .15em;
}


/*****************************/
/*** GLOBAL STYLE ELEMENTS ***/

#page strong{
  white-space: nowrap;
}
h1{
  font-family: Arial, sans-serif;
  font-size: 1.3em;
  font-style: normal;
  font-weight: bold;
  color: rgb(0,57,167);
  padding-top: 1em;
  margin: 10px 0 -10px 0;
}
h2{
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  color: black;
  margin: 8px 0 -10px 0;
}
h3{
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  color: black;
  padding-top: .5em;
  margin: 10px 0 -10px 0;
}


a, a:visited{
  color: rgb(35,52,130);
}
a:hover, a:active{
  color: rgb(135,162,214);
}

sub{
  display: inline-block;
  position: relative;
  top: -.3em;
  font-size: .65em;
  line-height: 0;
}
sup{
  display: inline-block;
  position: relative;
  top: -.4em;
  font-size: .6em;
  line-height: 0;
}

ol{
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 18px;
}
ol li{
  clear: both;
  padding-top: .25em;
}

ol.foot_dec{
  list-style-type: decimal;
  list-style-position: outside;
  padding: o;
  margin-top: 0;
  margin-left: -22px;
}
ol.foot_dec li{
  padding-bottom: 0;
}
li{
  padding-bottom: .5em;
}
li.blank{
  list-style-type: none;
  list-style-image: none;
}

.table_name{
  font-weight: bold;
  font-size: 1em;
  line-height: 1.25em;
  margin-top: 0;
}
.figure_name{
  font-weight: bold;
  font-size: 1em;
  line-height: 1.25em;
  margin-top: 0;
}
p.table_name{
  margin-top: 1em;
  margin-bottom: -.25em;
}
p.figure_name{
  margin: 0;
}
span.table_name{
  white-space: nowrap;
  line-height: 1em;
  margin: 0;
}
span.figure_name{
  white-space: nowrap;
  line-height: 1em;
  margin: 0;
}

.footnote{
  font-size: .85em;
  line-height: 1.5em;
  margin-top: 0;
  padding-bottom: 1em;
}
.pub{
  font-style: italic;
  white-space: nowrap;
}
.pubfull{
  white-space: nowrap;
}
.nobreak{
  white-space: nowrap;
}
.hidden{
  display: none;
}

img.chart{
  margin: 0;
  margin-top: .25em;
  margin-bottom: .5em;
}
img.png{
  behavior: url(../resources/iepngfix.htc);
}
.example{
  display: block;
  float: right;
  clear: right;
  margin: 0 0 10px 20px;
  width: 95px;
  height: 185px;
}
.example img{
  position: relative;
  left: -2px;
  margin: auto;
}

div.example_button{
  border: 1px dotted rgb(111,111,111);
  height: 20px;
  overflow: hidden;
  padding: 4px;
  width: 70px;
}

.id1{
  font-size: .85em;
  line-height: 1.5em;
  margin: 0;
  paddin: 0;
  position: relative;
  left: 1em;
}

input, textarea, select{
  font-size: 8.5pt;
  line-height: 11pt;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #666666;
}
textarea{
  padding: 10px;
}
img.button{
  cursor: pointer;
}

#page.pre h1,
#page.pre h2,
#page.intro h1,
#page.intro h2{
  color: rgb(231,33,14);
}
#page.intro ul{
  list-style-image: url(../images/bullet_red.gif);
}

#page.visit h1,
#page.visit h2{
  color: rgb(0,57,167);
}
#page.visit ul{
  list-style-image: url(../images/bullet.gif);
}

#page.critique h1,
#page.critique h2{
  color: black;
}
#page.critique ul{
  list-style-image: url(../images/bullet.gif);
}

#page.eval h1,
#page.eval h2{
  color: black;
}
#page.eval h1.red{
  color: rgb(231,33,14);
}
#page.eval ul{
  list-style-image: url(../images/bullet_black.gif);
}


/***************************/
/*** LOGIN PAGE ELEMENTS ***/

#header.login{
  height: 299px; 
  padding: 0;
  margin: 0;
}
#page.login{
  background: white url(../images/introbgimage.gif) bottom right no-repeat;
  height: 300px;
  width: 637px;
  padding-right: 50px;
}
#page.login h2{
  margin: -8px -8px 0 -8px;
  padding: 8px 8px 4px 8px;
  color: white;
  background: rgb(0,57,167);
}

#page.login .login{
  position: relative;
  display: block;
  float: right;
  clear: none;
  margin: 0 0 20px 10px;
  padding: 8px 8px 8px 8px;
  border: 1px solid #666666;
  background: white;
}
#page.login form input{
  float: right;
  clear: none;
  margin: 0 4px 4px 0;
  padding: 0;
  text-align: baseline;
}
#page.login form label{
  display: inline-block;
  margin: 0 4px 2px 0;
}
#page.login #login{
  width: 210px;
  clear: right;
}
#page.login #register{
  width: 150px;
}
#page.login #recover{
  width: 300px;
}

#page.login img.png{
  position: absolute;
  bottom: 30px;
}

#page.login p.welcome{
  clear: right;
  float: right;
  margin-top: 0;
  width: 406px;
}

#page.login #login_container{
  clear: right;
  float: right;
  width: 420px;
}

#page.login #flash_check{
	clear: right;
	display: none;
	float: right;
}

/****************************/
/*** LOGIN STYLE ELEMENTS ***/

#page.login #register h2{
  background: rgb(255,182,17);
  color: white;
}
#page.login #login h2{
  background: rgb(0,57,167);
}
#page.login #recover h2{
  background: rgb(231,33,14);
}


/***************************/
/*** INTRO PAGE ELEMENTS ***/

#page.critique ul,
#page.eval ul,
#page.pre ul,
#page.intro ul{
  list-style-position: outside;
  padding-left: 18px;
}
#page.critique ul h2,
#page.eval ul h2,
#page.pre ul h2,
#page.intro ul h2{
  padding-top: 0;
}
#page.critique ul p,
#page.eval ul p,
#page.pre ul p,
#page.intro ul p{
  margin-bottom: 0;
}
#page.critique ul ul,
#page.eval ul ul,
#page.pre ul ul,
#page.intro ul ul{
  list-style-image: url(../images/bullet_sub.gif);
  list-style-position: outside;
  padding-left: 18px;
  margin-top: .5em;
}

#page.pre div.page_two_column,
#page.intro div.page_two_column{
  float: left;
  clear: none;
  margin-top: .6em;
  padding-right: 15px;
  width: 45%;
}
p.disclose_name{
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
  color: black;
  margin-bottom: 0;
}
#page.pre form,
#page.intro form{
  position: relative;
  display: block;
  width: 400px;
}
#page.pre form input,
#page.intro form input{
  float: right;
  clear: none;
  margin: 0 4px 4px 0;
  padding: 0;
}
#page.pre form input.checkbox,
#page.intro form input.checkbox{
  float: left;
}
#page.pre form input.button,
#page.intro form input.button{
  float: left;
}
#page.pre form label,
#page.intro form label{
  display: inline;
  margin: 0 4px 2px 0;
}
#page.pre form div.column,
#page.intro form div.column{
  float: left;
  clear: none;
  width: 45%;
}
.labelon{
  text-decoration: underline;
  color: black;
}

#page.pre img.accred_logo,
#page.intro img.accred_logo{
  float: left;
  clear: left;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  width: 65px;
}


/****************************/
/*** INFO STYLE ELEMENTS ***/

#page.info label{
  display: block;
  font-weight: 600;
  margin-bottom: 0;
}

#page.info input,
#page.info select,
#page.info textarea{
  margin-bottom: 1.5em;
}


/****************************/
/*** INTRO STYLE ELEMENTS ***/

#page.pre em,
#page.intro em{
  white-space: normal;
}
#page.pre strong,
#page.intro strong{
  white-space: normal;
}

/************************/
/*** INTERVIEW STYLES ***/

#interview_video{
  clear: none;
  float: left;
}

#transcript_link{
  display: block;
  margin: 10px 0 15px 0;
  cursor: pointer;
  color: rgb(0,57,167);
  font-size: 10pt;
}
#toggle_text{
  cursor: pointer;
  color: #666666;;
  font-size: 8pt;
  font-weight: normal;
}
#interview_transcript{
  display: none;
  margin-top: 3em;
}
#interview_transcript div.dialog{
  padding: 0 0 3px 10px;
  float: left;
  clear: none;
  width: 400px;
}
#interview_transcript div.name{
  float: left;
  clear: left;
  width: 7em;
  color: rgb(36,83,188);
  padding: 0 0 3px 10px;
  padding-right: 1em;
  text-align: right;
}

#toggle_log{
  cursor: pointer;
  color: #666666;
  font-size: 8pt;
  font-weight: normal;
}
#diabetes_log{
  margin: 10px 0;
}


/****************************/
/*** ADDTL QUEST ELEMENTS ***/

#questions_form{
  width: 580px;
}

#questions_form img{
  cursor: pointer;
}

/****************************/
/*** PHYSICAL EXAM ELEMENTS ***/

#page.physical_exam div.popup{
  float: right;
  clear: right;
  width: 240px;
  margin: 20px 0 0;
  display: none;
}

#page.physical_exam map area{
  cursor: pointer;
}

#imgmap_container{
  position: relative;
}

#imgmap_container .imgmap_seen{
  position: absolute;
  display: none;
  z-index: 10;
  cursor: pointer;
}

#seen_eyes{
  left: 108px;
  top: 56px;
}
#seen_ears{
  left: 143px;
  top: 64px;
}
#seen_throat{
  left: 119px;
  top: 76px;
}
#seen_neck{
  left: 125px;
  top: 92px;
}
#seen_hrtBt{
  left: 128px;
  top: 139px;
}
#seen_skin{
  left: 99px;
  top: 96px;
}
#seen_feet{
  left: 82px;
  top: 426px;
}
#seen_lungs{
  left: 97px;
  top: 153px;
}
#seen_liver{
  left: 97px;
  top: 190px;
}
#seen_waist{
  left: 152px;
  top: 209px;
}
#seen_abdomen{
  left: 117px;
  top: 214px;
}
#seen_reflexes{
  left: 82px;
  top: 345px;
}

/**************************/
/*** DIAGNOSIS ELEMENTS ***/

#page div.three_column{
  clear: none;
  float: left;
  margin-right: 5px;
  width: 185px;
}


/***********************************/
/*** SELECTION/RESPONSE ELEMENTS ***/

div.selection{
  margin-bottom: 2px;
}
div.selected{
  color: black;
}
div.selection img.radio_button{
  clear: left;
  float: left;
  vertical-align: baseline;
  margin-right: 5px;
  position: relative;
  top: 3px;
  cursor: pointer;
}
div.response{
  clear: both;
  color: rgb(36,83,188);
  margin: 0 0 5px 25px;
}
div.inappropriate{
  color: rgb(231,33,14);
}
div.selection p{
  clear: none;
  float: left;
  margin: 3px 0;
}
div.three_column div.selection p{
  width: 160px;
}

h2{
  font-size: 10pt;
  font-weight: bold;
  color: rgb(0,57,167);
  padding-top: 1em;
  clear: both;
}

img.diagnostic{
  display: block;
  margin: 3px 0;
}

#page.eval div.survey{
  clear: left;
  float: left;
}


/*************************/
/*** MCQ PAGE ELEMENTS 


#page.mcqs .choice_group{
  margin: 5px 0 10px 7px;
}
#page.mcqs .choice_group .choice{
  clear: both;
  margin: 0 0 5px 15px;
}
#page.mcqs .choice_group .tf_label{
  display: block;
  float: left;
  clear: none;
  width: 1.3em;
  margin-left: .85em;
}
#page.mcqs .choice_group .choice input{
  display: block;
  float: left;
  clear: none;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
#page.mcqs .choice_group .choice_label{
  display: block;
  float: left;
  clear: left;
  vertical-align: top;
  margin-right: .75em;
}
#page.mcqs .choice_group.mc .choice_label{
  width: 55px;
}
#page.mcqs .choice_group.mtf .choice_label{
  width: 75px;
}
#page.mcqs .choice_group .choice_label label{
  vertical-align: top;
  display: block;
  float: left;
  clear: none;
  margin-bottom: .5em;
  margin-left: .5em;
  width: 8px;
  overflow: visible;
}
#page.mcqs .choice_group .choice_text{
  display: block;
  float: left;
  clear: none;
  width: 455px;
}

#page.mcqs .group_text{
  margin: 10px 0 0 0;
  //overflow: hidden;
}

#page.mcqs .question_text{
  margin: 10px 0 0 0;
  //overflow: hidden;
}
#page.mcqs .question_text .qnum{
  float: left;
  clear: left;
  width: 27px;
}
#page.mcqs .question_text .qline{
  float: left;
  clear: none;
  width: 515px;
}

#page.mcqs p{
  margin: 0 0 10px 0;
}


/**************************/
/*** MCQ STYLE ELEMENTS

#page.mcqs h1{
  margin: 0;
  color: rgb(144,199,210);
}
#page.mcqs h2{
  margin: 0;
}
#page.mcqs .question_text .qpara{
  font-weight: bold;
  color: black;
  position: relative;
}
#page.mcqs .important{
  font-weight: bold;
}
#page.mcqs img.chart{
  margin: 0 0 15px 0;
}

/******************************/
/*** APPENDIX PAGE ELEMENTS ***/



/*******************************/
/*** APPENDIX STYLE ELEMENTS

#page.appendix{
  padding-left: 68px;
  padding-right: 75px;
  width: 657px;
}

#page.appendix h1{
  color: rgb(35,52,130);
}
#page.appendix ol{
  list-style-type: upper-alpha;
  list-style-position: outside;
  padding-left: 18px;
}
#page.appendix ol li{
  padding-bottom: 0.5em;
  clear: both;
}
#page.appendix ol li:first-line{
  font-weight: bold;
}
#page.appendix ol.append_roman{
  padding-left: 18px;
  list-style-image: none;
  list-style-type: upper-roman;
}
#page.appendix ol.append_roman li{
  padding-bottom: 0;
}
#page.appendix table td{
  padding-right: 1em;
  clear: right;
}

#page.appendix p.fig_name{
  margin-bottom: 2px;
}

#page.appendix ul{
  list-style-type: square;
  list-style-position: outside;
  padding-left: 18px;
}

/*******************************/
/*** SYLLABUS STYLE ELEMENTS

#page.syllabus h1{
  color: rgb(210,190,100);
}
#page.syllabus h2{
  font-size: 1.1em;
  color: rgb(210,190,100);
}

/******************************/
/*** CRITIQUE PAGE ELEMENTS

#page.crit h1{
  margin-top: 0;
}

#page.crit div.answers{
  float: right;
  clear: right;
}
#page.crit div.answers label{
  float: left;
  clear: left;
  margin-right: 10px;
}
#page.crit div.answers div.answer_text{
  float: left;
  clear: none;
}

#page.crit .choice_group{
  margin: 10px 0 0 0;
}
#page.crit .choice_group .choice{
  width: 580px;
  clear: both;
  margin: 0 0 5px 27px;
}
#page.crit .choice_group .choice_label{
  float: left;
  clear: left;
  width: 50px;
  vertical-align: top;
}
#page.crit .choice_group.mc .choice_label{
  width: 25px;
}
#page.crit .choice_group.mtf .choice_label{
  width: 50px;
}
#page.crit .choice_group .choice_text{
  float: left;
  clear: none;
  width: 530px;
}

/*******************************/
/*** CRITIQUE STYLE ELEMENTS

#page.crit h1{
  color: rgb(0,162,137);
  clear: right;
}
#page.crit .qpara{
  font-weight: bold;
  color: black;
}
#page.crit .correct{
  color: rgb(35,52,130);
  border: 1px dotted rgb(35,52,130);
  border-left: none;
  border-right: none;
}
#page.crit .chosen{
  background: #eeeeee;
}
#page.crit .answer .wrong{
  color: rgb(133,0,22);
}
#page.crit .chosen.wrong .choice_label{
  color: rgb(133,0,22);
}
#page.crit .choice_group .mtf{
  color: rgb(35,52,130);
}
#page.crit .question_text .qnum{
  float: left;
  clear: left;
  width: 27px;
}
#page.crit .question_text .qline{
  float: left;
  clear: none;
  width: 515px;
}
#page.mcqs p.qpara{
  margin: 0;
  margin-bottom: 1em;
}

#page.crit ul{
  list-style-type: square;
  list-style-position: outside;
  padding-left: 18px;
}
#page.crit ul li{
  padding-bottom: 0.5em;
  clear: both;
}

#page.crit ol{
  list-style-position: outside;
  padding-left: 18px;
}
#page.crit ol li{
  padding-bottom: 0.5em;
  clear: both;
}
#page.crit #biblio_list{
  padding-left: 0;
}
#page.crit li.bibliography{
  margin-left: 17px;
  padding-bottom: .5em;
}
#bibliography em{
  white-space: nowrap;
}
#page.crit img.chart{
  margin: 0 0 15px 0;
}

/********************************/
/*** EVALUATION PAGE ELEMENTS ***/

#page.eval h1{
  margin-top: 18px;
  color: rgb(0,57,167);
}

#flashScoreChart{
  position: relative;
  left: -38px;
}

div.score_container{
  clear: left;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  width: 150px;
}
div.headings {
  height: 40px;
}

div.scorereview{
  clear: none;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  width: 430px;
}
div.scorereview h2{
  padding: 0;
}
div.scorereview p{
  margin: 0;
  padding: 5px 0;
}

div.score{
  clear: none;
  float: left;
  font-weight: 700;
  margin: 0 5px 0 0;
  padding: 5px 0;
  text-align: center;
  width: 45px;
}

div.yours{
  background: rgb(178,195,228);
  clear: left;
}
div.ideal{
  background: rgb(255,233,183);
}
div.yourstotal{
  background: rgb(0,57,167);
  clear: left;
  color: white;
}
div.idealtotal{
  background: rgb(255,182,17);
  color: white;
}

#page.eval span.your_score{
  color: rgb(0,93,170);
  font-weight: bold;
}
#page.eval span.ideal_score{
  color: rgb(127,174,212);
  font-weight: bold;
}
#page.eval div.page_two_column{
  float: left;
  clear: none;
  margin-top: .6em;
  padding-right: 10px;
  width: 45%;
}


/*********************************/
/*** EVALUATION STYLE ELEMENTS ***/

#page.eval ol{
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 18px;
}
#page.eval ol li{
  clear: both;
  font-weight: bold;
  color: black;
  padding-top: 1em;
}
#page.eval ol.alpha{
  list-style-type: lower-alpha;
  margin-bottom: -.7em;
}
#page.eval ol li input{
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  margin-right: .5em;
}
#page.eval ol li div{
  font-weight: normal;
}
#page.eval ol li ul{
  list-style-type: none;
  list-style-image: none;
  padding-left: 0;
  padding-top: .35em;
}
#page.eval ol li ul li{
  clear: both;
  font-weight: normal;
  color: #666666;
  padding-top: 10px;
  padding-bottom: .35em;
}
#page.eval ol li ul li div{
  padding-right: 10px;
  float: left;
  clear: none;
}


/***************************/
/*** ADMIN PAGE ELEMENTS ***/

#page.admin #page_header{
  margin-bottom: 55px;
}
#page.admin input{
  vertical-align: bottom;
}
#page.admin textarea.choice{
  padding-top: 0;
  padding-bottom: 0;
  margin-left: .5em;
}
#page.admin .choice_group label{
  display: block;
  float: left;
  clear: none;
  width: 1.9em;
  padding-top: .25em;
  margin: 0;
  margin-left: .3em;
}
#page.admin .choice_group input{
  display: block;
  float: left;
  clear: none;
  margin-right: 1em;
}
#page.admin .item{
  float: left;
  clear: none;
  padding: 0;
  margin: 0;
  width: 3em;
  text-align: center;
}
#page.admin .grouped{
  color: white;
  background: rgb(113,165,211);
  border: 0;
  border-top: 1px solid rgb(35,52,130);
  border-bottom: 1px solid rgb(35,52,130);
}
#page.admin .grouped.other{
  background: rgb(180,180,180);
}
#page.admin .active{
  color: white;
  background: rgb(133,0,22);
  border-right: 1px solid white;
  border-left: 1px solid white;
}
#page.admin .grouped.active{
  background: rgb(153,205,255);
  border-right: 1px dotted white;
  border-left: 1px dotted white;
}
#page.admin .item.first{
  border-left: 1px solid rgb(35,52,130);
}
#page.admin .item.last{
  border-right: 1px solid rgb(35,52,130);
}
#page.admin .item a{
  color: white;
  text-decoration: none;
}

/****************************/
/*** ADMIN STYLE ELEMENTS ***/

#page.admin h2{
  font-size: 1.2em;
  color: rgb(113,165,211);
}
#page.admin input, #page.admin textarea{
  vertical-align: baseline;
  margin-left: 0;
  margin-right: .5em;
}
#page.admin label{
  margin-right: 1.5em;
}
.feedback{
  color: rgb(232,0,0);
  display: none;
}

#page.admin table{
  float: left;
  clear: none;
  padding: 1em;
  text-align: left;
  border: 1px solid #71a5d3;
}

table caption{
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  color: black;
  padding-top: .5em;
  margin: 0;
}

#page.admin table.selection_list{
  border: none;
  float: none;
  clear: none;
}

#page.admin table.selection_list td{
  padding: 5px 0;
  border-bottom: 1px solid #71a5d3;
}

#page.admin table.selection_list td.number{
  padding-left: 5px;
  vertical-align: top;
}
#page.admin table.selection_list td.modify{
  padding-left: 8px;
}
#page.admin table.selection_list textarea.question{
  margin-bottom: 4px;
}

/*** SPECIAL MODEL DIVS ***/

div.fullscreenmodal{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 97;
}

div.fullscreenmodal div.blackout{
  background: black;
  height: 100%;
  left: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 98;
}
  
div.fullscreenmodal div.modalbox{
  background: white;
  border: 1px solid #71a5d3;
  height: 150px;
  margin: 200px auto;
  padding: 2em;
  position: relative;
  width: 400px;
  z-index: 99;
}

div.modalbox div.controls{
  clear: right;
  cursor: pointer;
  float: right;
}