/** Просмотр событий календаря */
.event-view {
    float: left;
    margin: 0 0 10px 10px;
    position: relative;
    width: 100%;
}
/** иконки сверху */
#divTabs {
    border-bottom: 1px solid #9f9f9f;
    margin: 0 20px 20px -10px;
    overflow: hidden;
    padding: 15px 0 5px 0;
    position: relative;
}
.multi-css #divRes {
	float:left;
	left:5px;
}
#divTabs a {
    color: #4f4f4f;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    text-decoration: underline;
}
#divTabs a:hover {
    text-decoration: none;
}
#divTabs a img {
    background: url(/storage/calendar/icons_edit.png) 0 0  no-repeat transparent;
    float: left;
    height: 32px;
    margin: 0 5px 0 0;
    outline: none;
    padding: 0;
    position: relative;
    top: -4px;
    width: 32px;
}
#divTabs .event_description, #divTabs .event_description_enab {
    margin: 0 155px 0 50px;
}
#divTabs .event_description_enab, #divTabs .event_foto_enab, #divTabs .event_members_enab {
    text-decoration: none;
}
#divTabs .event_description img {
    background-position: 4px -1px;
}
#divTabs .event_description_enab img, #divTabs .event_description:hover img  {
    background-position: 4px -33px;
}
#divTabs .event_foto,#divTabs .event_foto_enab {
    margin: 0 140px 0 0;
}
#divTabs .event_foto img {
    background-position: -33px -2px;
}
#divTabs .event_foto_enab img, #divTabs .event_foto:hover img {
    background-position: -33px -34px;
}
#divTabs .event_members img {
    background-position: -63px -2px;
}
#divTabs .event_members_enab img, #divTabs .event_members:hover img {
    background-position: -63px -34px;
}
/** описание события */
.divEventDescr, .divEventUsersToGo {
    margin: 0 0 0 -10px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.divEventUsersToGo {
    float: left;
}
.divEventDescr .text_on_picture, .divEventUsersToGo .text_on_picture {
    background: #000;
    float: left;
    height: 300px;
    margin: 0;
    padding: 0 0 0 10px;
    position: relative;
    width: 225px;
}
.divEventDescr .event_pic_desc, .divEventUsersToGo .event_pic_desc {
    clear: left;
    margin: 0;
    padding: 0;
    position: relative;
}
.divEventDescr .event_date, .divEventUsersToGo .event_date {
    color: #fff;
    float: left;
    font-size: 60px;
    margin: 0px 0 -10px -4px;
    padding: 0;
    position: relative;
    width: 100%;
}
.divEventDescr .event_month, .divEventDescr .event_day, .divEventUsersToGo .event_month, .divEventUsersToGo .event_day, .divEventDescr .event_title, .divEventUsersToGo .event_title {
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.divEventDescr .event_title, .divEventUsersToGo .event_title {
    font-size: 12px;
    margin-top: 15px;
    overflow: hidden;
}
.divEventDescr .event_title h1, .divEventUsersToGo .event_title h1 {
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.divEventDescr .event_pic_desc, .divEventUsersToGo .event_pic_desc {
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    position: relative;
    width: 430px
}
.divEventDescr .event_description_container {
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.divEventDescr .event_left_column {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 60%;
}
.divEventDescr .event_left_column h3 {
    clear: left;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.divEventDescr .event_left_column h3 a {
    color: #5caacf;
    float: left;
    margin: 5px 0 0 0;
    padding: 0;
    text-decoration:underline;
}
.divEventDescr .event_left_column h3 a:hover {
    text-decoration: none;
}
.divEventDescr .event_right_column {
    float: right;
    margin: 0 30px 0 0;
    padding: 0 0 0 10px;
    position: relative;
    width: 192px;
}
.divEventDescr .event_right_column .event_time, .divEventDescr .event_right_column .event_where {
    color: #556A7F;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.divEventDescr .event_right_column .event_where {
    margin-top: 20px;
}
.divEventDescr .event_right_column .event_place {
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}
#divEventAddress {
    float: left;
    margin: 5px 0 0 0;
    padding: 0;
    position: relative;
}
#divMap {
    float: left;
    margin: 0;
    padding: 0;
}
#divMap div[dir=ltr]{
    display: none;
}
.divEventDescr .event_right_column .event_url {
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    position: relative;
}
.divEventDescr .event_right_column .event_url a {
    color: #000;
    text-decoration: underline;
}
.divEventDescr .event_right_column .event_url a:hover {
    text-decoration: none;
}
.divEventDescr .event_desc {
    color: #556A7F;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.divEventDescr .event_desc_value {
    font-size: 12px;
    margin: 5px 0 0 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.divEventDescr .event_share {
    margin: 15px 0 0 0;
    padding: 0;
    position: relative;
}
.divEventDescr .event_share  span {
    float: left;
    font-weight: bold;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 0;
}
/** рейтинг */
.divEventDescr .event_Rating {
    float: left;
    margin: 10px 30px 0 0;
    padding: 0;
    position: relative;
    text-align: right;
    width: 100%;
}
#spanVoteAccepted {
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
}
#divRes {
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
}
#zvezda {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    text-align: right;
}
#voteNumber {
    float: left;
    margin: -1px 0 0 0;
    padding: 0;
    position: relative;
    text-align: right;
}
/* картинка события */
#divImage, #divEvtImage {
    background: url(/storage/calendar/img_bg.png) right top repeat-y #000;
    float: left;
    margin: 0;
    padding: 0 1px 0 0;
    position: relative;
    width: 450px;
}
#divImage img, #divEvtImage img {
    height: 300px;
    margin: 0;
    padding: 0;
    position: relative;
}
/** кнопка "Пойду" */
#divToGo {
    float: right;
    margin: 5px 30px 0 0;
    padding: 0;
    position: relative;
    width: 192px;
}
#divToGo a.event_userToGo, #divToGo .need-reg {
    background: url(/storage/calendar/btn-go.jpg) -1px -1px no-repeat transparent;
    color: #000;
    display: block;
    font-size: 12px;
    height: 36px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 122px;
    text-decoration: none;
}
#divToGo a.event_userToGo:hover,#divToGo .need-reg:hover {
    background-position: 0 -36px;
}
 #divToGo a.event_userNotToGo {
    background: url(/storage/calendar/btn-notgo.jpg) -1px 0px no-repeat transparent;
    color: #000;
    display: block;
    font-size: 12px;
    height: 37px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 122px;
    text-decoration: none;
 }
