/* CSS Document - LAYOUT */

body {
  float: inherit;
  overflow: visible;
  line-height: normal;
  margin-bottom: 15px;
  cursor: auto ! important;
  background-image: url(/images/layout/background_swatch.gif);
  background-repeat: repeat;
}
div#layout {
  position: relative;
  background-image: url(/images/layout/card_scatter.jpg);
  background-position: top;
  background-repeat: no-repeat;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

/*** HEADER ***/
div#header {
  width: 980px;
  height: 105px;
  margin: 0 auto 0 auto;
}
#print_header {
  display: none;
}

/*** HEADER LINKS ***/
#admin_links {
  padding: 5px 10px 10px 10px;
  margin-top: 15px;
  background-color: #444;
  float:right;
  border: 1px solid #777;
}
#admin_links h1 {
  margin: 0 0 4px 0;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  color: #ddd;
}
#admin_links p {
  margin: 0;
  text-align: right;
  line-height: 1.3em;
  font-size: 14px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
#admin_links a {
  text-decoration: none;
  background-position: center right;
  background-repeat: no-repeat;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-weight: normal;
  color: #ddd;
}
#admin_links a, #admin_links a:visited, #admin_links a:hover, #admin_links a:active{
  color: #ddd;
}

/*** BODY HEADER ***/
#body_header {
  position: relative;
  height: 100px;
  width: 100%;
  background-color: #8d98b9;
}

#logo_n_title {
  position: absolute;
  top: 10px;
  left: 15px;
}
/*** CONTENT AREA ***/
div#body {
  position: relative; 
  width: 980px;
  margin: 0 auto 0 auto;
  padding-bottom: 20px;
  background-color: #fff;
  overflow: auto;
}
#content_pane {
  position: relative;
  padding: 20px;
  min-height: 600px;
}
#content_menu {
  position: absolute;
  left: 0;
  margin-right: 20px;
  width: 300px;
}
#right_col {
  float: right;
  margin-left: 20px;
}

/*** FOOTER ***/
div#page_footer {
  width: 980px;
  margin: 5px auto 0 auto;
  height: 50px;
}
div#page_footer p {
  text-align: center;
}

/*** VALIDATION LINKS FOR ADMINISTRATORS **/
#validation_pane {
  clear: both;
  width: 980px;
  margin: 15px auto 0 auto;
  padding: 5px 15px 5px 15px;
  text-align: left;
  background-color: #444;
  border: 1px solid #777;
}
#validation_pane h1, #validation_pane h2, #validation_pane h3, #validation_pane p, #validation_pane li, #validation_pane a, #validation_pane a:visited  {
  color: #eee;
}
div#validation_pane h1 {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: .8em;
  font-weight: bold;
  margin-top: 5px; 
}
div#validation_pane p {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: .8em;
  margin: 10px 0 10px 0;
}
div#validation_pane p a {
  text-decoration: underline;
}

/*** GLOBAL STYLES ***/
.rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius:10px;
}
.rounded_top {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.shadowed {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .6);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .6);
}