﻿/*----------------------------------------------------------
The base color for this template is #fff. If you'd like
to use a different color start by replacing all instances of
#fff with your new color.  
----------------------------------------------------------*/
body
{
    background-color: #fff;
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0 auto;
    padding: 0;
    color: #000000;
}



/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: #000;
    font-family: 'Arial Black', Helvetica, Sans-Serif;
}

h1
{
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
}

h2
{
    font-size: 18px;
    padding: 0 0 0 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    /*Removed because IE7 was not displaying the header.  Not sure if it needed to be here originally
    position: relative;*/
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    #header h1
    {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 32px !important;
    }

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}






/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 0px none #fff;
}

    fieldset p
    {
        margin: 2px 12px 10px 10px;
    }


    fieldset.login label, fieldset.register label, fieldset.changePassword label
    {
        display: block;
    }

    fieldset label.inline
    {
        display: inline;
    }


.exportImageButton
{
    background-color: transparent !important;
    border: 0px solid #fff;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}




legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
/*
select
{
    border: 1px solid #000;
}
input[type="text"] 
{
    width: 200px;
    border: 1px solid #000;
    overflow: visible;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #000;
}
*/

input[type="password"], input[type="text"], textarea, select
{
    padding: 3px;
    border: solid 1px #666;
    background-repeat: repeat-x;
    outline: 0;
    width: 200px;
    margin-bottom: 10px;
}

    select:hover, textarea:hover, input[type="password"]:hover, input[type="text"]:hover,
    select:focus, textarea:focus, input[type="password"]:focus, input[type="text"]:focus
    {
        border-color: #000;
    }

    select:focus, input[type="password"]:focus, input[type="text"]:focus, textarea:focus
    {
        background-color: #FFF;
        background-image: none;
    }



/* TABLE
----------------------------------------------------------*/

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

.success
{
    color: green;
    clear: both;
}

.bold
{
    font-weight: bold;
}

.Divider1
{
    visibility: visible;
    display: table;
    overflow: visible;
    table-layout: auto;
    width: 1024px;
    height: 4px;
}

#menucontainer
{
    background-position: top;
    height: 26px;
    margin-top: 0px;
    padding-left: 30px;
    background-color: #FFFFFF;
    background-image: url('../../Images/graygradient.jpg');
    background-repeat: repeat;
}


    #menucontainer a:hover
    {
        color: green;
        text-decoration: none;
    }

#logoimage
{
    margin: 10px 10px 0px 20px;
    padding-left: 30px;
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px 100px 10px 10px;
    color: black;
    float: right;
    width: 300px;
}

    #logindisplay a:link
    {
        color: red;
        text-decoration: none;
    }


    #logindisplay a:active
    {
        color: red;
        text-decoration: none;
    }

    #logindisplay a:visited
    {
        color: black;
        text-decoration: none;
    }

    #logindisplay a:hover
    {
        color: red;
        text-decoration: underline;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.editor-field
{
    margin: 5px 0 0 0;
}

.text-box
{
    width: 19em;
}

    .text-box.multi-line
    {
        height: 6.5em;
    }

.tri-state
{
    width: 6em;
}





div.accountInfo
{
    width: 58%;
}


.failureNotification
{
    font-size: 14px;
    color: Red;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    white-space: nowrap;
}

.FormLabel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    display: block;
    vertical-align: middle;
}



.FormLabel0
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 40px;
    display: block;
    vertical-align: middle;
    width: 194px;
    text-align: right;
    padding-right: 5px;
}

.FormLabel00
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
    height: 40px;
    display: block;
    vertical-align: middle;
    text-align: left;
    padding-right: 5px;
}

.divPrevSelectedPlan
{
    background-color: Blue;
    color: #ffffff;
    font-weight: bold;
}

.divPowerTrain
{
    background-color: #cc0033;
    color: #ffffff;
    font-weight: bold;
}

.divPlatinum
{
}

.grayHeader
{
    font-weight: bold;
    text-align: left;
}


.contentTopMessage
{
    clear:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}





.CustLabel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    display: block;
}

.CustLabelBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    display: block;
}

.FormField
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    display: block;
}

.FocusedFormField
{
    border: 1px ridge #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    display: block;
    vertical-align: middle;
    background-color: #FFFFED;
}

.InvalidFormField
{
    border: 1px ridge #FF3300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    display: block;
    vertical-align: middle;
    background-color: #FFDFDF;
    color: #000000;
    text-decoration: solid;
    font-variant: normal;
}

.SuccessMessage
{
    border: 0px none #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    display: block;
    vertical-align: middle;
    background-color: #F2FFF2;
    color: #009933;
    font-variant: normal;
}

.ErrorMessage
{
    border: 0px none #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    display: block;
    vertical-align: middle;
    background-color: white;
    color: red;
    font-variant: normal;
}

#HeadLoginStatus
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-decoration: none;
}


.lblDealerName
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: #cc0033;
}

.lblDealerCityState
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}

.LoginWelcome
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}

#buttons
{
    padding-top: 10px;
}


.PaymentMessage1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    text-decoration: none;
    padding-top: 5px;
}


.PaymentMessage2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-decoration: none;
    padding-bottom: 5px;
}

#Span1
{
    display: block;
    float: left;
    margin-right: 40px;
}

#Span2
{
    display: block;
    float: left;
}

.footnote
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.EditForm
{
    padding-top: 30px;
}


.errorStatus
{
    background-color: white;
    color: red;
    font-weight: bold;
    padding: 10px;
}

.successStatus
{
    background-color: #FFFFCC;
    color: #006600;
    font-weight: bold;
    padding: 10px;
    text-align: left;
}


