﻿.excel-textbox {
    background-color: transparent;
    border: 0px;
    margin: 0px;
    padding: 0px;
    outline: 0;
    font: inherit;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: default;
    font-size: 10px !important;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
    font-size: 12px;
    color: #535353;
    background: #999999 url("bg.gif");
}

a:link, a:visited {
    color: #0066CC;
    text-decoration: none
}

a:active, a:hover {
    color: #008800;
    text-decoration: underline
}

#Container_Wrapper {
    background: url("side_bg.png") repeat-X;
}

#Container {
    background: url("content_bg.png") repeat-y;
    margin: 0px auto;
    width: 1200px;
}

#Top {
    clear: left;
    height: 25px;
    padding-top: 42px;
    padding-left: 20px;
    background: url("top_bg.png") no-repeat;
}

#Header {
    clear: left;
    height: 100px;
    padding-left: 310px;
    /*text-align: center;*/
    background: url("header_bg.png") no-repeat;
}

.Spacer {
    clear: left;
    height: 18px;
}

#Inner_Header {
    height: 80px;
    background: url("HeaderGrey.jpg")no-repeat center center;
}

#Left_Column {
    clear: left;
    float: left;
    width: 280px;
    padding-left: 5px;
}

#Right_Column {
    float: right;
    width: 900px;
    padding-Left: 0px;
    padding-right: 2px;
}

.Text_Area_Back {
    padding-left: 2px;
    padding-right: 8px;
}

.Text_Area_Right {
    padding-left: 10px;
    padding-right: 20px;
}

#Head_Menu_Area {
    width: 870px;
    padding-right: 20px;
}
#Footer {
    clear: both;
    padding-top: 18px;
    height: 37px;
    text-align: center;
    font-size: 11px;
    background: url("footer_bg.png") no-repeat;
    color: #666666;
}

.GridLabel10 {
    border: 1px solid #D4D4D4;
    font-size: 12px;
}

.TextBox10 {
    border-style: none;
    background-color: Transparent;
    border-bottom: solid 2px darkgray solid;
    width: 80px;
    font-size: 11px;
}

.InvisibleCol {
    background-color: #fff;
    display: none;
    width: 0px;
    margin: 0px;
    border-collapse: collapse;
}

.section_box {
    margin: 10px;
    padding: 10px;
    border: 1px dashed #CCCCCC;
    background: #F2F2F2;
}

.Text_Area {
    padding-left: 20px;
    padding-right: 8px;
}

.buttonBlueSmall {
    BORDER: #FFFFFF 1px solid;
    FONT-SIZE: 11px;
    WIDTH: 50px;
    COLOR: #ffffff;
    font-family: "Trebuchet MS";
    HEIGHT: 20px;
    BACKGROUND-COLOR: #507CD1;
    text-align: center;
}

table {
    border-collapse: collapse;
}

.ChangeFontColor {
    color: red;
}

.Set_Table_Center {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.Set_Table_TROdd {
    background-image: url("row1.gif");
    border-bottom: none;
}

.Set_Table_TREven {
    background-image: url("row2.gif");
    border-bottom: none;
}

.IWKMenuMaster {
    font-family: Verdana;
    background-image: url("Menu.gif");
    background-repeat: repeat-x;
    font-size: 14px;
}


