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;
	text-decoration: none;
	color: #fff;
}

a.navbar2:hover {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 13px;
	color: #fff;
}

a.navbar3 {
	font-family: euphemia;
	font-size: 13px;
	text-decoration: none;
	color: #000;
}

body,
html {
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #2941B8;
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
	color: #000;
	font-family: Tahoma;
	font-size: 15x
}

img {
	border: 0;
	border-style: none
}

.Error {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red;
}

.btnLogin {
	background: url(images/login.png) no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	display: block !important;
	border: 0;
	cursor: pointer
}

.btnLogin:hover {
	background-image: url(images/login.png);
	background-position: 0px -23px
}

.btnLogin a {
	color: #fff
}

/* <Marquee> */
td.time {
	text-align: center;
}

#timecontainer {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFD2C0;
}

#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: arial;
	font-weight: normal;
	float: left;
	list-style: none;
	height: 45px;
	padding: 0 20px;
	line-height: 48px;
	text-transform: uppercase;
}

ul.Bg li {
	background: url(images/batasnav.png) right no-repeat;
}

li.afterlogin {
	padding: 0 29px !important;
	line-height: 48px !important;
}

#lhnchatimg {
	display: none
}

.bgtopnav {
	height: 45px;
	background: url(images/bgtopnav.png) no-repeat;
	z-index: 1;
	margin-top: 0px;
}

.bgtopnav td {
	height: 34px;
	background: url(images/batasnav.png) no-repeat center left;
	padding-left: 7px;
}

.bgtopnav td:first-child {
	background: none;
}

.bgtopnav td a {
	display: block;
	height: 34px;
	line-height: 34px;
	font-weight: normal;
	padding: 0 32px;
	font-size: 12px;
	color: #011930;
	font-family: euphemia;
	text-transform: uppercase;

	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.btnLogout a {
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #F8D501 0%, #C68600 100%);

	/* IE8 Consumer Preview */
	background-image: -ms-linear-gradient(top, #F8D501 0%, #C68600 100%);

	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #F8D501 0%, #C68600 100%);

	/* Opera */
	background-image: -o-linear-gradient(top, #F8D501 0%, #C68600 100%);

	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8D501), color-stop(1, #C68600));

	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #F8D501 0%, #C68600 100%);

	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #F8D501 0%, #C68600 100%);
}