﻿/*---------- RESET --------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/*---------- LOGIN -----------------------------------------------------------------------------------------------*/
#centeredPane {
  position: absolute;
  top: 150px;
  width: 450px;
  left: 37%;
  text-align: left;
  background: #ffffff;
  color: #6b6b6b;
  font-size: 10pt;
}

.loginHeader {
  margin: auto;
  width: 980px;
  background-image: url('Images/loginHeader.png');
  background-repeat: no-repeat;
  height: 101px;
}

.borderedDiv {
  border: 1px solid #e6e6e6;
  margin-bottom: 5px;
  width: 450px;
  text-align: left;
  background: #ffffff;
  color: #6b6b6b;
  font-size: 10pt;
  overflow: hidden;
}

textarea {
  height: 50px !important;
}

#centeredPane #logo {
  display: block;
  width: 430px;
  background: #000;
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  padding-left: 20px;
}

  #centeredPane #logo td {
    line-height: 30px;
    font-family: Arial;
    font-size: 13pt;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
  }


#centeredPane #divLogo {
  width: 100%;
  color: #000;
  padding-left: 20px;
  background-color: rgb(247, 217, 0);
  font-size: 14px;
  font-weight: bold;
  height:50px;
  display:block;
  vertical-align: middle;
  padding-top:10px;
}

.logoLogin {
  color:rgb(247, 217, 0);
  font-size:20px;
  position: absolute;
  width: 450px;
  left: 37%;
  top:90px;
}

.logoLogin img {
  margin-top:-10px;
}

#centeredPane #spanChooseLanguage {
  background: #0079c1;
}

.selectlangDropDown {
  width: 150px;
  font-size: 9pt;
}

#centeredPane #contact {
  display: block;
  width: 430px;
  background: #0079c1;
  height: 30px;
  padding: 5px 10px 10px 10px;
  line-height: normal;
}

#centeredPane .opelLogo {
  background-image: url('Images/silver-logo.png');
  background-repeat: no-repeat;
  font-weight: bold;
  height: 75px;
  width: 100px;
  min-width: 100px;
}


#centeredPane .LoginSubTitle {
  font-family: Verdana;
  font-weight: bold;
  font-size: 14px;
  color: #6b6b6b;
  padding-right: 20px;
  line-height: normal;
  vertical-align: middle;
}

#centeredPane #divLogin a {
  color: white;
  padding-right: 5px;
}

#centeredPane #divLogin {
  padding-left: 20px;
}

#centeredPane #contact a {
  color: #ffffff;
}

#centeredPane table {
  float: left;
  margin: 0 10px 10px 10px;
}

#centeredPane div {
  line-height: 2em;
  clear: both;
}

  #centeredPane div.rememberme {
    height: 35px;
  }

    #centeredPane div.rememberme label {
      float: left;
    }

#centeredPane label {
  width: 100px;
  float: left;
}

#centeredPane input {
  width: 220px;
}

  #centeredPane input[type=text], #centeredPane input[type=password] {
    /*line-height: 1.2em;*/
    height: 24px;
    font-size: 12px;
    padding: 4px;
    background: #fff url('Images/Layout/input-bg.gif') repeat-x 0 0;
    border: 2px solid #cccccc;
    color: #333;
  }

#centeredPane .rememberme input {
  width: 15px;
  text-align: left;
  float: left;
  margin-right: 4px;
  margin-top: 5px;
  height: 20px;
}

#centeredPane .rememberme label {
  float: left;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}

#centeredPane .passwordrecovery {
  margin-left: 10px;
  display: block;
  float: right; /*width: 210px;*/
}

#centeredPane .instructionText, #centeredPane .failureText, #centeredPane .successText {
  display: block;
  padding: 20px 0 0 0;
  line-height: 1.2em;
}

#centeredPane .failureText {
  color: #f54a33;
  padding-top: 0px;
}

.linkLanguage, .linkLanguage:hover {
  padding-top: 20px;
  text-decoration: none;
  padding-left: 1px;
  padding-top: 13px;
}

/*---------- GRID ---------------------------------------------------------------------------------------------*/
.grid {
  width: 100% !important;
  background: #FFF;
  padding: 5px;
  font-size: 10pt;
  clear: both;
  border-style: none;
}

  .grid td {
    padding: 4px;
    vertical-align: middle;
  }

.rowstyle {
  background-color: #FFF;
}

.grid .rowstyle td {
  border-bottom: 1px solid #CCC;
}

.grid .gridHover tr {
  background-color: #CCC;
  border-bottom: 1px solid #CCC;
}

.gridHover td {
  border-bottom: 1px solid #CCC;
}

.grid .rowstyle td h1 {
  font-size: 13pt;
  margin: 0;
  padding: 0;
  color: #336699;
}

.grid .nestedrow td {
  border: 0;
}

  .grid .nestedrow td div.title {
    background: #e5e5e5;
    padding: 5px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
  }

.grid .nestedrow {
  background: #FFF;
}

  .grid .nestedrow .rowstyle td {
    border-bottom: 1px solid #CCC;
  }

.grid .rowstyle td.right, .grid .alternatingrowstyle td.right {
  text-align: right;
}

