@charset "utf-8";
/* CSS Document */
table	{width:560px;}

td, th {
  padding: 0.2em 1em;
  font: 10pt arial;
  
}
th.axdCol_headline  	{width:60%;}
th.axdCol_country 	{width:15%;}
th.axdCol_country  {width:25%;}

.axdDTControlsRow {
  background:#bbb;
}

th, th * {
  background:#a2a611;
  color:#fff;
  padding: 8px 0 8px 0;
}

th a:link, th a:visited {color:#fff; }


.axdDTRowOdd td {
  background:#eee;
}

.axdDTHighlight {
  font-weight:bold;
  color:#ff0000;
}

.sortedASC, .sortedDESC {
  font-weight:bold;
}

tfoot tr {
  background:#ddd;
}

tbody tr:hover td {
  background:#e6e7b6;
}

.pagingBar span {
  padding:0.1em 0.3em;
}

.pagingBar .pCurrent {
  font-weight:bold;
  background:#000;
  color:#fff;
}

table {border-top:1px solid #ccc;}
.axdDTControlsRow {/*display:none;*/ background:#fff; }

#middle	{font-size:14pt; font-weight:bold;}

.recordsIndicator {color:#333; padding:5px 0 5px 0;}
.pagingBar {padding:5px 0 5px 0;}

.pPage, .pnext,  .pall	{background:#fff; margin:0 1px 0 1px;}









.axdColLast {display:none;}