table.sorttable tr
{
 background-color: #FFFFFF;
}

table.sorttable tr:hover
{
 background-color: #C0C0C0;
}

table.sorttable td 			
{
 color: #000000;
 font: menu;
 padding: 1px;
 padding-left: 5px;
 padding-right: 5px;
}

table.sorttable td 			
{
}

table.sorttable
{
 border: 1px solid #808080;
 margin: 10px;
}

table.sorttable thead td	
{
 background-color: #DDDDDD;
 font: menu;
 border: 1px outset #FFFFFF;
 cursor: default;
 padding-top: 0px; 
 padding-bottom: 0px;
 border-top: 1px solid #EEEEEE;
 border-left: 1px solid #EEEEEE;
 border-right: 1px solid #AAAAAA;
 border-bottom: 1px solid #AAAAAA;
 height: 16px;
}

table.sorttable thead .arrow
{
 font-family: webdings;
 color: black;
 padding: 0;
 font-size: 10px;
 height: 11px;
 width: 10px;
 overflow: hidden;
 border: 1px;
}

