/******************
HTML Tags
******************/

html, body {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow: hidden;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0px 10px
  left: 10px;
  background: white;
  /*background: #CBCBCB url(bg-main.gif) repeat-x;*/
  font-size: .72em;
}

ul#minitabs {
  overflow: auto;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

  ul#minitabs li {
    float: left;
    margin: 0;
    padding: 0 7px;
  }

  ul#minitabs a {
    float: left;
    text-decoration: none;
    padding: 4px 0 16px;
    color: #999;
    text-align: center;
  }

    ul#minitabs a#current, ul#minitabs a:hover, ul#minitabs a:active {
      color: #666;
    }

#main {
  margin: 0px 0px 0px 50px;
}

#head ul#primary {
  margin: 0px 0px 0px 50px;
  font-size: large;
  font-family: Arial, Helvetica, Sans-Serif;
  padding: 0;
  bottom: -1px;
  width: 45em; /* a width is requiB82136 for Opera, older Mozilla browsers, and Konqueror browsers */
}

  #head ul#primary li {
    display: inline;
    list-style: none;
  }

  #head ul#primary a, #header ul#primary span, #header ul#primary a.current {
    width: 8em;
    display: block;
    float: left;
    padding: 4px 0;
    margin: 1px 1px 0 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
    text-decoration: none;
    color: #666;
  }

    #head ul#primary span, #header ul#primary a.current, #header ul#primary a.current:hover {
      border: 1px solid #666;
      border-bottom: none;
      padding-bottom: 6px;
      margin-top: 0;
    }

  #head ul#primary a {
    border: 1px solid #AAA;
    border-bottom: none;
  }

    #head ul#primary a:hover {
      margin-top: 0;
      border-color: #666;
      padding-bottom: 5px;
    }



/******************
FORM STYLES 
******************/

/* CONTENT-CONTAINER*/
#content-container {
  background-color: white;
  border-top: 0 solid #CBCBCB;
  border-bottom: 0 solid #7F7F7F;
  width: 100%;
    position: absolute;
  top: 70px;
  bottom: 10px;
  overflow: auto;
  height: auto !important;


}

#content-container-empty {
  background-color: White;
  border-top: 1px solid #CBCBCB;
  border-bottom: 2px solid #7F7F7F;
  width: 100%;
  position: absolute;
  top: 27px;
  bottom: 5px;
  overflow: auto;
  min-height: 75%;
  height: auto !important;
  height: 75%;
}

#content-container form {
  margin: 20px 0px;
  padding: 0px 0px 0px 0px;
}

#content-container-docking {
  border-top: 0px solid #CBCBCB;
  border-bottom: 0px solid #7F7F7F;
  width: 100%;
  /*height: 100% !important;*/
  position: absolute;
  top: 72px;
  bottom: 19px;
  overflow: hidden;
}

#content-container fieldset {
  margin: 10px 0px 0px 0px;
  padding: 0px 5px 5px 5px;
}
  /* a nested fieldset */
  #content-container fieldset fieldset {
    margin: 10px 0px 0px 0px;
    padding: 0px 5px 5px 5px;
  }

#content-container legend {
  margin-bottom: 0px;
  padding: 0px 10px 0px 5px;
  font-weight: bold;
  background-color: #808080;
  color: #FFFFFF;
}
/* a nested legend */
#content-container fieldset fieldset legend {
  margin-bottom: 0px;
  padding: 0px;
  font-weight: normal;
  background-color: #808080;
  color: #FFFFFF;
}

#content-container label {
  display: inline;
}

/*CONTENT*/
#content {
  padding: 0px 0px 0px 0px;
  margin: 0px 200px 0px 221px;
  min-height: 90%;
  height: auto !important;
  height: 90%;
  bottom: 0px;
}

  #content ul {
    margin: 0px 0px 0px 20px;
  }

  #content li {
    margin: 0px 0px 0px 20px;
  }

#content-detail {
  padding: 10px 10px 10px 10px;
  margin: 0px 210px 0px 221px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  bottom: 0px;
}

#content-ramp {
  padding: 10px 10px 10px 10px;
  margin: 0px 210px 0px 221px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  bottom: 0px;
}

#content-detail ul {
  margin: 0px 0px 0px 0px;
}

#content-detail li {
  margin: 0px 0px 0px 20px;
}

