﻿body
{
    margin: 0px;
    background: url(images/body1.gif);
    background-repeat: repeat;
}
.hibsmaintbl
{
    background-color: #f7f7ff;
    border: 1px solid #ffffff;
    margin-top: 20px;
}

.hibslogintbl
{
    background-color: #f1f1f6;
    border: 1px solid #ffffff;
    
}

a.hibstoplinkhome
{
    background: url(images/home-icon.png) no-repeat;
    background-position: center;
    text-align: center;
    padding-bottom: 0px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    font-family: Tahoma;
    color: #000;
    font-size: 11px;
    text-decoration: none;
    padding-top: 35px;
}
a:hover.hibstoplinkhome
{
    color: #538150;
}
a.hibstoplinkcontact
{
    background: url(images/contact-icon.png) no-repeat;
    background-position: center;
    text-align: center;
    padding-bottom: 0px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    font-family: Tahoma;
    color: #000;
    font-size: 11px;
    text-decoration: none;
    padding-top: 35px;
}
a:hover.hibstoplinkcontact
{
    color: #538150;
}
.hibsmaintitletxt
{
    font-family: Calibri;
    font-size: 20px;
    color: #003b94;
    line-height: 28px;
    border-bottom: 1px dotted #bfbfc5;
}
.hibscommontxt
{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 18px;
    color: #222222;
}
.hibsTextBox
{
    background-color: #ffffff;
    border: #bfbfc5 1px solid;
    font-weight: normal;
    font-size: 8pt;
    color: #010101;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 150px;
    height:18px;
    padding-left:5px;
}
.hibsLoginbtn
{
    color: #222222;
    font-family: Verdana;
    font-size: 10px;
    height: 18px;
    border: 1px solid #696868;
    background: #d9d9dd;
    background-repeat: no-repeaT;
    width: 56px;
}
.hibsforgotpss
{
    font-family: Arial;
    font-size: 11px;
    color: #222222;
    text-decoration: none;
}