﻿.cke_dialog_ui_input_textarea {

}

.blog_list {
    position: relative;
}
#club_loader {
    position: absolute;
    right: 0;
    top: 0;
}
.blog_list > section {
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.blog_list > section > .group {
    padding:0 0 10px;
}
.blog_list > section > .group a, .a_h1 {
    color: #58595B;
    font: bold 12px/18px Verdana;
    text-decoration: none;
    text-transform: uppercase;
}
.blog_list > section > .group a:hover {
    text-decoration: underline;
}
.blog_details > img {
    padding: 0 0 10px;
}
.blog_list .systemInfo > .user {
    font-size:100%;
}

#filterMenuBlog {
    margin-bottom: 10px;
}
#filterMenuBlog li {
    width: 150px;
    cursor:default;
}

/*
formArticleEdit
*/
.formArticleEdit {
    /*background:#EEE;*/
    position:relative;
}
.formArticleEdit .text-box {
	font: 24px/28px Verdana;
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 100%;
	box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	position: absolute;
	left: -10px;
}
/*.formArticleEdit .text-box:focus {
    background:#fafafa;
}
.formArticleEdit .cke_focus {
    background:#fafafa;
}*/
.uploadifyimggallery {
	border: 3px dashed #FF0000;
    width: auto !important;
}

.TextInline {
	min-height: 200px;
	padding: 10px;
	width: 100%;
	border: 1px solid #CCCCCC;
	box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	position: relative;
	left: -10px;
}
.file_upload_image_main_hover .file_upload_image_main {
    display: block;
}
.file_upload_image_main {
    display: none;
    position: absolute;
    right: 4px;
    top: 1px;
    width:420px;
    height:378px;
}
.file_upload_image_main .uploadifive-button {
    position:absolute !important;
    top:0;
    right:0;
    width:37px;
    height:32px;
    background-image:url(/Images/comments/icon-action.png);
    background-position: -37px -32px;
}
.file_upload_image_main .uploadifive-button input {
    cursor:pointer;
}
.file_upload_image_main .uploadifive-button:hover {
    background-position: 0px -32px;
}
#file_upload_image_progress {
    position: absolute;
    right: 0;
    top: 40px;
}
.systemInfo span.right {
    display: inline-block;
    float: right;
}


div.line {
    background: url("line_middle_bg.gif") repeat-x scroll center center transparent;
    height: 21px;
    margin: 3px 0;
    text-align: center;
    vertical-align: middle;
}
div.line b, div.line i {
    background: url("line_bg.gif") no-repeat scroll left bottom transparent;
    display: block;
    height: 11px;
    margin-top: 5px;
    width: 13px;
}
div.line b {
    float: left;
}
div.line i {
    background-position: left top;
    float: right;
}
div.line span {
    background-color: #FFFFFF;
    color: #878785;
    display: inline-block;
    font: bold 12px/21px Verdana;
    letter-spacing: 2px;
    padding: 0 20px;
    text-transform: uppercase;
}

#photolenta {
    position: relative;
	width:612px;
}
#photolenta .itemphoto {
	padding: 7px;
}
#photolenta .itemphoto > div {
    padding: 3px;
    box-shadow: 0 3px 5px #B4B6B9;
}
#photolenta .itemphoto img {
    height: auto;
    width: 100%;
}
#photolenta .itemphoto .text {
    padding:10px;
}
#photolenta .itemphoto .text > a {
    font-size:14px;
    font-family:Verdana;
}
#photolenta .itemphoto .data {
    color: #878785;
    font: 11px Verdana;
}
#photolenta .itemphoto .data > a {
    color: #878785;
    font: 11px Verdana;
}
#photolenta .itemphoto .right {
    position: absolute;
    bottom: 13px;
    right: 8px;
}

.photo_igo,.cool_button,.upload_button {
    display: block;
    border: 1px solid #979495;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #c5c8c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c5c8c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#c5c8c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#c5c8c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#c5c8c7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#c5c8c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5c8c7',GradientType=0 ); /* IE6-9 */
    margin:0 0 10px;
}
.photo_igo a {
    display:block;
    padding: 10px;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    color: #3C3C3C;
    font-weight: bold;
    background:url(/Images/photo_igo.png) no-repeat 10px 10px;
}