#content-confirm {
  padding: 10px 10px 10px 10px;
  margin: 0px 235px 0px 221px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  bottom: 0px;
}

#content-list {
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 0px 221px;
  height: auto !important;
  height: 100%;
  bottom: 0px;
}

#content-docking {
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 0px 0px;
  height: auto !important;
  height: 100%;
  bottom: 0px;
}

#content-error {
  padding: 10px 200px 10px 10px;
  margin: 20px;
  background-color: #ffff99;
  font-size: 0.98em;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  bottom: 0px;
}

  #content-error ul {
    margin: 0px 0px 0px 20px;
  }

  #content-error li {
    margin: 0px 0px 0px 20px;
  }
/*CONTENT-SIDE*/
#content-side {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 210px;
  bottom: 0px;
  padding: 5px;
  min-height: 90%;
  background: #e3e3e3;
  border-right: 1px solid #b8b8b8;
  overflow: hidden;
}

#content-side-register {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  padding: 10px;
  border-right: 0 solid #b8b8b8;
  background: #e3e3e3;
  bottom: 0px;
}
/*CONTENT-SIDE-2*/
#content-side-2 {
  position: absolute;
  top: 0;
  right: 0px;
  width: 190px;
  padding: 5px;
  min-height: 90%;
  border-left: 1px solid #b8b8b8;
  background: #e3e3e3;
  bottom: 0px;
}

  #content-side-2 img {
    border: none;
  }

#content-side-2-details {
  position: absolute;
  top: 0;
  right: 0px;
  width: 200px;
  padding: 5px;
  border-left: 1px solid #808080;
  bottom: 0px;
}

#content-side-2-ramp {
  position: absolute;
  top: 0;
  right: 0px;
  width: 200px;
  padding: 5px;
  border-left: 1px solid #808080;
  bottom: 0px;
}

#content-side-2-confirm {
  position: absolute;
  top: 0;
  right: 0px;
  width: 225px;
  padding: 5px;
  border-left: 1px solid #808080;
  bottom: 0px;
}

.ContentHeader {
  font-size: 24px;
  background-color: #808080;
  border: 1px solid #858585;
  color: #fff;
  width: 100%;
  margin: 0 0 50px 2px;
  padding: 5px;
}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
  color: #808080;
}

a:visited {
  color: #808080;
}

a:hover {
  color: #669966;
  text-decoration: none;
}

a:active {
  color: #669966;
}
/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav-container a:link {
  color: #808080;
}

#mainnav-container a:visited {
  color: #808080;
}

#mainnav-container a:hover {
  color: #669966;
  text-decoration: none;
}

#mainnav-container a:active {
  color: #669966;
}
/* All link states are selected with an "a" */
#header a {
  color: #808080;
}

#breadcrumb-container a:link {
  /*color: #808080;*/
  color: White;
}

#breadcrumb-container a:visited {
  color: #808080;
  color: White;
}

#breadcrumb-container a:hover {
  color: Black;
}

#breadcrumb-container a:active {
  color: White;
  font-weight: bold;
}

/******************
HEADINGS
******************/

h1 {
  font-size: 1.6em;
  padding: 0;
  margin: 10px 0 10px 10px;
}

h2 {
  font-size: 1.1em;
  margin: 10px 0px 10px 10px;
}

h3 {
  font-size: 1.1em;
  margin: 10px 0px 10px 10px;
  text-align: left;
}

h4 {
  font-size: 1em;
  margin: 0px;
}

h5 {
  font-size: 1.6em;
  padding: 0;
  margin: 0;
}

h6 {
  font-size: 0.98em;
  text-align: right;
  margin: 0px;
  padding: 0px;
}

#three-column-container h2 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

/******************
Layout Divs
******************/

#mainnav-container {
  padding: 3px 10px;
  border-bottom: 2px solid #7F7F7F;
  margin-bottom: 1px;
  background: #FFFFFF url(bg-topnav.gif) repeat-x;
}

#mainnav-container-assist {
  padding: 10px 10px 10px 10px;
  border-bottom: 2px solid #7F7F7F;
  margin-bottom: 1px;
  background: #FFFFFF url(bg-topnav.gif) repeat-x;
}

#mainnav-container-buttonbar {
  text-align: right;
}

#mainnav {
  float: left;
  width: 70%;
}

