table.calendar {
    font-family: Arial;
    font-size: 12px;
/*    border: solid #c6c6c6;
    border-width: 0px 1px 0px 1px;*/
    background-color: #fbfbfb;
    border-collapse: collapse;
}
table.calendar a {
    display: block;
    text-decoration: none;
    padding: 3px 2px;
    color: #000;
    border: 1px solid #fbfbfb;
}
table.calendar a:hover {
    display: block;
    font-weight: bold;
    border: 1px solid #dedede;
    padding: 3px 2px;
    background: #dadada;
    background: -moz-linear-gradient(bottom, #dadada, #fefefe);

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
table.calendar tbody {
    border: solid #c6c6c6;
    border-width: 0px 1px;
}
table.calendar tbody td {
    text-align: center;
}
table.calendar tbody td a.current {
    display: block;
    color: #fff;
    font-weight: bold;
    background: #fb9100;
    background: -moz-linear-gradient(bottom, #f94900, #fb9100);

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
table.calendar tbody td a.event {
    display: block;
    color: #000;
    background: #fbdac7;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
table.calendar thead th {
    background-color: #fc7c00;
    background: -moz-linear-gradient(bottom, #fc7c00, #fda400);
    height: 20px;
    color: #fff;
    padding: 5px 0;

    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

ul.events {
    width: 199px;
    padding: 0;
    margin: 0;
    margin-left: -1px;
    list-style-type: none;
    font-family: Arial;
    font-size: 11px;
    border-width: 0 1px 1px 1px;
    border-color: #c6c6c6;
    border-style: solid;
    background: #e1dfe0 url(../images/calendar-footer.png) no-repeat top left;
}
ul.events li {
    padding: 7px 10px;
}
ul.events li p.title {
    margin: 0;
    color: #fb5c00;
    font-size: 12px;
    padding: 2px 0;
    font-weight: bold;
}
ul.events li p.description {
    margin: 0;
    padding: 5px 0;
}
ul.events li span {
    font-size: 12px;
    padding: 2px 0;
    font-weight: bold;
}
ul.events li a.details {
    text-indent: -9999em;
    background: url(../images/detalii.png) no-repeat top left;
    width: 99px;
    height: 22px;
    float: right;
    position: relative;
    bottom: -7px;
}
ul.events-large {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
div.container-calendar {
    margin-left: 10px;
    margin-bottom: 20px;
}