.grid .rowstyle td.center, .grid .alternatingrowstyle td.center {
  text-align: center;
}

.alternatingrowstyle {
  background-color: #F9F9F9;
}

.grid .alternatingrowstyle td {
  border-bottom: 1px solid #CCC;
}

.grid .headerstyle {
  background-color: #e5e5e5;
  height: 18px;
}

  .grid .headerstyle th {
    background-color: #044368;
    height: 28px;
    font-family: Arial;
    border-width: 0px;
    text-align: left;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    color: White;
  }

    .grid .headerstyle th.right {
      text-align: right;
    }

    .grid .headerstyle th.center {
      text-align: center;
    }

  .grid .headerstyle a {
    color: white;
  }

.grid .sortalternatingrowstyle {
  background-color: #e5e5e5;
}

.grid .sortrowstyle {
  background-color: #f0f0f0;
}

.grid .sortascheaderstyle {
  background: #c5c5c5 url(Img/sort_asc.gif) no-repeat scroll right center;
  padding-left: 5px;
}

.grid .sortdescheaderstyle {
  background: #c5c5c5 url(Img/sort_desc.gif) no-repeat scroll right center;
  padding-left: 5px;
}

.grid .pagerstyle {
  color: #444444;
  background-color: #e5e5e5;
  font-size: x-small;
  text-align: right;
}

  .grid .pagerstyle select {
    font-size: x-small;
  }

.grid .previous {
  background: transparent url(Img/previous.gif) no-repeat scroll center;
  height: 1.3em;
  width: 16px;
}

.grid .next {
  background: transparent url(Img/next.gif) no-repeat scroll center;
  height: 1.3em;
  width: 16px;
}

.grid .gotopage {
  font-size: x-small;
  width: 20px;
}

.grid .rowstyle .deleteButton, .grid .alternatingrowstyle .deleteButton {
  display: inline-block;
  float: left;
  padding: 0 0 0 25px;
  line-height: 25px;
  border-left: 1px solid #ccc;
  background: url('Images/Icons/delete.png') no-repeat 5px 4px;
  margin-right: 5px;
}


/* ---------------------------- VALIDATION SUMMARY ---------------------------------- */
.validationSummary {
  background: #fff6bf;
  border-bottom: 2px solid #ffd324;
  border-top: 2px solid #ffd324;
  color: #333 !important;
  padding: 5px 20px 5px 25px;
  text-align: left;
  margin-bottom: 10px;
}

  .validationSummary ul {
    list-style-type: none;
  }

    .validationSummary ul li {
      padding: 1px 25px;
      margin-bottom: 3px;
    }


body {
  font-family: Verdana;
}

/* --------------------------------------- PAGER ------------------------------------------ */
.pagerCtn {
  text-align: right;
  font-size: 11px;
}

  .pagerCtn .label {
    display: inline-block;
    padding-bottom: 3px;
  }

.pagerNextPrevious {
  font-size: 11px;
  padding: 3px;
  display: inline-block;
  text-decoration: none;
  color: #999;
}

a.pagerNextPrevious {
  border: 1px solid #ddd;
  background: #f8f8f8;
  color: #0079c1;
}

.pagerNumeric {
  font-size: 11px;
  padding: 3px;
  display: inline-block;
  color: #000;
  border: 1px solid #e6e6e6;
  background: #f6fafd;
  text-decoration: none;
}

.pagerCurrent {
  font-size: 11px;
  color: #02557b;
  padding: 3px;
  display: inline-block;
  border: 1px solid #bbc6cc;
  background: #d6f0fe;
}

/* --------------------------------------- HEADER STYLE ----------------------------------- */

.headerstyleGrid {
  background-color: #FEBE10;
  height: 28px;
  font-family: Verdana;
  border-width: 0px;
  text-align: left;
  font-size: 12px;
}

  .headerstyleGrid a {
    color: #000;
  }

  .headerstyleGrid th {
    padding-left: 5px;
    color: White;
    padding-right: 5px;
  }

    .headerstyleGrid th.center {
      text-align: center;
    }


    .headerstyleGrid th.right {
      text-align: right;
    }

  .headerstyleGrid span {
    color: #666;
    font-size: 12px;
    line-height: 0px;
  }

/*------------------------------------------ INFORMATION PANELS -------------------------------------- */

.infoPanelConfirm {
  background: #f3ffe0 url('Images/panelInfoConfirmIcon.png') no-repeat 10px;
  border: solid #3591D0;
  border-width: 2px 0;
  padding: 15px 15px 20px 20px;
  margin-bottom: 4px;
  font-size: 12px;
  display: block;
}

.infoDeleteConfirm {
  background: #f3ffe0;
  border: solid #3591D0;
  border-width: 2px 0;
  padding: 15px 15px 20px 20px;
  margin-bottom: 4px;
  font-size: 12px;
  display: block;
}

/*--------------------------------------- FIELDSET ----------------------------------------------------- */
fieldset {
  border: 1px solid #c0c9cf !important;
  margin-bottom: 10px !important;
  padding: 10px !important;
}

legend {
  color: #666666;
  font-size: 11pt;
  font-weight: lighter;
  padding: 0 15px;
  margin-bottom: 5px;
}