#divToGo a.event_userNotToGo:hover {
    background-position: 0 -37px;;
}
#divToGo a:hover {
    text-decoration: none;
}
#divAlsoToGo {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
#divAlsoToGo .event_alsotogo {
    margin: 0;
    padding: 0;
    position: relative;
}
#divAlsoToGo .event_alsotogo a {
    color: #556A7F;
    margin-right: 10px;
    text-decoration: underline;
}
#divAlsoToGo .event_alsotogo a:hover {
    text-decoration: none;
}
/** фото галлерея */
#divEventGallery {
    margin: 0 0 0 -10px;
    padding: 0;
    position: relative;
    width: 100%;
}
#divGallerySrv {
    float: left;
    position: relative;
    width: 100%;
}
#divCurrentPic .deputy {
    float: left;
    height: 370px;
    position: relative;
    width: 27px;
}
#divBackward, #divForward {
    margin-top: -27px;
    position: absolute;
    top: 50%;
}
#lnkBack {
    display: block;
    height: 53px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 27px;
}
#lnkBack img {
    background: url(/storage/calendar/arrow_big.png) 0 0 no-repeat transparent;
    height: 53px;
    width: 27px;
}
#lnkNext {
    display: block;
    height: 53px;
    margin: 0 0 0 15px;
    padding: 0;
    position: relative;
    width: 27px;
}
#lnkNext img {
    background: url(/storage/calendar/arrow_big.png) -27px 0 no-repeat transparent;
    height: 53px;
    width: 27px;
}
#divCurrentPicture {
    float: left;
    height: 370px;
    margin-left: 15px;
    position: relative;
    text-align: center;
    width: 600px;
}
#divCurrentPicture img {
    height: 370px;
}
#divPicturePanel {
    float: left;
    height: 100%;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}
