a.navright {
  border: none;
}

span.header1, p.header1, li.header1 {
  color: #C50000;
  font-size: 12px;
  font-weight: bold;
}

p.header2{
  color: #B9B9B9;
  font-size: 12px;
  font-weight: bold;
}



/* Tooltip */

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-style: bold;
}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 0px;
left: 20px;
width: 230px;
z-index: 100;
color: #B4B4B4;
border: 1px solid #B4B4B4;
padding: 10px 0px 10px 10px;
background: #000000;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-style: Normal;
text-align: left;
}

input.showall {
color: #B4B4B4;
font-weight: normal;
font-size: 8pt;
background: #000000;
padding-left: 0px;
padding-top: 0px;
/*text-indent: -999em;*/
}

input.order {
color: #B4B4B4;
font-weight: bold;
font-size: 8pt;
background: #000000 /*url(stat/sort.jpg)*/; 
background-repeat:no-repeat; 
padding-left: 0px;
padding-top: 0px;
/*text-indent: -999em;*/
}

input.orderasc {
color: #C50000;
font-weight: bold;
font-size: 8pt;
background: #000000 /*url(stat/sortasc.jpg)*/; 
background-repeat:no-repeat; 
padding-left: 0px;
padding-top: 0px;
/*text-indent: -999em;*/
}
input.orderdesc {
color: #C50000;
font-weight: bold;
font-size: 8pt;
background: #000000 /*url(stat/sortdesc.jpg)*/; 
background-repeat:no-repeat; 
padding-left: 0px;
padding-top: 0px;
/*text-indent: -999em;*/
}
