table.record {
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 0.9em;
	margin-top:10px;
}

table.record td,table.record th {
	padding: 3px 10px;
	border: 1px solid #ddd;
}


table.record thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 20px;
	
} 

table.record thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.record thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.record thead tr .headerSortDown, table.record thead tr .headerSortUp {
background-color: #8dbdd8;
}

tr.odd {
	background-color: #eee;
}

tr.even {
	background-color: #FFF;
}

tr.me {
	background-color: #fdd;
}

span.down {
	font-weight: bold;
	color: red;
}

span.up {
	font-weight: bold;
	color: green;
}

span.new {
	font-weight: bold;
	color: blue;
}


a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none}
    
a.info img { 
	border: 0;
}

a.info:hover{z-index:25; background-color:white}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    color: black;
    font-weight: normal;
    font-style: normal;
    top:2em; left:-8em; width:10em;
    border:1px solid #444;
    background-color: white;
    padding: 1em;
    text-align: center}
