
.tx-t3mdirectory-pi1 table {
    border:1px solid #EAEFF5;
    border-bottom:0;   
    margin-top:20px;
    margin-bottom:20px;
}     
.tx-t3mdirectory-pi1 th,
.tx-t3mdirectory-pi1 td {
    vertical-align:middle;
    padding:4px;  
    border-bottom:1px solid #EAEFF5; 
}     
.tx-t3mdirectory-pi1 td.td_image {
    width:60px;
}     
.tx_t3mdirectory_pi1_div_overview {
    border:2px solid #003C69;
    background-color:white;
    padding:5px;
    position:absolute; 
    margin-left:-200px;
    margin-top:-50px;
    z-index:99;
    width:200px;
    display:none;
}     
.tx-t3mdirectory-pi1 .div_active {
    display:block;
}     
.tx_t3mdirectory_pi1_div_overview table {
    width:200px;
    margin:0;
}     
.tx-t3mdirectory-pi1 p {
    padding:2px 0;
}     
a.tx_t3mdirectory_pi1_detaillink,
.tx-t3mdirectory-pi1 .print_button a {
    cursor:pointer;
}     
.tx-t3mdirectory-pi1 span.dir_highlight {
    color:#003C69;
}     
.tx-t3mdirectory-pi1 .closebutton {
    position:absolute;
    top:-10px;
    right:-10px;
    color:#003C69;
    font-weight:bold;
    border:1px solid #003C69;
    padding:3px 5px;
    z-index:101;
    cursor:pointer;
    background-color:white;    
}

/* tablesorter */

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	border-top:0;
	border-bottom:0;
}              
table.tablesorter thead tr {      
	background-color: #e6EEEE;
}              
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
    cursor: pointer;
	padding-right:20px;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}
tr.tr_active {
    background-color:#EAEFF5;
}




