﻿/*This part is for top navigation link*/
.welcomeLabel
{
    margin-top:1px;
    padding-right: 5px;
    padding-left: 20px;
    color: white;
    font-size:12pt;
}

a#HyperLink1
{
    text-decoration:none;
    color:white;
    font-weight:500;
}
a#HyperLink1:hover
{
    color:#ff6a00;
    cursor:default;
}
/*This part is for FOOTER*/
.smallText
{
    font-size:14pt;
}
.footer
{
    width:100%;
    min-height:100px;
}

.newContainer
{
    background: #005083; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-60deg, #003b83, #005083); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-60deg, #003b83, #005083); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-60deg, #003b83, #005083); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-60deg, #003b83, #005083); /* Standard syntax (must be last) */
    padding-bottom:10px;
    color: white;
}

    .newContainer a
    {
        text-decoration:none;
        color:white;
        font-weight:500;
    }
    .newContainer a:hover
    {
        color:#ff6a00;
    cursor:default;
    }
    .newContainer a:visited
    {
        color:#ff6a00;
    cursor:default;
    }

.panalLeftLabel
{
    padding-top:20px;
    padding-bottom:10px;
    font-size:13pt;
}
.panalRightLabel
{
    padding-top:20px;
    font-size:13pt;
}
    .panalRightLabel ul li
    {
        padding-top:7px;
        list-style-type: none;
        font-size:11pt;
    }

    /*This part is for table columns*/
.newClass
{
    padding-left:5px;
    padding-top:10px;
    padding-bottom:10px;
}
bdi
{
    color:red;
}
.newClass1
{
    padding:5px;
}
.tableStatus tr td , th
{
    padding:10px;
}

.forgetPass:link
{
    color:#105e98; 
    padding-left:10px;
}
.forgetPass:hover
{
    color:#ff6a00; 
    text-decoration:solid;
}