table {
  font: normal 11px auto Arial, Helvetica, sans-serif;
	color: #4f6b72;
  	text-align: left;
  	border-left: 1px solid #a5a096;
  }
  
table thead tr th {
	background: #363636 url(../img/ui/icon-table-sort.gif) no-repeat 5px 8px;
	/*background: #000000 url(../img/ui/table_header.gif) repeat-x left bottom;*/
	padding: 5px 5px 5px 16px;
	color:#FFF;
	border-bottom: 1px solid #9e0b0f;
}

table thead a.fdTableSortTrigger {
	text-decoration: none;
	color:#FFF;
}

table thead a.tableHeaderOver {
	text-decoration: none;
	/*color: #354158;*/
	color: #99bdff;
}
table tbody tr td {
 	border-right: 1px solid #a5a096;
	border-bottom: 1px solid #a5a096;
	padding: 6px 6px 6px 12px;
  }
  
table tbody tr.alt {
  background: #fff;
	color: #4f6b72; }

table tbody tr.collapsed td {
  padding :0px; }

table tbody tr.collapsed td div {
  font-family :Serif;
  font-size :1.0em;
  margin-left :10px; }

table#example_2_table tbody tr.collapsed td div {
  white-space :pre; }

table#example_4_table tbody tr.collapsed td div {
  width :600px; }

/*table tbody tr.selected {
	background-color: gold;
	color: #fff;
}*/

table tbody tr.hide {
	display: none;
}

/*.tableHeaderOver {
	cursor: pointer;
	color: #354158;
}*/



tr.over {
	background-color: #354158;
	color: #fff;
	/*cursor: pointer;*/
}

tr.over a{
	padding:1px;
	color:#ffb7af;	
}

.forwardSort {
  	background: #363636 url(../img/ui/icon-table-sort-asc.gif) no-repeat 5px 4px;
}

.reverseSort {
  	background: #363636 url(../img/ui/icon-table-sort-desc.gif) no-repeat 5px 4px;
}

ul.pagination {
  margin :0;
  padding :0;
  list-style :none; }

ul.pagination li {
  margin :0;
  padding :0 0 2px 0;
  float :left;
  list-style :none; }

ul.pagination li a {
  padding :1px 3px 3px 3px;
  display :block; }

ul.pagination li a.currentPage {
  background :#e4ebff; }

.alt {
	background: #F5FAFA;
	color: #797268;
}

/***************************/
.tableFilter {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 0 10px 0;
}

.tableFilter input {
	border: 1px solid #ccc;
}

.tableFilter select {
	border: 1px solid #ccc;
}


/*************************************************************/


th.sort-active
        {
        background:#CAE8EA url(../media/bg_header_sorting.jpg) no-repeat 0 0;
        cursor:wait;
        }
th.sort-active a
        {
        color:#a80000 !important;
        cursor:wait;
        }

/* Pagination list styles */
ul.fdtablePaginater
        {
        display:table;
        list-style:none;
        padding:0;
        margin:0 auto;
        text-align:center;
        height:2em;
        width:auto;
        margin-bottom:2em;
        }
ul.fdtablePaginater li
        {
        display:table-cell;
        padding-right:4px;
        color:#666;
        list-style:none;
        
        -moz-user-select:none;
        -khtml-user-select:none;
        }
ul.fdtablePaginater li a.currentPage
        {
        border-color:#a84444 !important;
        color:#000;
        }
ul.fdtablePaginater li a:active
        {
        border-color:#222 !important;
        color:#222;
        }
ul.fdtablePaginater li a,
ul.fdtablePaginater li div
        {
        display:block;
        width:2em;
        font-size:1em;
        color:#666;
        padding:0;
        margin:0;
        text-decoration:none;
        outline:none;
        border:1px solid #ccc;
        font-family:georgia, serif;
        }
ul.fdtablePaginater li div
        {
        cursor:normal;
        opacity:.5;
        filter:alpha(opacity=50);
        }
ul.fdtablePaginater li a span,
ul.fdtablePaginater li div span
        {
        display:block;
        line-height:2em;
        border:1px solid #fff;
        background:#fff url(../media/gradient.gif) repeat-x 0 -20px;
        }
ul.fdtablePaginater li a
        {
        cursor:pointer;
        }
ul.fdtablePaginater li a:focus
        {
        color:#333;
        text-decoration:none;
        border-color:#aaa;
        }
.fdtablePaginaterWrap
        {
        text-align:center;
        clear:both;
        text-decoration:none;
        }
ul.fdtablePaginater li .next-page span,
ul.fdtablePaginater li .previous-page span,
ul.fdtablePaginater li .first-page span,
ul.fdtablePaginater li .last-page span
        {
        font-weight:bold !important;
        }
/* Keep the table columns an equal size during pagination */
td.sized1
        {
        width:16em;
        text-align:left;
        }
td.sized2
        {
        width:10em;
        text-align:left;
        }
td.sized3
        {
        width:7em;
        text-align:left;
        }
tfoot td
        {
        text-align:right;
        font-weight:bold;
        text-transform:uppercase;
        letter-spacing:1px;
        }
#visibleTotal
        {
        text-align:center;
        letter-spacing:auto;
        }
* html ul.fdtablePaginater li div span,
* html ul.fdtablePaginater li div span
        {
        background:#eee;
        }
tr.invisibleRow
        {
        display:none;
        visibility:hidden;
        }
p.paginationText
        {
        font-style:oblique;
        }
		
		


