html {
    margin: 10px;
}

body {
    text-align: left;
    color: #000;
    height: 100%;
    width: 100%;
    margin: 10px;
    font-family: 'Lucida Grande', 'Lucida Sans', tahoma, sans-serif;
    font-size: 9pt;
}

td img {
    display: block;
}

td {
    font-size: 9pt;
}

a {
    color: #333;
    text-decoration: underline;
    font-size: 9pt;
}

#container {
    width: 800px;
    height: 100%;
    z-index: 5;
}

#content {
    position: absolute;
    float: right;
    top: 108px;
    left: 55px;
    background-image: url(images/background.png); 
    width: 724px; 
    height: 438px;
    z-index: 5;
}

#wrapper {
    width: 700px;
    height: 420px;
    scrollbar-face-color: #A1D063;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #A1D063;
    scrollbar-3dlight-color: #8BC53F;
    scrollbar-arrow-color:  #003813;
    scrollbar-track-color: #B1D87E;
    scrollbar-darkshadow-color: #003813;
    z-index: 5;
}

#logo {
    font: 150%/150% 'Lucida Grande', 'Lucida Sans', tahoma, sans-serif;
    position: absolute;
    left: 0px;
    top: 0px;
    clear: both;
    text-align: center;
    font-weight: bold;
}

#topmenu {
    font: 90%/150% 'Lucida Grande', 'Lucida Sans', tahoma, sans-serif;
    position: absolute;
    clear: both;
    text-align: left;
    top: 38px;
    left: 0px;
}

#leftmenu {
    font: 90%/150% 'Lucida Grande', 'Lucida Sans', tahoma, sans-serif;
    position: absolute;
    top: 108px;
    left: 0px;
    float: left;
    text-align: left;
    border: none;
    background-repeat: no-repeat;
    z-index: 5;
}

#footer {
    position: absolute;
    left: 0px;
    top: 470px;
    z-index: 4;
    background-color: #B6D76D;
    background-image: url(images/footer.gif);
    background-repeat: repeat-x;
    height: 120px;
    width: 800px;
}

.tableList {
    width: 662px;
    font-size: 9pt;
    color: #2E0000;
}

.tableListNone {
    width: 662px;
    font-size: 9pt;
    color: #2E0000;
}

.listTable {
    width: 692px;
    font-size: 9pt;
    color: #2E0000;
}

.listTableBig {
    width: 692px;
    font-size: 9pt;
    color: #2E0000;
}

.listTableSmall {
    width: 342px;
    font-size: 9pt;
    color: #2E0000;
}

#listTableBig {
    position: absolute;
    left: 15px;
    top: 50px;
    width: 690px;
    font-size: 9pt;
    color: #2E0000;
    height: 365px;
    overflow: auto;
    scrollbar-face-color: #A1D063;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #A1D063;
    scrollbar-3dlight-color: #8BC53F;
    scrollbar-arrow-color:  #003813;
    scrollbar-track-color: #B1D87E;
    scrollbar-darkshadow-color: #003813;
}

#listTableNew {
    width: 690px;
    font-size: 9pt;
    color: #2E0000;
    overflow: auto;
    scrollbar-face-color: #A1D063;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #A1D063;
    scrollbar-3dlight-color: #8BC53F;
    scrollbar-arrow-color:  #003813;
    scrollbar-track-color: #B1D87E;
    scrollbar-darkshadow-color: #003813;
}

#listTableItems {
    width: 690px;
    font-size: 9pt;
    color: #2E0000;
    height: 180px;
    overflow: auto;
    scrollbar-face-color: #A1D063;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #A1D063;
    scrollbar-3dlight-color: #8BC53F;
    scrollbar-arrow-color:  #003813;
    scrollbar-track-color: #B1D87E;
    scrollbar-darkshadow-color: #003813;
}

#listTable {
    width: 690px;
    font-size: 9pt;
    color: #2E0000;
    height: 180px;
    overflow: auto;
    scrollbar-face-color: #A1D063;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #A1D063;
    scrollbar-3dlight-color: #8BC53F;
    scrollbar-arrow-color:  #003813;
    scrollbar-track-color: #B1D87E;
    scrollbar-darkshadow-color: #003813;
    z-index: 7;
}