#mainnav-side {
  float: right;
  width: 20%;
  text-align: right;
}

#header {
 
  border-bottom: 0 solid #AB0D0D;
  border-right: 0 solid #AB0D0D;
  /*background: #808080 url(bg-header.gif) repeat-x;*/
  background: #008F9E;/* url(bg-header.jpg) repeat;*/
  background-position: left;
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  height: 55px;
  position: absolute;
  width: 100%;
}
#headerright {
  border-bottom: 0 solid #AB0D0D;
  border-right: 0 solid #AB0D0D;
  /*background: #808080 url(bg-header.gif) repeat-x;*/
  background: url(bg-header_right.png) no-repeat;
  background-position: right;
  font-size: 1.8em;
  font-weight: bold;
  text-align: right;
  height: 55px;
  right: 20px;
  position: absolute;
  width: 100%;
}

  #header a {
    text-decoration: none;
    color: #FFFFFF;
  }

#logo {
  display: none;
}

#sitename {
  margin: 25px 0 0 100px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

#slogan {
  position: absolute;
  top: 9px;
  left: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}
#slogan2 {
  position: absolute;
  top: 50px;
  left: 20px;
  font-size: 1.4em;
  /*font-weight: bold;*/
  color: #000;
}

#company {
  float: right;
  font-size: .68em;
  margin: 0px;
  font-weight: normal;
}

#Acknowledge {
  border: Dashed, 1px, Green;
  width: 300px;
  font-size: 1.1em;
  font-weight: bold;
  color: Green;
  margin: 0px;
  padding-top: 7px;
}

#breadcrumb-container {
  /*border-bottom: 2px solid #7F7F7F;*/
  /*background: #FFFFFF url(bg-topnav.gif) repeat-x;*/
  border-bottom: 0 solid #808080;
  background: #808080 url(bg-header_left.jpg);
  text-align: center;
  height: 17px;
  padding-top: 0px;
  top: 55px;
  width: 100%;
  position: absolute;
  z-index: 100;
}

#breadcrumb-container-empty {
  border-bottom: 2px solid #9BD8F6;
  background: #808080;
  margin-bottom: 1px;
  height: 19px;
  padding-top: 3px;
  top: 5px;
  width: 100%;
  position: absolute;
  z-index: 100;
}

#breadcrumb {
  float: left;
  padding: 0px 10px 0px 0px;
}

#breadcrumb-side {
  float: right;
  padding: 0 10px 0 0;
}

  #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;
    }

#content p, #content-side-2 p, table {
  margin: 0px 0px 0px 0px;
}

#breadcrumb-side label {
  display: none;
}

#two-column-container {
  width: 100%;
  margin: 10px 0px;
  text-align: justify;
}

#two-column-left {
  float: left;
  width: 50%;
}

#two-column-right {
  float: right;
  width: 45%;
}

#three-column-container {
  width: 100%;
  margin: 10px 0px;
  text-align: justify;
}

#three-column-left {
  float: left;
  width: 30%;
}

#three-column-right {
  float: right;
  width: 30%;
}

#three-column-middle {
  width: 30%;
  margin: 0px 32% 0px 35%;
}

#footer {
  padding: 1px 0 0 0;
  border-top: 0 solid #9BD8F6;
  text-align: center;
  background: #808080 url(bg-header_left.jpg);
  color: White;
  font-size: 10px;
  vertical-align: text-bottom;
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 15px;
}

#footerSmall {
  padding: 3px 0px 0px 0px;
  border-top: 0px solid #9BD8F6;
  text-align: center;
  background: #808080 url(bg-header_left.jpg);
  color: White;
  font-size: .75em;
  vertical-align: text-bottom;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 17px;
}

#buttonbar {
  margin: 20px 0 0 0;
  text-align: center;
}

#buttonbar-right {
  margin: 15px 10px 0 0;
  text-align: right;
}

#mapbar {
  margin: 10px 0px 0px 50px;
  font-size: large;
}

#tabpage-bar {
  margin: 30px 0px 0px 25px;
}

#tabpage-bar-profile {
  margin: 20px 0px 0px 0px;
}

#tabcontrol {
  /*
  border: 1px solid #AAAAAA;
  background-color: #F6F6F6;
*/
}

/******************
MENU ITEMS
******************/

