#iagenda{
    clear:both;
    height:210px;
    margin-left:0px;
    margin-bottom:40px;
}
.tbagenda{
    float:left;
    width:290px;
    height:150px;
    border:solid 1px #CCC;
    margin-right:20px;
    color:#333;
}

.tbagenda th{
    height:25px;
    background-color:#CCC;
    font-weight:bold;
    color:#333;
}

.tbagenda td{
    border:solid 1px #CCC;
    text-align:center;
    height:20px;
}

.tbagenda .titulo td{
    font-weight:bold;
}

.tbagenda .first-td{
    color:#AA2222;
}

.tbagenda a{
    display:block;
    font-weight:bold;
    color:#333;
    background-color:#a39d9d;
    line-height:20px;
}

h3 a{
    color:#333;
}

a[rel=ajuda]:hover{text-decoration:none;}
#toltip_agenda {
    position:absolute; 
    z-index:9999; 
    width:240px;
    border:1px solid #030;
    border-radius:4px;
    -moz-box-shadow:1px 3px 4px #666; 
    -webkit-box-shadow:1px 3px 4px #666; 
    -moz-border-radius:4px; 
    -webkit-border-radius:4px; 
    text-align:left;
}
#toltip_agenda div{background:#1d3d07;}
#toltip_agenda div.tipBody{
    color:#FFF; 
    font:11px Tahoma; 
    padding:10px;
}