* {
  margin: 0px;
  padding: 0px; }

body, html {
  font-size: 12px;
 }

body {
 
  margin: 0px auto; }

form {
  margin: 0px;
  padding: 0px; }
  form th, form td {
    padding: 0px;
    padding-right: 4px; }

h3 {
  font-size: 14px;
  padding: 4px 0px;
  margin: 8px 0px; }

.main_index h3 {
  clear: both;
  border-bottom: 1px solid #cccccc; }
.main_index .reports, .main_index .files {
  text-align: right;
  width: 100%;
  border: 1px solid gray; }
  .main_index .reports tr, .main_index .files tr {
    cursor: pointer; }
  .main_index .reports td, .main_index .reports th, .main_index .files td, .main_index .files th {
    border-bottom: 1px solid #dbd8d1;
    padding: 4px;
    font-size: 12px; }
  .main_index .reports .manage, .main_index .files .manage {
    width: 2em; }
  .main_index .reports thead, .main_index .files thead {
    background-color: #d7eafc; }
  .main_index .reports tbody tr.over, .main_index .files tbody tr.over {
    background-color: #d7eafc; }
.main_index .files {
  width: auto; }
  .main_index .files tr {
    cursor: default; }

#logodesc {
  background: none; }

#wrapheader {
  z-index: 100; }

.submit {
  margin: 4px auto; }
  .submit input {
    font-size: 12px; }
  .submit .reminder {
    padding: 4px 0px;
    color: black; }
    .submit .reminder a {
      font-weight: bold; }

.nav {
  margin: 4px auto;
  clear: both; }
  .nav .user {
    float: right; }
  div.nav a, div.nav .disable {
    margin: 0px;
    margin-right: 8px; }
  .nav .disable {
    color: #cccccc; }

#flash {
  background-color: yellow;
  border: 1px solid black;
  padding: 4px;
  width: 50%;
  text-align: center;
  clear: both; }

.homepage .main_index {
  width: 420px;
  float: right; }
.homepage .left {
  width: 530px;
  float: left;
  color: #455d9d; }
  .homepage .left .desc {
    margin-bottom: 8px; }

.page {
  text-align: right;
  margin-top: 0.5em;
  font-size: 12px; }
  .page a, .page span {
    margin-right: 1em; }
  .page .grey {
    color: grey; }
  .page select {
    font-size: 12px; }
.homepage,.nav,.submit{
width: 1100px;
margin: 0 auto;
}

