/*common style*/
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #000;
}

#wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#content {
    padding-bottom: 100px;
    vertical-align: top;
    padding: 5px;
}

#footer {
    position: relative;
    margin-top: -100px;
    height: 100px;
    background: green;
    text-align: center;
    vertical-align: middle
}

#header {
    height: 30px;
    width: 100%;
    background: yellow;
}

.fullheight {
    height: 100%;
    vertical-align: top;
}

img {
    margin: 0;
    padding: 0;
}

.bottom {
    background-color: #6cb971;
    height: 10px;
}

.inp, .inpm {
    border: 1px solid #999999;
}

.inpm {
    border-left: 2px solid #CC0000;
}
.login{
    border: 1px solid #999999;
    width:130px;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
}

.error {
    font-family: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, td {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    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;
}

/*custom*/
.topphrase {
    color: #9f9f9f;
    font-family:Arial, Helvetica, sans-serif;
    font-style: italic;
    text-align: right;
    vertical-align: text-bottom;
    height: 120px;
    font-size: 12px;
}

.mainbg {
    background-image: url(img/mainbg.png);
}

.searchbox {
    padding-top: 5px;
    background-image: url(img/search_box.png);
    border: solid 0 black;
    width: 172px;
    height: 26px;
    background-color: transparent;
    color: #9f9f9f;
    font-family:Arial, Helvetica, sans-serif;
}

.content, .feedbackText {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

.copy {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #65ba5c;
    font-weight: bold;
}

a.copyNet:link, a.copyNet:visited, a.copyNet:hover, .greyBoldText {

    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #a8a8a8;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 30px;
}

.arrow, a.menu:link, a.menu:visited, a.menu:hover {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #7a7a7a;
    text-decoration: none;
    font-weight: bold;
}

.arrow {
    font-size: 14px;
    color: #ecce52;
    font-weight: bold;
}

.contactUs {
    border-left: solid 1px #cacaca;
    border-right: solid 1px #cacaca;
    border-bottom: solid 1px #cacaca;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    padding-left: 20px;
    color: #969696;
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    background-color: #fff
}