#mainnav-container ul {
  margin: 0px;
  padding: 0px;
}

#mainnav-container li {
  padding: 0px;
  list-style: none;
  display: inline;
  margin: 5px 10px 5px 0px;
}

#mainnav-side li {
  padding: 0px;
  margin: 5px 0px 5px 10px;
}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical {
  margin: 0px 0px 15px 15px;
  padding: 0px;
}

  #content ul.list li {
    list-style: none;
    padding: 2px 0px 2px 12px;
    margin: 0px;
    background: url(bullet.gif) no-repeat;
    background-position: 0 .6em;
  }

  #content ul.link-list-vertical li {
    list-style: none;
    margin: 0px;
    padding: 2px 0px;
  }

    #content ul.link-list-vertical li a:link {
      padding: 2px 0px 2px 12px;
      /*background: url(bullet-link.gif) no-repeat;*/
      background-position: 0 .6em;
    }

    #content ul.link-list-vertical li a:visited {
      padding: 2px 0px 2px 12px;
      /*background: url(bullet-link-visited.gif) no-repeat;*/
      background-position: 0 .6em;
    }

    #content ul.link-list-vertical li a:hover {
      padding: 2px 0px 2px 12px;
      /*background: url(bullet-link-hover.gif) no-repeat;*/
      background-position: 0 .6em;
    }

    #content ul.link-list-vertical li a:active {
      padding: 2px 0px 2px 12px;
      /*background: url(bullet-link-active.gif) no-repeat;*/
      background-position: 0 .6em;
    }

/******************
LISTS - IN THE RIGHT OR LEFT COLUMNS
******************/

#content-side-2 ul.list, #content-side-2 ul.link-list-vertical, #content-side ul.list, #content-side ul.link-list-vertical {
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

  #content-side-2 ul.list li, #content-side ul.list li {
    list-style: none;
    padding: 2px 0px 2px 12px;
    margin: 0px;
    background: url(bullet-right.gif) no-repeat;
    background-position: 0 .6em;
  }

  #content-side-2 ul.link-list-vertical li, #content-side ul.link-list-vertical li {
    list-style: none;
    margin: 0px;
    padding: 2px 0px;
  }

    #content-side-2 ul.link-list-vertical li a:link, #content-side ul.link-list-vertical li a:link {
      padding: 2px 0px 2px 12px;
      /*background: url(bullet-link.gif) no-repeat;*/
      background-position: 0 .6em;
    }

    #content-side-2 ul.link-list-vertical li a:visited, #content-side ul.link-list-vertical li a:visited {
      padding: 2px 0px 2px 12px;
      /*background: url(bullet-link-visited.gif) no-repeat;*/
      background-position: 0 .6em;
    }

    #content-side-2 ul.link-list-vertical li a:hover, #content-side ul.link-list-vertical li a:hover {
      padding: 2px 0px 2px 12px;
      /*background: url(bullet-link-hover.gif) no-repeat;*/
      background-position: 0 .6em;
    }

    #content-side-2 ul.link-list-vertical li a:active, #content-side ul.link-list-vertical li a:active {
      padding: 2px 0px 2px 12px;
      /*background: url(bullet-link-active.gif) no-repeat;*/
      background-position: 0 .6em;
    }

/******************
LISTS - IN VALIDATIONSUMMARY
******************/


#validationsum ul.list, validationsum bl, #validationsum ul.link-list-vertical {
  margin: 0px 0px 0px 50px;
  padding: 0px;
}

  #validationsum ul.list li {
    list-style: none;
    padding: 0px 0px 0px 55px;
    margin: 0px 0px 0px 50px;
  }

.AutoHeight {
  height: auto !important;
}

/******************
TABLE STYLES
******************/

.table {
  border-bottom: 3px solid white;
  border-top: 3px solid white;
  border-left: 0px;
  border-right: 0px;
  border-collapse: collapse;
  background-color: #F6F6F6;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  font-size: 0.98em;
}

  .table td {
    border-bottom: 3px solid white;
    border-top: 3px solid white;
    border-left: 0px;
    border-right: 0px;
    padding: 0px 8px 0px 8px;
    vertical-align: text-top;
    text-align: left;
    min-height: 20px;
    height: 20px;
  }
/* Empty Row */
.tr-empty {
  padding: 0px 8px 0px 8px;
  background-color: white;
  height: 10px;
}