fieldset .title {
  padding-top: 1px;
  color: #3e6783;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-left: 5px;
}

fieldset .titleLeft {
  padding-top: 1px;
  color: #3e6783;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-left: 20px;
}

/*--------------------------------------- DETAIL TABLE ---------------------------------------------------- */

.detailTable {
  border: 0px;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
}

.detailTableLeft {
  border: 0px;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  /*margin-left:20px;*/
}


.detailTable td {
  vertical-align: middle;
  padding-right: 5px;
  padding: 5px 5px 5px 5px;
  /*height: 10px;*/
}

.detailTable select {
  font-size: 12px;
  /*width: 185px;*/
}

.detailTable input {
  font-size: 12px;
  display: inline;
  height: 34px !important;
}

  .detailTable input[type="radio"] {
    margin: 0px 5px !important;
    height: 15px !important;
  }

    .detailTable input[type="checkbox"] {
    margin: 0px 5px !important;
    height: 15px !important;
  }

.detailTable span {
  font-size: 12px;
  height: 15px;
}

.detailTable .XSInput {
  width: 30px;
  border: 2px solid #e6e6e6;
  height: 15px;
}

.detailTable .smallInput {
  width: 80px;
  border: 2px solid #e6e6e6;
  height: 15px;
}

.detailTable .mediumInput {
  width: 100px;
  border: 2px solid #e6e6e6;
  height: 15px;
}

.detailTable .bigInput {
  width: 100%;
  font-size: 12px;
  border: 2px solid #e6e6e6;
  /*height: 15px;*/
}

.detailTable .superBigInput {
  width: 270px;
  font-size: 12px;
  border: 2px solid #e6e6e6;
  height: 15px;
}

.detailTable .smallInput {
  width: 76px;
  font-size: 12px;
  border: 2px solid #e6e6e6;
  height: 15px;
}

.detailTable .superBigInput {
  width: 280px;
  font-size: 12px;
  border: 2px solid #e6e6e6;
  height: 15px;
}


/*--------------------------------------- DETAIL VIEW TABLE ---------------------------------------------------- */

.viewTable {
  border: 0px;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  text-align: left;
}

  .viewTable A {
    color: #6b6b6b;
    text-decoration: underline;
  }


  .viewTable .deleteButton {
    color: Black;
    font-weight: bold;
    text-decoration: none;
  }

    .viewTable .deleteButton:hover {
      color: Black;
      font-weight: bold;
      text-decoration: underline;
    }

  .viewTable .titleColumn {
    padding-top: 5px;
    padding-left: 10px;
    font-size: 12px;
    color: #6b6b6b;
    padding-bottom: 7px;
    font-weight: 600;
    font-style: italic;
  }

  .viewTable .dataColumn {
    padding-left: 10px;
    height: 18px;
    vertical-align: middle;
    color: #000000;
    font-size: 11px;
  }

  .viewTable .actionColumn {
    padding-left: 10px;
    height: 18px;
    vertical-align: middle;
    font-size: 11px;
  }

.tableblueheader {
  background-color: #02557b;
  color: #fff;
}

.leftcolumn {
  background-color: #3591d0;
  padding-left: 10px;
  width: 120px;
  padding-right: 5px;
  height: 18px;
  vertical-align: middle;
}

.collapsablePanel {
  padding-left: 10px;
  width: 90%;
}

.collapsable {
  cursor: pointer;
  font-size: 14px;
  color: #3e6783;
}

.leftcolumngrey {
  background-color: #efefef;
  border-bottom: solid 1px white;
  padding-left: 10px;
  width: 120px;
  height: 18px;
  vertical-align: middle;
}

.rightcolumngrey {
  background-color: #f7f8fc;
  border-bottom: solid 1px white;
  padding-left: 10px;
  width: 400px;
  height: 18px;
  vertical-align: middle;
}

.leftcolumnsmall {
  background-color: #efefef;
  border-bottom: solid 1px white;
  padding-left: 10px;
  width: 120px;
  height: 18px;
  vertical-align: middle;
}

.rightcolumnsmall {
  background-color: #f7f8fc;
  border-bottom: solid 1px white;
  padding-left: 10px;
  width: 120px;
  height: 18px;
  vertical-align: middle;
}

.greyTable {
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
}

/* --------------------------------------- OUTER TABLE ----------------------------------------------- */
.outerTable {
  border: 0px;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  color: White;
  height: 35px;
  font-weight: bold;
}

  .outerTable .trHeader {
    background-color: #044368;
  }

  .outerTable td {
    height: 25px;
    vertical-align: middle;
    padding-left: 5px;
  }

  .outerTable .tdLeft {
    width: 480px;
  }

  .outerTable .tdInnerLeft {
    width: 450px;
    padding-left: 40px;
  }

  .outerTable .tdCheck {
    width: 30px;
  }

  .outerTable .trInner {
    font-size: 12px;
    color: Black;
    height: 35px;
    font-weight: normal;
  }

/* --------------------------------------- INNER TABLE ----------------------------------------------- */

.innerTable {
  border: 0px;
  padding-left: 40px;
  font-size: 12px;
  color: Black;
  height: 35px;
  font-weight: normal;
}

  .innerTable tr {
    background-color: White;
  }

  .innerTable .tdLeft {
    width: 300px;
  }

