/* страница: список вылазок за день */
#outings_day a {
    color: #4e6294;
}
/* Вылазки и события */
#outings_day h1 {
    margin: 0;
    padding: 4px 0 0 0;
    font-size: 16px;
}
#outings_day h1 a {
    text-decoration: none;
    border-bottom: 1px dashed #4e6294;
}
/* доп. информационный блок под заголовком */
#outings_day .info {
    margin: 0 0 13px;
    padding: 2px 0 1px 0;
    font-size: 11px;
    color: #676767;
}
#outings_day table.info {
    margin: 0px;
}
#outings_day .info em {
    color: #000000;
    font-style: normal;
}
/* если есть блок вылазок */
#outings_day .outings {
    margin: 0;
    padding: 24px 0 0 0;
    font-size: 12px;
}
/* заголовок с количеством вылазок */
#outings_day .outings h3 {
    font-size: 14px;
    height: 18px;
    padding-bottom: 13px;
}
#outings_day .outings h3 em {
    color: #ffffff;
    font-style: normal;
    background-color: #f06431;
    padding: 2px 5px 2px 5px;
}
/* перечень вылазок */
#outings_day .outings-list {
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}
#outings_day .outings-list tr td {
    height: 16px;
    vertical-align: bottom;
}
/* название вылазки */
#outings_day .outings-list .info {
    background-position: left bottom;
    background-repeat: repeat-x;
    background-image: url(../img/li-back.gif);
    font-size: 12px;
}
/* места в вылазке */
#outings_day .outings-list .seats {
    width: 80px;
}
#outings_day .outings-list .seats span {
    font-size: 12px;
}
/* можно ли присоединиться к вылазке */
#outings_day .outings-list .join {
    width: 20px;
}
#outings_day .outings-list .join a {
    text-decoration: none;
}
#outings_day .outings-list .join div {
    width: 20px;
    background-position: right 3px;
    background-repeat: no-repeat;
    background-image: url(../img/man-red.gif);
}
#outings_day .outings-list a {
    color: #4e6294;
    background-color: #ffffff;
}
#outings_day .outings-list em {
    color: #666666;
    font-style: normal;
    background-color: #ffffff;
}
#outings_day .outings-list span {
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-image: url(../img/man-icon.gif);
    color: #666666;
    padding: 1px 5px 0 10px;
    margin: 0;
    font-size: 11px;
}
#outings_day .outings-list span em {
    color: #4e6294;
    font-style: normal;
}
/* если на странице есть и вылазки и события, между ними нужен отступ */
#outings_day .spacer {
    height: 19px;
    line-height: 19px;
}
/* если есть блок событий */
#outings_day .events {
    margin: 0;
    padding: 24px 0 0 0;
    font-size: 12px;
}
/* заголовок с количеством событий */
#outings_day .events h3 {
    font-size: 14px;
    height: 18px;
    padding-bottom: 15px;
}
#outings_day .events h3 em {
    color: #ffffff;
    font-style: normal;
    background-color: #4e6294;
    padding: 2px 5px 2px 5px;
}
/* список событий */
#outings_day .events .events-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#outings_day .events .events-list li {
    margin: 0;
    padding: 0;
}
/* информация о событие */
#outings_day .events .events-list .info {
    border-collapse: collapse;
    width: 100%;
}
#outings_day .events .events-list .info td {
    vertical-align: top;
}
#outings_day .events .events-list .info .header {
    font-size: 14px;
}
#outings_day .events .events-list .info .thumbnail {
    width: 60px;
}
#outings_day .events .events-list .info .thumbnail img {
    padding-top: 3px;
}
#outings_day .events .events-list .info .last-comment {
    text-align: right;
}
#outings_day .events .events-list .more_info {
    padding: 0 0 45px 0;
}
#outings_day .events .events-list .content {
    padding: 15px 0 15px 0;
}
/* список городов */
#outings_day .events .events-list .cities {
    font-size: 10px;
    padding: 0 0 0 20px;
}
#outings_day .events .events-list .cities em {
    color: #757575;
    font-style: normal;
}
#outings_day .events .events-list .cities a {
    text-decoration: none;
}
#outings_day .events .events-list .cities a:hover {
    text-decoration: underline;
}
/* список мест */
#outings_day .events .events-list .places {
    font-size: 10px;
    padding: 0 0 0 20px;
}
#outings_day .events .events-list .places em {
    color: #757575;
    font-style: normal;
}
#outings_day .events .events-list .places a {
    text-decoration: none;
}
#outings_day .events .events-list .places a:hover {
    text-decoration: underline;
}
/* блок с тегами и надписью оставить комментарий */
#outings_day .events .events-list .spacer {
    height: 9px;
}

