<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {margin: 0px; padding: 0px;}

body {
  background: #333 url('gfx/backdrop.png') no-repeat left top; /* #333 */
  font-size: 12px;
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  margin: 0;
}

hr.clear {
  clear: both;
  border: 0;
}

#footer {
  text-align: center;
  color: #ccc;
  font-size: 10px;
  clear: both;
}

#footer a, #footer a:active, #footer a:visited, #footer a:hover {
  color: #ccc;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

h1 {
  font-size: 16px;
  background-color: #eee;
  border-bottom: 1px dotted black;
  text-align: center;
  padding: 0;
}

#search-form input {
  width: 150px;
  height: 20px;
  padding-top: 2px;
  padding-left: 3px;
  padding-bottom: 1px;
  background: #fff url('gfx/search_box.png') repeat-x;
  border: 0;
}

a, a:link, a:active, a:visited {
  text-decoration: none;
  color: #069;
}

a:hover {
  color: #c30;
}


#studies-list a, #studies-list a:visited, #studies-list a:hover, #studies-list a:active {
  color: #c43100;
  border-bottom: 1px dotted #c43100;
  text-decoration: none;
}

#studies-list a:hover {
  color: #000;
}

#facebox-content {
  font-size: 14px;
}

#facebox-content h1 {
  
}

#facebox-content h2 {

}

.facebox-inner-content {
  padding: 10px;
}

#site_notice {
  text-align: center;
  background-color: #832100;
  color: #fff;
  padding: 5px;
  font-size: 11px;
}

#site_notice a {
  color: #ddd;
  text-decoration: underline;
}

#flash_notice {
  text-align: center;
  background-color: #832100;
  color: #fff;
}

#flash_error,
#flash_alert {
  text-align: center;
  background-color: #ffcccc;
  border: solid 1px #cc6666; }

/* from scaffold */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
  margin: 0 auto;
}

#error_explanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  margin: 0 auto;
}

#error_explanation h2 {
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
  margin-bottom: 10px;
}

#error_explanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#error_explanation ul li {
  font-size: 12px;
  list-style: none;
}

#comments {
  margin-top: 20px;
  border-top: 1px dotted #ccc;
}

.icon-novo {
  width: 40px;
  height: 12px;
  background-image: url('../images/icon_novo.png');
  background-repeat: no-repeat;
  float: left;
}
.comment{
  width: 500px;
  margin-left: 120px;
  margin-top: 20px;
  overflow: hidden;
}

.comment .chead {
  font-size: 14px;
  padding-left: 6px;
  padding-right: 6px;
  color: #000;
  height: 25px;
  overflow: hidden;
  background: #fef5a6 url('gfx/comment_top.png') bottom left no-repeat;
}

.comment .chead .name{
  margin-top: 2px;
  float: left;
}

.comment .chead .comment_rating{
  margin-top: 2px;
  float: right;
}

.comment .text {
  clear: both;
  padding: 10px 10px 15px 10px;
  background: #ffc url('gfx/comment_bottom.png') bottom left no-repeat;
  overflow: hidden;
}

.comment .stars {
  font-size: 50px;
  height: 30px;
  padding-top: 10px;
  color: #fc0;
  float: right;
}
</pre></body></html>