html {
    overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE */
}

body {
    color: #000;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    margin: 0px;
    padding: 0px;
    text-align: center; /* centers board in MSIE known bug workaround */
    overflow: auto;
    background-color: #D4D9E1;
}

table, tr, td {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

a:link,
a:visited,
a:active {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: blue;
    text-decoration: underline
}

a[href="javascript:void(0);"],
a.info {
    cursor: help !important;
    color: black !important;
    text-decoration: underline !important;
}

a[href="javascript:void(0);"]:hover,
a.info:hover {
    color: gray !important;
}

a img {
    border: 0px none !important;
}

form {
    display: inline;
}

input {
    vertical-align: middle;
}

input.text {
    font-family: Tahoma;
    font-size: 1em;
}

input.file {
    font-family: Tahoma;
    font-size: 1em;
}

input.button {
    font-size: 10px;
}

input.checkbox {
    margin-top: 1px;
}

img {
    vertical-align:middle;
}

#wrapper {
    text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
    width: 99%;
    padding: 6px;
}

#wrapper-login-outer {
    position: relative;
    width: 100%;
    margin-top: 20%;
    text-align: left;
}

#wrapper-login-middle {
    position: relative;
    right: 50%;
    float: right;
}

#wrapper-login-inner {
    position: relative;
    right: -50%;
    z-index: 1;
    width: 280px;
}

#wrapper-login-inner input.text {
    width: 100%;
}

#wrapper-login-inner .tablerow {
}

.tablebackground {
    background-color: #ffffff;
    border-color: #808080 #EEEEEE #EEEEEE #808080;
    border-style: solid;
    border-width: 1px;
    overflow: auto;
    height: 500px;
}

.tablebackground .clr {
    padding-bottom: 1px;
}

.content-scroll-area {
    overflow: auto;
    height: 500px;
    background-color: #EEEEEE;
}

.icon {
    background-color: #EEEEEE;
    border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF;
    border-style: solid;
    border-width: 1px;
    float: left;
    font-size: 9pt;
    margin: 20px;
    padding: 2px;
    width: 110px;
}

.icon .operations {
    height: 20px;
}

.operations .operation {
    float: right;
    padding: 2px 0 2px 2px;
}

.icon a.thumbnail {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border: 1px solid #808080;
    text-decoration: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50% 50%;
    text-align: right;
}

.icon a.thumbnail img {
    margin-right: 4px;
    margin-top: 4px;
}

.icon .title {
    text-align: center;
    padding: 3px 0 2px 0;
    white-space: nowrap;
    overflow: hidden;
}

.icon .title a {
    color: black;
}

.icon .title a:hover {
    color: blue;
}

.clr {
    clear: both;
}

/* Tables */

.tableborder {
    border: 2px outset buttonhighlight;
}

.tableborder table {
    border-color: #808080 rgb(238, 238, 238) rgb(238, 238, 238) rgb(128, 128, 128);
    border-style: solid;
    border-width: 1px;
}

.tabletitle {
    color: white;
    font-weight: bold;
    font-size: 10pt;
    border-bottom: 1px outset rgb(238, 238, 238);
    background-repeat: repeat-y;
    background-color: rgb(166, 202, 240);
    padding: 4px 4px 3px 4px;
}

.tabletitle a {
    color: white;
}

.tablesubtitle {
    background: #D4D0C8 none repeat scroll 0%;
    border-color: #FFFFFF rgb(136, 136, 136) rgb(136, 136, 136) rgb(255, 255, 255);
    border-style: outset;
    border-width: 2px 1px 1px;
    padding: 2px 4px;
}

#navico {
    width: 22px;
    text-align: center;
    padding: 4px 4px;
}

.tablerow {
    background-color: #eeeeee;
    border-color: #FFFFFF rgb(204, 204, 204) rgb(204, 204, 204) rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px;
    font-size: 9pt;
    padding: 2px;
    height: 16px;
}

.tablerow-alt {
    background-color: #f7f7f7;
    border-color: #FFFFFF rgb(204, 204, 204) rgb(204, 204, 204) rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px;
    font-size: 9pt;
    padding: 2px;
    height: 16px;
}

.tablerow a,
.tablerow-alt a {
    color: black;
    padding: 1px 0;
    height: 14px;
}

.tablerow a:hover,
.tablerow-alt a:hover {
    color: blue;
}