.cool_button,.upload_button {
    display: block;
    border: 1px solid #979495;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    color: #3C3C3C;
    font-weight: bold;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #c5c8c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c5c8c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#c5c8c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#c5c8c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#c5c8c7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#c5c8c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5c8c7',GradientType=0 ); /* IE6-9 */
}
.cool_button {
    height: 28px !important;
    line-height: 28px !important;
}
#photocoll {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 21px;
	height: 21px;
	background-image: url(/Images/photocoll.png);
	cursor: pointer;
}
.photocoll2 {
    background-position:0 0;
}
.photocoll1 {
    background-position:0 -21px;
}

.photo-group {
    padding:0 0 15px;
    position:relative;
}
.photo-label {
    padding:0 0 5px;
}
.photo-text {
    border: 1px solid #B0B0B2;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 1px 3px #B0B0B2 inset;
    padding: 5px;
    width: 590px;
}
.photo-text textarea {
    border: 0 none;
    font: 13px/18px Verdana;
    height: 90px;
    outline: none;
    resize: none;
    width:100%;
    background:none;
}
.photo-text:hover,.photo-item:hover {
    background:#fafafa;
}
.photo-item {
    padding:5px;
}
.photo-group-admin {
    position:absolute;
    left:170px;
    top:0;
}
.photo-hide-text {
    color:#ccc;
}
.field-validation-error {
    color:#f00;
}
#mainContentFromPage {
    padding: 0 !important;
}
.photo-podpiska {
    padding-top:10px;
    float:right;
}
.photo-podpiska span{
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    color: #3C3C3C;
    font-weight: bold;
    display: block;
    border: 1px solid #979495;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width:160px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #c5c8c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c5c8c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#c5c8c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#c5c8c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#c5c8c7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#c5c8c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5c8c7',GradientType=0 ); /* IE6-9 */
    cursor:pointer;
}

.article_adit_label {
    font: 18px/24px Verdana;
    padding:8px 0;
    display:block;
}
.article_image_crop {
    position: absolute;
    right: 0;
    top: 2px;
    height: 32px;
	width: 100px;
	text-align: right;
}
#cke_TextInline .cke_top {
    max-width: 614px;
}
.photo-group #file_upload_image {
    position: relative;
    background:none;
}

.full-editor > .mainTextEditorFull {
    display: block;
}
.full-editor > .mainTextEditorSimple {
    display: none;
}
.simple-editor > .mainTextEditorFull {
    display: none;
}
.simple-editor > .mainTextEditorSimple {
    display: block;
}
.mainTextEditorChangeA {
    cursor: pointer;
    color: #2398C9;
    text-decoration: underline;
}
.mainTextEditorChangeA:hover {
    text-decoration: none;
}

.TextStyleTextarea {
    font: 14px/21px Verdana;
}




/* gallery */
.content_gal {
    position: relative;
    margin: 0 -7px;
}

.gallary-item,
.gallaries-item-hover {
    margin-bottom: 10px;
}

.gallaries-item-hover {
    min-height: 200px;
    background: #C1FFC1;
}

.gallary-item-selecting > .gallary-type {
    border: 1px solid red;
}

.gallary-type {
    padding: 0 0 6px 6px;
    overflow: hidden;
    min-height: 50px;
    border: 1px solid green;
}