.PPDiv0
{
    padding: 10px;
    background-color: #000000;
    border: 4px solid #2C2C2C;
    color: #FFFFFF;
    visibility: visible;
    display: block;
    float: left;
}

.ErrorBox
{
    padding: 10px;
    background-image: url('Images/ErrorBoxGradient.png');
    border-radius: 10px;
}

.DiscountMessage
{
    background-image: url('Images/DiscountMessageBg.png');
    color: Black;
    padding: 5px;
    position: relative;
    top: 15px;
    vertical-align: middle;
    font-family: Georgia;
}

.editor-label
{
    float: left;
    margin: 2px 10px 20px 0px;
    font-family: Georgia;
    font-size: medium;
    padding-top: 2px;
}

.editor-field
{
    float: left;
    margin: 2px 10px 5px 0;
}

.ConfirmButtonImage
{
    position: relative;
    top: -25px;
}

.AcctSummRptDate
{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.progress
{
    width: 150px;
    height: 15px;
    background-color: #CCCCCC;
}

.progressBar
{
    height: 100%;
    width: 0px;
    text-align: left;
    background-color: #8AC150;
}

.productItem
{
    text-align: center;
    margin: 0px auto;
    width: 345px;
    background: url(../../Images/tableSlice.jpg) repeat-x;
}

.paymentItem
{
    width: 150px;
}

.comboDiv
{
    padding: 5px;
    height: 25px;
    position: relative;
}

    .comboDiv .comboDivLeft
    {
        width: 70%;
        height: 25px;
        text-align: right;
        position: absolute;
        top: 10%;
    }

    .comboDiv .comboDivRight
    {
        text-align: left;
        height: 25px;
        margin-left: 5px;
        position: absolute;
        top: 15%;
        left: 72%;
    }

.paymentSummary
{
    margin-top: 25px;
    background-color: #CCCCCC;
}

.purchaseDetails
{
    width: 200px;
    margin: 15px;
    display: inline-block;
    vertical-align: top;
}

.paymentPlan
{
    margin: 15px;
}

.paymentPlanItem
{
    position: relative;
    height: 170px;
    width: 150px;
    vertical-align: top;
    border: 2px solid #ACACAC;
    background: url(../../Images/tableSlice2.jpg) repeat-x;
}

.summaryText
{
    width: 100%;
    font-size: 11px;
}

.updateProgress
{
    background-color: #CC0033;
    color: #FFFFFF;
    bottom: 0px;
    right: 0px;
    position: fixed;
    padding: 3px 5px 3px 5px;
}

    .updateProgress img
    {
        vertical-align: middle;
        margin: 2px;
    }

.CancelBtnTd
{
    padding-left: 300px;
}

.PIFPrintInstructions1
{
    margin-bottom: 15px;
    margin-top: 20px;
    width: 800px;
    font-size: 16px;
    font-weight: bold;
}

.PIFPrintInstructions2
{
    margin-bottom: 15px;
    margin-top: 20px;
    width: 800px;
    font-size: 16px;
    font-weight: bold;
}

.PIFPrintInstructions2 label
{
    color: #cc0033;
    font-weight: bold;
    margin-bottom: 10px;
}


tr.trProductTotal > td
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.tdTotal
{
    border-top: 1px solid black;
}

.trPurchaseTotal > td
{
    font-weight: bold;
    padding-top: 5px;
}

.trSubTotalRow > td
{
    border-top: 1px solid black;
    padding-top: 10px;
}

.trPurchaseTotal
{
    border-top: 1px solid black;
}

.divFloatLeft
{
    float: left;
    margin-right: 10px;
    position: relative;
}

.divFloatLeft input
{
    margin-top: -5px;
}

.floatContainer
{
    vertical-align: middle;
    padding: 5px;
}

.ulValidation
{
    margin-left: 1em;
    padding-left: 1em;
}

.modalBackground
{
    background-color: gray;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: .4;
}

.modalHeader
{
    background-image: url(../../Images/GreyHeaderGradientBG.png);
    background-repeat: repeat-x;
    color: white;
    padding: 8px;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
}

.modalWindow
{
    background-color: white;
    z-index: 30000;
}

.modalWindow h3
{
    margin-bottom: 20px;
    color: #CC0032;
}

.divBtnPanel
{
    position: relative;
    margin-bottom: 10px;
    margin-top: 15px;
}

.modelContent
{
    padding: 0px 10px 20px 10px;
}


/*Following classes used for Contract Summary pages*/


.summaryRowContainer
{
    clear: both;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.summaryRowLabel
{
    width: 275px;
    float: left;
}

.summaryRowData
{
    float: left;
}

.vehicleSummaryContainer
{
    float: left;
    width: 20%;
}

.summaryProductSection
{
    padding-bottom: 20px;
}

.summarySection
{
    padding-bottom: 10px;
    padding-top: 10px;
}
/****************************/
/* Used on PurchaseProfileJMA.ascx */
.rblIsCommercial
{
    border-color: Black;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}

.divRowContainer
{
    clear: both;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.divPurchaseProfileRowValue
{
    float: left;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.divPurchaseProfileRowLabel
{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 260px;
    text-align: right;
    margin-right: 10px;
}

.btnCancel
{
    background-image: url(/images/newCancelBtnRest.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 130px;
}

    .btnCancel:hover
    {
        background-image: url(/images/newCancelBtnOver.png);
        background-repeat: no-repeat;
        height: 30px;
        width: 130px;
        cursor: pointer;
    }

    .btnCancel:active
    {
        background-image: url(/images/newCancelBtnHit.png);
        background-repeat: no-repeat;
        height: 30px;
        width: 130px;
        cursor: pointer;
    }

    .clsrdbank {
    font-size: 14pt;
    text-align:left ;
    margin-left:auto;
    
}