﻿.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;
}

#list_image_gallery .gallery-item-parent {
	padding: 0;
}

.gallery-item-img-public {
	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;
}

.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;
	left: 592px;
	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;
	left: -7px;
}
.gallary-type {
	min-height: 40px;
	width: 100%;
	overflow: hidden;
	border: 1px solid green;
	padding: 6px 0 0 6px;
}
.gallery-item-parent > .drop {
    background-color: #878785;
    cursor: move;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.gallary-item > p {
	cursor: pointer;
	margin: 0;
	padding: 20px;
	text-align: center;
}
.gallary-item-selecting .gallary-type {
	border: 1px solid red;
}