.gallary-item > p {
    margin: 0;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

.gallery-item-parent .drop {
    background-color: #878785;
    bottom: 0;
    cursor: move;
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
}

.gallery-item-parent,
.gallery-item-parent-hover {
    margin: 6px 6px 0 0;
    position: relative;
    width: 200px;
    height: 170px;
    float: left;
    background: #fff;
}

.gallery-item-parent-hover {
    background: #C1FFC1;
}

.gallery-item-img-public {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.gallery-item-img-public-main {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 40px;
    top: 0;
    cursor: pointer;
}

.gallery-item-img-public-no {
    background: url('/Images/actionicon/new/no.png') no-repeat center center;
}

.gallery-item-img-public-yes {
    background: url('/Images/actionicon/new/yes.png') no-repeat center center;
}

.gallery-item-img-edit {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 0;
    background: url('/Images/actionicon/new/modify.png') no-repeat center center;
    cursor: pointer;
}

.gallery-item-img-delete {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('/Images/actionicon/new/delete.png') no-repeat center center;
    cursor: pointer;
}

.gallery-item-img {
    display: table;
    height: 150px;
    overflow: hidden;
    width: 200px;
}

.gallery-item-img > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.gallery-item-img > div img {
    width: auto;
}



.photo_slayder {
    border-top:1px solid #DFDFE0;
    border-bottom:1px solid #DFDFE0;
    position:relative;
    background:#ECECEC;
    margin:21px 0 25px 0;
    position:relative;
}
.photo_slayder .st {
    display:block;
    position:absolute;
    right: 0;
    top:0;
    left:0;
    height:6px;
    background:url(/Images/photo_slayder.png) repeat-x 0 -6px;
}
.photo_slayder .sb {
    display:block;
    position:absolute;
    right: 0;
    bottom:0;
    left:0;
    height:6px;
    background:url(/Images/photo_slayder.png) repeat-x 0 0;
}
.photo_slayder .photo_content {
    margin:29px 29px 19px 29px;
    position:relative;
    overflow:hidden;
}
.blogCompany .photo_slayder .photo_content {
    margin: 0 29px;
}
.blogCompany .photo_slayder {
    border-bottom:0px;
    border-top:0px;
}
.photo_slayder .photo_content ul {
    position:relative;
    top:0;
    left:0;
    width:100000px;
    list-style:none;
    list-style-image:none;
}
.photo_slayder .photo_content li {
    padding:0 15px 0 0;
    float:left;
    width:127px;
}
.photo_slayder .photo_content li.noactive {
    opacity: 0.5;
}
.photo_slayder .photo_content li:hover {
    opacity:inherit;
}
.photo_slayder .photo_content li a:first-child {
    display:block;
    padding:0 0 5px 0;
}
.photo_slayder .photo_left {
    background: url("/SiteCss/slider-left-arrow.png") no-repeat center center;
    left:0;
}
.photo_slayder .photo_right {
    background: url("/SiteCss/slider-right-arrow.png") no-repeat center center;
    right:0;
}
.photo_slayder .photo_button {
    position:absolute;
    width:29px;
    height:114px;
    top:29px;
    cursor:pointer;
}

#filterMenuPhoto {
    border-bottom: none;
}
#filterMenuPhoto ul {
    overflow: initial;
}
#filterMenuPhoto li {
    border:0;
    position:relative;
    width: 140px;
}
#filterMenuPhoto li.actif {
    border:0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background:#ECECEC;
    box-shadow: inset 3px 3px 3px rgba(0,0,0,0.3);
}
#filterMenuPhoto li.actif a {
    font-weight:bold;
}
#filterMenuPhoto li span {
    display:none;
    position:absolute;
    top:40px;
    left:69px;
    width:21px;
    height:18px;
    background:url("/Images/photo_corner.png");
    z-index:1;
}
#filterMenuPhoto li.actif span {
    top:39px;
    display:block;
}
.updatePhoto {
    position:relative;
}
#updatePhotoLoader {
    position:absolute;
    right:0;
    top:0;
}

.photo_igo {
    display: block;
    border: 1px solid #979495;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #c5c8c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c5c8c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#c5c8c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#c5c8c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#c5c8c7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#c5c8c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5c8c7',GradientType=0 ); /* IE6-9 */
    margin:0 0 10px;
}
.photo_igo a {
    display:block;
    padding: 10px;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    color: #3C3C3C;
    font-weight: bold;
    background:url(/Images/photo_igo.png) no-repeat 10px 10px;
}