/* CSS Document */
body
{
    /*  background-image: url(../../images/back.jpg);*/
    background-image: url(../../images/body-bg.gif);
    background-position: top center;
    background-repeat: repeat;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.menu-bg
{
    background-image: url(../../images/menu-bg.gif);
}
.p-left
{
    padding-left: 18px;
}
.login-bg
{
    background-image: url(../../images/login-bg.gif);
     border-radius:  35px;
    -moz-border-radius:  35px;
    -webkit-border-radius: 35px;
     -webkit-box-shadow: 0px 8px 19px 4px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 8px 19px 4px rgba(0,0,0,0.27);
    box-shadow: 0px 8px 19px 4px rgba(0,0,0,0.27);
    
}
.text-box
{
    width: 228px;
    height: 22px;
    border: 1px solid #c6c6c6;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
A.forgot
{
    color: #4c7897;
    font-weight: bold;
    text-decoration: none;
}
A:hover.forgot
{
    color: #000;
    text-decoration: none;
}
.chkbox
{
    width: 14px;
    height: 14px;
    margin: 0px;
    padding: 0px;
}
.gray-font
{
    color: #2d2d2d;
}
.footer-bg
{
    /*background-image: url(../../images/footer-bg.gif);*/
    /*background-image: url(../../images/item_footer.png);
    background-repeat: no-repeat;*/
        color: #fff;
   /*background: #0b4074;*/
   background: url(../../images/bg-footer.jpg);
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    z-index: 1000;
    padding:10px;
    text-align:center;
}
A.footer-link
{
    color: #FDCB08;
    font-weight: bold;
    text-decoration: none;
}
A:hover.footer-link
{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
.p-right
{
    padding-right: 18px;
    color: #fff;
}
.acc
{
    color: #537c27;
}
.grid-brd
{
    border-left: 1px solid #d6d6d6;
    background-color: #fff;
    border-right: 1px solid #d6d6d6;
}

/* Index */
.menu-brd
{
    border-left: 1px solid #016cb7;
}
A.menu-link
{
    color: #fff;
    text-decoration: none;
}
A:hover.menu-link
{
    color: #ffe47a;
    text-decoration: none;
}
.user-info
{
    background-image: url(../../images/user-info.gif);
}


/* Form */
.form-head
{
    background-image: url(../../images/form-head.gif);
}
h1
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #484848;
    font-size: 21px;
    font-weight: normal;
    margin: 0px;
    padding: 0 0 0 40px;
}
.grid-bg
{
    background-image: url(../../images/grid-bg.jpg);
    background-repeat: repeat-x;
    background-color: #feae31;
}
.grid-alternative
{
    background-color: #f3f3f3;
}
.grid-alternative1
{
    background-color: #fff;
}
.grid-border
{
    border: 1px solid #ececec;
}


/* Sub Level Menu Style */
.ddsubmenustyle, .ddsubmenustyle ul
{
    /*topmost and sub ULs, respectively*/
    font: normal 11px Tahoma;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    background: #126e6d;
    border-bottom-width: 0;
    visibility: hidden;
    z-index: 100;
}

.ddsubmenustyle li a
{
    display: block;
    width: 160px; /*width of menu (not including side paddings)*/
    color: #333;
    background-color: #eaf3f9;
    text-decoration: none;
    padding: 6px 7px;
    border-bottom: 1px solid #d3e0ea;
}

* html .ddsubmenustyle li
{
    /*IE6 CSS hack*/
    display: inline-block;
    width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover
{
    background-color: #f4f4f4;
    color: #514c47;
}

.downarrowpointer
{
    /*CSS for "down" arrow image added to top menu items*/
    padding-left: 4px;
    border: 0;
}

.rightarrowpointer
{
    /*CSS for "right" arrow image added to drop down menu items*/
    position: absolute;
    padding-top: 3px;
    left: 155px;
    border: 0;
}



/* ************************************************************ */
.subnav-menu
{
    background: #0b4074;
    border-radius: 0 0 10px 10px;
    padding: 0 20px;
    margin-right: 12px;
}
.header-bg
{
    background-image: url(../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
.topbar
{
    position: relative;
    margin: 0 auto;
    width: 982px;
}              
.menu-bg
{
    background: #02acee;
}
.content-bg
{
    background-image: url(../images/content-bg.jpg);
    background-repeat: no-repeat;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px ;
    -webkit-box-shadow: 0px 8px 19px 4px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 8px 19px 4px rgba(0,0,0,0.27);
    box-shadow: 0px 8px 19px 4px rgba(0,0,0,0.27);
    vertical-align: top;   
}
.border-radius
{
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
}
.content-bg
{
    /*background-image:url(../images/content-bg.jpg); background-repeat:no-repeat;*/
    background:#fff;
    border-radius:  35px  !important;
    -moz-border-radius:  35px  !important;
    -webkit-border-radius: 35px  !important;
    -webkit-box-shadow: 0px 8px 19px 4px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 8px 19px 4px rgba(0,0,0,0.27);
    box-shadow: 0px 8px 19px 4px rgba(0,0,0,0.27);
    vertical-align: top;
}
