/*
   FOR UPDATING COLORS
*/
.background {
    /*width: 100%;
    background: url("../images/dealerinquiry-background.jpg") no-repeat top center;
    overflow-x: hidden;
    background-color: #004d95;*/
    background: #084949; /* For browsers that do not support gradients */
}
/*.background:after {
    content: ".";
    height: 0;
    clear: both;
    visibility: hidden;
}
.theme-background-color {
    background-color: #E6E6E6;
    overflow-x: hidden;
}*/
.main {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}
.side-info-box {
    background-color: #F2F2F3;
    border-radius: 5px;
}
ul.color-background-lblue {
    background-color: #D3D3D3;
}
/*HEADER TITLE*/
.header-title {
	border-top: 2px solid #17595A;
	border-right: 2px solid #17595A;
	border-left: 2px solid #17595A;
    background: #084949;
}
/*END HEADER TITLE*/
/*MAIN SECTIONS*/
.main-section {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #003939;
}
/*END MAIN SECTIONS*/
/*BUTTONS*/
/*--.button {
    background: #adadad; 
    background: -webkit-linear-gradient(top, #adadad, #f7f7f7); 
    background: -o-linear-gradient(bottom, #adadad, #f7f7f7); 
    background: -moz-linear-gradient(bottom, #adadad, #f7f7f7); 
    background: linear-gradient(to bottom, #adadad, #f7f7f7); 
    border: 1px solid #adadad;
}*/
.button-neg {
    background: #505350;
    border: 1px solid #505350;
    border-radius: 5px;
}
.button-neg:hover {
    background: #363A36;
    border: 1px solid #363A36;
}
.button-neg:active {
    background: #363A36;
    border: 1px solid #363A36;
}
.button-neg:focus {
    background: #363A36;
    border: 1px solid #363A36;
}
.button-pos {
    background: #B14625;
    border: 1px solid #B14625;
    border-radius: 5px;
}
.button-pos:hover {
    background: #C25528;
    border: 1px solid #C25528;
}
.button-pos:active {
    background: #C25528;
    border: 1px solid #C25528;
}
.button-pos:focus {
    background: #C25528;
    border: 1px solid #C25528;
}
/*END BUTTONS*/
/*LINK COLORS*/
/*body a {
    color: #001eff;
}
body a:visited {
    color: #a25e20;
}
body a:active {
    color: #004d95;
}
body a:hover {
    color: #480737;
}*/
body a {
    color: blue;
    text-decoration:underline;
}
body a:visited {
    color: blue;
    text-decoration:underline;
}
body a:active {
    color: blue;
    text-decoration:underline;
}
body a:hover {
    color: blue;
    text-decoration:underline;
}
/*FOOTER*/
a.color-white {
    color: white;
    text-decoration:underline;
}
a.color-white:visited {
    color: #efefef;
    text-decoration:underline;
}
a.color-white:active {
    color: #efefef;
    text-decoration:underline;
}
a.color-white:hover {
    color: #efefef;
    text-decoration:underline;
}
.color-white {
	color:white;
}
/*END LINK COLORS*/
/*TEXT COLORS*/
.color-white {
    color:white;
}
/*END TEXT COLORS*/
/*LINES*/
.divider-line {
    border-bottom: 2px solid #003263;
}
/*END LINES*/
/*BORDERS*/
.main-section-border{
	border-bottom: 2px solid #003939;
	margin-bottom: 5px;
}
.border-right-transparent {
    /*used to give space between elements*/
    border-right: 5px solid transparent;
}
/*END BORDERS*/