/* 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: 0;
    /*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: 32%;
    margin-top: -50px;
    width: 240px;
    height: 180px;
}

/* выставляем маргин, в зависимости от формы, где используется календарь */
.two-thirds div.text .newOuting #sel_calendar_holder {margin:0;}

#sel_calendar_holder .diary tr td a div, #sel_calendar_holder .diary tr td div {margin:1px;} 

#sel_calendar_holder .diary tr td a div:hover, 
#sel_calendar_holder .diary tr td div:hover,
#sel_calendar_holder .diary tr td a div.today {margin:0;border:1px solid #8896a1;}

#sel_calendar_holder .diary tr td a {color:#000; text-decoration:none;}
#sel_calendar_holder .diary tr.days {color:#32c3fa;}
#sel_calendar_holder .diary tr td a div.today {}
#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: 0;
}
#sel_calendar_holder #calendar-line {
    background-color: #ffffff;
    border:1px solid #e7e7e7;
    padding: 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: 0;
}
#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;} {
    height:26px;
    width:26px;
    font-size: 11px;
}
#sel_calendar_holder .diary td {text-align:center;line-height:26px;}

#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 .prev_arrow {
    background: url(../i/arr_left.png) 0 0 no-repeat;
    text-decoration:none;
    display:inline-block;
    height: 10px;
}
#sel_calendar_holder .next_arrow {
    background: url(../i/arr_right.png) right center no-repeat;
    text-decoration:none;
    display:inline-block;
    height: 10px;
}
#sel_calendar_holder .arrows #year_info {
    width: 163px;
    text-align: center;
}

.inactive {color:#c4c9cc;}