.td-empty {
  padding: 0px 8px 0px 8px;
  width: auto;
  background-color: white;
}

.td-label {
  padding: 10px 15px 0px 5px;
  background-color: #FBFDFF;
  border-bottom: 2px solid #FBFDFF;
  text-align: left;
  vertical-align: top;
  width: 100px;
}

.td-control {
  padding: 5px 0px 5px 10px;
  background-color: #FFFFFF;
  text-align: left;
}

.td-control-underline {
  padding: 5px 0px 5px 10px;
  background-color: #FFFFFF;
  border-bottom: 2px solid #FBFDFF;
  text-align: left;
}

thead th, tfoot th {
  background-color: #E8E8E8;
  border-bottom: 2px solid #808080;
  border-top: 2px solid #808080;
  padding: 10px;
  font-weight: normal;
  font-variant: normal;
}

/* Intrastat */
.table-intra {
  border: 1px solid white;
  border-collapse: collapse;
  background-color: #F6F6F6;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 0.98em;
  width: 100%;
}

  .table-intra td {
    border: 1px solid white;
    padding: 0px 8px 0px 8px;
  }

/* Freight Cost SF */
.table-view {
  border: 1px solid white;
  border-collapse: collapse;
  background-color: #F6F6F6;
  margin: 20px 0px 0px 0px;
  font-size: 0.98em;
  vertical-align: middle;
}

  .table-view td {
    vertical-align: middle;
  }

/* Suchen in allen List-Seiten */
.table-find {
  border: 1px solid white;
  border-collapse: collapse;
  font-size: 0.98em;
  padding: 0px 10px 0px 10px;
}

  .table-find td {
    padding: 0px 5px 0px 5px;
  }

/* Master-Site IBSHome/IBSList/IBSDetails/IBSConfirm - Tabelle User_Level_DateTime*/
.table-userlogin {
  width: 100%;
  border: 1px solid white;
  border-collapse: collapse;
  font-size: 0.98em;
}

  .table-userlogin td {
    border: 1px solid white;
    padding: 0px 5px 0px 5px;
    width: auto;
    vertical-align: text-top;
  }

.table-login {
  border: 1px solid #6593cf;
  background-color: #FFFFFF;
  margin: 120px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 561px;
  height: 430px;
}

  .table-login td {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
  }

.table-login-header {
  background: #808080;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
  padding: 3px 0px 0px 420px;
  height: 20px;
}

