#accordion .ui-accordion-content {
  width: 100%;
  background-color: #f3f3f3;
  color: #777;
 /* font-size: 8pt; */
  font-size: 8.5pt;
  line-height: 16pt;
}
#accordion .ui-accordion-header {
  background-color: #ccc;
  margin: 0px;
}
/*
#accordion .ui-accordion-header.ui-state-default {
  background: orange;
  margin: 0px;
}
*/
#accordion .ui-accordion-header.ui-state-active {
  background: #33acff;
  color: #fff;
  margin: 0px;
}
#accordion .ui-accordion-header a {
  color: #fff;
  line-height: 42px;
  display: block;
  font-size: 10pt;
  width: 100%;
  text-indent: 10px;  
}
.dataTables_wrapper .ui-toolbar {
  background: #33acff;
}

.dataTables_wrapper .dataTables_paginate .fg-button {
  background: #33acff;
}

#datatable tbody tr.even:hover, #datatable tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

#datatable tbody tr.odd:hover, #datatable tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}

#datatable tr.even:hover {
	background-color: #ECFFB3;
}

#datatable tr.even:hover td.sorting_1 {
	background-color: #DDFF75;
}

#datatable tr.odd:hover {
	background-color: #E6FF99;
}

#datatable tr.odd:hover td.sorting_1 {
	background-color: #D6FF5C;
}
td.delete-control {
    background: url('../../images/delete.gif') no-repeat center center;
    cursor: pointer;
}
tr.delete td.delete-control {
        background: url('../../images/delete.gif') no-repeat center center;
}
td.edit-mod {
    background: url('../../images/edit.gif') no-repeat center center;
    cursor: pointer;
}
tr.edit td.edit-mod {
        background: url('../../images/edit.gif') no-repeat center center;
}

