﻿.grid
{
    width: 100%;
    border: 0px;
    border-collapse:collapse;
}
.header
{
    font-family: 'Traditional Arabic';
    font-size: 16px;
    font-weight: bold;
    color: #0066CC;
    font-weight:bold;
    background-color: #E1ECFB;
    border: 1px solid #94CFF3;
    cursor: pointer;
    text-align: center;
    height: 15px;
}
.content
{
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #94CFF3;
    border-bottom-color: #94CFF3;
    border-left-color: #94CFF3;
    background-color: #FDF7E8;    
    text-align: center;
}
#tt {position:absolute; display:block; background:url(img/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(img/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(img/tt_bottom.gif) top right no-repeat; overflow:hidden}