a.navbar {
    font-family: Tahoma;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    padding: 6px 9px 6px 9px;
}

a.navbar2 {
    font-family: Arial,Helvetica,sans-serif,Tahoma;
    font-size: 13px !important;
    text-decoration: none;
    color: #fff;
}

    a.navbar2:hover {
        font-family: Arial,Helvetica,sans-serif,Tahoma;
        font-size: 12px;
        color: #000;
    }

a.navbar3 {
    font-family: sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #000
}

body, html {
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: Tahoma;
    font-size: 12px;
    background-color: #00C0FF;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: #000;
    font-family: Tahoma;
    font-size: 15px;
}

img {
    border: 0;
    border-style: none;
}

.Error {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.btnLogin {
    background: #eb5c59;
    background: -moz-linear-gradient(top, #eb5c59 50%, #c22623 50%);
    background: -webkit-linear-gradient(top, #eb5c59 50%, #c22623 50%);
    background: linear-gradient(to bottom, #eb5c59 50%, #c22623 50%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eb5c59', endColorstr='#c22623', GradientType=0);
    -webkit-box-shadow: 1px 1px 1px 1px #000;
    box-shadow: 1px 1px 1px 1px #000;
    height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    display: block !important;
    border: 0;
    cursor: pointer;
}

    .btnLogin text:hover {
       color: #fdff3d;
    }

    .btnLogin a {
        color: #fff
    }
/* <Marquee> */
td.time {
    text-align: center;
}

#timecontainer {
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: white;
}

#frmimages {
    padding-bottom: 10px;
    padding-left: 35px;
}

.Message {
    font-family: "trebuchet MS";
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    color: #fff;
}

a.Message:link {
    color: #fff;
}

a.Message:visited {
    color: #fff;
}

a.Message:active {
    color: #fff;
}

a.Message:hover {
    color: #fff;
}

a.menuText {
    font-family: Tahoma, Helvetica, sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
/* </Marquee> */
table.tblLogin input {
    color: #ccc;
}

td.menu li {
    font-family: sans-serif;
    font-weight: normal;
    float: left;
    list-style: none;
    height: 30px;
    padding: 0 11px;
    line-height: 30px;
    font-size: 16px;
    text-transform: uppercase;
    
}

ul.Bg li {
    background: url(images/li.png) right no-repeat;
}
/*.btnLogout{
		background:url(images/btnLogout.jpg) no-repeat;
	} */

/*Button Logout*/
.btnLogout a {
    /* IE10 Consumer Preview */
    background: #ffd90f;
    background: -moz-linear-gradient(top, #ffd90f 50%, #f8b900 50%, #fdda00 100%);
    background: -webkit-linear-gradient(top, #ffd90f 50%,#f8b900 50%,#fdda00 100%);
    background: linear-gradient(to bottom, #ffd90f 50%,#f8b900 50%,#fdda00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd90f', endColorstr='#fdda00',GradientType=0 );
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    -webkit-box-shadow: 1px 1px 1px 1px #000;
    box-shadow: 1px 1px 1px 1px #000;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding: 12px 5px;
}
    .btnLogout a:hover {
        color: #910000;
    }
/*@-moz-document url-prefix() { 
	  td.menu li {
		 padding: 0 20px;
	  }
	}
	@-moz-document url-prefix() { 
	  li.afterlogin{
		padding: 0 26px !important;
		}
	}*/

.bgtopnav {
    height: 34px;
    z-index: 1;
    margin-top: 15px;
}

    .bgtopnav td {
        height: 34px;
        
        border-left: 1px solid #000;
    }

        .bgtopnav td:first-child {
            background: none;
        }

        .bgtopnav td a {
            display: block;
            height: 34px;
            line-height: 34px;
            font-weight: bold;
            padding: 0 15px;
            font-size: 16px;
            font-family: sans-serif;
            text-transform: uppercase;
            
        }

            .bgtopnav td a:hover {
                color: #FFA500;
            }