.table-login-teaser {
  background: #bdcdd9 url(bg-header-login.jpg) no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 750px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

/* Master-Site IBSDetails/IBSConfirm - Tabelle Route*/
.table-route {
  width: 100%;
  border: 1px solid white;
  border-collapse: collapse;
  font-size: 0.98em;
}

  .table-route td {
    border: 1px solid white;
    padding: 0px 5px 0px 5px;
    width: auto;
  }

.table-side-2 {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.98em;
}

  .table-side-2 td {
    padding: 0px 5px 0px 5px;
    width: auto;
  }

/* Master-Site IBSDetails/IBSConfirm - Tabelle Dispatcher remerks */
.table-remarks {
  background-color: #ff9966;
  width: 100%;
  border: 1px solid white;
  border-collapse: collapse;
  font-size: 0.98em;
}

  .table-remarks td {
    border: 1px solid white;
    padding: 0px 5px 0px 5px;
    width: auto;
  }

/* Master-Site IBSConfirm - Tabelle Confirmation details */
.table-details {
  background-color: #cc3300;
  color: White;
  width: 100%;
  border: 1px solid white;
  border-collapse: collapse;
  font-size: 0.98em;
}

  .table-details td {
    border: 1px solid white;
    padding: 0px 5px 0px 5px;
    width: auto;
  }

/* Print-Seiten */
.table-asp-print {
  margin: 0px 0px 0px 10px;
  font-size: 0.98em;
  text-align: left;
  vertical-align: top;
}

  .table-asp-print td {
    font-size: 0.98em;
    vertical-align: top;
  }

.table-print {
  width: 100%;
  font-size: 0.98em;
}

  .table-print td {
    vertical-align: top;
    font-size: 0.98em;
  }

/******************
CLASSES
******************/
img.photobig, img.photosmall {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #CCCCCC;
  background: #E0E0E0 url(background_table_04.gif) repeat-x;
  padding: 8px;
}

img.photosmall {
  margin-right: 10px;
  margin-bottom: 2px;
  float: left;
}

.searchbox {
  height: 13px;
  margin: 0px;
  padding: 0px;
  width: 8em;
  font-size: 10px;
  color: #666666;
}

.button-big {
  margin-top: 8px;
}

.button-search {
  height: 18px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #CCCCCC;
  background: url(bg-button-search.gif) repeat-x;
  font-size: 10px;
  color: #808080;
}

.button-logout {
  height: 18px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #CCCCCC;
  background: url(bg-button-logout.gif) repeat-x;
  font-size: 10px;
  color: #808080;
}

.button-default {
  height: 22px;
  margin: 0px 10px 0px 0px;
  padding: 2px 5px 2px 5px;
  min-width: 80px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #CCCCCC;
  /*background: url(bg-button-default.gif) repeat-x;*/
  background-color: #808080;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  cursor: default;
}

.button-small {
  height: 22px;
  margin: 0px 10px 0px 0px;
  padding: 2px 5px 2px 5px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #CCCCCC;
  /*background: url(bg-button-default.gif) repeat-x;*/
  background-color: #808080;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  cursor: default;
}

.button-hyperlink-default {
  height: 18px;
  margin: 0px 10px 0px 0px;
  padding: 0px 5px 0px 0px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #CCCCCC;
  background: url(bg-button-default.gif) repeat-x;
  font-size: 10px;
  color: #808080;
  text-decoration: none;
  cursor: default;
}
/*TabPage*/
a.tabpage {
  background: transparent url(bg_button_a.gif) no-repeat scroll top right;
  color: #444;
  display: block;
  float: left;
  font: normal 11px arial, sans-serif;
  height: 24px;
  margin-right: 0px;
  padding-right: 18px; /* sliding doors padding */
  text-decoration: none;
}

  a.tabpage span {
    background: transparent url(bg_button_span.gif);
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
  }

  a.tabpage:active {
    background-position: bottom right;
    color: #000;
    font-weight: bold;
    outline: none; /* hide dotted outline in Firefox */
  }

    a.tabpage:active span {
      background-position: bottom left;
      padding: 6px 0 4px 18px; /* push text down 1px */
    }

  a.tabpage:hover {
    text-decoration: none;
    color: #000 !important;
  }

.menu {
  font-size: 0.98em;
}

.menu-dynamic {
  border: dashed 1px DarkGray;
  background-color: #F6F6F6;
  z-index: 1000;
}

.menu-treeview {
  font-size: 0.98em;
}

.none {
  display: none;
}

.clear {
  clear: both;
}

.label {
}

.label-temp {
  color: #808080;
}

.label-hinweis {
  font-size: 1em;
  font-weight: bold;
  background-color: #F6F6F6;
  border: dashed 1px #808080;
  margin: 0;
  padding: 5px;
}

.textbox {
  width: 100px;
}

.dropdownlist {
  font-size: 0.98em;
  width: 106px;
  height: 18px;
}

.dropdownlist-auto {
  font-size: 0.98em;
  width: auto;
  height: 18px;
}

.checkbox {
  font-size: 0.98em;
  height: 18px;
}

.validationsum {
  border: dashed 1px #999999;
  background-color: #adadad;
  margin: 0px;
  padding: 5px;
}


.hyperlink {
  padding: 0px 5px 0px 5px;
  color: #FF6600;
  vertical-align: middle;
}

.linkbutton {
  font-size: 8pt;
}

.Grid {
  margin-top: 20px;
  padding: 0px 10px 0px 0px;
  font-size: 0.98em;
  border: 1px solid #D5DFE5;
}

.GridHeader {
  background-color: #808080;
  /*border-bottom: 2px solid #D2D6DB;
  border-top: 2px solid #D2D6DB;*/
  border-bottom: 2px solid #D5DFE5;
  border-top: 2px solid #D5DFE5;
  height: 30px;
  font-weight: normal;
  /*font-variant: small-caps;*/
  color: White;
  vertical-align: top;
}

.div-coloredBackground {
  width: 100%;
  background-color: #808080;
  color: White;
  margin: 0px;
  padding: 0px;
}

/* Assist */
.div_assist {
  margin: 10px;
  font-size: 0.98em;
}

  .div_assist fieldset {
    margin: 10px 0px 0px 0px;
    padding: 0px 5px 5px 5px;
  }

  .div_assist legend {
    margin-bottom: 0px;
    padding: 0px 10px 0px 5px;
    font-weight: bold;
    background-color: #808080;
    color: #FFFFFF;
  }

.body-assist {
  width: 98%;
  height: 96%;
}

/* Texte RadioButton-Liste */
.panelText {
  background-color: #808080;
  color: White;
}

.panelFilter {
  background-color: #F5F5F5;
  border-bottom: 0px solid #D4DBE5;
  border-left: 1px solid #A5B3C5;
  border-right: 1px solid #A5B3C5;
}


.panelAvis {
  float: left;
  height: 100%;
  width: 55px;
  text-align: center;
  border-right: 1px solid #A5B3C5;
  background-color: #F5F5F5;
}

  .panelAvis .vertical-text {
    margin-top: 40px;
    font-size: 32px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

.panelRoutes {
  float: left;
  height: 100%;
  width: 55px;
  text-align: center;
  border-right: 1px solid #A5B3C5;
  background-color: #F5F5F5;
}

  .panelRoutes .vertical-text {
    margin-top: 60px;
    font-size: 32px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

#filter {
  width: 100%;
  background-color: #808080;
}

#filter-left {
  float: left;
}

#filter-right {
  float: right;
  color: White;
  font-weight: bold;
  text-align: center;
  padding-right: 30px;
  padding-top: 3px;
}