#listTableSmall {
    width: 340px;
    font-size: 9pt;
    color: #2E0000;
    height: 100px;
    scrollbar-face-color: #A1D063;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #A1D063;
    scrollbar-3dlight-color: #8BC53F;
    scrollbar-arrow-color:  #003813;
    scrollbar-track-color: #B1D87E;
    scrollbar-darkshadow-color: #003813;
    overflow: auto;
    background-color: #CEE7AD;
}

#expandBox {
    background-image: url(images/background.png); 
}

.tableList input, .tableList textarea, .tableList select {
    width: 150px;
    border: 1px solid #ADB59C;
    background-color: #E7F7CE;
    margin-bottom: 2px;
}

.tableListNone input, .tableListNone textarea {
    width: 170px;
    border: 1px solid #C5E29F;
    background-color: #C5E29F;
}

td input {
    width: 100px;
    border: 1px solid #ADB59C;
    background-color: #E7F7CE;
    margin-bottom: 2px;
}

h1 {
    font: 120%/150% 'Lucida Grande', 'Lucida Sans', tahoma, sans-serif;
    font-weight: bold;
}

.search {
    background-color: #D6EAF7;
    height: 60px;
    padding: 15px;
}

.search input {
    background-color: #FFFFFF;
    border: 1px solid #999;
    font: 100%/150% 'Lucida Grande', 'Lucida Sans', tahoma, sans-serif;
}

.searchField {
    margin-bottom: 5px;
}

.small_notice {
    padding: 5px;
    background-color: #B50000;
    color: #FFF;
}

.notice {
    padding: 5px;
    background-color: #B50000;
    color: #FFF;
}

.highlight {
    padding: 5px;
    background-color: #A1B883;
    color: #FFF;
}

#rightborder {
    position: absolute;
    left: 779px;
    top: 108px;
    z-index: 5;
}

#bottom {
    position: absolute;
    left: 0px;
    top: 288px;
    z-index: 5;
}

#buttonLast {
    position: absolute;
    left: 54px;
    top: 543px;
    z-index: 6;
}

#buttonNext {
    position: absolute;
    left: 745px;
    top: 543px;
    z-index: 6;
}

#spacer {
    position: absolute;
    left: 54px;
    top: 543px;
    background-image: url(images/gspacer.png);
    background-repeat: repeat-x;
    width: 725px;
    height: 33px;
    z-index: 5;
}

#icons {
    position: absolute;
    left: 130px;
    top: 543px;
    height: 33px;
    text-align: right;
    z-index: 6;
    width: 600px;
}

input:focus, textarea:focus {
        background-color: #F8F8F8;
}

#help {
    position: absolute; 
    top: -10px; 
    left: 0px; 
    height: 100%;
    width: 100%;
    z-index: 7;
    -moz-opacity:.90; 
    filter:alpha(Opacity=90); 
}

#helpButton {
    position: absolute; 
    top: 484px; 
    left: 5px; 
    z-index: 9;
}

#helpText {
    position: absolute; 
    top: 140px; 
    left: 60px; 
    height: 300px;
    width: 710px;
    z-index: 5;
    overflow: auto;
}

#box {
    position: absolute; 
    top: 370px; 
    left: 50px; 
    width: 700px;
}

#box input, #box textarea {
    border: 1px solid #A1B982;
    background-color: #D4ECB3;
    padding: 3px;
}

#box img {
    display: inline;
    margin: 0px;
    padding: 0px;
}

#box2 {
    position: absolute; 
    top: 140px; 
    left: 50px; 
    width: 700px;
}

#box2 input, #box2 textarea {
    border: 1px solid #A1B982;
    background-color: #D4ECB3;
    padding: 3px;
    width: 710px;
    height: 65px;
}

#box3 {
    position: absolute; 
    top: 520px; 
    left: 50px; 
    width: 700px;
}
