a.navbar {
  font-family: Tahoma;
  font-size: 14px;
  text-decoration: none;
  color: #0a2b91;
  font-weight: bold;
  padding: 6px 9px 6px 9px;
}
a.navbar2 {
  font-family: Arial, Helvetica, sans-serif, Tahoma;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}

a.navbar2:hover {
  font-family: Arial, Helvetica, sans-serif, Tahoma;
  font-size: 12px;
  color: #fff;
}
a.navbar3 {
  font-family: Calibri;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
a.navbar3:hover {
  -moz-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}
body,
html {
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: Tahoma;
  font-size: 12px;
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
  color: #fff;
  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/btnlogin.png) no-repeat;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: block !important;
  text-shadow: 0px 0px 1px #000;
  boder-radius: 4px;
}
/*.btnLogin:hover{background-image:url(images/login.png); background-position:0px -41px}*/
.btnLogin a {
  color: #fff;
}
/* <Marquee> */
td.time {
  text-align: center;
}
#timecontainer {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}
#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: 40px;
  padding: 0 21px;
  line-height: 48px;
  text-transform: uppercase;
}

li.afterlogin {
  padding: 0 6px !important;
  line-height: 40px !important;
}
/*#lhnchatimg{display:none}*/
/*.btnLogout{
		background:url(images/btnLogout.jpg) no-repeat;
	} */
.btnLogout a {
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #d60333 0%, #851c1c 100%);

  /* IE8 Consumer Preview */
  background-image: -ms-linear-gradient(top, #d60333 0%, #851c1c 100%);

  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #d60333 0%, #851c1c 100%);

  /* Opera */
  background-image: -o-linear-gradient(top, #d60333 0%, #851c1c 100%);

  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #d60333),
    color-stop(1, #851c1c)
  );

  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #d60333 0%, #851c1c 100%);

  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #d60333 0%, #851c1c 100%);

  background: #851c1c;
}
/*@-moz-document url-prefix() { 
	  td.menu li {
		 padding: 0 20px;
	  }
	}
	@-moz-document url-prefix() { 
	  li.afterlogin{
		padding: 0 26px !important;
		}
	}*/

.bgtopnav {
  background: url(images/bg-menu.jpg) no-repeat;
  z-index: 1;
  box-shadow: 0px 0px 5px 0px #000;
}

.bgtopnav td a {
  display: block;
  height: 40px;
  line-height: 34px;
  font-weight: bold;
  padding: 0 19px;
  font-size: 18px;
  font-family: Calibri;
  text-transform: uppercase;
}

.bgtopnav1 {
  background: url(images/bg-menu1.jpg) no-repeat;
  z-index: 1;
  box-shadow: 0px 0px 5px 0px #000;
}

.bgtopnav1 td a {
  display: block;
  height: 40px;
  line-height: 34px;
  font-weight: bold;
  padding: 0 21px;
  font-size: 18px;
  font-family: Calibri;
  text-transform: uppercase;
}
