/* Imports & variables */
/* Bugfixes */
#subpage .container {
  min-height: 360px; }

/* Legacy */
table {
  font: 11px Arial, Helvetica, sans-serif;
  padding: 10px; }

th {
  text-align: left; }

.sortup {
  text-decoration: underline; }

.sortdown {
  text-decoration: underline; }

/* Containers */
.content {
  min-height: 300px; }

/* Generics */
.toright {
  text-align: right; }

.center {
  text-align: center; }

.clear {
  clear: both; }

.larger {
  font-size: 18px; }

.italic {
  font-style: italic; }

/* Announcement */
.page .page-bg-top #announcement {
  text-align: center;
  background: #eb800f;
  height: 30px;
  margin-top: 7px;
  border: 1px solid #fcc852; }
  .page .page-bg-top #announcement a {
    display: block;
    margin-top: 7px;
    text-decoration: none; }

/* Button  */
#button {
  margin: 0 0 10px 0; }
  #button a {
    background-color: blue;
    display: inline-block;
    text-decoration: none;
    color: white;
    outline: none;
    background: url(/images/buttons/slide.png) no-repeat left top;
    line-height: 40px;
    padding-left: 10px; }
    #button a span {
      line-height: 40px;
      display: block;
      padding-right: 10px;
      background: url(/images/buttons/slide.png) no-repeat right bottom; }
    #button a:hover {
      background-color: #9900cc; }

/* Menu  */
#menu {
  background: url(/images/menu_bg.jpg) no-repeat 50% 0;
  height: 53px; }
  #menu .container ul {
    list-style: none; }
  #menu .container li {
    float: left;
    height: 47px;
    font: 14px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    background: url(/images/separator.png) no-repeat right top; }
    #menu .container li.active {
      background: url(/images/menu_button.png) no-repeat 50% 0;
      height: 53px; }
    #menu .container li:hover {
      background: url(/images/menu_button.png) no-repeat 50% 0; }
    #menu .container li a {
      display: block;
      padding-top: 16px;
      padding-bottom: 14px;
      padding-left: 25px;
      padding-right: 25px;
      text-decoration: none;
      color: white; }
    #menu .container li span {
      display: none; }

/* Login */
#new_signup {
  padding: 3px;
  font: 16px Arial, Helvetica, sans-serif;
  margin-bottom: 16px; }

#errorExplanation {
  width: 550px;
  padding: 20px;
  border: 1px solid red;
  background-color: #d10019;
  color: white; }

#errorSilent {
  color: #d10019;
  font: 16px Arial, Helvetica, sans-serif; }

.labels {
  font: 16px Arial, Helvetica, sans-serif; }

.separator {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #999999;
  display: block; }

.loginTable tr td input {
  font: 16px Arial, Helvetica, sans-serif; }
.loginTable tr td label {
  font: 16px Arial, Helvetica, sans-serif; }
.loginTable tr td #user_submit {
  padding: 5px;
  font: 20px Arial, Helvetica, sans-serif; }
.loginTable tr td #email {
  width: 300px; }
.loginTable tr td #password_submit {
  padding: 5px;
  font: 16px Arial, Helvetica, sans-serif; }
.loginTable tr td #user_session_submit {
  padding: 5px;
  font: 16px Arial, Helvetica, sans-serif; }
.loginTable tr td #remember {
  margin-left: 50px;
  margin-top: 13px;
  text-align: right;
  float: right; }
  .loginTable tr td #remember label {
    font: 16px Arial, Helvetica, sans-serif; }

/* 404 */
.styled {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block; }

.indent {
  margin-left: 80px;
  text-align: left; }

/* Announcements */
#a_container.announcement {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  text-align: center;
  background-image: url("/images/t_bg.png"); }
  #a_container.announcement #a_page.a_container {
    display: block;
    margin: 20px auto;
    font-size: 12px;
    text-align: left;
    min-height: 30px;
    border: 1px solid gray;
    width: 500px;
    background: #f1f6fa;
    background-image: url("/images/announcements/grad.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
    #a_container.announcement #a_page.a_container .a_content.header {
      min-height: 0px;
      text-align: center;
      margin-bottom: 40px; }
    #a_container.announcement #a_page.a_container .a_content.close {
      float: right;
      font-size: 12px;
      margin: 0;
      padding: 0; }
    #a_container.announcement #a_page.a_container .a_content.pages {
      min-height: 0px;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      margin-top: 40px; }
      #a_container.announcement #a_page.a_container .a_content.pages a {
        margin-left: 5px;
        margin-right: 5px; }
      #a_container.announcement #a_page.a_container .a_content.pages .prevnext {
        cursor: pointer;
        cursor: hand;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: -5px; }
    #a_container.announcement #a_page.a_container .a_content.items {
      margin-bottom: 10px;
      margin-left: 20px;
      margin-right: 20px; }
      #a_container.announcement #a_page.a_container .a_content.items span {
        font-size: 14px;
        font-weight: bold;
        color: #f0940f;
        border-bottom: 1px dotted #4b88c1; }
      #a_container.announcement #a_page.a_container .a_content.items p {
        padding-left: 5px;
        padding-top: 5px; }

