﻿html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', Sans-Serif;
}

input, textarea {
    font-family: 'Open Sans', Sans-Serif;
}

ul, li {
    margin-left: 10px;
}

#page {
    margin: 0px;
    font-family: 'Open Sans', Sans-Serif;
}

#pageWrapper {
    margin: 0px auto;
    width: 1092px;
}

#backGround {
    background: #ffffff url('../images/BG_gradient.png') repeat-x;
    float: left;
    width: 100%;
}


.WrappedLabel {
    overflow: hidden;
    width: 250px;
}


.MainStageBody {
    background: transparent url('../images/main_stage_shadow.png?v=16482');
    background-repeat: repeat-y;
    padding: 0px 20px 0px 17px;
}



#MainStageBottom {
    /*background :transparent url('../DealerBranding/Images/main_stage_bottom_poweredby_logo.png');*/
    background: transparent url('../images/main_stage_bottom.png?v=16482');
    background-repeat: no-repeat;
    height: 65px;
}

.SideBarBottom {
    background: transparent url('../images/side_bar_bottom.png?v=16482');
    background-repeat: no-repeat;
}

.SideBarTop {
    background: transparent url('../images/side_bar_top.png?v=16482');
    background-repeat: no-repeat;
}

#SideBar {
    float: left;
    margin-right: 15px;
    display: block;
    margin-top: -50px;
    overflow: hidden;
    z-index: 1;
}

#MainContent {
    margin: 30px 10px 0px 310px;
    width: 650px;
    float: none;
}

.Label_Style /*place holder for font dynamic label color */ {
}

.slideshow {
    margin-left: 0px;
    margin-top: 15px;
    float: left;
    background: transparent;
    width: 942px;
    height: 195px;
}
/*place holder for slide show */

.slideshowImage {
    width: 942px;
    height: 195px;
}

.slideshowBackLeft {
    height: 165px;
    width: 30px;
    margin-top: 30px;
    float: left;
    z-index: 2;
    position: relative;
}

.slideshowBackRight {
    height: 165px;
    width: 30px;
    margin-top: 30px;
    margin-left: 0px;
    float: left;
    position: relative;
}

.DrawColoredLine {
    border-top: solid 1px;
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-right: 0px;
}

.DrawLine {
    border-top: solid 1px;
    margin: 0px;
    border-color: #D3D3D3;
}

.TextBox {
    margin: 5px,0px,5px,0px;
}

.row.forgotLoginRow {
    width: 1000px;
}

.divLoginTitle {
    background: url('/images/newHome/login_box_top.png?v=9914');
    height: 40px;
    padding-left: 86px;
    overflow: hidden;
}

    .divLoginTitle > span {
        color: #FFCC99;
        font-size: 18px;
    }

.divLogin {
    width: 542px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.divLoginHelpForm {
    float: left;
    width: 533px;
    margin-left: 6px;
    background: #FFFFFF url('images/newHome/login_box_middle.png?v=9914');
    border-left: 1px solid #868686;
    border-right: 1px solid #868686;
    border-bottom: 1px solid #868686;
    border-radius: 0px 0px 15px 15px;
}

.helpLoginForm {
    border: none;
    padding-left: 30px;
}

.loginHelpBold {
    font-size: 15px;
    font-weight: bold;
}

.loginHelplblDesc {
    padding-left: 15px;
    padding-top: 0px;
    font-size: 11px;
}

.helpLoginForm input {
    width: 140px;
}

.helpLoginForm input[type='submit'] {
    width: 100px;
    margin-left: 10px;
}

.firstTimeLoginLnk {
    margin: 20px 0px;
    font-size: 11px;
    font-weight: normal !important;
}

.firstTimeLoginLnk a:link {
    text-decoration: none;
}

.forgotLoginFormBack {
    width: 542px; 
    margin-left:auto; 
    margin-right: auto; 
    margin-top: 20px;
    font-size: 13px; 
}

.forgotLoginFormBack > div {
    margin-left: 200px;
    margin-right: auto;
}
