#iagenda{
    clear:both;
    width:600px;
    height:220px;
    background:#151515; 
    -moz-box-shadow:1px 2px 1px #151515; 
    -webkit-box-shadow:1px 2px 1px #151515;
    border-radius:8px; 
    -moz-border-radius:8px; 
    -webkit-border-radius:8px;
    padding:20px 10px;
}

    #iagenda h3{color:#FFF;}

    #iagenda table{
        width:280px;
        margin-right:20px;
        float:left;
        border:1px solid #333;
    }
    
    #iagenda table .col_domingo{
        background:#222121;
    }

    #iagenda table .first-td{
        border-left:none;
    }

    #iagenda table .titulo{
        background:#222121;
    }

    #iagenda table .titulo td{color:#717171; font-weight:bold;}

    #iagenda table .titulo .first-td{
        border-left:none; 
        border-bottom:none;
    }

    #iagenda table thead tr th{
        background:#171515; 
        color:#CCC; 
        font:bold 16px Arial; 
        height:30px; 
        line-height:30px;
        text-align:center;
    }

    #iagenda table tbody tr{
        height:24px;
    }

    #iagenda table tbody tr td{
        border-left:1px solid #333; 
        border-top:1px solid #333; 
        text-align:center; 
        line-height:24px; 
        cursor:default;
        color:#FFF;
    }
    #iagenda table tbody tr td span{color:#FFF;}

    #iagenda table tbody tr td a{
        font:bold 12px Arial; 
        color:#069; 
        text-decoration:none; 
        background:#CCC;
        height:24px;
        line-height:24px; 
        display:block;
        cursor:pointer;
    }

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;
    display:inline-block;
}
#toltip_agenda div{background:#1d3d07;}
#toltip_agenda div.tipBody{
    color:#FFF; 
    font:11px Tahoma; 
    padding:10px;
}