/* 
    Document   : calendar
    Created on : 22/11/2012, 15:43:24
    Author     : cheble
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.mes_calendario{}
.load-prev-month{background: url('../images/row-prev.jpg') no-repeat center;}
.load-next-month{background: url('../images/row-next.jpg') no-repeat center;}
.month-name a{color: #333; text-decoration: none;}

.calendario table tbody tr td{text-align: center;}
.calendario table tbody tr td.select{background:#F0B814;}
