@charset "utf-8";
/* ============================================================================================================== */
/* =         File :	screen_login.css																			= */
/* = Last Updated :	June 19, 2008																				= */
/* =   Change Log :	06.19.2008 EM - Created CSS																	= */
/* ============================================================================================================== */

* {margin: 0; padding: 0;}
body {color: #3B5665; border-top: 30px solid #596165; font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; background-color: #FFFFFF; background-image: url('/admin/assets/images/background_vertical_login.png'); background-repeat: repeat-x; background-position: 30px 0px;}
html {overflow: -moz-scrollbars-vertical !important;}

#backtosite a {position: absolute; top: 7px; left: 15px; color: #FFFFFF; text-decoration: none;}
#backtosite a:hover {text-decoration: underline;}

#logo {width: 300px; margin-top: 80px; margin-left: auto; margin-right: auto; margin-bottom: 15px;}

#message {width: 274px; padding: 12px; margin-top: 0; margin-right: auto; margin-bottom: 15px; margin-left: auto; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;}
#message.status {background-color: #FFFBCC; border-color: #E6DB55; color: #000000;}
#message.error {background-color: #F00F00; border-color: #800800; color: #FFFFFF;}

#container {width: 268px; padding: 0px 16px 0px 16px; margin-left: auto; margin-right: auto; background-color: #CEE0E9;}
#container label {font-weight: bold;}
#container p {margin: 0px 0px 24px 0px;}
#container .text {width: 97%; padding: 3px; margin-right: 6px; color: #596165; font-size: 20px;}
#container .rememberme {float: left;}
#container .submit {float: right;}
#container .submit .button {padding : 4px; font-size : 12px; color : #FFFFFF; cursor : pointer; border : none; border-radius : 3px; -moz-border-radius : 3px; -khtml-border-radius : 3px; -webkit-border-radius : 3px; background-color : #24465F;}
#container .submit .button:hover {color : #666666;}
#container .clear {width: 0px; height: 0px; clear: both;}

#nav {width: 268px; padding: 16px; margin: 15px auto 0px auto;}
#nav a {color: #596165;}

#copyright {position:absolute; width:100%; bottom:0; background:#ddd; border-top:1px solid #999}
#copyright p {font:10px Arial, Helvetica, sans-serif; color:#666; margin:3px}