
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body, td, th, input, textarea {
    color: #4C566C;
    font-family: 'Lucida Grande','Lucida Sans Unicode',Tahoma,Arial,san-serif;
    font-size: 11px;
}
body {
    background: url("images/background_content_container.jpg") repeat scroll 0 0 transparent;
    margin: 0;
    text-align: center;
}
img {
    border: 0 none;
}
#admin_header {
    height: 102px;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
    width: 900px;
}
#admin_header a#website_title {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
h1 {
    color: #FFFFFF;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
}
h2 {
    color: #878E9D;
    font-size: 22px;
    font-weight: normal;
    margin: 10px 0;
    text-align: left;
    text-shadow: 0 1px 1px #F8F8F9;
}
h3 {
    color: #878E9D;
    font-size: 14px;
    margin: 20px 0;
    text-align: left;
}
h4 {
    color: #AC260F;
    font-size: 17px;
    font-weight: normal;
    margin: 20px 0;
    text-align: center;
}
a:link, a:visited, a:active {
    color: #28609B;
    text-decoration: none;
}
a:hover {
    color: #28609B;
    text-decoration: none;
}
#content_container {
    background: url("images/background_content_container.jpg") repeat scroll 0 0 transparent;
    clear: both;
    text-align: left;
}
.content {
    background: none repeat scroll 0 0 #E1E4E9;
    border-bottom: 1px solid #666E77;
    border-left: 2px solid #666E77;
    border-right: 2px solid #666E77;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    min-height: 800px;
    padding: 20px;
    vertical-align: top;
    width: 910px;
}
.license {
    font-size: 11px;
    margin-right: 50px;
    padding-top: 5px;
    text-align: right;
}
.cc_login {
    background: url("images/login.png") repeat scroll 0 0 transparent;
    margin: 195px auto;
    padding: 60px;
    width: 366px;
}
#cc_invalid {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #444444;
    color: #333333;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    text-align: center;
    width: 500px;
}
.lock {
    display: block;
    margin: 90px auto 25px;
}
input {
    background-color: #D5D5DD;
    border-style: none;
    border-width: 0;
    color: #33383E;
    font-size: 13px;
    height: 40px;
    line-height: 17px;
    padding: 0 10px;
    text-align: left;
    width: 347px;
}
.login_password {
    padding-right: 40px;
    width: 317px;
}
.password_back, .user_back {
    display: block;
    height: 40px;
    position: relative;
    width: 367px;
    z-index: 0;
}
.login_password_text, .login_username_text {
    color: #838589;
    display: none;
    height: 40px;
    left: 0;
    line-height: 40px;
    padding-left: 12px;
    padding-right: 10px;
    position: relative;
    top: 0;
    width: 300px;
    z-index: 0;
}
.login_button {
    background-color: transparent;
    background-image: url("images/login_button.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    float: right;
    height: 40px;
    margin: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 3;
}
.login_button:hover, .login_button:focus {
    background-position: 0 -40px;
    outline: medium none;
}
.login_password:focus {
    border-color: #8DB4D8;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 6px #86ABCF;
    height: 38px;
    outline: medium none;
    padding-right: 40px;
    width: 315px;
}
.login_username:focus {
    border-color: #8EB6DA;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 6px #86ABCF;
    height: 38px;
    outline: medium none;

    width: 345px;
}
label[for="remember"], #remember {
    float: right;
    font-size: 11px;
    margin-right: 0;
}
input[type="checkbox"], input[type="radio"] {
    display: inline-block;
    height: 15px;
    margin: 0 3px 0 5px;
    width: 15px;
}
#remember_id {
    display: inline-block;
    float: right;
}
#login_forgot, #home_login, #home_site {
    background-image: url("images/pw_forgot.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 40px;
    margin: -10px 0 0;
    padding: 0;
    position: relative;
    width: 40px;
}
#login_forgot:hover, #home_login:hover, #home_site:hover {
    background-position: 0 -40px;
}
#home_site {
    background-image: url("images/home_site.png");
}
#home_login {
    background-image: url("images/home_login.png");
}
.show_description {
    background: url("images/background.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    line-height: 16px;
    margin-left: -20px;
    padding: 17px 25px;
    position: absolute;
    top: 50px;
    white-space: nowrap;
    border: 1px solid #000;
	-moz-border-radius: 10px;
border-radius: 10px;
}
#login_forgot:hover .show_description, button:hover .show_description, #home_login:hover .show_description, #home_site:hover .show_description {
    display: block;
}
#remember_me_id input[type="text"] {
    position: absolute;
    top: -200px;
}
.login_username, .login_password {
    left: 0;
    position: relative;
    top: 0;
    z-index: 1;
}
.form_loader {
    background-image: url("images/ajax-loader2.gif");
    background-repeat: no-repeat;
    bottom: 8px;
    display: none;
    height: 66px;
    left: 50%;
    margin-left: -33px;
    position: absolute;
    width: 66px;
}
.message {
    color: #333333;
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding: 16px 0;
    text-align: center;
}
