
body {
  background-color: #e5e5e5;
  color: #222;
  }

#login {
  width: 400px;
  margin: 30px auto;
  }

#header {
  background-color: #333;
  padding: 0px 30px;
  }

  #header h1 {
    width: 50%;
    color: #fff;
    font-size: 2em;
    padding-bottom: 6px;
    }
    #header h1 a {
      color: #fff;
      }    
    #header h1 span {
      color: #aaa;
      font-size: 0.6em;
      }
  #header .options {
    margin-top: 20px;
    float: right;
    }
  #header .options a {
    margin: 0px 10px;
    }
  #header .logout {
    color: #f00;
    }
  #header .account {
    color: #fff;
    }

#tabs {
  height: 26px;
  margin: 0pt 30px 0pt 0px;
  width: 100%;
  padding: 0pt; }
  
  #tabs ul {
    margin: 0;
    padding: 0; }
  #tabs li {
    border: medium none;
    display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 18px; }
    #tabs li a {
      margin: 0 1px 0 0;
      padding: 4px 8px 2px 8px;
      float: left;
      font-size: 12px;
      font-weight: normal;
      text-decoration: none;
      background-color: #666666;
      color: #ffffff;
      border-color: #333333 rgb(51,51,51) rgb(102,102,102);
      border-style: solid;
      border-width: 1px; }
      #tabs li a:hover {
        background: #e5e5e5 none repeat scroll 0%;
        color: #333333;
        border-bottom-color: #e5e5e5; }
      #tabs li a.current {
        color: #000000;
        background: #e5e5e5 url(../images/admin/tab-bg.gif) repeat-x scroll center top;
        border-bottom: 1px solid #e5e5e5;
        font-weight: bold;
        text-decoration: none; }
    #tabs li.right a {
      float: right;
      }

.pagination {
  margin: 0px auto;
  padding: 0px;
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  font-size: 1.1em;
  line-height: 1.1em;
  text-align: center;
  
  }
  .pagination ul {
    margin: 0;
    padding: 0;
  }
  .pagination li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
    font-weight: bold;
    border: none;
    }
  .pagination li a {
    margin: 0px;
    padding: 4px 10px;
    }
  .pagination li.active a, ul.pagination li a:hover {
    background-color: #888;
    }


    
#wrapper {
  margin: 15px 18px 18px 30px;
  width: auto;
  }
  
#layout { width: 100%;}
  #layout .main, #layout .side {
    font-size: 14px;
    vertical-align: top; }
  #layout .main {  }
  #layout .side {
    padding-left: 10px;
    width: 20%; }
  
#content {
  padding-right: 8px;
  background: #fff url(../images/admin/right-bg.gif) repeat-y scroll right center;
  margin: 0;
  }
  #content .heading {
    background: #EDF3FE none repeat scroll 0 50%;
    padding: 13px 30px 13px 24px;
    text-align: right;
    height: 1em;
    }
    #content .heading h2 {
      padding: 0;
      font-size: 1em;
      display: inline;
      float: left;
      }
  #content .create {
    background: transparent url(../images/admin/add.png) no-repeat scroll left center;
    padding-left: 25px;
    display: inline;
    }
  #content .heading .options {
    padding-left: 25px;
    display: inline;
  }
  

/* SIDEBAR */
.side {}
  .side .heading h3 {
    background: #EDF3FE none repeat scroll 0 50%;
    padding: 6px 12px;
    font-size: 1.2em;
    border: 1px solid #ccc;
  }
  .side .content {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
  } 


.block
{
  padding: 13px 30px 13px 24px;
  }

/* FLASH MESSAGES */
.flash {
  border: 1px solid #9c9;
  color: #060;
  font-size: 14px;
  margin-bottom: 12px;
  padding: 5px 5px 5px 35px;
  text-align: left; }
#notice {
  background: #e2f9e3 url(../images/admin/tick.png) no-repeat scroll 10px center; }
#warning {
  background: #f9e2e3 url(../images/admin/error.png) no-repeat scroll 8px center;
  border-color: #c99;
  color: #600; }


.bottom {
  background: #e5e5e5 url(../images/admin/bottom-bg.gif) no-repeat scroll right top;
  font-size: 8px;
  }

/* FORMS */

.submit {
  background: transparent url(../images/admin/page_footer-bg.gif) repeat-x scroll right top;
  }
  .submit input,
	.submit button {
    border: 1px solid #666;
    background-color: #eee;
    padding: 6px 12px;
    font-size: 14px;
    }
  .submit a:link, .submit a:visited {
    color: #f00; }
  .submit a:hover {
    color: #FFF;
    background-color: #f00; }

fieldset {
  border-top: 1px solid #222;
  padding-left: 20px;
  background-color: #fafafa;
  }
legend {
  padding: 0 5px;
  }

form dl dt {
  float: left;
  width: 120px;
  text-align: right;
  padding: 5px;
  margin: 0;
  }

form dl dd {
  padding: 0;
  margin: 0;
  margin-left: 140px;
  margin-bottom: 5px;
  }


form .checklist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }
  form .checklist li {
    width: 200px;
    float: left;
  }

form dl input,
form dl textarea,
form dl select {
  padding: 5px;
  border: 1px solid #bbb;
}
form dl input,
form dl textarea {
  width: 90%;
  _width: expression(this.parentNode.offsetWidth*0.9);
  }
form dl select {
  width: auto;
  *margin: 5px 0px;
  }

form dl input:focus,
form dl textarea:focus,
form dl select:focus{
  border: 1px solid #333;
}

form dl input.checkbox {
  width: auto;
  margin: 5px 0px;
  border: none;
}

fieldset.vertical dt { text-align: left; }
fieldset.vertical dd { margin: 6px;}


/* DATA TABLE */
table.data {
  width: 100%;
  border: 1px solid #666;
  border-collapse: collapse;
  empty-cells: show;
  }
  table.data thead th {
    background-color: #333;
    color: #fff;
    text-align: center;
    font-weight: bold;
    }
  table.data td, table.data th {
    margin:0;
    border: 1px solid #aaa;
    padding: 0px 6px;
    }
  table.data th {
    vertical-align: bottom;
    }
  table.data td {
    vertical-align: top;
    }
  table.data tr.even {
    background-color: #ddd;
    }
  table.data td.actions {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    height: 24px;
    }
  table.data .actions a {
    width: 25px;
    text-align: left;
    text-indent: -3000px;
    float: left;
    display: block;
    font-size: 25px;
    margin: 5px;
  }
  table.data .edit { background: transparent url(../images/admin/edit.gif) no-repeat scroll center; }
  table.data .delete { background: transparent url(../images/admin/trash.gif) no-repeat scroll center; }
  table.data .export { background: transparent url(../images/admin/export.png) no-repeat scroll center; }
  table.data .login { background: transparent url(../images/admin/login.png) no-repeat scroll center; }
  table.data .print { background: transparent url(../images/admin/print.png) no-repeat scroll center; }

table.sortable .sortcol { cursor: pointer; }
table.sortable .nosort { cursor: default; }
table.sortable .sortasc,
table.sortable .sortdesc {
  background-color: #000;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left;
  }
table.sortable .sortasc { background-image: url(../images/admin/arrow_up.png); }
table.sortable .sortdesc { background-image: url(../images/admin/arrow_down.png); }


/* LIVE VALIDATION */
.LV_validation_message{
  display: none;
  font-weight:bold;
  margin:0 0 0 5px;
}

.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    /* background-color: #E3F9D9; */
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    background-color: #f9e2e3;
}









