﻿@charset "utf-8";
/* CSS Document */

html, body { margin: 0; padding: 0; background-image: url(../images/login_background.jpg); background-repeat: no-repeat; background-position: top center; background-color: #033e67; font-size: 100%; font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color: black; text-align: center; }

#wrapper { text-align: left; height: auto; margin-left: auto; margin-right: auto; width: 950px; }

#content { border: 1px solid transparent; }


#login_container { border: 0px solid blue; width: 583px; height: 247px; position: relative; top: 200px; margin: 0 auto; padding: 0; background-image: url(../images/AC_Login.png); background-repeat: no-repeat; background-position: center center; }

    #login_container p { margin: 0; padding: 0; font-family: Arial, Helvetica LT Std, Sans-Serif; color: #fff; font-size: 12px; }

#login_table { width: 400px; height: 247px; margin: 0; padding: 0 0 0 0; border: 1px solid blue; }

#user_name { margin: 30px 0 0 37px; padding: 0; float: left; clear: both; color: #fff; }

#user_pass { margin: 0 0 0 37px; padding: 0; float: left; clear: both; color: #fff; }

.security_wrapper { position: absolute; top: 108px; right: 37px; height: 50px; padding: 0px 5px 10px 5px; border: 0px solid blue; /*background-image:url(../images/AC_Login.png);
    background-position:right center;
    background-repeat:no-repeat;*/ }

#login_txt { margin: 0 0 0 40px; padding: 12px 0 0 15px; float: left; clear: both; border: 0px solid blue; height: 10px; width: 210px; }

    #login_txt p { font-family: Arial, Helvetica LT Std, Sans-Serif; color: #fff; font-size: 9px; }

#securitycode_txt { margin: 3px 0 0 61px; padding: 0; float: left; clear: both; color: #000; font-size: 9px; height: 30px; width: 210px; border: 0px solid blue; }

#send_btn { position: relative; top: 65px; left: 204px; padding: 0; margin: 0; float: left; clear: both; }

#invalid_code { text-align: right; border: 0px solid blue; height: 20px; width: 290px; padding: 0; margin: 0; float: left; clear: both; font-size: 12px; }

.justforo { color: #fff; float: left; clear: both; visibility: hidden; display: none; width: 0; height: 0; overflow: hidden; }

    .justforo a { color: #fff; float: left; clear: both; visibility: hidden; display: none; width: 0; height: 0; overflow: hidden; }



.completionList { border: solid 1px #444444; margin: 0px; padding: 2px; height: 100px; overflow: auto; }

.listItem { color: #666666; }

.itemHighlighted { background-color: #ffc0c0; }
