  /*
    Layout CSS for Kristian Kvarnström
    By: Ola Sundqvist, Eastpoint 2005
  */

  

  .container {
    width: 758px;
    margin: 10px auto;
    text-align: left;
  }

  .menybg {
    background-image: url( "../img/nav_bg.gif" );
    background-repeat: repeat-x;
  }

  /* Custom Table classes */
  #list {
  }

  #list th {
    background-color: #5C5C5C;
    color: #fff;
    font-weight: bold;
    font-weight: normal;
    font-size: 11px;
  }

  .bold {
    font-weight: bold;
  }

  /* Custom Form classes */
  .form, .formwide, .formextrawide, .formnarrow {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 1px solid #000000;
  }

  .formwide {
    width: 108px;
  }

  .formnarrow {
    width: 50px;
  }

  .formextrawide {
    width: 150px;
  }

  /* Custom classes */
  a.redlinks {
    display: block;
    width: 150px;
    height: 15px;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    border: 1px solid #fff;
    background-color: #C93030;
  }

  a.redlinks:hover {
    background-color: #A60606;
  }

  .searchField {
    background-color: #ffffff;
  }

  .whitetext {
    color: #fff;
    text-align: left;
    font-weight: bold;
  }

  .blacktext {
    color: #000;
    text-align: left;
    font-weight: bold;
  }

  .bgbright {
    background-color: #dce3e8;
  }

  .bgdark {
    background-color: #b3c3ce;
  }

  .bgover {
    background-color: #f0f0f0;
    cursor: hand;
    cursor: pointer;
  }