/****************
 RADScheduler
****************/
.Disabled {
  background: #CCCCCC !important;
  cursor: not-allowed;
}

  .Disabled.rsAptCreate {
    background: #d2d2d2 !important;
  }


.RadScheduler .rsAgendaView .rsAptContent {
  /*margin-left: 15px !important;*/
}

.RadScheduler .rsAgendaView .rsApt .rsMarkerBar {
  width: 10px !important;
  left: -17px;
}


/***********
RADTEXTBOX
***********/



/***********
RADMENU
***********/

div.BookingDetailPage {
  background-color: #ffffff;
  border: 1px solid #828282;
  border-top-width: 0;
  height: 340px !important;
}

  div.BookingDetailPage td {
    padding: 4px;
  }

div.MultiPageOrderDetail {
  padding: 20px;
  background-color: #FFFFFF;
}

.RadToolBar {
  z-index: 6000 !important;
}

.RadSearchBoxSoloSmall .rsbInput {
  width: 131px !important;
  outline: none; /* remove chrome defalt textbox outline */
}

.RadSearchBoxSolo .rsbInput {
  width: 268px !important;
  outline: none; /* remove chrome defalt textbox outline */
}

.RadNotification_Bootstrap {
  background-color: #F1F5FB !important;
}



/************************ LoginForm ************************/


.LoginBackground {
  margin:auto;
  background: #ffffff;
background-image: url(loginBackground.jpg);
  position: cover;

}



.LoginTitle {
  background: rgba(0, 0, 0, 0.65);
  background-image: url(bg-login.jpg);
  margin: auto;
  top: 0px;
  left: 0px;
  bottom: 150px;
  right: 0;
  height: 320px;
  border: 1px solid grey;
  /*box-shadow: 4px 4px 10px #808080;*/
  width: 570px;
    position: absolute;
}

.LoginTitle2 {
  margin: auto;
  top: 30px;
  left: 0px;
  bottom: 305px;
  right: 0;
  height: 60px;
  width: 570px;
  color: #fff
  position: absolute;
}

.LoginSubTitle {
  color: #fff
  width: 650px;
  height: 260px;
  margin: 20px 0px 35px 20px;
}
.LoginTitle .Header {
  padding: 10px 0 0 20px;
  font-size: 25px;
  left: 0px;
  vertical-align: top;
  height: 25px;
   color: #fff;
  font-weight: bold;
}
.LoginTitle .Header2 {
  padding: 15px 0 0 20px;
  font-size: 10px;
  top: 5px;
  left: 0px;
  vertical-align: top;
  height: 25px;
  color: #fff;
}

.LoginSubTitle .Content {
  margin: 0px 0 0 0px;
  font-size: 14px;
  
}

.LoginSubTitle .Footer {
  margin: 0px;
  position: absolute;
  margin: 0 0px;
}

