/***************************************
   =TABLES
-------------------------------------- */


#content th {
  text-align: center;
  
}
#content thead th {
font-weight:normal; color:#fff; 
background:#5e9cc2;
height:30px;
}
#content tbody th,
.subhead {
  background-color: #6f93ce;
  padding-left: 0;
}
th img {
  float: left;
}

tr.even,
tr.first {
  background-color: #fff; border-bottom:1px solid #ebebeb;
}
tr.even td,
tr.first td {
   border-bottom:1px solid #ebebeb;
}
tr.odd,
tr.second {
  background-color: #f4f7fa; border-bottom:1px solid #ebebeb;
}

tr.odd td,
tr.second td {
  border-bottom:1px solid #ebebeb;
}

tr.third {
  background-color: #ccc;  
}

td.sorted {
	background: #ffd;
}

#content th.clickable {  color:#fff; }

#content th.sorted-asc {
  background: url(../images/sorttable_asc.gif) no-repeat right; color:#fff; font-weight:bold;
}
#content th.sorted-desc {
  background: url(../images/sorttable_desc.gif) no-repeat right; color:#fff; font-weight:bold;
}

.sortable td img { border:1px solid #B6CCD9; padding:1px; margin:2px; }
.sortable td { color:#000;}