.bodyClass {
  font-family: Verdana;
  font-size: 13px;
  color: #6b6b6b;
  background-color: #000;
  background-image: url(Images/background.png);
  background-repeat: repeat-x;
}

.bodyClassLogin {
  font-family: Verdana;
  font-size: 13px;
  color: #6b6b6b;
  background-color: #000;
}

.RadEContentBordered {
  font-family: Verdana;
  font-size: 13px;
  color: #6b6b6b;
}

.headerLogo {
  background: url(Images/opelLogoLogin.png) no-repeat 0 0;
  width: 980px;
  height: 75px;
  color: #bdcdd4;
  background-position: right;
}

.logOutSeparator {
  color: #c9a032;
  font-size: 12px;
  padding-right: 5px;
}

.userWelcome {
  padding-right: 5px;
  font-size: 10pt;
  color: #bdcdd4;
}

.userLogout {
  margin-right: 100px;
  font-size: 10pt;
  color: #bdcdd4;
}

td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.clearfix {
  display: inline-block;
}

.rightMenu {
  height: 97%;
}

a.menu:link, a.menu:visited {
  font-family: Verdana;
  text-transform: none;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0px !important;
}

a.menu:hover, a.menu:active {
  font-family: Verdana;
  text-transform: none;
  font-weight: bold;
  color: #D6D6D6;
  padding: 0px !important;
}

.box-width-02 {
  width: 180px;
  height: 18px;
  font-size: 10px;
  display: inline-block;
  float: none;
}

.menu-title {
  font-family: Verdana;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

a {
  color: #999999;
}

  a:hover {
    color: #999999;
    text-decoration: none;
  }

  a.link1:link, a.link1:visited {
    font-family: Verdana;
    font-size: 10px;
    color: #FFFFFF;
    padding: 0px !important;
  }

  a.link1:hover, a.link1:active {
    font-family: Verdana;
    font-size: 10px;
    color: #CCCCCC;
    padding: 0px !important;
  }

  a.link3:link, a.link3:visited {
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    padding: 0px !important;
  }

  a.link3:hover, a.link3:active {
    font-family: Verdana;
    font-size: 10px;
    color: #7f7f7f;
    padding: 0px !important;
  }

  a.link2:link, a.link2:visited {
    font-family: Verdana;
    font-size: 10px;
    color: #FFFFFF;
  }

  a.link2:hover, a.link2:active {
    font-family: Verdana;
    font-size: 10px;
    color: #f2f2f2;
  }

.grid-link, .grid-link:active, .grid-link:hover {
  font-family: Verdana;
  color: #3592d0;
  padding: 0px !important;
  text-decoration: underline;
}

#ctl00_ctl00_MotherPlaceHolder_ContentPlaceHolder1_cmsFunction01_linkPrint {
  color: #000000;
}

a.button1:link, a.button1:visited {
  font-family: Verdana;
  font-size: 10px;
  color: #ffffff;
  background-image: url(button-off.gif);
  background-repeat: no-repeat;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 5px;
  padding-right: 25px;
  padding-bottom: 5px;
  padding-left: 25px;
  text-align: center;
  background-position: center;
}

a.button1:hover, a.button1:active {
  font-family: Verdana;
  font-size: 10px;
  color: #B7C4D5;
  background-image: url(button-on.gif);
  background-repeat: no-repeat;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background-position: center;
}

.table-line-fill {
  background-color: #E9E9E9;
  border: 1px solid #003466;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  margin: 0px;
}

  .table-line-fill:hover {
    background-color: #cbcccf;
    border: 1px solid #003466;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    margin: 0px;
  }

.table-line-grey {
  background-color: #DFDFDF;
  border: 1px solid #CCCCCC;
  padding-top: 2px;
  padding-right: 6px;
  padding-bottom: 2px;
  padding-left: 6px;
  margin: 2px;
}

.box-line {
  background-color: #C3C3C3;
  padding-top: 1px;
  padding-right: 6px;
  padding-bottom: 1px;
  padding-left: 6px;
  margin: 2px;
}

input {
  font-family: Verdana;
  display: block;
}

  input[type=text] {
    border: 2px solid #e6e6e6;
    height: 15px;
    /*padding-left: 3px!important;
        padding-bottom: 3px!important;*/
    /*color: #000000;*/
  }

.text-grey {
  color: #c3c3c3;
  font-size: 10px;
  font-family: Verdana;
}

.link-grey {
  color: #6b6b6b;
  font-size: 10px;
  font-family: Verdana;
}

.text-white-bold {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana;
}

.text-orange {
  color: #FEBE10;
  font-size: 14px;
  font-family: Verdana;
}

.text-blue {
  color: #04476d;
  font-size: 20px;
  font-family: Verdana;
  font-weight: bold;
}

.text-adress-gray {
  color: #939393;
  font-size: 12px;
}

.text-adress-black {
  color: #1a1a1a;
  font-size: 12px;
  padding-bottom: 5px;
}

.text-bluedark {
  color: #003466;
}

.headtitle {
  font-size: 16px;
  color: #231F20;
  line-height: 20px;
}