.LoginSubTitle a:link {
  color: #000;
}

.LoginSubTitle a:visited {
  color: #000;
}

.LoginSubTitle a:hover {
  color: #fff;
  text-decoration: underline;
  font-weight: bold; 
}

#Login1_LoginButton {
  padding: 0;
  width: 185px;
  background-color: #808080;
  background-image: none;
}


#Login1_LoginButton_input {
  padding: 0;
  margin: 0 auto;
  color: #fff;
  background-color: #808080;
  background-image: none;
}

#RegisterButton {
  padding: 0;
  width: 250px;
  background-color: #808080;
  background-image: none;
}

#RegisterButton_input {
  padding: 0;
  margin: 0 auto;
  color: #fff;
  background-color: #808080;
  background-image: none;
}


.RadScheduler .rsAdvancedEdit label {
  width: 100% !important;
  text-align: left !important;
}
.HomeNews {
  margin: 20px 0;
  padding: 5px;
  background-color: #e3e3e3;
    border-width:1px;
  border-style:solid;
  border-color:#B8B8B8;
  color: black;
  min-height: 30px;
}

/************************ RampRegister ************************/
.RampsRegister {
  width: 750px;
  margin: 150px auto 0 auto;
  font-size: 18pt;
}


.RampBookingDetailsTable tr {
  line-height: 24px;
}

.LoginSupplierBackground {
  margin: 0 auto 0 0;
  background: rgba(207, 207, 207, 0.99);
  background-image: url(loginbackground.jpg);
  background-size: cover;

}
.LoginSupplierTitle {
  background: rgba(0, 0, 0, 0.65);
  background-image: url(bg-supplier-login.jpg);
  margin: auto;
  top: 0px;
  left: 0px;
  bottom: 280px;
  right: 0;
  height: 340px;
  border: 1px solid grey;
  /*  box-shadow: 4px 4px 10px #808080;*/
  width: 570px;
    position: absolute;
}

.LoginSupplierTitle2 {
  margin: auto;
  top: 30px;
  left: 0px;
  bottom: 305px;
  right: 0;
  height: 60px;
  width: 570px;
  color: #fff;
  position: absolute;
}

.LoginSupplierTitle .Header {
  padding: 10px 0 0 20px;
  font-size: 25px;
  left: 0px;
  vertical-align: top;
  height: 25px;
  font-weight: bold;
}

.LoginSupplierTitle2 .SubHeader2 {
  padding: 15px 0 0 20px;
  font-size: 10px;
  top: 5px;
  left: 0px;
  vertical-align: top;
  height: 25px;
  color: #000;
}




/*.LoginSupplierSubTitle {
  color: #fff;
  width: 650px;
  height: 260px;
  margin: 0px 0px 0px 00px;
}

  .LoginSupplierSubTitle .Header {
    border: 0px solid #CC0001;
    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 12px;
  }
*/
  .LoginSupplierSubTitle .Content {
    text-align: center;
    margin: 10px 80px;
    height: 200px;
    font-size: 14px;
  }

  .LoginSupplierSubTitle .Footer {
    position: absolute;
    margin-left: 600px;
    margin-top: 60px;
  }


  .LoginSupplierSubTitle a:link {
    color: #fff;
  }

  .LoginSupplierSubTitle a:visited {
    color: #fff;
  }

  .LoginSupplierSubTitle a:hover {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
  }

#LoginStatus1 {
  background-color: #585858;
    text-decoration: bold;
  padding: 2px 15px 3px 15px;
  border-width: 0;
  border-radius: 1px;
    border-collapse: separate !important;
}



.DataProtectionSupplier {
  float: right;
  margin: -3px 0 0 10px;
  display: none;
}

.GeneralConditions {
  float: right;
}
.RadListBox .rlbHeader {
  background-color: #808080;
  color: #fff;
}

.RadTreeView_Bootstrap .rtSelected .rtIn {
  border-color: #858585 !important;
  background-color: #808080 !important;
  }

.labelCategoryBlink {
  animation: blink-animation 2s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(9, start) infinite;
  background-color: red !important;
}

@media print {
  @page {
    size: landscape
  }
}

div.RadPageView {
  padding: 10px;
  min-height: 310px;
  max-height: 400px;
  overflow: auto;
}