html {
    border-left: 0; /* mozilla and opera don't have this border, so we hide it */
    }

body, form, a, div, span, ul, ol, li, table, caption, tr, th, td, img, strong, em, p, h1, h2, h3, h4, h5, h6, pre {
    padding: 0;
    border: 0;
    margin: 0;
    }

body {
    text-align: left; /* left site alignment */
    padding-top: 2px;
    padding-bottom: 2px;
    color: black;
    background: white;
    }

body, a:link, a:visited, a:hover, a:active, input, select {
    color: black; /* ie does not inherit color for a and input */
    }

a:link, a:visited, a:hover, a:active {
    padding-left: 3px;
    padding-right: 2px;
    background: white;
    font-weight: bold;
    text-decoration: none;
    }

a:hover, a:active {
    background: white;
    color: black;
    text-decoration: underline;
    }

body, input, select, option, textarea, h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.3em;
    }

pre, code {
    font-family: "Courier New";
    }

h1, h2, h3, h4, h5, h6 {
    text-align: left;
    margin-top: 1.3em;
    margin-bottom: 1.3em;
    }

strong, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    }

caption {
    font-style: italic;
    }

p {
    margin-bottom: 1.3em;
    margin-left: 1.3em;
    text-align: left;
    }

.input_text {
    width: 150px;
    padding-left: 3px;
    border: 0;
    }

.input_submit {
    width: 100px;
    background: white;
    border: 0;
    font-family: verdana, lucida, arial, helvetica, sans-serif;
    font-weight: bold;
    }

.input_submit:hover, .input_text:hover {
    background: white;
    border: 0;
    }
	
td, th {
    padding-left: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
    }

#wrapper {
    width: auto;
    float: none; /* site alignment */
    text-align: left;
    padding: 3px;
    margin: 0; /* for left site alignment */
    border: 0;
    background: white;
    }

#top {
    margin-bottom: 3px;
    }

html>body #top {
    margin-bottom: 0px;
    }

#left {
    float: none;
    }

html>body #left {
    }

#content {
    height: auto;
    margin-left: 0px; /* value to browser border left */
    float: none;
    text-align: left;
    overflow: auto;
    }

html>body #content {
    margin-left: 0px; /* value to browser border left */
    margin-top: 3px;
    }

#content table {
    text-align: left;
    border: 1px solid black;
    border-right: 0;
    margin: 0; /* for left site alignment */
    margin-top: 20px;
    margin-bottom: 20px;
    }

#content td, #content th {
    border-right: 1px solid black;
    }

#content th {
    background: white;
    }

#content li {
    list-style: square;
    }

#content ul {
    text-align: left;
    margin-left: 20px;
    }

#bottom {
    clear: both;
    padding: 3px;
    margin-top: 35px;
    margin-bottom: 15px;
    }

#bottom li {
    list-style: none;
    }

#misc, #misc a:link, #misc a:visited {
    text-align: left;
    font-size: 7pt;
    color: black;
    }

#misc a:hover, #misc a:active {
    color: black;
    }

#login {
    margin: 0; /* for left site alignment */
    width: 120px;
    background: white;
    margin-top: 100px;
    padding-top: 2px;
    border: 1px solid black;
    font-size: 7pt;
    }

#login input {
    font-size: 7pt;
    }

#login .input_text {
    width: 60px;
    }

#login .input_submit {
    width: 30px;
    }

#login table {
    margin: 0px;
    }

#menu_main {
    width: 692px;
    height: auto;
    padding: 3px;
    border: 0;
    font-size: 7pt;
    background: white;
    display: none;
    }

#menu_main li {
    padding-right: 5px;
    list-style: none;
    display: block;
    float: none;
    text-align: left;
    }

#menu_footer {
    width: 685px;
    height: auto;
    margin: 4px;
    font-size: 7pt;
    display: none;
    }

#menu_footer li {
    width: 57px;
    list-style: none;
    display: block;
    float: none;
    text-align: left;
    }

#debug {
    display: none;
    }
    
input {
    display: none;
    }

#bottom {
    display: none;
}