.image-padding {
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#ctl00_ctl00_MotherPlaceHolder_tdHeader {
  vertical-align: top;
  height: 221 !important;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-color: #3e6883;
}

.topMenu {
  padding-left: 10px;
  height: 25px !important;
  vertical-align: top;
  background-image: url(Images/topmenu-bg.jpg);
  background-color: #3e6883;
  padding-top: 0px !important;
  background-repeat: no-repeat;
}

.languages {
  text-decoration: none;
  color: #ffffff !important;
  font-family: Verdana !important;
  font-size: 10px !important;
  padding: 0px !important;
}

.languagesSelected {
  color: #cccccc !important;
  text-decoration: none !important;
  font-family: Verdana !important;
  font-size: 10px !important;
  padding: 0px !important;
}

.languages:hover {
  color: #cccccc !important;
  text-decoration: none !important;
  font-family: Verdana !important;
  font-size: 10px !important;
  padding: 0px !important;
}

p.ContactUs span {
  /*color: #a0a0a0;*/
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
}

p.ContactUs input {
  /*background: url(../../Images/CarFlow/ddFieldBg.jpg) left top;     background-repeat: repeat-x;     border-bottom: solid 1px #dcdcdc;     border-right: solid 1px #dcdcdc;     border-top: solid 1px #f2f2f2;     border-left: solid 2px #f2f2f2;*/
  height: 18px;
  color: #4a697a;
  font-size: 10px;
  font-weight: bold;
  padding-top: 3px;
  padding-left: 5px;
  width: 149px;
}

.sendButton {
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff !important;
  background-color: #808080;
  height: 25px !important;
  text-decoration: none;
  width: 45px;
}

  .sendButton:hover {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff !important;
    background-color: #808080;
    height: 25px !important;
    text-decoration: none;
    width: 45px;
  }

.divCC1 span {
  width: 180px;
  margin-left: 0px !important;
}

  .divCC1 span input {
    width: 100%;
    margin-left: 0px !important;
  }

.carGridItem {
  color: #ffffff;
  font-family: Verdana;
  font-size: 10px;
}

.btnSearchCFM {
  color: #666666;
  font-size: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.btnSearchCFMBG {
  width: 67px;
  height: 23px;
  margin-top: -1px;
}

.btnSearchCFM :hover {
  color: #003466;
  text-decoration: underline;
}

#tableContent {
  margin-top: 47px !important;
  width: 980px !important;
}

.carsListHeaderTable {
  background-color: #7f7f7f;
}

.carDetailsNavLinks {
  background-color: #3e6883;
}

  .carDetailsNavLinks a.link1 {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
  }

    .carDetailsNavLinks a.link1:hover {
      font-size: 13px;
      color: #cccccc;
      text-decoration: none;
    }

.carDetailsSectionTitle {
  font-weight: bold;
}

.carDetailsSubsectionTitle {
  font-weight: bold;
}

.carImageColumnHeader {
  background-color: #e1e3e2;
  height: 32px;
}

.mainColumnsHeader {
  background-color: #9d9d9d;
  height: 32px;
  background-image: url(carsgridcolumn-bg.jpg);
  background-repeat: no-repeat;
  padding: 0px 0px 0px 4px;
  font-family: Arial;
  font-weight: bold;
  font-size: 10px;
}

  .mainColumnsHeader a {
    color: #ffffff;
    padding: 0 !important;
  }

    .mainColumnsHeader a:hover {
      color: #336b7a;
      padding: 0 !important;
    }

.priceColumnHeader {
  background-color: #484a49;
  height: 32px;
  padding: 0px 4px 0px 4px;
  font-family: Arial;
  font-weight: bold;
  font-size: 10px;
  text-align: right;
}

  .priceColumnHeader a {
    color: #ffffff;
    padding: 0 !important;
  }

    .priceColumnHeader a:hover {
      color: #336b7a;
      padding: 0 !important;
    }

.carGridPriceItems {
  color: #4b6566;
  font-weight: bold;
  font-size: 10px;
  text-align: right;
  padding: 0 4px 0 4px;
}

.imageTemplate1 {
  padding: 0px 0px 9px 0px;
}

.carModelTemplate1 {
  color: #3f3f3f;
  font-weight: bold;
}

.grossPriceTemplate1 {
  color: #3f3f3f;
  font-weight: bold;
  text-align: right;
  padding-right: 7px;
}

.netPriceTemplate1 {
  text-align: right;
  padding-right: 7px;
}

.imageTemplate2 {
  padding: 0px 0px 9px 0px;
}

.priceTemplate2 {
  color: #ffffff;
  width: 25%;
  background-color: #111164;
  font-weight: bold;
  text-align: center;
}

.columnsTemplate2 {
  width: 25%;
  color: #111164;
  background-color: #d4d5d6;
  font-weight: bold;
  text-align: center;
}

.columnHeaderCenterTemplate3 {
  text-align: center;
  border: solid 1px Gray;
  height: 21px;
  font-weight: bold;
}

.columnHeaderTemplate3 {
  border: solid 1px Gray;
  height: 21px;
  padding-left: 1px;
  font-weight: bold;
}

