/****************************/
/*** 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: 100px;
  margin: 0;
  padding: 30px 0 0 0;
  border: none;
  border-bottom: 4px solid rgb(214,0,50);
  background: white url(../images/ada_header_bg.gif) top left repeat-y;
}
#header img.headerimg{
  margin: 0 0 15px 113px;
}

#section_bar{
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  margin: 0;
  padding: 0;
}
#section_bar img{
  margin: 0;
  padding: 0;
  display: block;
  width: 83px;
  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: 635px;
  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;
}



/*****************************/
/*** 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: black;
  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;
  padding-top: .5em;
  margin: 10px 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(113,165,211);
}

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.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;
}
.example img{
  position: relative;
  left: -2px;
  margin: auto;
}

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;
}

.new_copy{
   color: #900032;
   font-weight: 600;
}


/***************************/
/*** 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(113,165,211);
}

#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;
}
#page.login #register{
  width: 150px;
}
#page.login #recover{
  width: 300px;
}

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

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


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

#page.login #register h2{
  background: rgb(0,162,137);
  color: white;
}
#page.login #login h2{
  background: rgb(27,38,113);
}
#page.login #recover h2{
  background: rgb(214,0,50);
}


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

#page.intro ul{
  list-style-image: url(../images/bullet.gif);
  list-style-position: outside;
  padding-left: 18px;
}
#page.intro ul h2{
  padding-top: 0;
}
#page.intro ul p{
  margin-bottom: 0;
}
#page.intro div.page_two_column{
  float: left;
  clear: none;
  margin-top: .6em;
  padding-right: 25px;
  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.intro form{
  position: relative;
  display: block;
  width: 400px;
}
#page.intro form input{
  float: right;
  clear: none;
  margin: 0 4px 4px 0;
  padding: 0;
}
#page.intro form input.checkbox{
  float: left;
}
#page.intro form input.button{
  float: left;
}
#page.intro form label{
  display: inline;
  margin: 0 4px 2px 0;
}
#page.intro form div.column{
  float: left;
  clear: none;
  width: 45%;
}
.labelon{
  text-decoration: underline;
  color: black;
}

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


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

#page.intro h1{
  color: rgb(214,0,50);
}
#page.intro em{
  white-space: normal;
}
#page.intro strong{
  white-space: normal;
}


/*************************/
/*** 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 ul{
  list-style-image: url(../images/bullet.gif);
  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(27,38,113);
}


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

#page.eval ol{
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 18px;
}
#page.eval ol li{
  font-weight: bold;
  color: black;
  padding-bottom: 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 ul{
  list-style-type: none;
  padding-left: 0;
  padding-top: .35em;
}
#page.eval ol li ul li{
  font-weight: normal;
  color: #666666;
  padding-bottom: .35em;
}


/***************************/
/*** 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{
  vertical-align: baseline;
  margin-left: 0;
  margin-right: .5em;
}
#page.admin label{
  margin-right: 1.5em;
}
.feedback{
  color: rgb(232,0,0);
}

#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;
}
