body {
  font-family: "Trebuchet MS",arial,helvetica,tahoma,sans-serif;
  font-size: 12px;
  background-color: #e8e8e8;
  margin: 0;
  padding: 0;
  width: 100%;
}

/******************************************************************************
Layout
******************************************************************************/

#cvdb_header_wrapper {
  background-color: #002F4D;
  height: 112px
}

  #cvdb_header {
    width: 700px;
    margin: 0 auto;
    padding: 60px 1px 0 0;
  }

#cvdb_content_wrapper {
  background-color: #f5f5f5;
}

  #cvdb_content_inner_wrapper {
    width: 700px;
    min-height: 400px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

    #cvdb_menu {
      width: 230px;
      float: left;
      left: 0px;
      top: 0px;
    }

      #cvdb_menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
      }

      #cvdb_menu a:link, #cvdb_menu a:visited {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 200%;
        text-decoration: none;
        color: #333333;
      }

      #cvdb_menu a:hover {
        text-decoration: underline;
      }

    #cvdb_content {
      float: left;
      width: 470px;
    }

#cvdb_footer_wrapper {
  clear: both;
  background-color: #e8e8e8;
}

  #cvdb_footer {
    width: 700px;
    margin: 30px auto 0;
    color: #666666;
  }

    #cvdb_footer a {
      color: #666666;
      text-decoration: none;
      border-bottom: 1px dotted #666666;
    }

    #cvdb_footer a:hover {
      color: #ffffff;
      border-bottom: 1px dotted #ffffff;
      /*border-bottom: 1px solid #666666;*/
    }

/******************************************************************************
The job lists
******************************************************************************/

ul#cvdb_joblist {
  padding-left: 15px;
}

#cvdb_joblist li {
  margin: 5px 0 5px 0;
}

#cvdb_joblist a {
  color: #000000;
}

/******************************************************************************
Regular HTML elements
******************************************************************************/

h1 {
  margin-top: 0;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  text-transform: uppercase;
}

h2 {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  text-transform: uppercase;
}

h3 {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  margin: 3px 0 3px 0;
}

a {
  color: #999999;
}

textarea {
  font-family: "Trebuchet MS",arial,helvetica,tahoma,sans-serif;
  font-size: 12px;
  width: 100%;
}

/*li {
  margin-bottom: 5px;
}*/

/******************************************************************************
Style classes
******************************************************************************/

.error {
  border: 1px solid #ee0000;
  background-color: #ffdbdb;
  padding: 2px;
  color: #ee0000;
}

.warning {
  border: 1px solid #e2ba4e;
  background-color: #fff397;
  padding: 2px;
  color: #000;
}

.info {
  border: 1px solid #007526;
  background-color: #d8e7dd;
  padding: 2px;
}


