body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    margin: 0px;
}

input[type="text"], input[type="password"], select, textarea
{
    background-color: #F2F6F8;
    border: 0.05em solid #B4B4B4;
    width: 98%;
}

textarea
{
    font-family: verdana, tahoma, helvetica;
    font-size: 9pt;
}

.dateTM
{
    width: 78px !important;
}

.timeTM
{
    width: 48px !important;
}

/*.LinkButton
{
    font-weight: bold;
    color: Blue;
    font-size: 95%;
}*/

.ContainerPadding
{
    padding: 5px 10px 5px 5px;
}

/*div.mainDiv
{
    padding: 0px;
    margin: 0px;
    border: 1px solid #C0C0C0;
    width: 1000px;
    border-collapse: collapse;
}

div.errorDiv
{
    font: normal 10px arial;
    padding: 3px;
    margin: 2px;
    background-color: #ffc;
    vertical-align: top;
}*/

#text
{
    margin: 50px auto;
    width: 500px;
}

.HeaderContent
{
    padding-left: 5px;
    float: left;
    font-size: 10px;
    font-weight: bold;
    color: #3F647E;
}

.SearchButton
{
    border-right: 1px solid #E7E7E7;
    height: 25px;
    position: relative;
}

.MainSearchButton
{
    font-weight: bold;
    color: #2e6e9e;
}

.MainSearchButton a
{
    border: 1px solid #c5dbec;
    -moz-border-radius: 5px;
    padding: 2px 1px 0px 1px;
    color: #2e6e9e;
    text-decoration: none;
}

.MainSearchButton a:hover
{
    border: 1px solid #79b7e7;
    background-color: #d0e5f5;
    padding: 2px 1px 0px 1px;
    color: #1d5987;
    text-decoration: none;
}

.PointerIcon:hover
{
    cursor: pointer;
}

.ClearButton
{
    cursor: pointer;
    padding-left: 10px;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<Button Styles>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
input[type="submit"]:not(.button_Otp), input[Type="button"]:not(.button_Otp)
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #8C9CBF;
    background-image: -moz-linear-gradient(center top , #8C9CBF 0%, #546A9E 50%, #36518F 50%, #93A2C9 100%);
    border-color: #172D6E #172D6E #0E1D45;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 0 #B1B9CB inset;
    color: #FFFFFF;
    font: bold 12px/1 "helvetica neue" ,helvetica,arial,sans-serif;
    padding-top: 0.3em;
    padding-right: 0em;
    padding-bottom: 0.3em;
    padding-left: 0em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #000F4D;
    width: 70px;
}

input[type="submit"]:hover:not(.button_Otp), input[Type="button"]:hover:not(.button_Otp)
{
    background-color: #7F8DAD;
    background-image: -moz-linear-gradient(center top , #7F8DAD 0%, #4A5E8C 50%, #2F477D 50%, #364C80 100%);
    cursor: pointer;
}

input[type="submit"]:active:not(.button_Otp), input[Type="button"]:active:not(.button_Otp)
{
    box-shadow: 0 0 20px 0 #1D2845 inset, 0 1px 0 white;
}

input[type="submit"]:disabled:not(.button_Otp), input[Type="button"]:disabled:not(.button_Otp)
{
    background: #dddddd;
    cursor: default;
}

.panelMargin
{
    margin-top: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.ThreeBtnPanel
{
    overflow: hidden;
    min-width: 90px;
    text-align: center;
    display: inline-block;
    width: 90%;
}

.ThreeBtnCell
{
    margin-left: 10px !important;
}

.TwoBtnPanel
{
    overflow: hidden;
    min-width: 80px;
    text-align: center;
    display: inline-block;
    width: 80%;
}

.TwoBtnCell
{
    margin-left: 15px !important;
}

.Blue
{
    color: Blue;
}
.header
{
    position: relative;
    margin: -3px;
    margin-right: -10px;
    padding: 0px;
    background: url('../images/common/header.gif') repeat-x repeat-y scroll; 
    width: 100%;
    height: 140px;
    z-index: -1000;
    background-color: #2f5668;
}

.headerframe
{ 
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 45px;
    background-color: #2f5668;
    border-top: 1px solid #444444; background-image: url('../Images/header1.png'); background-repeat: repeat-x;
}

.headerbar
{
    width: 100%;
    height: 26px;
    background-color: rgb(38, 78, 98);
}

.contentDiv
{ 
    margin-top:-93px;
    width:98%;
    background-color: transparent;
    min-width:600px;
    padding: 0px;
}

#Header SPAN {
    color: #F2F6F8;
}

.mainMenu
{   
    position:relative;  
    float: right;
    margin: 15px 18px 0 0;
}
