﻿body {
    margin: 19px 0px 0px;
    /*font-weight: normal;
    font-size: 8pt;
    word-spacing: normal;
    text-transform: none;
    font-family: Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
    background-color: white;*/

}
div {
    display:block;
}
#container_inner {
    WIDTH: 760px;
}

.error {
    color: Red;
    font-size: small;
}

#topmast {
    FLOAT: left;
    WIDTH: 760px;
    HEIGHT: 90px;
    background-color: #0035A9;
}

#topmastimage {
    BACKGROUND-POSITION: left top;
    FLOAT: left;
    BACKGROUND-IMAGE: url(../Content/Images/logo.png);
    WIDTH: 60px;
    BACKGROUND-REPEAT: no-repeat;
    HEIGHT: 80px;
    background-color: #0035A9;
    margin-left: 5px;
    margin-top: 5px;
}

#title {
    FLOAT: left;
    WIDTH: 650px;
    HEIGHT: 35px;
    color: White;
    font-size: 35px;
    margin-top: 25px;
    font-family: Arial;
    text-align: center;
}

#RECLinkTitle {
    FLOAT: left;
    WIDTH: 650px;
    HEIGHT: 35px;
    color: White;
    font-size: 28px;
    margin-top: 25px;
    font-family: Arial;
    text-align: center;
}

#APLinkTitle {
    FLOAT: left;
    WIDTH: 650px;
    HEIGHT: 35px;
    color: White;
    font-size: 28px;
    margin-top: 25px;
    font-family: Arial;
    text-align: center;
}

#logoLink {
    MARGIN-TOP: 5px;
    MARGIN-RIGHT: 20px;
}

#divLang {
    padding-top: 2px;
    width: 755px;
    text-align: right;
    font-size: small;
}

#username {
    padding-top: 40px;
    width: 100%;
    padding-left: 300px;
}

#password {
    padding-top: 10px;
    margin-left: 150px;
    height: 21px;
}
#lblPassword {
    padding-left: 150px;
}
#continue {
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

#forgot {
    padding-top: 10px;
    text-align: center;
    width: 100%;
    font-size: small;
}

.clearfloat {
    CLEAR: both;
}

#home_container {
    BORDER-RIGHT: #666666 1px solid;
    BACKGROUND-POSITION: left top;
    BORDER-TOP: #666666 1px solid;
    /*BACKGROUND-IMAGE: url(../image/home/ngrain_bkgwatermark.gif);*/
    MARGIN: 0px auto;
    BORDER-LEFT: #666666 1px solid;
    WIDTH: 760px;
    BORDER-BOTTOM: #666666 1px solid;
    BACKGROUND-REPEAT: no-repeat;
}

#home_mainwindow {
    CLEAR: both;
    PADDING-RIGHT: 0px;
    BACKGROUND-POSITION: right top;
    PADDING-LEFT: 0px;
    FLOAT: left;
    PADDING-BOTTOM: 0px;
    MARGIN: 5px 0px 0px;
    WIDTH: 760px;
    PADDING-TOP: 0px;
    BACKGROUND-REPEAT: no-repeat;
    POSITION: relative;
    HEIGHT: 300px;
}

A.homepage:link {
    COLOR: #5c5c5c;
    TEXT-DECORATION: underline;
}

A.homepage:visited {
    COLOR: #5c5c5c;
    TEXT-DECORATION: underline;
}

A.homepage:hover {
    COLOR: #8aab20;
    TEXT-DECORATION: none;
}
table {
    font-weight: normal;
    font-size: 8pt;
    word-spacing: normal;
    text-transform: none;
    font-family: Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
    display: table;
    border-collapse: separate;
    white-space: normal;
    line-height: normal;
   
}
.header {
    background-color: white;
}

.menu {
    background-color: Navy;
    color: White;
}
.menulink {
    font-family: Verdana, Arial, Tahoma;
    font-size: 8pt;
    color:white;
    margin-right: 4px;
}

.menulink:link {
        font-family: Verdana, Arial, Tahoma;
        font-size: 8pt;
        color: White;
 }

.menulink:visited {
        color: White;
 }
 .menulink:hover {
        color: White;
}

.menuItem {
    background-color: Navy;
}

.menu:active {
    background-color: Navy;
    color: White;
}

.menuButton {
    color: White;
}

.menuBackground {
    background-color: white;
}

.whiteLink {
    color: White
}

.blackLink {
    color: white;
}

.fileListLink {
    color: Black;
}

.menuItemHeader {
    color: White;
    font-weight: bold;
    Font-Size: 10pt;
    cursor: hand;
}

.menuItemTable {
    border-style: solid;
    border-width: 0px;
    border-color: Black;
}
.topLeftCurve {
    BACKGROUND-POSITION: Left top;
    BACKGROUND-IMAGE: url(../Content/Images/topleftcurve_trans.gif);
    BACKGROUND-REPEAT: no-repeat;
}
.insideTopCurve {
    BACKGROUND-POSITION: right top;
    BACKGROUND-IMAGE: url(../Content/Images/insidetopcurve_trans.gif);
    BACKGROUND-REPEAT: no-repeat;
    WIDTH: 10px;
}
.curveBottomRight {
    BACKGROUND-POSITION: right bottom;
    BACKGROUND-IMAGE: url(../Content/Images/curvebottomright_trans.gif);
    BACKGROUND-REPEAT: no-repeat;
}

.curveBottomLeft {
    BACKGROUND-POSITION: left bottom;
    BACKGROUND-IMAGE: url(../Content/Images/curvebottomleft_trans.gif);
    BACKGROUND-REPEAT: no-repeat;
}
.ig_a4b225e0_r5 {
    font-size: 9pt;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 10px;
    padding-left: 10px;
}
.ig_a4b225e0_r3 {
    font-family: Verdana;
}
.ig_a4b225e0_r4 {
    font-family: Verdana;
    font-size: 8pt;
}
.ig_a4b225e0_r2 {
    padding-bottom: 3px;
    padding-left: 15px;
}
nobr {
    white-space: nowrap;
}
.modalDialog {
    position: fixed;
    top: 0;
    opacity: 0;
    transition: opacity 300ms ease-in;
    pointer-events: none;
    height: 150px;
    width: 450px;
    border-radius: 5px;
    border: 1px black;
 
}

    .modalDialog:target {
        opacity: 1;
        pointer-events: auto;
    }

.popWrap {
    margin-left: 150px;
    height: 150px;
    width: 470px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border: 1px solid darkgrey;
}
.cmnBtn {
    background-color: cornflowerblue;
    border: none;
    height: 30px;
    width: 65px;
    margin-top: 10px;
    margin-left: 77%;
    border-radius: 3px;
    font-family: sans-serif;
}
.cmnBtn1 {
    color: white;
    text-decoration: none;
}
.popCont p {
    font-family: sans-serif;
    color:#737373;
}
.ForumsBackGroundTable {
    background-color: #ffffff;
    border: #013DA4 1px solid;
}
.ForumsHeader {
    font-family: Arial, Verdana, Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff;
    background-color: Navy;
}
.ForumsBody1 {
    font-family: Verdana, Arial, Tahoma;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    background-color: Ghostwhite;
}
.ForumsHeader a:hover {
    text-decoration:underline;
}
.FourumsFooter a:hover {
    text-decoration: underline;
}