/*common style*/
html, body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #6bba70;
}

body {
    background: url(img/bg.png) repeat-x repeat-y top;

}

#wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.content, .feedbackText {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    padding-bottom: 40px;
    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;
}

.topCopy {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #a5a5a5;
    text-align: center;
    font-weight: bold;
}

.bottomCopy {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #5da262;
    text-align: center;
    font-weight: bold;
    margin: 10px;
}

.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*/
.text {
    font-family: Arial, Helvetica, sans-serif, Tahoma, serif;
    font-size: 12pt;
    color: #000;
    text-decoration: none;
    text-align: justify;
}

a.menu:link, a.menu:visited, a.menu:hover {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #929292;
    text-decoration: none;
    font-weight: bold;
}

a.menuSel:link, a.menuSel:visited, a.menuSel:hover {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
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*/
.toptable {
    width: 0;
    text-align: center;
    padding: 0;
    margin: 0;
}

.logo {
    margin-top: 18px;
    margin-bottom: 18px; /*	margin-right: 150px;*/
}

.topbg {
    background-image: url(img/topbg.png);
    background-repeat: repeat-x;
    height: 63px;
}

.mainbg {
    background-image: url(img/mainbg.png);
}

.menubg {
    background-image: url(img/menubg.png);
    background-repeat: repeat-x;
    height: 54px;

}

.H1 {
    font-size: 18px;
 /*   font-weight: bold;*/
    color: #5ca969;
}
