/* ------- app colors 
purple bold: #200D81
purple weak: #54508D
purple weakest: #ECE5FF
purple alternative: #63548B
grey primary: #D3DCD8
grey secondary: #e5e5e6 
---------------*/

body {
  background: #fff;
  font-family: Verdana, sans-serif;
}

a, a:visited, a:hover, a:visited:hover {
  color: #54508D;
  border-bottom: 0;
  text-decoration:none;
}

.container_12 {
  background-color: #ff;
  margin-top: 5px;
}

.main_content {
  background-color: #fff;
}

img {
  border:0;
}


/* ===============================
		::: TYPOGRAPHY :::
=============================== */

body, p, td {
  font-size: 12px;
  font-weight:normal;
}

pre {
  font: 11px Verdana, sans-serif;
  text-align:left;
  line-height: 1.25em;
}

h3 {
  color: #200D81;
  font-size: 14px;
  margin-bottom: 0.5em;
}

h3.printable {
  font-size: 18px;
}

h4 {
  color: #666;
  font-size: 14px;
}

h4.printable {
  font-size: 16px;
}

/*===== BLOCK ELEMENTS ==========*/

#header {
  height: 130px;
  margin: 0;
  width: 100%;
}

#header img {
  display:none;
}

#header h1 {
  text-indent: 0;
  font-size: 18px;
  color: #666;
}

#header h2 {
  font-size: 12px;
  color: #200D81;
  border-bottom: 2px solid #200D81;
  margin: 5px 30px 0 0;
  text-align:left;
}

#header h3 {
  font-size: 16px;
  color: #63548B;
  border-top: 0;
  background-color: #fff;
  margin: 0;
  width:auto;
  text-align:left;
}

#header h3.details {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", sans-serif;
  font-style: italic;
  color: #200D81;
  margin: 0.25em 0 0 0;
  background-color: #fff;
  text-align:left;
}

div#footer {
display:none;
}

/* ===============================
		::: NAVIGATION MENUS :::
=============================== */

/* ======== Primary Nav =======*/

div#menu {
  display: none;
}

div.pagination {
  display:none;
}

div#search_area {
  display:none;
}

ul.table_tabs {
  display:none;
}

/* ======== Secondary Nav =======*/

div#user_links {
  display:none;
}
/* ======== Admin Dashboard =======*/

ul.dashboard_menu {
  list-style:none;
  margin: 0;
}

ul.dashboard_menu li {
  margin: 0 0 1em 0;
}

ul.dashboard_menu li a {
  color: #200D81;
  font-size: 12px;
  font-weight:bold;
  text-decoration:none;
}

ul.dashboard_menu li p {
  margin: 0;
}

/* ======== Misc =======*/

div#resource_links {
  display:none;
}

p.cancel {
  display:none;
}

p .registered_tag {
  color: #00BF00;
  font-size: 10px;
  font-weight: bold;
  line-height: normal;
  background-color: #F1F9F1;
  padding: 0.5em 0.75em;
  margin: 0 0 0 1em;
  border: 1px solid #00BF00;
  float:right;
}

/* ===============================
		::: FORMS :::
=============================== */

form {
  margin: 1em 5em;
}

legend {
  color: #54508D;
  font-size: 14px;
}

label {
  float: left;
  display:block;
  text-align:right;
  width: 12em;
  color: #666;
  font-size: 12px;
  padding-right: 0.5em;
}

input {
  padding: 0 0.15em;
  display:block;
}

form select {
  margin-top: -0.15em;
}

input.submit {
  margin-left: 15em;
}

textarea {
  height: 250px;
  font: 11px Verdana, Arial, sans-serif;
}

textarea.shorter {
  height: 50px;
}

fieldset.user_id {
  border: 1px solid #D3DCD8;
  padding-bottom:0;
}

p.em_form {
  font-size: 14px;
  font-weight:bold;
  color: #200D81;
  text-align:left;
  margin: 0.5em 0 0.5em 10em;
}

div#register_for_provider {
  display:none;
}

table input {  
  display:none;
} 

.action_links {
  display:none;
}

.action_icons {
  display:none;
}

.action_button {
  display:none;
}

p.payment_details {
  display:none;
}

/* ==============================
     ::: LISTS :::
===============================*/

ul.bulleted_list {
  margin: 0.5em 0 0.5em 2em;
}

