/*common style*/
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;

}

body {
    background-image: url(img/bg.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #818840;
}

#wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#content {
    padding: 27px 5px 40px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #5a5a5a;
    vertical-align: top; /*padding: 5px;*/
}

#footer {
    position: relative;
    margin-top: -40px;
    height: 40px;
    background: green;
}

#header {
    height: 30px;
    width: 100%;
    background: yellow;
}

.fullheight {
    height: 100%;
}

img {
    margin: 0;
    padding: 0;
}

.bottom {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #000;
    background-color: #ddd;
    text-align: center;
    height: 50px;
    vertical-align: middle;
}

.inp, .inpm {
    border: 1px solid #999999;
}

.inpm {
    border-left: 2px solid #CC0000;
}

.error {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #CC0000;
}

.inp, .inpm {
    border: 1px solid #6a8888;
}

.inpm {
    border-left: 2px solid #CC0000;
}

.errorMsg {
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
}

/* Common styles*/
.feedbackText {
    font-family: Arial, Helvetica, sans-serif, Tahoma, serif;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    text-align: justify;
}

.submitCell {
    text-align: center;
}

.text {
    font-family: Arial, Helvetica, sans-serif, Tahoma, serif;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    text-align: justify;
}

a.mainlevel:link, a.mainlevel:visited, a.mainlevel:hover {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

a.logout:link, a.logout:visited, a.logout:hover {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #262626;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 30px;
}

.formFieldHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #003399;
    text-align: right;
    vertical-align: top;
}

/*local site css*/
.bottomMenuSep {
    background-image: url(img/menubg.png);
    background-repeat: repeat-x;
}

a.bottomMenu:link, a.bottomMenu:visited, a.bottomMenu:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #2b2b2b;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
}

td.bottomMenu {
    padding-left: 13px;
}

a.topmenu:link, a.topmenu:visited, a.topmenu:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555553;
    text-decoration: none;
}

.menuSep {
    background-image: url('img/menusplit.png');
    background-repeat: no-repeat;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding-left: 13px;
    width: 170px;
    height: 20px;
    background-color: #b9bf81;
}

td.menuon {
    background-color: #e5eba5;
    padding-left: 13px;
    padding-top: 3px;
    padding-right: 2px
}

td.menuoff {
    background-color: #fafade;
    padding-left: 13px;
    padding-top: 3px;
    padding-right: 2px
}