body
  {
    font-family: Calibri, Arial CE, Arial, Helvetica CE, helvetica, sans-serif;
    font-size: 11pt;
    color: #000000;
    background-color: #ffffff;
    margin: 0px 0px 75px 0px;
    padding: 0px;
  }

#loader
  {
    position: fixed;
    display: none;
    z-index: 999;
    width: 210px;
    border: 1px solid #000000;
    color: #ffffff;
    font-weight: bold;
    background-color: #ff6600;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-size: 11pt;
  }

#popup_win
  {
    position: absolute;
    display: none;
    z-index: 100;
    color: #000000;
    border: 1px solid #000000;
    background-color: #f0f0f0;
    padding: 15px 10px 5px 10px;
    white-space: nowrap;
  }

#popup_win h2
  {
    background-color: #808080;
    color: #ffffff;
    margin: 0px 0px 5px 0px;
    padding: 2px 5px 2px 5px;
    font-size: 12pt;
  }
  
#popup_win a
  {
    color: #ff6600;
    font-weight: bold;
  }

#popup_win a:hover
  {
    color: #ffa76d;
  }

input
  {
    border: 1px solid #8e9fa8;
    background-color: #ffffff;
    font-size: 9pt;
    color: #000000;
  }

label
  {
    font-weight: bold;
    font-size: 11pt;
  }

table td,th
  {
    padding: 2px 5px 2px 5px;
  }

#top_bar
  {
    margin: 0px;
    padding: 3px 10px 3px 10px;
    background-color: #ff6600;
    border-bottom: 1px solid #000000;
    color: #ffffff;
    font-size: 12pt;
    text-align: left; 
  }

#top_bar a
  {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }

#top_bar a:hover
  {
    color: #000000;
    text-decoration: underline;   
  }

.body
  {
    width: 90%;
    margin: 30px auto 15px auto;
  }

.body a
  {
    color: #ff6600;
    font-weight: bold;
  }

.body a:hover
  {
    color: #ffa76d;  
  }

.body table
  {
    border: 1px solid #c0c0c0;  
  }

.body table caption
  {
    font-weight: bold;
    text-align: left;
    margin-bottom: 8px;
  }

.body table th
  {
    color: #ffffff;
    font-size: 11pt;
    background-color: #808080;
    font-weight: bold;
    text-align: left;
    padding: 3px 5px 3px 5px; 
  }

.body table td
  {
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 8px 4px 8px;
  }
  
.list
  {
    border: 1px solid #c0c0c0;
  }

.list th
  {
    color: #ffffff;
    font-size: 11pt;
    background-color: #808080;
    font-weight: bold;
    text-align: left;
    padding: 3px 5px 3px 5px; 
  }

.list td
  {
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 8px 4px 8px;
    border: 1px solid #c0c0c0;
  }

.body table a
  {
    color: #ff6600;
    font-weight: bold;
  }

.body table a:hover
  {
    color: #ffa76d;
  }

a
  {
    color: #ff6600;
    font-weight: bold;
  }

a:hover
  {
    color: #ffa76d;
  }

a img
  {
    border: 0px;
  }

button, .input_file
  {
    font-family: Arial CE, Arial, Helvetica CE, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    overflow: visible;
    padding: 1px 2px 1px 2px;
    white-space: nowrap;
  }

button img
  {
    margin: 0px 6px -2px 0px; 
    border: 0px;  
  }

.dialog_move
  {
    cursor: move;
  }

#other_files input
  {
    display: block;
    margin-top: 3px;  
  }