body{
    font-size: 10pt;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    background-color: #4D944D;
    text-align: center;
}
h4{
    border-bottom:2px solid  #4D944D;
    color: #1A3300;
    padding-top: 5px;
    padding-left: 10px;
    margin-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    /*    background-color: #1A3300;*/
    text-align: left;
}
button, input{
/*    background-color: #3D6E0D;
    border: 2px ridge;
    color: white;
    font-weight: 800;*/
font-size: 11px;

}
#topHeader{
    width: 930px;
    height: 170px;
    text-align: left;
    display: inline-table;
}
#main-container{
    width: 950px;
    height: auto;
    margin: 0 auto;
    background-color: #f0fff0;
    margin-top: -5px;
}

#company-name{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    background: #f0fff0;
    font-family: "Book Antiqua";
    margin-bottom: 5px;
    margin-top: 0px;
}
#bots{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background: #4D944D;
    text-shadow: 0px 1px 1px #fff;
    font-family: "Book Antiqua";
    text-align: center;
    border-top: 2px solid black;
    border-bottom: 2px solid black;

}
#logo{
    /*    height: 110px;*/
    width: 255px;
    text-align: left;
    float: left;
    margin-top: 5px;
}
#logo-out{
    width: 150px;
    height: 20px;
    margin-top: 50px;
    margin-bottom: -30px;
    float: right;
    text-align: center;
    background-image: url("../images/footer-bg2.png");
}

#logo-out a{
    color:whitesmoke;
    font-weight: 600;
    text-decoration: none;
}

#contentContainer{
    /*    clear:both;*/
    width: 95%;
    height:auto;
    margin: 5px auto;
    display: inline-block;
}
#leftMenu{
    width: 200px;
/*    height: 300px;*/
    float:left;
}
#rightContent{
    width: 690px;
    float:right;
    padding-bottom: 20px;
    font-size: 11.5px;
}
#footer{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    font-size: 9pt;
    font-weight: 400;
    color:white;
    text-align: center;
    background-image: url("../images/footer-bg2.png");
    background-repeat: repeat-x;
}
#overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black scroll center center;
}

table#leftmenu_tb td{
    border-bottom: 1px ridge #EBF5EB;
    border-collapse: collapse;
    font-size: 8pt;
    text-align: left;
    padding: 1px;
}
table#leftmenu_tb td a{
    vertical-align: super;
}
table#leftmenu_tb td a:hover{
    color:#006600;
    font-weight: 600;
}

table#fees{
    margin: 10px 10px 0 10px;
    border:1px ridge #EBF5EB;
    border-collapse: collapse;
    font-size: 8pt;
    margin-bottom: 10px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}
table#fees th {
    border:1px ridge #D6EBD6;
    padding-left: 10px;
    color: #006600;
    background-color: #E6F0E6;
}
table#fees tbody tr {
    border-bottom: 1px ridge #4D944D;
    border-left:0;
    border-right:0;
}

table#fees tfoot, tfoot tr, tfoot td{
    border: 0;
}

.spinner {
    height: 35px;
    width: 200px;
    background:  #A6DBA6 url('../images/spinner.gif') no-repeat left;
    position: fixed;
    left: 0px;
    top: 0px;
    border: 1px ridge #009900;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    z-index: 100;
}
.spinner-p{
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    color: #3366FF;
}
.showSpinner{
    visibility: visible;
}
.hideSpinner{
    visibility: hidden;
}
.newNews{
    position: absolute;
    background-color: #f0fff0;
    top:20px;
    width: 720px;
    z-index: 200;
}
.newNews2{
    position: absolute;
    background-color: #f0fff0;
    top:0px;
    width: 100%;
    z-index: 200;
}
.departments{
    text-decoration: none;
    color: #006600;
}
.errorNote{
    background-color:#FFBFBF;
    border: 1px ridge #FF9999;
    background-image: url('../images/error.png') ;
    background-repeat: no-repeat;
}
.note{
    clear: both;
    width: 400px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding:15px 10px 15px 50px;
    background-position: 10px center;
    position: fixed;
    top:-20px;
    left:40%;
    vertical-align: middle;
    z-index: 500;
    color: black;
    font-size: 11pt;
}
.okNote{
    background-color:#CCFFCC;
    border: 1px ridge #99FF99;
    background-image: url('../images/ok.png') ;
    background-repeat: no-repeat;
}
.rowSelected{
    border: 1px ridge #267D26;
    background-color:#BFD9BF
}
.welcome{
    width: auto;
    height: 100px;
    margin-left: 300px;
    font-weight: 600;
    color: #003B00;
}
.h4{
    margin-top: 0px;
    height: 40px;
    color:white;
    text-align: center;
    background-image: url("../images/footer-bg2.png");
    background-repeat: repeat-x;
    vertical-align: text-top;
}

.debug-border{
    border-style: ridge;
    border-color: #4D944D;
    border-width: 1px;
}