@media all {

  #logo img {
    width:124px;
    margin-left:21px;
    margin-top: 10px;
  }

  hr {
    margin: 10px 0px;
    border: 0px;
    border-bottom: 1px dotted lightgrey;
  }

  h1,h2,h3,h4,h5,h6 {
    font-variant: small-caps;
  }

  p {
    margin:10px 0px;
    line-height: 1.5em;
    font-size: 13px;
  }

  a.saveButton {
    text-decoration: none;
  }

  h1 {
    /*border-bottom: 2px solid lightgrey;*/
    padding-bottom: 5px;
    font-size: 27px;
    color: #BAD739 !important;
    margin: 0px 0 20px;
    font-weight:normal;
  }

  h2 {
    color: #BAD739 !important;
    font-size: 21px;
    font-variant: small-caps;
    font-weight: normal;
  }


  /*datepicker bug fix */
  div.datepicker tbody th {
    border-radius: 0;
  }

  th a {
    color: #FFFFFF !important;
    text-decoration: none;
  }

  th:first-child {
    -moz-border-radius: 0.5em 0em 0em 0em;
    border-left: 1px solid #000000;
  }

  th:last-child {
    -moz-border-radius: 0em 0.5em 0em 0em;
    border-right: 1px solid #000000;
  }

  table {
    border-spacing: 0;
    margin: 10px 0;
    width: 100%;
  }

  table.table thead tr th {
    padding: 5px;
    color: #FFFFFF !important;
    background-color: #333 !important;
  }

  .heading {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 3px solid #4D4D4D;
  }
  td, th {
    padding: 8px 12px;
    text-align: left;
  }
  th {
    border-bottom: 2px solid #D3D3D3;
  }
  td {
  }

  .table td:first-child {
    border-left: 1px solid #000000;
  }

  .table td:last-child {
    border-right: 1px solid #000000;
  }

  .table tr:last-child td:first-child{
    border-radius: 0px 0px 0px 5px;
    border-left: 1px solid #000000;
  }

  .table tr:last-child td:last-child{
    border-radius: 0px 0px 5px 0px;
    border-right: 1px solid #000000;
  }

  .table tr:last-child td {
    border-bottom: 1px solid #000000;
  }

  table .header th {
    background-color: #EEEEEE;
  }
  .firstCol {
    background-color: #EEEEEE;
    border-bottom: 2px solid #D3D3D3;
  }
  .odd {
    background-color: #EEEEEE;
  }

  .empf_table .odd {
    background-color: #FFFFFF;
  }


  a:link,a:visited {
    color:black;
  }


  label {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    width: 90%;
  }
  input[type="text"], input[type="password"], input[type="file"], textarea {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #333;
    padding: 5px;
  }
  input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  }
  textarea {
    height: 120px;
  }
  input.form_error {
    border: 1px solid #FF0000;
  }
  input[type="checkbox"], input[type="radio"] {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border: 1px solid #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
    margin: 0 10px 0 5px;
    padding: 5px;
  }
  input[type="checkbox"]:focus, input[type="radio"]:focus {
    border-color: #093C75;
    box-shadow: 0 0 3px #8F2C2C;
  }
  .checkbox_wrapper, .radio_wrapper {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    padding-top: 8px;
    vertical-align: bottom;
  }
  select {
    box-shadow: 0 0 3px #AAAAAA;
    cursor: pointer;
    outline: medium none;
    padding: 3px;
  }
  select:active, select:focus {
    border: 1px solid #093C75;
    box-shadow: 0 0 3px #8F2C2C;
    outline: medium none;
  }

  input[type="submit"], input[type="reset"] {
    background-color:#333 !important;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    margin: -1px 0 0;
    padding: 5px 10px;
    border:none !important;
    background-image: none !important;
    border-radius: 0px !important;

  }
  input[type="submit"]:hover, input[type="reset"]:hover input[type="submit"]:active, input[type="reset"]:active input[type="submit"]:focus, input[type="reset"]:focus {
    
    outline: medium none;
  }

  input[type="reset"] {
    background-color: #BAD739;
    color: #666666;
  }
  input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus {
    background-color: #BAD739;
    background-image: linear-gradient(#E5E0B6, #FFF8BD);
  }


  label {
    font-weight:bold;
    display: block;
  }

  fieldset {
    background-color: #F0F0F0;
    background-image: none;
    border: 0px solid #000000 !important;
    margin: 30px 0 10px;
    padding: 20px;
  }
  fieldset form table { /* reset */
    border-bottom: none;
  }
  legend {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
    position: relative;
    top: -0.7em;
    margin-left: -29px;
  }

  fieldset ul.legend {
    margin-left:0px;
    list-style-type: none;
  }


  .password {
    background-image:url("/img/icons/kgpg_key3.png");
    background-repeat:no-repeat;
    background-position:10px 6px;
    padding-left:40px! important;
    font-size:12pt;
    height: 28px;
    width: 200px;
  }

  .username {
    background-image:url("/img/icons/kdmconfig.png");
    background-position:10px 6px;
    padding-left:40px! important;
    font-size:12pt;
    background-repeat:no-repeat;
    padding-left:30px;
    height: 28px;
    width: 200px;
  }

  blockquote {
    border-right:2px dotted #ccc;
    border-left:2px dotted #ccc;
    padding:10px;
    margin: 10px 0px;
    quotes:"\201C""\201D""\2018""\2019";
    background-color: #eee;
    text-align:center;
  }
  blockquote:before {
    color:#ccc;
    content:open-quote;
    font-family: Berlin Sans FB;
    font-size:6em;
    line-height:.1em;
    margin-right:10px;
    vertical-align:-.5em;
  }


  blockquote p {
    display:inline;
  }

  pre {
    width: auto;                          /* specify width  */
    white-space: pre-wrap;                 /* CSS3 browsers  */
    white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
    white-space: -pre-wrap;                /* Opera 4 thru 6 */
    white-space: -o-pre-wrap;              /* Opera 7 and up */
    word-wrap: break-word;                 /* IE 5.5+ and up */
    /* overflow-x: auto; */                /* Firefox 2 only */
    /* width: 99%; */		       /* only if needed */

    border-left: 2px solid lightgrey;
    padding: 10px;
    background-color: #eee;

  }	

  img {
    border:0 solid;
  }

  .validation_messages {
    /*
      border: 2px solid #FCEEC1;
      background-color:#FDF5D9;
    */
    border: 2px solid #FAC3C2;
    background-color:#FDD4D3;
    margin-bottom: 2px;
  }

  .validation_messages ul{
    padding-left: 0px;
    list-style-type:square;
  }
}