/* General box stuff ******************/

DIV.listbox {
   border: 1px solid #AAA;
   background-color: #EEE;
}

DIV.listbox TABLE {
  border-collapse: collapse;
  z-index: 1;

}

/* hide 100% from explorer */

HTML>body DIV.listbox TABLE {
  width: 100%;
}

DIV.listbox DIV.scroller {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  height: 300px;
}

/* Filter box ********************************/

DIV.filterbox {
   border: 1px solid #AAA;
   background-color: #DDD;
   margin-top: 5px;
   padding-top: 5px;
   display: none;
   clear: both;
}  

DIV.filterbox LABEL {
  display: block;
  width: 110px;
  float: left;
  text-align: right;
  margin-top: 2px;
  text-transform: capitalize; 
  overflow: hidden;
  white-space: nowrap;
}

DIV.filterbox INPUT.text {
  border: 1px inset #CBAA27;
  padding-left: 6px;
  background-color: #FFF;
  display: block;
  margin-left: 120px;
  width: 300px;
  margin-bottom: 10px;
  height: 20px;
  margin-top: 2px;
  font-family: sans;
  font-size: 11px;
}

DIV.filterbox SELECT {
  margin-left: 120px;
  display: block;
  margin-bottom: 10px;
  height: 20px;
  margin-top: 2px;
  font-family: sans;
  font-size: 11px;}


DIV.filterbox LABEL:after {
  content: ":";
}

DIV.filterbox INPUT.text:focus,TEXTAREA:focus {
  background-color: #EFE;
}


/* Header stuff **********************/

DIV.listbox TABLE.headerholder {
   background-color: #DDD;
   height: 25px;
   border-bottom: 1px solid #AAA;
}

DIV.listbox TABLE.header  {
  margin: 0; padding: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

DIV.listbox TABLE.header TH {
  text-align: left;
  border-right: 0px dotted #666;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 4px;
}





DIV.listbox .check {

  width: 25px;
}

DIV.listbox TABLE.headerholder TD.closer {
  width: 15px;
}


/* Body stuff ****************************/

DIV.listbox TABLE.body {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

DIV.listbox TABLE.body TR TD {
  border-bottom: 1px solid #EEE;
  border-right: 0px solid #CCC;
  padding: 0px; margin: 0;
  padding-left: 4px;

  overflow: hidden;
  white-space: nowrap;
}

DIV.listbox TABLE.body TR.odd {
  background-color: #fefefe;
}
DIV.listbox TABLE.body TR.even {
  background-color: #fefefe;
}

DIV.listbox TABLE.body TR.odd:hover {
  background-color: #EEE;
}

DIV.listbox TABLE.body TR.even:hover {
  background-color: #EEE;
}


DIV.listbox TABLE.body TR TD.iconbar {
  text-align: right;
  vertical-align: middle;
  padding: 0;
}

DIV.listbox TABLE.body TR TD.iconbar IMG {
   margin-top: 2px;
   display: inline;
   float: right;
   border: 0;
}

DIV.listbox TABLE.body TR TD.icon {
  width: 16px;
  vertical-align: middle;
  padding: 0;
}

DIV.listbox TABLE.body TR TD.icon IMG {
   margin-top: 2px;
   display: inline;
   border: 0;
}

COL.icon {
  width: 16px;
}

/* Sort selection ****************************/


DIV.listbox TABLE.body TR.odd_selected {
  background-color: #FFF9EC;
}

DIV.listbox TABLE.body TR.even_selected {
  background-color: #FFF9EC;
}


DIV.listbox TABLE.body TR.odd_selected TD A {
    color: #AAA;
}




/* Footer ****************************/

DIV.listfooter {
   background-color: #DDD;
   padding: 3px;
   text-align: center;
   border-top: 1px solid #AAA;
}
  
DIV.tree {
  float: left;
  padding-right: 4px;
}

/* TREE ICONS ****************************/

DIV.tree DIV {
   width: 12px;
   height: 20px;
   float: left;
}

DIV.tree_vl {
   background: url(/media/tree/vline.gif) center center repeat-y;
}

DIV.tree_exp {
   background: url(/media/tree/expanded.gif) center center no-repeat;
}

DIV.tree_node {
   background: url(/media/tree/node.gif) center center repeat-y;
}

DIV.tree_tee {
   background: url(/media/tree/teeline.gif) center center no-repeat;
}

DIV.tree_last {
   background: url(/media/tree/last.gif) center center repeat-y;
}

DIV.tree_space {
  
}
  

/* Pager stuff */
  
DIV.listpager {
  top: -20px;

  text-align: left;
  position: relative;
  float: left;
}
  
  
DIV.pager {
  margin: 0;
}

DIV.pageindicator {
  border: 0px solid yellow;
  width: auto;
  float: left;
}

INPUT.pageaccess {
  width: 20px;
  height: 20px;
  border: 1px solid #CCC;
  text-align: center;
  font-family: helvetica;
  padding: 0;
}  

A.prevpage_a, A.nextpage_a, DIV.nextpage_i, DIV.prevpage_i {
  display: block;
  width: 12px;
  height: 16px;
  float: left;
  margin-top: 2px;
  border: 0px solid #3e3;
}



DIV.nextpage_i {
  background: url(/media/next_dis.gif) center right no-repeat;
}

DIV.prevpage_i {
  background: url(/media/prev_dis.gif) center left no-repeat;
}

A.prevpage_a {
  background: url(/media/prev_i.gif) center left no-repeat;
}

A.prevpage_a:hover {
  background: url(/media/prev_a.gif) center left no-repeat;
}

A.nextpage_a {
  background: url(/media/next_i.gif) center right no-repeat;

}

A.nextpage_a:hover {
  background: url(/media/next_a.gif) center right no-repeat;
 }

.clear {
  clear: both;
}
