/**
 * events.css
 *
 * CSS-файл со стилями для страницы событий
 *
 * @author Denis Barushev <denis@zveno.com.ua>
 * @since 27.05.2006
 */

@import "default.css";

span.day {
    background: #ffa03c;
    color: white;
    padding: 2px 3px;
    font-size: 13px;
}

span.date {
    font-size: 13px;
}

#brd-top {
    background: url(/media/images/dashed.gif) repeat-x top;
    padding-top: 15px;
}

#brd-bottom {
    background: url(/media/images/dashed.gif) repeat-x bottom;
    padding-bottom: 15px;
}

table.events td {
    vertical-align: top;
    padding: 7px 0;
    line-height: normal !important;
}

table.events td.date {
    width: 120px;
}

table.events td a {
    color: #9b3214;
}

table.events ul {
    list-style-type: none;
}

table.events ul li {
    padding: 10px 0;
    background: url(/media/images/dashed.gif) repeat-x top;
    zoom: 1;
/*    position: relative;*/
}

table.events ul li.first-child {
    background: none;
    padding-top: 0;
}

.see-also {
    overflow: hidden;
    border-bottom: 1px solid #9b3214;
    zoom: 1;
}

.see-also p {
    float: left;
}

.see-also p.rating {
    float: right;
    color: #000;
    font-size: 12px;
}

.see-also p.rating img {
    vertical-align: bottom;
}

.see-also p.calendar {
    float: right;
    background: url(/media/images/calendar.gif) no-repeat left center;
    height: 22px;
}

.see-also p.calendar a.calendar {
    padding-left: 20px;
}

.about-action {
    padding-top: 25px;
}

.about-action p {
    line-height: 14px;
}

.about-action .info p {
    padding-bottom: 10px;
    line-height: 16px;
}

.add-images {
    float: left;
    overflow: hidden;
    width: 170px;
}

.if-add-images-exist {
    margin-left: 207px;
}

.add-images .clear {
    height: 30px;
}