#iagenda{
    clear:both;
    width:87%;
	margin:0px auto;
	float:left;
	padding-left:7%;
}
#iagenda h3{color:#fff;font-size:18px;}
.tbagenda{
	float:left;
    width:40%;
    height:150px;
    border:solid 1px #eee;
    margin:10px 0px;
	margin-right:30px;
    color:#333;
	background:#fff;
}

.tbagenda th{
    height:25px;
    background-color:#666;
    font-weight:bold;
    color:#FFF;
    text-align:center;
}

.tbagenda td{
    border:solid 1px #eee;
    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:#CCC;
    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:#3b5c99;}
#toltip_agenda div.tipBody{
    color:#FFF; 
    font:11px Tahoma; 
    padding:10px;
}