.itemAlignedCenterTemplate3 {
  text-align: center;
}

.itemTemplate3 {
  padding-left: 4px;
}

.priceTemplate6 {
  font-weight: bold;
  color: #4b6566;
}

.modelTemplate6 {
  font-weight: bold;
}

.itemTemplate7 {
  font-family: Verdana;
  font-size: 10px;
  color: #4b6566;
  font-weight: bold;
}

.priceTemplate7 {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #5e5e5e;
  text-align: center;
}

.dataGridPager a {
  font-family: "Arial";
  font-size: 11px;
  font-weight: bold;
  color: #5e5e5e;
  padding: 0px 5px 0px 5px;
  border: 1px solid #c3c3c3;
  text-decoration: none;
  margin-left: 2px;
  margin-right: 2px;
}

.dataGridPager span {
  font-family: "Arial";
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding: 0px 5px 0px 5px;
  background-color: #ffd41d;
  border: 1px solid #c3c3c3;
  margin-left: 2px;
  margin-right: 2px;
}

.dataGridPager td {
  width: 100%;
  text-align: left;
  padding: 10px;
  padding-top: 20px;
}

span.pagerText {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #5e5e5e;
  padding: 0px 0px 0px 0px;
  background-color: #fff;
  border: none;
}

.carDetailsContentDiv {
  padding: 3px 3px 0px 3px;
}

.templateTable {
  background-color: #fff;
}

table.templateTable tr td.separator {
  height: 453px;
  width: 15px;
}

table.templateTable tr td.contentZone {
  vertical-align: top;
  padding-top: 15px;
}

.alignLinks {
  width: 100%;
}

.navLinkButtonTd {
  white-space: nowrap;
}

.carDetailsItem {
  padding-left: 5px;
}

.hasVerticalMenuxxx {
  background-color: #ffffff;
  font-size: 10px !important;
}

#langSeparator {
  color: #ffffff;
}

#tdSortColumn {
  background-color: #9d9d9d;
}

.footerContainer {
  height: 45px;
  padding-left: 20px;
  background-color: #363636;
  vertical-align: middle;
}

.left-drop-zone {
  background-color: #ebebeb;
  vertical-align: top;
  padding: 20px 0px 10px 0px;
}

.left-bottom-drop-zone {
  background-color: #ebebeb;
  vertical-align: bottom;
  padding: 10px 0px 20px 0px;
}

.left-top-content {
  background-color: #ebebeb;
  width: 204px;
  margin-left: 18px;
  margin-right: 18px;
  overflow-x: hidden;
}

.left-bottom-content {
  background-color: #ebebeb;
  width: 204px;
  margin-left: 18px;
  margin-right: 18px;
  overflow-x: hidden;
}

.right-drop-zone {
  padding: 20px 20px 10px 20px;
  width: 740px;
  vertical-align: top;
  overflow-x: hidden;
}

.right-bottom-drop-zone {
  padding: 10px 10px 20px 10px;
  width: 740px;
  vertical-align: top;
}

.right-top-content {
  width: 694px;
  overflow-x: hidden;
}

.right-bottom-content {
  max-width: 155px;
  min-width: 155px;
  overflow-x: hidden;
}

.hasVerticalMenuAnd6px {
  width: 980px !important;
}

.left-banner-content {
  min-width: 515px;
  width: 515px;
  overflow-x: hidden;
}

.right-banner-content {
  min-width: 155px;
  width: 155px;
  overflow-x: hidden;
}

.cars-grid-model {
  color: #3e6883;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  vertical-align: top;
  padding: 5px 5px 5px 5px;
}

.cars-grid-options {
  /*color: #3e6883;*/
  color: Black;
  font-family: Verdana;
  font-size: 10px;
  padding: 5px 5px 0 5px;
  vertical-align: top;
  width: 60px;
}

  .cars-grid-options a {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
  }

.header-options {
  /*color: #358eca;*/
  color: Black;
  font-family: Verdana;
  font-size: 10px;
  padding: 0px 5px 0 5px;
  width: 60px;
  white-space: nowrap;
  vertical-align: middle;
}

  .header-options div {
    white-space: nowrap;
  }

  .header-options a {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
  }

    .header-options a:hover {
      color: #3591d0;
    }

.header-model a {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}

  .header-model a:hover {
    color: #3591d0;
  }

