/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}

table.sortable th {
background-color: #bbbbbb;
	font-weight: bold;
	text-align : center;
	padding-right:2px;
		border-right:1px dotted #ffffff;
		border-bottom:1px dotted #ffffff;
		color: #FF0F2B;
}

/*//////////////*/
table.sortable{
padding-top : 3px;
       padding-bottom : 3px;
}

/* Table highlite Stuff */
 /*tr.hi td, td.hi {
        background-color: #FD6F71;
      }*/
      table.sortable tr.hi td/*, table.extra td.hi */ {
   /*     color: red; 
        text-decoration: underline overline;*/
       background-color: B7FAB5;
       }
      

