@charset "utf-8";

.tdStyle {
    padding: 0px 5px 0px 5px;
}

.topLeft { //
    float: left;
    margin: 20px 20px 0px 20px;
    background-color: #FFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
}

.topMiddel { //
    float: right;
    margin: 20px 20px 0px 20px;
    background-color: #FFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
}

.bottomLeft {
    clear: left; //
    float: left;
    margin: 20px 20px 0px 20px;
    background-color: #FFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
}

.bg {
    background-image: url(../_graphics/bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
}

.main {
    width: auto;
    height: auto;
    margin: auto;
}

.header {
    width: auto;
    height: 45px;
    margin-top: 0;
    background-image: url(../_graphics/header_right.jpg);
    background-repeat: repeat-x;
}

.headerLeft {
    width: 375px;
    height: 45px;
    margin-top: 0;
    background-image: url(../_graphics/header_left.jpg);
    background-repeat: no-repeat;
}

.headerRight {
    width: auto;
    height: 45px;
    margin-top: 0;
    background-image: url(../_graphics/header_right.jpg);
    background-repeat: repeat-x;
    float: right;
}

.footer {
    width: 100%;
    height: 45px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-image: url(../_graphics/header_right.jpg);
    background-repeat: repeat-x;
    text-align: center;
}

.loginMid {
    width: 250px;
    height: 200px;
    margin-left: 200px;
    margin-right: auto;
    background-color: #FFF;
    padding: 0;
    margin-top: 20px;
    margin-right: 30px;
    margin-left: 20px;
    float: left;
}

.midLeft {
    width: auto;
    height: auto;
    background-color: #FFF;
    padding-left: 20px;
    margin-top: 20px; //
    margin-right: 30px;
    margin-left: 0px;
    float: left;
}

.midRight {
    width: 255px;
    height: auto;
    background-color: #FFF;
    padding-left: 20px; //
    padding: 0;
    margin-top: 20px;
    float: left;
}

.globalDropdownList {
    width: 402px;
    height: 21px;
    border: 1px solid #CCC;
    background-color: #EBEBEB;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    margin-bottom: 10px;
}

.smallWidthDropdownList {
    width: 252px;
}

.globalTextField {
    width: 400px;
    height: 17px;
    border: 1px solid #CCC;
    background-color: #EBEBEB;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    margin-bottom: 10px;
    position: relative;
}

.smallWidthTextField {
    width: 250px;
}

.globalListField {
    width: 200px;
    height: 155px;
    border: 1px solid #CCC;
    background-color: #FFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    margin-bottom: 10px;
    overflow: auto
}

.globalInnerListFieldLeft {
    width: 140px;
    height: auto;
    padding-left: 5px;
    margin-top: 6px;
    margin-bottom: 5px;
    border: none;
    background-color: #FFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 10px;
    float: left;
}

.globalInnerListFieldRight {
    width: 32px;
    height: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    background-color: #FFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 10px;
    float: left;
}

.calculationIDTextField {
    width: 95px;
    height: 17px;
    border: 1px solid #CCC;
    background-color: #EBEBEB;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    margin-bottom: 5px;
}

.seperator {
    width: auto;
    height: 20px;
    clear: both;
}

.tableColumn1 {
    width: auto;
    height: auto;
    border: none;
    background-color: #FFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    float: left;
}

.tableColumnFirst1 {
    width: auto;
    height: auto;
    border: none;
    background-color: #FFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    clear: both;
}

.tableRowHeader1 {
    width: 180px;
    height: 16px;;
    border: none;
    background-color: #FFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    padding-left: 5px;
}

.tableCell1 {
    width: 65px;
    height: 16px;;
    border: none;
    background-color: #FFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    padding-left: 5px;
}

.tableColumn2 {
    width: 160px;
    height: auto;
    border: none;
    background-color: #FFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    float: left;
}

.tableColumnFirst2 {
    width: 80px;
    height: auto;
    border: none;
    background-color: #FFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    float: left;
}

.tableCell2 {
    width: auto;
    height: 16px;;
    border: none;
    background-color: #FFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    padding-left: 5px;
}

.tableColumn3 {
    width: 180px;
    height: auto;
    border: none;
    background-color: #FFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    float: left;
}

.tableColumnFirst3 {
    width: 220px;
    height: auto;
    border: none;
    background-color: #FFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    float: left;
}

.tableRowHeader3 {
    width: auto;
    height: 16px;;
    border: none;
    background-color: #FFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
}

.tableCell3 {
    width: auto;
    height: 16px;;
    border: none;
    background-color: #FFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    padding-left: 5px;
}

.tableCell4 {
    width: auto;
    height: 150;;
    border: none;
    background-color: #FFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    padding-left: 5px;
}

.headerBlue {
    background-color: #0682c7;
    color: #FFF;
    font-weight: bold;
}

.tableGray {
    background-color: lightgray;
    color: black;
}

.addBorder {
    border-right: 1px solid #FFF;
}

.addGreyBackground {
    background-color: #ebebeb;
}

.removeTextDecoration {
    text-decoration: none;
}

.centralize {
    margin-left: auto;
    margin-right: auto;
}