.header-model {
  color: #358eca;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}

  .header-model div {
    white-space: nowrap;
  }

.main-content {
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.topSecondLevelMenu {
  color: #fff;
  background-color: #333333;
  padding-left: 18px;
  height: 30px;
  vertical-align: middle;
}

.topSecondLevelSeparator {
  background-repeat: repeat-y;
  width: 2px;
  min-width: 2px;
  height: 30px;
  padding-right: 10px;
}

.topSecondLevelMenu a {
  font-size: 12px;
  padding-right: 10px;
  padding-left: 0px;
  color: #fff;
  text-decoration: none;
}

.topSecondLevelMenu td {
  height: 28px;
  vertical-align: middle;
}

.topSecondLevelMenu a:hover {
  color: #fff;
}

.link-details {
  padding: 2px 12px 2px 5px;
  background-image: url(arrow.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #ffce1f;
  color: #000;
  font-size: 9px;
  font-weight: 900;
  text-decoration: none;
  border: solid 1px #867a4e;
  text-transform: uppercase;
}

  .link-details:hover {
    color: #3e6883;
  }

.quick-search {
  font-family: Verdana;
  font-size: 11px;
  color: #221f1f;
}

  .quick-search select {
  }

.quick-search-title {
  color: #3e6883;
  font-size: 20px;
  font-weight: bold;
  font-family: Verdana;
}

.searchbox {
  width: 100px;
}

.slimsearchbox {
  display: inline;
  width: 100px;
}

.blue-link {
  font-family: Verdana;
  font-size: 13px;
  color: #3e6883;
  font-weight: bold;
}

.blue-title {
  color: #3e6883;
  font-weight: bold;
  font-family: Verdana;
  font-size: 18px;
}

.yellow-arrow {
  background-image: url(yellow-arrow.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 11px;
}

.black-title {
  color: #231f20;
  font-family: Verdana;
  font-size: 13px;
  padding-bottom: 3px;
}

.yellow-link {
  color: #ef8600;
  font-family: Verdana;
  font-size: 13px;
  text-decoration: none;
  padding-top: 5px;
  display: block;
}

  .yellow-link:hover {
    color: #ef8600;
    font-family: Verdana;
    font-size: 13px;
    text-decoration: underline;
  }

a.aLevel2:hover {
  color: #BB8F3E;
}

a.aLevel2Selected {
  color: #BB8F3E;
}

  a.aLevel2Selected:hover {
    color: #BB8F3E;
  }

.highslide img {
  border: 1px solid #3e6883 !important;
}

.contact-check input {
  display: inline;
}

a.form-submit:hover {
  text-decoration: none;
}

h1.flash span {
  font-family: Tahoma;
  color: #6f6f6f !important;
}

select option.leadCarCategoryItem {
  color: #000000;
  font-style: oblique;
  font-weight: bold;
}

select option.top {
  font-weight: bold;
  font-style: oblique;
}

select option.subelement {
  padding-left: 10px;
}


.globalActions {
  padding: 5px;
  background: #f5f5f5;
  margin-bottom: 10px;
  padding-top: 15px;
  color: Black;
  height: 55px;
  vertical-align: middle;
}

  .globalActions a {
    color: #666666;
    font-size: 12px;
  }

  .globalActions .label {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    font-size: 9pt;
  }

.actionLink {
  display: inline-block;
  margin-left: 5px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 18px;
  cursor: pointer;
  text-decoration: none;
  color: #044368 !important;
  font-weight: bold;
}

.itemAction {
  font-size: 10pt;
  float: right;
  display: inline-block;
}

.itemAction {
  display: inline-block;
  margin-left: 5px;
  padding-right: 3px;
  padding-top: 2px !important;
  padding-bottom: 0px;
  padding-left: 18px;
  cursor: pointer;
  text-decoration: none;
  color: #044368;
  font-weight: bold;
}

  .itemAction .actionLink:hover {
    text-decoration: underline;
  }

  .itemAction .actionLink.add {
    background: url('Images/add.png') no-repeat;
  }

  .itemAction .actionLink.delete {
    background: url('Images/delete.png') no-repeat;
  }

  .itemAction .actionLink.back {
    background: url('Images/back.gif') no-repeat;
  }

  .itemAction .actionLink.save {
    background: url('Images/save.png') no-repeat;
  }

  .itemAction .check {
    background: url('Images/icon_accept.gif') no-repeat;
  }

  .itemAction .import {
    background: url('Images/icon_download.gif') no-repeat;
  }

/*Modal Popup*/
.modalpopup {
  font-family: arial;
  font-size: 12px;
  padding: 2px 3px;
  display: block;
  position: absolute;
}

.container {
  border: solid 1px #808080;
  border-width: 1px 0px;
}

.headerPopup {
  background-color: #2851BC;
  color: #ffffff;
  border-color: #808080 #808080 #ccc;
  border-style: solid;
  border-width: 0px 1px 1px;
  padding: 3px 10px;
  height: 15px;
}

  .headerPopup .msg {
    font-weight: bold;
  }

.bodyPopup {
  background-color: white;
  border-color: #808080;
  border-style: solid;
  border-width: 0px 1px;
  padding: 10px;
}

  .bodyPopup .msg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bodyPopup .msgConfirm {
    padding-left: 15px;
    padding-right: 15px;
    width: 300px;
  }


.footer {
  background-color: white !important;
  border-color: #808080;
  border-style: none solid;
  border-width: 0px 1px !important;
}

.modalBackground {
  background-color: Gray;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.hidden {
  display: none;
}

.buttonAlert {
  background-color: #eaeaea;
  border: solid 1px silver;
  color: #0153a5;
  font-size: 12px;
  width: 70px;
  height: 20px;
}

  .buttonAlert:hover {
    background-color: #eeeeee;
    border: solid 1px gray;
    color: #0153a5;
    font-size: 12px;
    width: 70px;
    height: 20px;
  }


/*modal popup*/
  .actionButtonMedium {
  text-align: center;
  display: inline-block;
  vertical-align: middle !important;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #000000 !important;
  text-decoration: none;
  padding-top: 0px !important;
  border: none;
  background: url('Images/actionButtonMedium.png');
  background-repeat: no-repeat;
  height: 22px !important;
  line-height: 22px;
  width: 117px !important;
}

  .actionButtonMedium:hover {
    text-align: center;
    width: 117px !important;
    vertical-align: middle;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #000000 !important;
    text-decoration: none;
    background: url('Images/actionButtonMediumHover.png');
    background-repeat: no-repeat;
    height: 22px !important;
    line-height: 22px;
    border: none;
    cursor: pointer;
  }
.actionButtonSmall {
  display: inline-block;
  text-align: center;
  display: block;
  vertical-align: middle !important;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #000000 !important;
  text-decoration: none;
  padding-top: 0px !important;
  border: none;
  background: url('Images/actionButtonSmall.png');
  background-repeat: no-repeat;
  height: 22px !important;
  line-height: 22px;
  width: 87px !important;
  display: inline-block;
  padding-right: 3px;
  padding-bottom: 5px;
  cursor: pointer;
}

  .actionButtonSmall:hover {
    display: inline-block;
    text-align: center;
    width: 87px !important;
    display: block;
    vertical-align: middle;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #000000 !important;
    text-decoration: none;
    background: url('Images/actionButtonSmallHover.png');
    background-repeat: no-repeat;
    height: 22px !important;
    line-height: 22px;
    border: none;
    display: inline-block;
    padding-right: 3px;
    padding-bottom: 5px;
    cursor: pointer;
  }

.panelSelect {
  padding-top: 3px;
  display: block;
  height: 60px !important;
}

#divinputfile {
  background: url('Images/actionButtonSmallHover.png') no-repeat 100% 1px;
  height: 21px;
  width: 270px;
  padding-top: 1px;
  margin: 0px;
}

.filepc11 {
  opacity: 0.0;
  -moz-opacity: 0.0;
  filter: alpha(opacity=00);
  font-size: 12px;
}

#fakeinputfile {
  margin-top: -28px;
}

  #fakeinputfile #fakefilepc {
    width: 170px;
    height: 15px;
    font-size: 12px;
    font-family: Verdana;
  }

.hideme {
  display: none;
}

/*Modal Popup*/
.modalpopup {
  font-family: arial;
  font-size: 12px;
  padding: 2px 3px;
  display: block;
  position: absolute;
}

.container {
  border: solid 1px #808080;
  border-width: 1px 0px;
}

.headerPopup {
  background-color: #2851BC;
  color: #ffffff;
  border-color: #808080 #808080 #ccc;
  border-style: solid;
  border-width: 0px 1px 1px;
  padding: 3px 10px;
  height: 15px;
}

  .headerPopup .msg {
    font-weight: bold;
  }

.bodyPopup {
  background-color: white;
  border-color: #808080;
  border-style: solid;
  border-width: 0px 1px;
  padding: 10px;
}

  .bodyPopup .msg {
    padding-left: 15px;
    padding-right: 15px;
  }

.footer {
  background-color: white !important;
  border-color: #808080;
  border-style: none solid;
  border-width: 0px 1px !important;
}

.modalBackground {
  background-color: Gray;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.hidden {
  display: none;
}

.buttonAlert {
  background-color: #eaeaea;
  border: solid 1px silver;
  color: #0153a5;
  font-size: 12px;
  width: 70px;
  height: 20px;
}

  .buttonAlert:hover {
    background-color: #eeeeee;
    border: solid 1px gray;
    color: #0153a5;
    font-size: 12px;
    width: 70px;
    height: 20px;
  }

.link-1 {
  display: block;
  float: right;
  background: url('Images/link_bg2.gif') left top repeat-x;
  margin-left: 5px;
}

  .link-1 em {
    display: block;
    background: url('Images/link_left2.gif') no-repeat left top;
  }

  .link-1 b {
    display: block;
    background: url('Images/link_right2.gif') no-repeat right top;
    padding: 0px 20px 1px 20px;
    font-weight: normal;
    font-style: normal;
  }

  .link-1 a {
    text-decoration: none;
    font-weight: bold; /*color: #1e6bb9;*/
    color: #1c4d7a;
    font-family: Arial;
  }

    .link-1 a:hover {
      text-decoration: none;
      color: red;
    }

.importantInfo {
  color: Red;
  font-weight: bold;
  background-image: url('Images/notice.png');
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-left: 32px;
  line-height: 30px;
  height: 30px;
  width: 30px;
}
/*modal popup*/
.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.field-validation-error {
  color: Red;
  font-size: 80%;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

button:disabled {
  cursor: no-drop;
  background: grey;
}

  button:disabled:hover {
    cursor: no-drop;
    background: grey;
  }


/*field readonly*/
input:read-only {
  background-color: #ebebe4;
}

/*pagination*/


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
}

  .pagination > li {
    display: inline;
    float: left;
    padding: 8px 5px;
  }

.list-group + .panel-footer {
  border-top-width: 0;
}

.pagination-container {
  text-align: center;
}

.page + .active {
  background-color: #f9f9f9;
}

.labelToLeft {
  margin-left: 15px;
}
