/******************
HTML Tags
******************/

body {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #666666;
    margin: 0px 0px;
    /*background: #C7C7CF url(bg-main.gif) repeat-x;*/
    background: white;
    font-size: 11px;
}

/******************
FORM STYLES
******************/

#content-container form {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
}

#content-container fieldset {
    margin: 10px 0px 20px 0px;
    padding: 0px 10px 10px 20px;
}

/* a nested fieldset */


#content-container legend {
    margin-bottom: 0px;
    padding: 0px 10px 5px 5px;
    color: #666666;
    font-weight: bold;
}

/* a nested legend */
#content-container fieldset fieldset legend {
    margin-bottom: 0px;
    padding: 0px;
    font-weight: normal;
}

#content-container label {
    padding-top: 8px;
}

#breadcrumb-side form {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

    #breadcrumb-side form fieldset {
        margin: 0px;
        padding: 0px;
        border: none;
    }

    #breadcrumb-side form legend {
        display: none;
    }

#mainnav-side A:link {
    font-weight: bold;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #284E98;
}

#mainnav-side A:visited {
    font-weight: bold;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #284E98;
}

/* Disabled Inputs */
input:disabled {
    color: darkgrey;
    background-color: lightyellow;
}

select:disabled {
    color: darkgrey;
    background-color: lightyellow;
}

/******************
HEADINGS
******************/

h1 {
    font-size: 25px;
    padding: 0;
    margin: 0 0 10px 0;
}

h2 {
    font-size: 17px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}



/******************
Layout Divs
******************/

#main-content-wrapper {
    height: 387px;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

#mainnav-container {
    border-bottom: 2px solid #7F7F7F;
    border-right: 1px solid #7F7F7F;
    border-left: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    background: #FFFFFF url(bg-topnav.gif) repeat-x;
    height: 24px;
    min-height: 24px;
    display: flex;
    flex: 1 1 auto;
}

#mainnav {
    float: left;
    width: 100%;
}

#mainnav-side {
    text-align: right;
    padding-right: 10px;
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
}

#header {
    margin-bottom: 1px;
    color: #FFFFFF;
    padding: 5px 5px 0px 5px;
    border-bottom: 2px solid #7F7F7F;
    border-right: 1px solid #7F7F7F;
    height: 57px;
    min-height: 57px;
    background: #16527D url(bg-header.gif) repeat-x;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
}

    #header a {
        text-decoration: none;
        color: #FFFFFF;
    }

#slogan {
    font-size: 10px;
    margin: 0px;
    font-weight: normal;
    padding-top: 7px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

#breadcrumb-container {
    border-bottom: 2px solid #7F7F7F;
    border-right: 1px solid #7F7F7F;
    border-left: 1px solid #EDEDED;
    margin-bottom: 1px;
    background: #FFFFFF url(bg-topnav.gif) repeat-x;
    height: 12px;
    min-height: 32px;
    width: 1000px;
}

#breadcrumb {
    float: left;
    padding: 8px 10px 4px 10px;
}

#breadcrumb-side {
    float: right;
    padding: 6px 10px 6px 10px;
}

#content-container {
    background-color: #F6F6F6;
    border-top: 1px solid #CBCBCB;
    border-right: 1px solid #7F7F7F;
    border-bottom: 2px solid #7F7F7F;
    border-left: 1px solid #CBCBCB;
    padding: 0px;
    margin: 0px;
    position: relative;
    width: 1000px;
}

#content-side {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    padding: 5px;
}

#content-side-2 {
    position: absolute;
    top: 0;
    right: 0px;
    width: 20px;
    padding: 10px;
}

#content {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 100%;
    border-left: 1px solid #D0D0BF;
    border-right: 1px solid #D0D0BF;
    width: 1000px;
}

#logo {
    text-align: left;
    margin-top: -10px;
    font-size: 12px;
    height: 5px;
}


#footer {
    margin-top: 35px;
    padding: 15px 10px 15px 10px;
    border-top: 1px solid #7F7F7F;
    text-align: right;
    clear: both;
    background: #FFFFFF url(bg-topnav.gif) repeat-x;
    font-size: 12px;
    height: 5px;
}

/******************
MENU ITEMS
******************/



/******************
LISTS - IN THE CONTENT DIV
******************/


/******************
LISTS - IN THE RIGHT OR LEFT COLUMNS
******************/



/******************
TABLE STYLES
******************/

.table {
    border: 3px;
    width: 100%;
    border: 1px solid #D0D0BF;
    border-collapse: collapse;
}

    .table td {
        padding: 10px;
    }

thead th, tfoot th {
    background-color: #F6F6F6;
    border-bottom: 2px solid #D0D0BF;
    border-top: 2px solid #D0D0BF;
    padding: 10px;
    font-weight: normal;
    font-variant: small-caps;
}

/******************
CLASSES
******************/
.FormErrorMessage {
    font-weight: bold;
    color: #ff0000;
}

.SectionHeader {
    font-weight: bold;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: larger;
    color: White;
}

.none {
    display: none;
}

.clear {
    clear: both;
}

.adjustedZIndex {
    z-index: 1;
}

.reportRowStyle {
    color: Black;
    border-top-color: WhiteSmoke;
    border-top-width: 1px;
    border-right-color: WhiteSmoke;
    border-right-width: 1px;
    border-bottom-color: WhiteSmoke;
    border-bottom-width: 1px;
    border-left-color: WhiteSmoke;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-collapse: collapse;
    
}

.reportRowStyle .RequestType,
.reportRowStyle .Comments {
    word-break: break-all;
}


.headerStyle {
    background-color: #16527D;
}

.DealerWorldButton {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: White;
    background-color: #032A8E;
    border-style: none;
    padding: 1px 2px 1px 2px;
    cursor: pointer;
    height: 20px;
}

.DealerWorldCancelButton {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: White;
    background-color: #CDD6EF;
    border-style: none;
    padding: 1px 2px 1px 2px;
    cursor: pointer;
    height: 20px;
}

.master-content-wrapper {
    min-height: 400px;
    display: flex;
    justify-content: center;
}

.error-content-wrapper {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    flex-direction: column;
    margin: 25px;
}

.error-header {
    font-size: xx-large;
    display: flex;
    flex: 1 1 auto;
}

.error-message {
    display: flex;
    flex: 1 1 auto;
    font-size: large;
}

.error-image {
    display: flex;
    flex: 0 1 auto;
}

.error-link {
    display: flex;
}

.error-detail {
    text-align: left;
}

.filter {
    cursor: pointer;
}

.filter-label {
    text-align: right;
}

div.filter-label {
    padding-right: 5px;
}

.filter-input {
    text-align: left;
}

div.filter-input {
    padding-left: 5px;
}

.filter-body {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    justify-content: center;
    padding: 10px;
    height: 200px;
}

.filter-bottom {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    justify-content: center;
    padding: 10px;
}

.filter-bottom input {
    margin: 5px;
}

.content-container {
    width: 100%;
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
    text-align: left;
}

.content-body {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
}

.content-footer {
    padding-top: 15px;
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
}

.row {
    padding-bottom: 5px;
}