div.abbreviation_key {
  page-break-inside: avoid;
  float:left;
  clear:both;
  border: 3px solid #e2e2e2; 
  padding: 0 1em 0.5em 1em;
  margin: 2em 1.5em 0 1em;
}

div.abbreviation_key div.key_list {
  float:left;
  clear:right;
}
  
div.abbreviation_key div.key_list h5 {
  font-size: 11px;
  color: #666; 
  margin:0;
  margin-bottom: 0.5em;
  padding:0;
  padding-top: 0.5em;
}

div.abbreviation_key div.key_list ul {
  margin:0;
  padding-bottom: 0.5em;
  padding:0;
}
  
div.abbreviation_key div.key_list li {
  font-size: 10px;
  margin:0;
  margin-left: 1em;
  padding:0;
  padding-right: 2em;
}     

/* ===============================
		::: FORM ERROR EXPLANATIONS :::
=============================== */

#error_messages {
  position: absolute;
  width: 400px;
  /* left: 30%;  */
  /* top: 40%;   */
  text-align: center;
}

* html #error_messages {
/* value only for IE6 */
  position: absolute;
}

div.fieldWithErrors input,  div.fieldWithErrors select, div.fieldWithErrors textarea {
  border: 2px solid #c00;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #c00;
  padding: 7px;
  padding-bottom: 0;
  margin: 0 auto;
  background-color: #f0f0f0;
  text-align:center;
}

#errorExplanation h2 {
  text-align: center;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin: 0.25em 0 0 0;
  padding: 5px;
}

#errorExplanation ul {
  margin-left: 2em;
}  

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  text-align:left;
}

/* ===============================
		::: TABLES :::
=============================== */

table a, table a:visited, table a:hover, table a:visited:hover {
  border-bottom:0;
}

table {
  width: 99%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

th, td {
  border: 1px solid #ccc;
  padding: 3px 5px;
  text-align: center;
  line-height: 1em;
}

th {
  background-color: #D3CEC8;
  color: #54508D;
  font-size: 12px;
}

td {
  line-height: 1.25em;
}

th.row_title, td.row_title {
  text-align: left;
}

td.description {
    font-size: 11px;
    vertical-align:top;
    text-align:left;
}

tr.odd {
  background-color: #fff;
}

tr.even {
  background-color: #ECE5FF;
}

tr:hover {
  background-color: #FFF8DC;
}

table.printable td {
  padding: 1em 0.5em;
  font-size: 16px;
  font-weight:bold;
}


/* ===============================
		::: REGISTRATIONS :::
=============================== */

div.summary {
  margin: 0;
}

div.summary h4 {
  font-size: 14px;
  color: #63548B;
  border-bottom: 1px solid #63548B;
  margin-bottom: 0.5em;
}

div.summary p {
  margin: 0.5em 0;
  clear:left;
}

div.summary label {
  width: auto;
  color: #333;
}

div.summary_twocolumn {
  width: 45%;
  margin: 0 0 0 1em;
  float:left;
}

div.register_button {
  clear: left;
  margin: 0 0 0 1em;
  padding-top: 2em;
}

div.register_button a {
  background-color:  #54508D;
  padding: 0.5em;
  color: #fff;
}

div.register_button a:hover {
  background-color:  #ECE5FF;
  padding: 0.5em;
  color: #54508D;
  border: 1px solid #54508D;
}

p .private {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  line-height: normal;
    padding: 0.15em 0.5em;
  border: 1px solid #000;
}

/* ===============================
		::: MISC DIVS :::
=============================== */

div.new_link {
  margin: 1em 0 0.25em 0;
  font-size: 12px;
  font-weight:bold;
}

div.new_link a, .new_link a:visited {
  border-bottom:0;
}

div.new_link a:hover {
  color: #00BF00;
  border-bottom:0;
}

div#instructors {
  margin-left: 11.5em;
}

*:first-child+html div#instructors {
  margin-left: 6em;
}

div.instructor {
  background-color: #e5e5e6;
  margin: 0.5em 0;
  padding:  0 0.25em 0.15em;
  font-size: 12px;
  font-weight:normal;
}

/* ===============================
		::: APP-WIDE NOTICES :::
=============================== */

/*#flash_container { height: 15px; margin-right:7px; text-align: center; font-weight: 700; color: #000;}*/
#flash_message { display:none;}
#flash_notice { display:none;}
#flash_warning { display:none;}