/* Landing Page */
#intro .what span, #intro .who span, #intro .why span {
  display: none; }
#intro .what h2, #intro .who h2, #intro .why h2 {
  color: #144273;
  font-size: 28px;
  text-shadow: 1px 1px white;
  margin-top: 25px;
  margin-left: 35px; }
#intro .what p, #intro .who p, #intro .why p {
  color: #4376a5;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px white;
  margin-top: 10px;
  margin-left: 35px;
  width: 255px; }
#intro .what {
  background: url("/images/info_what.jpg") repeat scroll 0 0 transparent; }
  #intro .what p, #intro .what h2 {
    margin-left: 50px; }
#intro .who {
  background: url("/images/info_who.jpg") repeat scroll 0 0 transparent; }
#intro .why {
  background: url("/images/info_why.jpg") repeat scroll 0 0 transparent; }

/* Landing Page - Carousel */
#main {
  height: 369px;
  width: 998px;
  background-image: url("/images/main_copy.jpg");
  /* Carousel slides */
  /* Buttons */
  /* Lists */
  /* Numbers */
  /* Descriptions */ }
  #main .main-carousel {
    margin: 0px auto;
    width: 900px;
    height: 300px;
    position: relative;
    top: 40px; }
    #main .main-carousel h2 {
      color: #144273;
      font-size: 36px;
      font-weight: bold;
      text-shadow: 1px 1px white;
      margin-bottom: 16px;
      padding-top: 10px; }
    #main .main-carousel p {
      font-size: 18px;
      color: #4376a5;
      text-shadow: 1px 1px white; }
    #main .main-carousel .nav {
      position: absolute;
      bottom: 0px;
      left: 0px; }
      #main .main-carousel .nav img {
        cursor: hand;
        cursor: pointer; }
    #main .main-carousel #text {
      margin-left: 32px;
      margin-top: 16px; }
      #main .main-carousel #text b {
        color: #144273; }
  #main .button-static {
    width: 216px;
    height: 67px;
    text-align: center;
    float: left; }
    #main .button-static a {
      font-size: 22px;
      color: white;
      text-shadow: 1px 1px #999999;
      font-weight: bold;
      text-decoration: none;
      padding-top: 15px;
      display: block;
      width: 200px;
      height: 35px;
      margin-top: 7px;
      margin-left: 7px; }
  #main #learnmore {
    background-image: url("/images/carousel/btn_learnmore.png"); }
  #main #signup {
    background-image: url("/images/carousel/btn_signup.png"); }
  #main #buttons {
    position: absolute;
    bottom: 0px;
    right: 0px; }
  #main ul {
    font-size: 18px;
    color: #144273;
    text-shadow: 1px 1px white;
    list-style-image: url("/images/carousel/bullet.png");
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 16px; }
  #main .number h4 {
    font-size: 32px;
    color: #eb800f;
    font-weight: bold;
    text-shadow: 1px 1px white;
    position: absolute;
    top: 130px;
    left: 20px; }
  #main .number h3 {
    font-size: 250px;
    color: #144273;
    font-weight: bold;
    text-shadow: 3px 3px white;
    margin-left: 70px; }
  #main .descriptions {
    position: absolute;
    bottom: 30px;
    left: 240px;
    z-index: 2;
    padding: 15px;
    border: 1px solid #fcc852;
    background-image: url("/images/carousel/descript-bg.png");
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px; }
    #main .descriptions p {
      color: white;
      text-shadow: 1px 1px #777777; }
  #main img.screencap {
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
    z-index: 1; }

/* Sidebar-Menu  */
.sidebar {
  width: 170px;
  display: block; }
  .sidebar .submenu li {
    padding: 1px 0 1px 22px; }
  .sidebar .submenu li.active {
    padding: 1px 0 1px 22px; }
    .sidebar .submenu li.active a {
      color: #144570;
      font-weight: bold;
      text-decoration: none; }
  .sidebar .submenu strong {
    border-bottom: 1px dotted black;
    display: block;
    width: 150px;
    margin-top: 16px;
    margin-bottom: 4px; }
  .sidebar .submenu strong.first {
    margin-top: 0px; }
