  body {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0px;
    
    background-image: url(/static/factcollector/collector/designs/generic/images/header.png);
    background-repeat: no-repeat;
    margin-top: 160px;
  }
  
  a#head {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 400px;
    height: 95px;
  }
  
  #main {
    margin-left: 30px;
    margin-top: 20px;
  }
  
  #footer {
    margin-top: 20px;
  }
  
  #footer ul {
    margin-left: 6px;
    padding: 8px;
    border-top: 1px dashed gray;
    padding-left: 0;
  }
  
  
  
  #footer ul li {
    list-style: none;
    display: inline;
    margin-right: 10px;
  }
  
  #footer ul li a {
    display: inline;
    padding: 0px !important;
  }
  
  #footer .username {
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  
  a {
    color: blue;
    display: block;
    padding: 0 8px;
  }
  
  .button { /* TODO */
    background-color: #15A1E5;
    border-top: 1px solid #73C0E5;
    border-left: 1px solid #73C0E5;
    border-bottom: 1px solid #107EB3;
    border-right: 1px solid #107EB3;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
  }
     
  tr, div, span, input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
  }
  
  .top_error_message {
    color: red;
    font-weight: bold;
    font-size: 140%;
    padding-top: 20px;
    padding-bottom: 20px;    
  }
  
  #factform_popup {
    position: absolute;
    left: 10px;
    right: 10px;
    border: 1px solid #a0a0a0;
    background-color: white;
    width: 150px;
    padding: 20px;
  }
  
  #factform_popup h3 {
    margin: 0;
    padding: 0 0 6px 0;
    
  }
  
  h1.title {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
  }
  
  div.page_extra_navigation {
    
  }
  
  div.page_extra_navigation a {
    padding-left: 0px;
  }
  
  
  #savebox {
    position: relative;
    margin-bottom: 6px;
  }

  #savebox a {
    padding: 0px;
  }
  
  #savebox .button {
    padding: 8px;
  }
  
  #savebox .quicksavebutton {
    margin-right: 6px;
    border-top: 1px solid #a9daf0;
    border-left: 1px solid #a9daf0;
    border-right: 1px solid #58b2db;
    border-bottom: 1px solid #58b2db;
    background-color: #73C0E5;
  }

  a.changelog, a.hoteldirectlink {
    display: inline;
  }


  table.bordertable {
  }

  table.bordertable tr { /* TODO */
    border-spacing: 1px;
    background-color: #E4EBE3;    
  }

  table.bordertable th { /* TODO */
    background-color: #a0a0a0;
    color: white;
    padding: 6px 2px;
    font-weight: normal;
    text-align: left;
  }

  table.bordertable tr.filter th { /* TODO */
    background-color: #9BA498;
    padding: 0px;
  }

  table.bordertable input {   
    background-color: white;
    color: black;
    font-size: 11px;
    border: 1px solid #9BA498;
  }
  
  .pagination {
    margin-top: 10px;
  }
    
  .pagination .pagination_control {
    color: blue;
    cursor: pointer;
  }
  
  .pagination .pagination_control:hover {
    text-decoration: underline;
  }
  
  #logout {
    position: absolute;
    display: block;
    right: 60px;
    top: 87px;    
  }
  
  
  .checked_true {
    background-image: url(/static/content/fact/images/accept.png);
    width: 14px;
    height: 14px;
    display: inline-block;
  }

  .checked_false {
    background-image: url(/static/content/fact/images/decline.png);
    width: 14px;
    height: 14px;
    display: inline-block;
  }  

  .warning_sign {
    background-image: url(/static/content/fact/images/warning.png);
    width: 14px;
    height: 14px;
    display: inline-block;
  }
  
  table.historylog td,
  table.historylog th {
    padding: 2px 4px 2px 4px;
    border: 1px solid white;
  }
  
  table.historylog tr.headline {
    background-color: #a0a0a0;
    color: white;
  }
  
  table.historylog {
    border-collapse: collapse;
    background-color: #E4EBE3;
  }
  
  
  table.historylog .daterow th {
    text-align: left;
    font-size: 110%;
    padding-top: 12px;
    padding-bottom: 0px;
  }
    
  .history_col_from {
    background-color: #ebf3ff;
    color: black;
  }
  .history_col_to {
    background-color: #d7e7ff;
    color: black;
  }
  
  .history_col_source_from {
    background-color: #fff4e0;
    color: black;
  }
  
  .history_col_source_to {
    background-color: #ffecca;
    color: black;
  }
  
  .history_col_source_info {
    background-color: #ffe7bd;
    color: black;
  }
  
  .categoryname_col {
    padding-left: 20px!important;
  }  
  
  .checked_col {
    text-align: center;
  }
  
  .matrix .headline th.matrix_col {
    color: black;
  }

  .matrix_col_1 {
   background-color: #ebf3ff;
  }

  .matrix_col_2 {
   background-color: #ffecca;
  }

  .matrix_col_3 {
   background-color: #d7e7ff;
  }

  .matrix_col_4 {
   background-color: #9DC6B0;
  }

  .matrix_col_5 {
   background-color: #C6B09C;
  }

  .matrix_col_6 {
   background-color: #DDEBE3;
  }

  .matrix_col_7 {
   background-color: #9CC6A2;
  }

  .matrix_col_8 {
   background-color: #ebf3ff;
  }

  .matrix_col_9 {
   background-color: #B09CC6;
  }
  
  .matrix_col_10 {
   background-color: #9CC6BD;
  }

  .opic_search .preview_picture {
    height: 80px;
    width: 100px;
  }
  
  .hoteldirect_notice {
    font-size: 150%;
  }
  
  .hoteldirecturl_copyandpase {
    margin-top: 6px;
    margin-right: 20px;
    border: 1px gray dashed;
    background-color: lightgray;
    padding: 6px;
    font-size: 120%;
  }
  
  table.languageselection {
    margin-left:auto; 
    margin-right:auto;
    padding-right: 100px; 
  }
  
  table.languageselection a {
    text-decoration: none;
  }
  
  table.languageselection h1 {
    color: black;
  }
  
  table.languageselection td.english {
    padding-right: 20px;
  }
  
  table.languageselection .language {
    font-size: 200%;
  }
  
  .ff_pic_preview {
    width: 200px;
  }
  
  #waiting {
    background-image: url(/static/factcollector/collector/designs/generic/images/waiting.gif);
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 300px;
    z-index: 999;
  }
  
  /* ------------------------------------------------------------- */
  
  body.uploadform {
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0px;
    
    background-image: none;
  }
  
  .factformpictupload table {
    font-size: 12px!important;
    font-family: arial;
  }  
  
  /* ------------------------------------------------------------- */
  
  #hotelnotfound {
    margin-top: 20px;
    font-size: 110%;
  }
  
  #hotelnotfound a {
    display: inline;
  }
  
  #newopicpage p,
  #newopicpage ul,
  #newopicpage a {
    font-size: 120%;
  }
  
  #newopicpage p {
    width: 600px;
  }
  
  #newopicpage a {
    display: inline;
  }
  
  #newopicpage input,
  #newopicpage textarea {
    width: 250px;
  }
  
  #newopicpage th {
    vertical-align: top;
  }
  
  /* ------------------------------------------------------------- */