.tt-main {
    border: 1px solid #B9C9FE;
    padding: 3px;
    background-color: #ffffff;
    position: absolute;
    width: 213px;
    height: 160px;
}

/* Table */

#content table {
    text-align: left;
    border-collapse: collapse;
    font-size: 1.1em;
    margin-top: 10px;
}

#content th, #content td {
    padding: 5px 15px 5px 15px;
}

#content tbody tr, #content tfoot tr { border-top: 1px solid white; }
#content tbody tr:first-child { border: 0px; }

#content tbody td { 
    background: #E8EDFF url(../images/tbl_cellgrad.png) repeat-x scroll 0 0; 
    color: #666699;
}

#content thead th {
    background: #B9C9FE url(../images/tbl_headgrad.png) repeat-x scroll 0 0; 
    border-top:2px solid #D3DDFF;
    border-bottom: 1px solid white;
    color: #003399;
    font-weight: normal;
}

#content tbody tr:hover td {
    background: #D0DAFD url(../images/tbl_cellgradover.png) repeat-x scroll 0 0; 
    color: #333399;
}

#content tfoot td {
    background: #E8EDFF none repeat scroll 0 0;
    color: #9999CC;
}

