/*
    Hidden stuff
*/

#header, #banner_right, #main_bar {
  display: none;
}

#footer {
  display: none;
}

#wizard {
    display:none;
}

.form_controls, .form_controls input {
    display: none;
}

#sub_bar {
    display: none;
}

/*
  Main stuff    
*/

.center {
    text-align: center;
}

body {
    margin: 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 80%;
}

#main h1, #main h1 a {
    margin-top: 10px;
    font-size: 14pt;
    text-align: left;
    padding-top: 0px;
    font-variant: small-caps;
    font-weight: normal;
}

h2 {
    font-size: 14px;
    font-weight: normal;
}

.form {
  margin-left: 3% !important;
  margin-top: 0px !important;
}

#main_content {
  margin: 0px !important;
}

h2#title {
  margin-top: 0px !important;
}

img {
  display: none;
}

/* Vertical table */

.v_table {
}

table.v_table {
}

table.v_table tbody tr th {
    padding: 10px;
    border: solid 1px black;
}

table.v_table tbody tr td {
    padding: 10px;
    vertical-align: top;
    border: solid 1px black;
}

/* Temporary style disabling */
table.v_table tbody tr td.nostyle {
    background: transparent;
    margin: 0px;
    padding: 0px;
    border: none;
}

/* Useful for tables inside cells */
table.v_small_table {
}

table.v_small_table tbody tr th {
    padding: 1px 1px;
    border: none;
}

table.v_small_table tbody tr td {
    padding: 1px 1px;
    border: none;
}

.number {
    text-align: right;
}

