/** PRIMARY MAINFRAME STYLESHEET
 *
 */
@import url('../main/common-elements.css');
@import url('../main/form-elements.css');

/** LAYOUT **/
body#axbusbody {
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 13px;

    background-image: url("images/bg_body.gif");
    background-repeat: repeat-x;
    background-position: 0px -10px;
}

body#axbusbody #bodytable {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
}

/* IE hack */
* html body#axbusbody #bodytable {
    text-align: center;
}

.main-page {
    text-align: left;
    width: 1000px;
    margin: 0 auto;
}

.main-title {
    position: absolute;
    top: 18px;
    left: 0px;
    width: 277px;
    height: 80px;
    background-image: url("images/secure-shopping.gif");
    background-repeat: no-repeat;
    background-position: top left;
}

.main-top-right-picture {
    position: absolute;
    top: 0px;
    left: 400px;
    width: 555px;
    height: 313px;
    background-image: url("images/top-right-pcture.jpe");
    background-repeat: no-repeat;
    background-position: top left;
}


.main-header {
    position: relative;
    top: 0px;
    left: 18px;

    width: 620px;
}

.main-header-links {
    position: relative;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 25px;
    background-image: url("images/bg_form.gif");
    background-repeat: repeat-x;
    background-position: bottom left;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
}

.main-header-links a {
    vertical-align:middle;
    line-height: 25px;
}

.main-header-border {
    width: 100%;
    height: 100%;

    background-image: url("images/bg_form_border.gif");
    background-repeat: no-repeat;
    background-position:bottom left;
}

.main-header-logo {
    height: 130px;
    height: 99px;
    margin: 0;
}

.main-header-customer-links {
    border-collapse: collapse;
    padding: 0;
    margin-top: 3px;
}

.main-header-customer-links td {
    border-right: 1px solid #0C416C;
    padding: 0 7px 0 0;
}

.main-header-customer-links td.main-header-customer-link-last {
    border: 0;
}

.main-content {
    margin: 0 0 0 0;
    text-align: center;
    width:400px;
    min-height: 400px;
}

/* IE < 7 hack */
* html .main-content {
    height: 400px;
}

.main-content-inner {
    text-align: left;
    margin: 0 auto;
    margin:10px;
    margin-right:10px;
    margin-left:20px;
    text-align: justify;
}
.main-login-area
{
    width:550px;
    position:absolute;
    top: 320px;
    left: 403px;
    /*right:0px;*/

}

.main-signin input.text,
.main-signin input.password
{
    font-size: 10px;
    width: 100px;
    vertical-align: top;
    border: 1px solid #0B426F;
    margin: 3px 5px 0 5px;
}

.main-signin #main_password_image {
    margin-left: 10px;
}

.main-signin .form-submit-image {
    vertical-align: top;
    margin: 3px 0 0 0;
}

/*----------------------LOGIN BOXES---------------------------------------*/
.main-login-area .hr {
    margin-top: 5px;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
    border: none;
    border-bottom: solid 1px;
}

td.user-login, td.vendor-login {
    width: 50%;
    padding: 20px;
    padding-top: 30px;
    border-left: solid 1px;
    border-right: solid 1px;
    background-repeat: no-repeat;
    background-position: center top;
}

td.user-login {
    border-left-color: #4C92C9;
    border-right-color: #4C92C9;
    background-image: url(images/user-login.gif);
}

td.user-login .hr {
    border-color: #4C92C9;
}

td.vendor-login .hr {
    border-color: #49B02E;
}

td.vendor-login {
    border-left-color: #49B02E;
    border-right-color: #49B02E;
    background-image: url(images/vendor-login.gif);
}

.form-line {
    clear: both;
    padding-top: 5px;
}

.form-line .form-control {
    float: right;
    clear: both;
}

.form-line .form-title {
    text-align: right;
    font-weight: bold;
}

td.user-login .form-line .form-title {
    color: #0C416C;
}

td.vendor-login .form-line .form-title {
    color: #135B00;
}

.special .form-title {
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
}

.special .form-title label {
    cursor: pointer;
}

td.user-login .special .form-title {
    color: #4C92C9;
}

td.vendor-login .special .form-title {
    color: #43AA28;
}

.links .form-title {
    font-size: 12px;
}

.links .form-control a {
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
}

td.user-login .links .form-control a {
    color: #4C92C9;
}

td.vendor-login .links .form-control a {
    color: #43AA28;
}

.form-line .form-control input {
    border: solid 1px;
    width: 130px;
    margin-left: 5px;
}

td.user-login .form-line .form-control input {
    border-color: #0B426F;
}

td.vendor-login .form-line .form-control input {
    border-color: #135B00;
}

.special .form-control input {
    width: auto;
}

.main-footer {
    margin-top: 40px;
}

.main-footer {
    text-align: center;
    color: #777777;
    font-size: 11px;
}

.main-footer a {
    color: #777777;
    font-weight: bold;
    text-decoration: none;
}

.main-footer a:hover {
    text-decoration: underline;
}

.main-footer-decal {
    margin-top: 5px;
}

.main-footer-decal a {
    line-height: 50px;
    vertical-align: middle;
}

.main-footer-decal a {
    font-weight: normal;
}

.main-footer-decal a:hover {
    text-decoration: none;
}

.main-footer-decal a img {
    vertical-align: middle
}

.main-footer-copy {
    margin-top: 10px;
    padding: 0 190px 0 190px;
}

