
*.very_compact, *.very_compact input, *.very_compact textarea, *.very_compact select, *.very_compact label {
    font-size: 10px;
}

*.very_compact tr, *.very_compact td, *.very_compact th {
    padding:1px;
    margin:1px;
    font-size: 10px;
}

*.compact tr, *.compact td, *.compact th {
    padding:1px;
    margin:1px;
}

a img, a:visited img, a:link img {
    border: 0 none;
}

a.head,.tabHead a, .tabHead a:link, .tabHead a:visited, *.scroller.a, *.scroller.a:link, *.scroller.a:visited {
    color:#e6eefa;
    margin:0;
    text-decoration:none;
}

body {
    height: 95%;
}

img.icon, img.brand_1, img.brand_2, img.brand_3 {
    border: 0 none;
    vertical-align: middle;
    padding: 0;
    margin: 0 5px 0 0;
}

img.brand_1 {
    width: 20px;
    height: 20px;
    background-image: url(/gfx/brand_1.gif);
}

img.brand_2 {
    width: 50px;
    height: 50px;
    background-image: url(/gfx/brand_2.gif);
}

img.brand_3 {
    width: 100px;
    height: 100px;
    background-image: url(/gfx/brand_3.gif);
}

*.favalError input, *.favalError select, *.favalError input {
    background-color: #FFBBAA;
}



*.scroller  {
    width:99%;
    table-layout:fixed;
}

*.scroller * {
    color:#e6eefa;
    height:1.5em;
}

*.scroller td {
    height:1.5em;
    padding:0;
    position:relative;
    border:1px solid #333333;
    overflow:hidden;
    background-color:#1465e0;
}

*.scroller pre {
    font-size:12px;
    padding:0;
    margin:0;
    background-color:transparent;
    border:0 none;
    font-weight:bold;
}


div.datepicker {
    position: absolute;
    text-align: center;
    border: 1px #C4D5E3 solid;
    font-family: arial;
    background: #FFFFFF;
    font-size: 10px;
    padding: 0px;
}
div.datepicker table {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 180px;
}
div.datepicker table thead tr th {
    font-size: 12px;
    font-weight: bold;
    background: #e9eff4;
    border-bottom:1px solid #c4d5e3;
    padding: 0px;
    margin: 0px;
}
div.datepicker table tbody tr {
    border: 1px white solid;
    margin: 0px;
    padding: 0px;
}
div.datepicker table tbody tr td {
    border: 1px #eaeaea solid;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
div.datepicker table tbody tr td:hover,
div.datepicker table tbody tr td.outbound:hover,
div.datepicker table tbody tr td.today:hover {
    border: 1px #c4d5e3 solid;
    background: #e9eff4;
    cursor: pointer;
}
div.datepicker table tbody tr td.wday {
    border: 1px #ffffff solid;
    background: #ffffff;
    cursor: text;
}
div.datepicker table tbody tr td.outbound {
    background: #e8e4e4;
}
div.datepicker table tbody tr td.today {
    border: 1px #16518e solid;
    background: #c4d5e3;
}
div.datepicker table tbody tr td.nclick,
div.datepicker table tbody tr td.nclick_outbound {
    cursor:default; color:#aaa;
}
div.datepicker table tbody tr td.nclick_outbound {
    background:#E8E4E4;
}
div.datepicker table tbody tr td.nclick:hover,
div.datepicker table tbody tr td.nclick_outbound:hover {
    border: 1px #eaeaea solid;
    background: #FFF;
}
div.datepicker table tbody tr td.nclick_outbound:hover {
    background:#E8E4E4;
}
div.datepicker table tfoot {
    font-size: 10px;
    background: #e9eff4;
    border-top:1px solid #c4d5e3;
    cursor: pointer;
    text-align: center;
    padding: 0px;
}

div.autocomplete {
      font-family: Verdana;
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #000; color:#fff; }
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}