@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------
Main Elements 
-----------------------------------------------*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #999;
	background-image: url('../images/bg.jpg');
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #6CF;
}
a:active {
	text-decoration: none;
}

/*---------------------------------------------
Typography 
-----------------------------------------------*/

/*---------------------------------------------
Login Page
-----------------------------------------------*/

#login-box {
	border-style: none;
	margin-top: 20px;
	width: 230px;
	text-align: left;
	float: left;
	
}

.login-input {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 4px;
}

.login-name {
	color: #333333;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 1px;
	text-indent: 2px;
	font-weight: bold;
}

.login-pass {
	color: #333333;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-indent: 2px;
	margin: 10px 0 0;
	font-weight: bold;
}

.login-recover {
	width: 200px;
	float: right;
	padding: 10px;
	margin-top: 3px;
}

a.login-recover {
	color: #569dbb;
}

a.login-recover:hover {
	color: #555;
}

.login-button {
	float: right;
	margin-top: 10px;
	border-style: solid;
	border-width: 2px;
	font-weight: bold;
	color: #333;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 10px;
	text-shadow: 0px 1px 1px white;
	text-transform: uppercase;
}

#container-login {
	width: 550px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.container-login-top {
	width: 550px;
}
.container-login-bottom {
	width: 550px;
}
.login-content-area {
	float: left;
	width: 510px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(../images/container-center-login.png);
}

#login-comment-box {
	background-color: #222;
	padding: 10px 0 10px;
	width: 550px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	letter-spacing: 1px;
}

.login-pointer-down-large {
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -3px;
}

#login-header {
	width: 179px;
	margin: 50px auto 0px auto;
	overflow: hidden;
	
}

.login-logo {
	width: 227px;
}


.login-footer {
	width: 550px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	letter-spacing: 1px;
	
}

a.login-footer {
	color: #dddddd;
}

a.login-footer:hover {
	color: #ffffff;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

h6 {
	font-size: 10px;
	font-weight: bold;
	color: #222;
	margin: 0px;
}
