html, body {
    background: url(../images/body_background.png) repeat-x scroll 0 0 #77D7F8;
    color: #4F5155;
    font: 13px/20px normal Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.clearFix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearFix {
    display: inline-block;
}

.clear {
    clear: both;
    height: 0;
}

h2 {
    margin-bottom: 0;
}

.strikethrough {
    text-decoration : line-through;
}
/************ MAIN CENTERED COLUMN **********/
#column {
    background-color: transparent;
    margin: 0 auto;
    text-align: center;
    width: 1000px;

}

/************** HEADER ************************/
#header {
    background: url(../images/header.png) no-repeat;
    height: 100px;
    position: relative;
}

#header div.links {
    bottom: 35px;
    font-weight: bold;
    height: 35px;
    position: absolute;
    right: 0;
}

#header div.links a {
    border-right: 1px solid #0B6CB2;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    padding: 0px 15px 0px 10px;
    text-decoration: none;
}

#header a.register_link {
    background: url(../images/open_new_account.png) no-repeat;
    bottom: 42px;
    display: block;
    height: 37px;
    left: 429px;
    position: absolute;
    width: 237px;
}

#header div.links a.support {
    border-right: none;
}

#header a.mtvLogo {
    background: url(../images/logo_mtv_header.png) no-repeat;
    bottom: 25px;
    display: block;
    height: 59px;
    left: 46px;
    position: absolute;
    width: 280px;
}


/************ Buttons ***************/
.button_blue,
.button_aqua,
.button_yellow {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-decoration: none;
}

/************ Button_blue ***************/
.button_blue {
    background: #005BA9 url(../images/icons/plus_button.png) no-repeat left center;
    border: solid 1px #004580;
    padding: 6px 10px 6px;
    padding-left: 20px !important;
}

.borderWhite, .borderWhite:hover {
    -moz-box-shadow: 2px 2px 2px #888888;
    -webkit-box-shadow: 2px 2px 2px #888888;
    border: solid 1px white;
    box-shadow: 2px 2px 2px #888888;
}

.button_blue:hover {
    border: solid 1px #004580;
    background: #005BA9 url(../images/icons/plus_button_hover.png) no-repeat left center;
    color: #FECB00;
}

.button_blue:active {
    top: 1px;
}

.button_blue.disabled {
    box-shadow: none;
    opacity: 0.5;
}

.button_blue.disabled:hover {
    border: solid 1px #004580;
    background: #005BA9 url(../images/icons/plus_button.png) no-repeat left center;
    color: #FFFFFF;
}

a.slim, input.slim, button.slim {
    padding-top: 3px;
    padding-bottom: 3px;
}

/************ Button_aqua ***************/
.button_aqua {
    background: #00D0F4;
    background: -webkit-gradient(linear, left top, left bottom, from(#00D0F4), to(#00B6ED));
    background: -moz-linear-gradient(top, #00D0F4, #00B6ED 88%);
    border: solid 1px #009FD9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00D0F4', endColorstr='#00B6ED');
    font-weight: normal;
    padding: 4px 10px 4px;
}

.button_aqua:hover {
    color: black;
    text-decoration: none;
}

.button_aqua:active {
    top: 1px;
}

/************ Button_yellow ***************/
.button_yellow {
    background: #F4CC00;
    border: solid 1px #009FD9;
    color: #1E45A1;
    font-weight: normal;
    padding: 4px 10px 4px;
}

.button_yellow:hover {
    color: white;
    text-decoration: none;
}

.button_yellow:active {
    top: 1px;
}

/****** HEADER **********/
#header a.addFunds {
    background: url(../images/balance_summary.png) no-repeat;
    bottom: 42px;
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 37px;
    left: 360px;
    line-height: 40px;
    padding-left: 40px;
    position: absolute;
    text-decoration: none;
    width: 307px;
}

h1.roundAqua {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    background: url(../images/background_aqua.png) repeat-x;
    border: 2px solid #28AEF2;
    border-radius: 4px;
    color: #FFFFFF !important;
    font-size: 20px;
    font-weight: 700;
    height: 38px;
    line-height: 38px;
    margin-bottom: 0px;
    overflow: hidden;
    padding-left: 20px;
}

h1.top,
h3.top {
    margin-top: 0 !important;
}

h1.roundAqua a {
    float: right;
    margin: 5px 20px 0 0;
}

h1.roundAqua span {
    float: right;
    padding-right: 20px;
}

h2.roundGray {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    background: url(../images/background_roundGray.png) repeat-x;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    font-size: 14px;
    height: 31px;
    line-height: 31px;
    margin: 0 0 5px 0;
    padding-left: 10px;
}

/* Footer */
#footer {
    background-color: #EEEEEC;
    color: #B6B6B5;
    font-family: Museo500, Rokkitt, Arial;
    padding: 10px 20px 0;
}

#footer a {
    color: #1193DD;
}

#footer > div {
    width: 100%;
}

#footer img.mtv-logo {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

#footer ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 20px 0 10px;
}

#footer ul.sep {
    border-right: 2px dotted #7F7F7F;
}

#footer ul li {
    display: block;
    font-size: 14px;
    height: 23px;
    margin-left: 10px;
    margin-top: 6px;
}

#footer .address {
    float: right;
    text-align: right;
}

#footer .address p {
    font-size: 13px;
    margin: 0;
}

#footer div.border {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 2px dotted #1192DD;
    border-radius: 6px;
    height: 43px;
    margin-top: 15px;
    width: 956px;
}

#footer div.border div.depositMethods {
    color: #757575;
    float: left;
    font-size: 18px;
    padding: 10px 0 0 10px;
    width: 180px;
}

#footer div.border div.depositMethods a {
    color: #757575;
    text-decoration: none;
}

#footer div.border div.methods {
    float: left;
    width: 600px;
}

#footer div.border div.methods img {
    margin: 8px 8px 0 0;
}

#footer div.border div.facebook {
    float: right;
    font-size: 14px;
    line-height: 17px;
    padding-top: 5px;
    text-align: right;
    width: 140px;
}

#footer div.border div.facebook img {
    float: right;
    margin: 0 5px 0 10px;
}

#footer div.render {
    color: #757575;
    font-size: 11px;
    margin-top: 10px;
    text-align: right;
}

#notice {
    display:none;
}

#objOverlay {
    background: #FFFFFF;
    display: none;
    position: absolute;
    z-index: 100;
}

span.loading {
    display: none;
}


/* FORMS */

div.container form span.element_error {
    color: #AF0000;
    display: inline-block;
    font-size: 10px !important;
    height: 14px;
    margin-left: 10px;
}

div.container form .error {
    background-color: #FFC9C9 !important;
}

#changeReferrerFrm label {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
    background-color: #FFFFFF;
}

input[type="checkbox"] {
    margin-top: 10px;
}

select {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    max-width: 215px;
    padding: 6px;
}

div.container span.loading,
div.container span.upload_loading,
div.form span.loading {
    display: none;
}

div.container span.frm_error {
    color: red;
    font-weight: bold;
}

input.currency {
    width: 80px;
}

p.loginRequired,
p.formError {
    color: red;
    font-size: 12px;
    text-align: right;
}

span.hiddenEdit {
    display : none;
}
a.editField {
    font-size       : 8pt;
    text-decoration : none;
    padding-left    : 5px;
}
a.editField:hover {
    text-decoration : underline;
}

#notice {
    display: none;
}
span.displayField {
    display:inline-block;
    margin-top:10px;
}