.ctable
{
border:1px solid #dbdbdf;
font-size:11px;
line-height:16px;
width:97%;
}

table.ctable td.td1
{
background:#f6f6ff;
font-weight:bold;
color:#3b3b3b;
border:1px solid #ebecf0;
}

table.ctable td.td2
{
border:1px solid #e6e8ed;
}

.tooltip {
width:100px;
height:14px;
text-align:center;
position: absolute;
display: none;
background-color: #f6f6ff;
color:#3b3b3b;
border:solid 1px #dbdbdf;
font-family:verdana;
font-size:10px;
font-weight:bold;
padding:4px;
padding-top:6px;
text-transform:uppercase;
filter:alpha(opacity=90); -moz-opacity:0.90;
}



