﻿/* CSS Document */
*
{
	margin: 0px;
	padding: 0px;
	outline: none;
}

Body
{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #225074;

	background: url(../themes/images/bg-sky.jpg) ;
	margin-top: 130px;
}

a, link, visited
{
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

a img
{
	border: 0px;
}

a:hover
{
	text-decoration: underline;
	color: #FF0000;
}


#loginBox
{
	width: 400px;
	height: 272px;
	height: auto;
	padding: 10px;
	padding-top: 0px;
	border: 1px solid #ccc;
/*	background-color: #fff;*/
    background-color: #F0FFFF;
/*	background: url(../themes/images/lg-bg.jpg) no-repeat left top;*/
	padding: 10px;
	-moz-box-shadow: 0px 0px 10px 2px rgba(1,1,1,1);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(1,1,1,1);
	box-shadow: 0px 0px 10px 2px rgba(1,1,1,1); /* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=130, Color='#222222');
	border-radius: 15px 15px 15px 15px;
}

.loginHeader
{
    
    /*background-color:White;*/
	color: #000;
	font-weight: bold;
	font-size: 21px;
	padding-bottom: 10px;
}
.loginHeading
{
	color: #000;
	font-weight: bold;
	font-size: 17px;
}

.loginArea
{
	/*border: 1px solid #ffc100;*/
	margin-bottom: 4px;
	background-color:#FAF0E6;
	padding: 15px;
	font-size: 11px;
	font-family: Verdana;
	border-radius: 15px 15px 15px 15px;
	

}

.loginArea:hover
{
	border: 1px solid #1e3c54;
/*	background-color: #fed65a;*/
}

.loginContent
{
	text-align: left;
	margin-right: 10px;
}

.loginArea .input
{
	padding: 5px;
	width: 180px;
	border: 1px solid #ffc100;
	height: 25px;
}

.loginArea:hover .input
{
	border: 1px solid #1e3c54;
}

.loginLogos
{
	background: url(../images/login-logos.gif) no-repeat left top;
	height: 63px;
}

.loginBtn
{
	width: auto;
	height: auto;
	padding: 3px 10px;
	background-color: #144772;
	background-image: none;
	border: 1px solid #fff;
	cursor: pointer;
	color: #fff;
	font-size: 11px;
}

.loginBtn:active
{
	width: auto;
	height: auto;
	padding: 3px 10px;
	repeat-x: border:1px solid #fff;
	color: #000;
	background-color: #b38e1d;
}

#loginCopyright
{
	line-height: 22px;
	font-size: 11px;
}

#clock_a
{
	background: url(../themes/images/clock-bg.png) no-repeat left top;
	width: 162px;
	height: 172px;
	padding: 10px;
	font-size: 11px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

