/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


*/
#flash_notice {
    color: #5C9C3E;
}

body {
  background-color: #fff;
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px; }

p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px; }

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px; }

div.field, div.actions {
  margin-bottom: 10px; }

#notice {
  color: green; }

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table; }

#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0; }
  #error_explanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    margin-bottom: 0px;
    background-color: #c00;
    color: #fff; }
  #error_explanation ul li {
    font-size: 12px;
    list-style: square; }
.new_session_field label {
  width: 100px;
  float: left; }
/* CSS Document */
body {
  background-color: #94b4d6;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: Verdana;
  font-size: 100%;
  line-height: 1.8;
  font-style: normal;
  font-weight: normal; }

ul, ol, dl {
  padding: 0;
  margin: 0;
  font-size: 11pt; }

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 15px; }

p {
  text-align: left;
  white-space: normal;
  font-size: 11pt; }

a img {
  border: none; }

a:link {
  color: #0782c1;
  text-decoration: underline; }

a:visited {
  color: #0782c1;
  text-decoration: underline; }

a:hover, a:active, a:focus {
  text-decoration: none; }

.container {
  width: 970px;
  background-image: url(/images/background.png);
  margin: 0 auto; }

.content {
  width: 643px;
  float: left;
  vertical-align: top;
  background-repeat: no-repeat;
  margin-left: 50px;
  margin-right: 40px;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0; }

.sidebar2 {
  float: left;
  width: 225px;
  min-height: 750px;
  background-image: none;
  padding-top: 10px;
  padding-right: 6px;
  padding-bottom: 10px;
  padding-left: 6px;
  top: -50px;
  position: relative; }

.content ul, .content ol {
  padding: 0 15px 15px 40px; }

ul.nav {
  list-style: none;
  border-top: 1px solid #666;
  margin-bottom: 15px; }

ul.nav li {
  border-bottom: 1px solid #666; }

ul.nav a, ul.nav a:visited {
  display: block;
  width: 165px;
  height: 40px;
  vertical-align: middle;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: url(/images/sbnavback.png);
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 15px; }

ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
  background-color: #FFFFFF;
  color: #FFF; }

.footer {
  background-color: #a8518a;
  position: relative;
  clear: both;
  padding-left: 15px;
  height: 20px;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px; }

.fltrt {
  float: right;
  margin-left: 8px; }

.fltlft {
  float: left;
  margin-right: 8px; }

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px; }

.menu {
  position: relative;
  top: -136px;
  left: 370px;
  display: table; }

.menuitem {
  display: table-cell; }

.menuseparator {
  display: table-cell;
  padding-left: 3px;
  padding-right: 3px; }

.header .login {
  float: right;
  position: relative;
  top: -180px;
  padding-right: 10px; }

.header .login a {
  color: white; }

h1 {
  font-size: 48px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 15px;
  margin-bottom: 0px;
  font-family: "Verdana";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #b06195; }

h5 {
  font: "Verdana";
  colour: #000000;
  font-size: 10px;
  font-weight: normal; }

h6 {
  font: "Verdana";
  font-size: 12px;
  color: #FFFFFF;
  line-height: 1.4; }

h3 {
  font-size: 14pt;
  font-colour: #b06195;
  font-family: "Verdana";
  color: #b06195;
  line-height: 1.4; }
.new_user_field {
  display: block; }

.new_user_field label {
  width: 160px;
  float: left; }

.new_user_field .field_with_errors {
  display: block; }

.new_user_field .field_with_errors label {
  width: 160px; }

h2#error_messages_header {
  color: red; }

.error_messages li {
  color: red; }

.subscriptions .subscription_edit {
  padding: 5px; }

.subscriptions .subscription label {
  margin-left: 15px; }

.description {
  margin-left: 25px;
  font-size: smaller;
  padding-bottom: 5px; }