/* calendar */
.diary .arrows {background: white; text-align: left}

/* outing_detail */
.part-outing .indent p { font-size: 18px; line-height: 18px}
.part-outing .indent img {padding-bottom: 0px}
.car div {margin-top: 17px; font-size: 85%; text-align: center}

/* в добавлении вылазки всплывающий календарик */
#calendar_choose {
    position: absolute;
    z-index: 6;
    display: block;
    margin: -17px 0 0 194px;
    width: 11px;
    height: 11px;
    font-size: 0px;
    background: url(../img/calendar.gif) -91px -14px no-repeat;
    text-decoration: none;
}
#calendar_close {
    padding-left: 15px;
    font-size: 10px;
    line-height: 13px;
    font-weight: normal;
    background: url(../img/calendar.gif) -91px -14px no-repeat;
    text-decoration: none;
    color: #ff4500;
}
#calendar_title {
    position: absolute;
    z-index: 10;
    margin: -24px 0 0 183px;
    padding: 6px 0 0 11px;
    width: 80px;
    height: 20px;
    background: url(../img/calendar.gif) 0 0 no-repeat;
}
#sel_calendar_holder {
    position: absolute;
    z-index: 8;
    margin-left: 170px;
    width: 227px;
    height: 250px;
}
#sel_calendar_holder .top-line,
#sel_calendar_holder .thrd-line {
    height: 7px;
    min-height: 7px;
    max-height: 7px;
    line-height: 7px;
    margin: 0;
    padding: 0;
    font-size: 0px;
}
#sel_calendar_holder #calendar-line {
    background-color: #ffffff;
    border-left: 1px solid #ff4500;
    border-right: 1px solid #ff4500;
    padding-left: 12px;
    font-weight: normal;
}
#sel_calendar_holder .top-line div,
#sel_calendar_holder .thrd-line div {
    height: 7px;
    line-height: 7px;
    min-height: 7px;
    max-height: 7px;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 0px;
}
#sel_calendar_holder .top-line .tl {
    width: 7px;
    background: url(../img/calendar.gif) -91px 0 no-repeat;
}
#sel_calendar_holder .top-line .t {
    width: 213px;
    height: 6px;
    min-height: 6px;
    max-height: 6px;
    line-height: 6px;
    background-color: #ffffff;
    border-top: 1px solid #ff4500;
}
#sel_calendar_holder .top-line .tr {
    width: 7px;
    background: url(../img/calendar.gif) -98px 0 no-repeat;
}
#sel_calendar_holder .thrd-line .bl {
    width: 7px;
    background: url(../img/calendar.gif) -91px -7px no-repeat;
}
#sel_calendar_holder .thrd-line .b {
    width: 213px;
    height: 6px;
    line-height: 6px;
    min-height: 6px;
    max-height: 6px;
    line-height: 6px;
    background-color: #ffffff;
    border-bottom: 1px solid #ff4500;
}
#sel_calendar_holder .thrd-line .br {
    width: 7px;
    background: url(../img/calendar.gif) -98px -7px no-repeat;
}
#sel_calendar_holder td {padding: 0;}
#sel_calendar_holder .diary td a div,
#sel_calendar_holder .diary td div.inactive {
    height:26px;
    width:24px;
    font-size: 11px;
}
#sel_calendar_holder .arrows div {
    width: 203px;
    height: 22px;
    padding: 0;
    margin: 0;
}
#sel_calendar_holder .arrows div div {
    float: left;
    height: 22px;
    padding: 0;
    margin: 0;
}
#sel_calendar_holder .arrows .prev_arrow,
#sel_calendar_holder .arrows .next_arrow {
    width: 20px;
}
#sel_calendar_holder .arrows .prev_arrow a,
#sel_calendar_holder .arrows .next_arrow a {
    display: block;
    width: 20px;
    padding: 0;
    margin: 0;
}
#sel_calendar_holder .arrows .prev_arrow a {
    background: url(../img/previ.gif) 0 0 no-repeat;
}
#sel_calendar_holder .arrows .next_arrow a {
    background: url(../img/next.gif) 0 0 no-repeat;
}
#sel_calendar_holder .arrows #year_info {
    width: 163px;
    text-align: center;
}