#divCurrentPic {
    float: left;
    position: relative;
    width: 100%;
}
#divCurrentPic .event_pic_desc {
    font-size: 12px;
    margin: 5px 0 0 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
#divGallerySrv .arrow_left, #divGallerySrv .arrow_right {
    float: left;
    height: 18px;
    margin:  -9px 15px 0 25px;
    position: relative;
    top: 50px;
    width: 11px;
}
#divGallerySrv .arrow_right {
    float: right;
    margin-right: 0;
    right: 40px;
    top: 50px;
}
#arrowLeft, #arrowRight {
    display: block;
    height: 18px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 11px;
}
#arrowLeft img {
    background: url(/storage/calendar/arrow_pic.jpg) 0 -18px no-repeat transparent;
    height: 18px;
    width: 11px;
}
#arrowRight img {
    background: url(/storage/calendar/arrow_pic.jpg) -11px 0 no-repeat transparent;
    height: 18px;
    width: 11px;
}
#divGallerySrv .item {
    float: left;
    margin-right: 20px;
    position: relative;
}
#divGallerySrv .item a {
    display: inline;
}
/** число человек которые пойдут */
.users-togo-wrapper {
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    position: relative;
    width: 670px;
}
.divEventUsersToGo #divNumUsers {
    color: #000;
    display: inline;
    float: left;
    position: relative;
    text-align: center;
}
.divEventUsersToGo #divNumUsers span {
    display: block;
    font-size: 48px;
    margin: 0;
    padding: 0;
    position: relative;
}
/** юзеры */
ul.users-list {
    float: left;
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
    position: relative;
}
ul.users-list li {
    float: left;
    margin: 0 15px 30px 0;
    padding: 0;
}
ul.users-list li a {
    color: #000;
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}
ul.users-list li a img {
    display: block;
    height: 80px;
    margin-bottom: 4px;
    text-decoration: none;
    width: 80px;
}
/** голосование */
#voteContainer {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
#btnRatingUp, #btnRatinDown, .event_Rating .need-reg {
    cursor: pointer;
    display: inline;
    float: left;
    height: 34px;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
}
#btnRatingUp, .event_Rating .need-reg {
    background: url(/storage/calendar/thumb-up.jpg) -144px 0 no-repeat transparent;
    width: 142px;
}
#btnRatingUp:hover, .event_Rating .need-reg:hover {
    background-position: -1px 0;
}
#btnRatinDown {
    background: url(/storage/calendar/thumb-down.jpg) -42px 0 no-repeat transparent;
    margin: 0;
    width: 37px;
}
#btnRatinDown:hover {
    background-position: -1px 0;
}
.thumbDown {
    background: url(/storage/calendar/thumb-down.jpg) -1px 0 no-repeat transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 33px;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    width: 37px;
}
.thumbUp {
    background: url(/storage/calendar/thumb-up.jpg) -1px 0 no-repeat transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 34px;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    width: 142px;
}
span.zero, span.positive, span.negative {
    color: #03a61e;
    float: left;
    font-size: 22px;
    margin: 0;
    padding: 0;
    position: relative;
	top:2px;
}
.negative {
    color: #ff0606;
}
/** редактирование события */
.event_edit {
    float: left;
    margin: 5px 0 0 0;
    padding: 0;
    position: relative;
}
.event_edit a {
    color: #556A7F;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: underline;
}
.event_edit a:hover {
    text-decoration: none;
}
/** adriver-banner */
#adriver_bottom {
    display: none;
}


