.listTable
{	
	font-size: 93%;
	width: 100%;
}

.listTable table
{
	border: solid 1px #ccc;
}

.listTable thead tr
{
	background-color: #EEEEEE;
	/*background-image: url(/europeanaquatics/cassette.axd/file/scripts/jquery.ui.custom.stso/jquery.stso.dyntable/img/table_header-fabcba09eafb1ae7c329d56c27b85c822bb2b683.png);*/
	background-repeat: repeat-x;
	background-position:center;
	font-weight: bold;
}

.listTable tr.alt
{
	background-color: #F5F5F5;
}

.listTable td
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

.listTable td .exclamation
{
	width: 20px;
	min-height: 22px;
	display: block;
	background-image: url(/europeanaquatics/cassette.axd/file/scripts/jquery.ui.custom.stso/jquery.stso.dyntable/img/exclamation-31e63cbc92e5a13841ec682efef396e6aa2855c7.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.listTable div.header
{
	text-align: right;
	padding: 5px;
	padding-bottom: 0pt;
}

.listTable div.header .tab-pager
{
	width: 100px;
	text-align: right;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 2px;
	/*background-image: url(/europeanaquatics/cassette.axd/file/scripts/jquery.ui.custom.stso/jquery.stso.dyntable/img/table_tab_header-6e2994a6e667fe8fa38eb337a1003138250bc07f.png);*/
	background-repeat: repeat-x;
	background-color: #EEEEEE;
}

.listTable div.header .tab-pager a
{
	padding-left: 5px;
	padding-right: 5px;	
}

.listTable div.header .pageSettings
{
	width: 100px;
	margin-left: 10px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 2px;
	background-color: #EEEEEE;
	/*background-image: url(/europeanaquatics/cassette.axd/file/scripts/jquery.ui.custom.stso/jquery.stso.dyntable/img/table_tab_header-6e2994a6e667fe8fa38eb337a1003138250bc07f.png);*/
	background-repeat: repeat-x;
}

.listTable div.header .pageSettings a
{
	padding-left: 5px;
	padding-right: 5px;
}

.listTable div.header .pageSettings a.selected {
    font-weight: bold;
}

.listTable thead td a
{
	text-decoration: none;
	color: Black;
	display: block;
	width: 100%;
}

.listTable thead td a.asc
{
	background-image: url(/europeanaquatics/cassette.axd/file/scripts/jquery.ui.custom.stso/jquery.stso.dyntable/img/table_sorted_up-f45df4cbacef59623baf92aeb4fecdbbe28e822f.png);
	background-position: right;
	background-repeat: no-repeat;
}

.listTable thead td a.desc
{
	background-image: url(/europeanaquatics/cassette.axd/file/scripts/jquery.ui.custom.stso/jquery.stso.dyntable/img/table_sorted_down-3a6fd11a6890e4b4759b74a4d2e201b9c36322ce.png);
	background-position: right;
	background-repeat: no-repeat;
}

.listTable thead td.select
{
	width: 55px;
}

.listTable thead td.select a
{
	width: 55px;
}

.listTable div.header .disabled
{
	visibility: hidden;
}

.listTable .waiting
{
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	padding: 10px;
}

.unfiltered
{
    color: Gray;
}
tr.unfiltered {
    text-decoration: line-through;
}

.collapseIcon
{
    background-repeat: no-repeat;
	background-position: left;
	background-image: url(/europeanaquatics/cassette.axd/file/scripts/jquery.ui.custom.stso/jquery.stso.dyntable/img/tabletree_toggle_collapse-3e6fc84357b9930182b00b905f9d3418706f0c3e.png);
}

.expanseIcon
{
    background-repeat: no-repeat;
	background-position: left;
	background-image: url(/europeanaquatics/cassette.axd/file/scripts/jquery.ui.custom.stso/jquery.stso.dyntable/img/tabletree_toggle_expanse-bc599b869930803eef30377b46c90c57f0101bed.png);
}

.nodeFilter
{
    margin-left: 5px;   
}

.nodeFilterIcon
{
    cursor: default;
}

.nodeFilteredIcon
{
	cursor: default;
}

.listTable tbody tr {
    border-bottom: 1px solid #bbb;    
}

.listTable tbody tr:hover, .listTable tbody tr:hover td
{
	background-color: #FFFFAA;
}

.listTable tbody tr:hover .nodeFilterIcon
{
    background-repeat: no-repeat;
	background-position: left;
	background-image: url(/europeanaquatics/cassette.axd/file/scripts/jquery.ui.custom.stso/jquery.stso.dyntable/img/tabletree_nodefilter-e0e52c1b502861707cb7cf0a07890c0b868921c8.png);   
}

.listTable tbody tr:hover .nodeFilteredIcon
{
    background-repeat: no-repeat;
	background-position: left;
	background-image: url(/europeanaquatics/cassette.axd/file/scripts/jquery.ui.custom.stso/jquery.stso.dyntable/img/tabletree_nodefiltered-eaffaefe764e6a34e78fcfaf2c92b0c58941177c.png);       
}

.listTable .allNone
{
    cursor: pointer;
}

.listTable .itemReady {
    background-color: green !important;
}

.listTable .itemNotReady {
    background-color: rgb(246, 125, 88) !important;
}

.listTable .itemAlreadyProcessed {
    background-color: gray !important;
}