/***************************************
   =TABLES
-------------------------------------- */
/*

table {
  border-collapse: collapse;
  border: 1px solid #03476F;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #92C428;
  }
caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
td, th {
  border: 1px dotted #03476F;
  padding: .4em;
  color: #363636;
  }

thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;;
  text-align: left;
  background: #4591AD;
  color: #FFFFFF;
  padding-top:3px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
tbody td a:hover {
  background: #C2F64D;
  color: #363636;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
tbody th a:hover {
  background: transparent;
  color: #363636;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #AEE239;
  }
tbody tr:hover {
  background: #FFD800;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #FFD800;
  color: #FFFFFF;
  }




*/
#content th,
#content td , #workspace2 th,#workspace2 td{
  padding: 3px 6px;
  font-weight: bold;
  font-family: Arial; 
  font-size: 9pt;
  border: 1px solid #03476F;
  padding: .4em;
  color: #363636;
}

#content td:hover ,#workspace2 td:hover{
background-color: #a8bcf0;

}

#content thead th {
  background-color: #72a744;    
}
#content .sortable thead th,
#content .filterable thead th {
  padding-left: 2px;
}
#content tbody th,
.subhead {
  background-color: #6f93ce;
  padding-left: 0;
}
th img {
  float: center;
}
.clickable {
  cursor: pointer;
}

tr.even,
tr.first {
  background-color: #eee;
}
tr.odd,
tr.second {
  background-color: #ddd;
}
tr.third {
  background-color: #ccc;  
}

td.sorted {
	background: #ffd;
}
th.sorted-asc {
  background: url('images/arrow_up.png') no-repeat 0 60%;
}
th.sorted-desc {
  background: url('images/arrow_down.png') no-repeat 0 60%;
}

/* filterable table */

#content table,#workspace2 table  {
  width: 99%;
  
}
#content .filters {
 float: right;
 width: 19%;
 padding-left:5px;
}

#content .filterable thead th {
  padding-left: 2px;
}
#content .page-number,#workspace2 .page-number,
#content .filter {
  padding: .2em;
  border: 1px solid #fff;
}
#content .active,#workspace2 .active  {
  background: #ccf;
  border: 1px solid #006;
}


#content tr.highlight {
  background: #ff6;
}
#content tr.plain {
  background: #fff;
}
.tooltip {
  position: absolute;
  z-index: 2;
  background: #efd;
  border: 1px solid #ccc;
  padding: 3px;
}