body {
  background: cornsilk;
  font: small Verdana,Helvetica,Arial,sans-serif;
  text-align: left;
  margin: 0 0 0 0;
  color: black;
  vertical-align: top;
}

ul {
  list-style-type: square;
}

li {
  padding-bottom: 10px;
}

img { 
  border: 0px;
  margin: 0 0 0 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0px 0px;
  border: 0px;
  width: 100%;
}

td {
  padding:0px;
  margin: 0px;
  line-height: 0px;
  background: cornsilk;
  font: small Verdana,Helvetica,Arial,sans-serif;
  text-align: left;
  color: black;
  vertical-align: top;
}

a {
  text-decoration: none;
}

a:link:hover {
  text-decoration: underline;
}

a:link {
  color: #AA5303;
}

.outer_cell 1 a:link {
  color: lightslategray;
}

a:visited {
  color: lightslategray;
}

.rock {
  text-align: right;
  width: 157px;
}

#header_links {
  text-align: right;
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: 430px;
}

.header_link a {
  font-weight: bold;
  font-size: small;
  color: lightslategray;
}

.outer_cell1 td {
  background-color: black;
  vertical-align: bottom;
}

td.empty_cell, td#navigation {
  background-color: cornsilk;
}

.navSep {
  font-weight: bold;
}

td#navigation {
  padding: 5px 5px 5px 5px;
  border-left: 4px solid black;
  border-bottom: 4px solid black;
}

.outer_cell2 {
  padding-top: 20px;
}

#functions_search_form label {
  display: none;
}

#functions_search_form {
  margin-bottom: 20px;
}

#main_content {
  width: 50%;
  margin-right: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: large;
}

.col_spacer1 {
  width: 160px;
}

.col_spacer2 {
  width: 20px;
}


#main_layout {
  margin-bottom: 20px;
}

.section_head {
  padding-top: 0px;
  margin-top: 0px;
  font-weight: bold;
  font-size: medium;
  padding-bottom: 5px;
}

#nuggets, #updates {
  padding-top: 0px;
  padding-left: 10px;
  padding-bottom: 5px;
  margin: 0px 20px 20px 5px;
}

#right_section {
  margin-left: 20px; 
}

#nuggets {
  border-left: 4px solid #aa5303;
}

#nuggets .section_head {
  color : #aa5303;
  border-bottom: 1px solid #aa5303;
  margin-bottom: 10px;
}

#updates {
  border-left: 4px solid lightslategray;
}

#updates .section_head {
  color: lightslategray;
  border-bottom: 1px solid lightslategray;
  margin-bottom: 10px;
}

.nugget_title {
  font-weight: bold;
  font-size: small;
}

.nugget_abstract {
  font-size: small;
}

.ta_link_caption {
  display: block;
}

.ta_link_url {
  font-weight: bold;
}

.ta_image_caption {
  font-size: x-small;
  font-weight: bold;
}

/******************************
     forms and functions
******************************/

.user-help {
  display: none;
}

a.navigation_return_link {
  text-align: right;
}

.edit-help {
  font-size: x-small;
  color: lightslategray;
}

.functions_item_edit, #page_title a {
  font-weight: normal;
  font-size: small;
}

.form-field {
  font-size: x-small;
}

.form-label {
  font-weight: bold;
  text-align: right;
}

.form-help {
  font-size: x-small;
}

input,
textarea, 
select {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: x-small;
}

input:focus,
textarea:focus, select:focus {
  background-color: #fff;
}
  

/******************************
     search results display
******************************/

.searchword {
  background-color: lightslategray;
}

.search_result_link {
  font-weight: bold;
}

.search_result_breadcrumbs {
  font-size: small;
}

#outer_layout {
  border-bottom: 4px solid black;
  margin-bottom: 20px;
}

.aes_footer_credits {
  display: block;
}

.aes_footer_credits, #user_functions, #admin_functions {
  text-align: center;
}

.support_link {
  display: none;
}
  
hr.separator {
  display: none;
}

.functions_item_annotate, .edit-help {
  display: none;
}

.item_url {
  display: none;
}

/******************************
     print display
******************************/
#site_title {
  font-size: x-large;
}
.return_link_print {
  display: block;
  padding-bottom: 20px;
}

/******************************
     forms and functions
******************************/

a.navigation_return_link {
  position: fixed;
  top: 0;
  right: 5%;
}

.manage_header_text {
  margin-left: 50px;
}

.form-field {
  margin-bottom: 10px;
}

.form-label {
  float:left;
  width: 200px;
  text-align: right;
  margin-left: 50px;
}

.form-element {
  text-align: left;
  margin-left: 10px;
}

.form-field>input[type="submit"] {
  position: relative;
  margin-left: 260px;
}

.ta_answer_text {
  width: auto;
}

.ta_answer {
  padding-top: 20px;
  padding-left: 20px;
}

.even {
  padding-top: 5px;
  padding-bottom: 5px;
}

.odd {
  padding-top: 5px;
  padding-bottom: 5px;
}

.branch {
  padding-top: 5px;
}


#page img {
  border: 1px solid black;
}

.align_left_clear {
  margin-right: auto;
}

.float_left {
  display: inline;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.align_right_clear {
  margin-left: auto
}

.float_right {
  display: inline;
  float: right;
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 5px;
}

.clear_both {
  clear: both;
}
