/* ==============================================================================

   ============================================================================== */

@import url("common/reset.css");

html, body {
	behavior: url("../../js/admin/hover.htc"); /* IE fix for selector:hover */
	margin:0;
	padding:0;
	background: #9fb6d0 url("../../images/admin/login-bg.gif") repeat-x top left;;
	height: 100%;
}

/* === Wrapper ================================================================== */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}

#wrapper .push, .copyright {
	font-family: Trebuchet MS, Times New Roman, Times, serif;
	height: 50px;
	text-align: center;
	color: #32527e;
	font-size: 0.85em;
}

.copyright a {
	padding-left: 20px;
	color: #32527e;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

/* === Menu Content  ============================================================ */

#menuContent {
	width: 100%;
	height: 50px;
	background: #ccc url("../../images/admin/login-head-bg.png") repeat-x top left;
	border-bottom: solid 1px #505050;
}

#menuContent .logo {
	float: left;
}

#menuContent .help {
	float: right;
	padding: 12px 15px 0 0;
}

#menuContent .help a {
	color: #32527e;
	text-decoration: none;
}

#menuContent .help a:hover {
	text-decoration: underline;
}

/* === Login Content  =========================================================== */

#loginContent {
    width: 250px;
    margin: 0px auto;
	margin-top: 150px;
	padding: 20px;
	border: solid 1px #505050;
	background: #f7f7f7;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* === Login Box  =============================================================== */

#loginBox {
	font-family: Trebuchet MS, Times New Roman, Times, serif;
	font-size: 0.85em;
}

#loginBox .title {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: solid 2px #000;
	margin-bottom: 10px;
}

#loginBox .loginInput {
	border: solid 1px #979797;
	width: 100%;
	font-size: 1.1em;
	color: #979797;
	height: 23px;
	padding: 2px 0 0 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#loginBox .loginInput:hover {
	border: solid 1px #416aa2;

}

#loginBox .loginInput:focus {
	border: solid 1px #416aa2;
	background-color: #fbffe3;
}

#loginBox .error {
	font-family: Trebuchet MS, Times New Roman, Times, serif;
	font-size: 0.95em;
	color: #990000;
	font-weight: bold;
	padding: 2px 0 2px 0;
}

#loginBox .saveButton {
	font-family: Trebuchet MS, Times New Roman, Times, serif;
	font-size: 0.85em;
	font-weight: bold;
	height: 23px;
	padding: 1px 30px 2px 30px;
	border: solid 1px #545454;
	color: #505050; /* 505050 */
	background: #ddd url("../../images/admin/save-button.gif") repeat-x left top;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#loginBox .loginButton {
	font-family: Trebuchet MS, Times New Roman, Times, serif;
	font-size: 0.85em;
	font-weight: bold;
	height: 23px;
	padding: 1px 30px 2px 30px;
	border: solid 1px #545454;
	color: #505050;
	background: #ddd url("../../images/admin/save-button.gif") repeat-x left top;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#loginBox .loginButton:hover {
	color: #000;
	border: solid 1px #416aa2;
	cursor: pointer;
}

#loginBox .remember {
	padding: 0 0 0 0;
	margin: 5px 0 5px 0;
	font-size: 0.95em;
	vertical-align: middle;
}

#loginBox .remember input {
	margin-right: 10px;
	vertical-align: middle;
	margin-bottom: 4px;
}

#loginBox .remember img {
	vertical-align: middle;
	margin-left: 3px;
	margin-bottom: 5px;
}

#loginBox .content {
	margin-top: 10px;
}

#loginBox .content .forgot {
	float: left;
	line-height: 25px;
}

#loginBox .content .forgot a {
	color: #32527e;
	text-decoration: none;
}

#loginBox .content .forgot a:hover {
	text-decoration: underline;
}

#loginBox .content .login {
	float: right;
	margin: 0;
	padding: 0;
}

#loginBox .content .footer {
	clear: both;
}

/* ===== Tool Tips ================================================================================ */

.tips {
	cursor: default;
}

.tips-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	margin-left: 10px;
	background: #ffffcc;
	border: solid 1px #cc9933;
}

.tip {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	margin-left: -10px;
	padding-left: 12px;
	width: 276px;
	background: url("../../images/admin/pointer.gif") no-repeat left;
	font-family: Arial, Times New Roman, Times, serif;
	color: #000;
}

.tip-title {
	margin: 0;
	padding: 8px 8px 4px;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
}
 
.tip-text {
	padding: 4px 8px 8px;
	font-size: 0.8em;
}
