/* CSS Document */

BODY {
		background:url(images/login-back.jpg) top center no-repeat;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
}

td, div
{
	font-family:Trebuchet MS, Helvetica, Arial,  Georgia, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

a {
	color:#FFFFFF;
	text-decoration:underline;
	}

a:hover {
	text-decoration: none;
	}

#loginBox {
	width: 600px;
	height:240px;
	background:url(images/login-box-back.png) no-repeat;
	text-align:left;
	padding-top:10px;
	position:relative;
	}

h1#timeAlarm {
	background: url(images/alarm-aqua.png) no-repeat top left;
	padding: 3px 10px 20px 60px;
	margin: 0px 0px 0px 20px;
	font-size:22px;
	display:block;
	}

h1#timeAlarm span {
	font-size: 14px;
	color:#FF9900;
	}

#loginBox p.footer {
	position:absolute;
	bottom:0;
	left: 50%;
	margin-left: -300px;
	text-align:center;
	color:#ff9900;
	font-weight:bold;
	padding-bottom:3px;
	width:600px;
	}

#footer {
	position: absolute;
	bottom:0;
	left:50%;
	margin-left: -260px;
	background:url(images/footer-login-back.png) no-repeat;
	width: 526px;
	height:27px;
	text-align:center;
	}

#footer ul {
	list-style:none;
	padding-top:6px;
	list-style:none;
	margin:0px;
	}

#footer ul li {
	padding-left: 15px;
	padding-right:15px;
	float:left;
	}

#footer ul li a {
	text-decoration:none;
	font-weight:bold;
	}

#footer ul li a:hover {
	color:#ff9900;
	}