@font-face {
  font-family: 'Bebas';
  src: url('fonts/BEBAS.ttf');
}
	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;
		font-size: 12px;
		text-decoration: none;
		color: #fff;
	}

	a.navbar2:hover 
	{
		font-family: Arial;
		font-size: 12px;
		color:#fff;
	}
	a.navbar3 {
		font-family: Arial;
		font-size: 14px;
		text-decoration: none;
		color: #fff;
	}
	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: Arial;font-size: 11px;font-weight: bold;color: red;}     
	/* <Marquee> */
	td.time{text-align:center;}
	#frmimages{padding-bottom:10px; padding-left:35px;}
	.Message
	{
		font-size: 16px;
		color: gold;
	}

	a.Message:link    {
		color: gold;
	}

	a.Message:visited {
		color:gold;
	}

	a.Message:active  {
		color: gold;
	}

	a.Message:hover   {            
		color: gold;
	} 
	.btnLogout a{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+24,cf0404+59 */
		background-color: gold; /* Old browsers */
		padding:8px 26px;
		text-transform: uppercase;
		font-weight: bold;
	}

.clock {
	/* margin-left: 10px; */
	text-align: center;
	border-radius: 8px;
	border-top: 1px solid gold;
	border-bottom: 1px solid gold;
	padding: 6px 28.5%;
	line-height: 3.5;
	}

form.my-form{width: 570px;height: auto;margin: 0px 5px 0 0;}
#textbox-bg{}
form input[name="txtUserName"]{
	color: gold;
    border-color: gold;
    width: 120px;
    text-align: center;
    height: 25px;
    background: #000;
    border-radius: 8px;
}
form input[name="txtPassword"]{
	color: gold;
    border-color: gold;
    width: 120px;
    text-align: center;
    height: 25px;
    background: #000;
    border-radius: 8px;
}
#Text1{
	color: gold;
    border-color: gold;
    width: 120px;
    text-align: center;
    height: 25px;
    background: #000;
    border-radius: 8px;
}
form input[name="txtCode"]{
	color: gold;
    border-color: gold;
    width: 60px;
    text-align: center;
    height: 25px;
    background: #000;
    border-radius: 8px;
}
form input[name="code"]{width:85px;height:23px;font-family:RobotoSlab;font-size:14px;color:#80807C;text-transform: uppercase;border:none}
li{list-style:none}
li a{text-transform:uppercase}
.menu{float: left;padding: 0px 0 0 0px;margin: 0px 0 0 0px;}
.menu>li{float: left;}
.menu>li>a{
	float: left;
    display: block;
    color: gold;
    padding: 0 40px;
    text-decoration: none;
    font-size: 15px;
}
.menu>li>a:hover{
	color: #fff;
}

.menuaf>li{float: left;}
.menuaf>li>a{
	float: left;
	display: block;
	color: gold;
	padding: 0 29px;
	text-decoration: none;
	font-size: 15px;
}

.btnLogin{
	background: url(img/login.png) no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	display: block !important;
	width: 70px;
}



