@import url(gallery.css);
@import url(comments.css);
@import url(comments_list.css);
@import url(news_list.css);
@import url(block_for_most.css);
@import url(main.css);
@import url(calendar.css);
@import url(patterns.css);


.news_view {
	padding: 10px 0 10px 0;
}

.news_view p{
	text-align: justify;
	line-height: 1.5;
}

.news_view  img{
	-moz-box-shadow: 0 0 0 1px #0193de; /* Для Firefox */
    -webkit-box-shadow: 0 0 0 1px #0193de; /* Для Safari и Chrome */
    box-shadow: 0 0 0 1px #0193de; /* Параметры тени */
	float: left; 
	clear: left;
	margin: 5px 10px 5px 0;
	width: 100%;
}
.news_view  img[src="no_photo.png"]{
	/* outline: 1px solid #0193de; */
	-moz-box-shadow: 0 0 0 0px #0193de; /* Для Firefox */
    -webkit-box-shadow: 0 0 0 0px #0193de; /* Для Safari и Chrome */
    box-shadow: 0 0 0 0px #0193de; /* Параметры тени */
}

.news_view p a{
	color: #0193DE;
	text-decoration: underline;
}

.news_view p a:hover{
	opacity: 0.8;
}

.under_line {
	padding-bottom: 5px;
	border-bottom: 1px dotted #d4d4d4;
}

img.img_left {
	float: left;
	margin: 5px 15px 5px 0;
}

img.img_right {
	float: right;
	margin: 15px 0 5px 15px;
}

.date,.comment_count {
	font-size: 12px;
	color: #888;
	display: inline-block;
	line-height: 1.3;
	margin-right: 5px;
}

.date:before,.comment_count:before {
    content: "";
    position: relative;
	top: -1px;
	float:left;
	width: 16px;
	height: 16px;
	margin: 0 0.45em -0.9em -0.25em;
}

.date:before {
	background: url(/img/img_sprite.png) no-repeat;
	background-position: 0 -50px;
}

.comment_count:before {
	background: url(/img/img_sprite.png) no-repeat;
	background-position: 0 -317px;
}

.author {
	font-size: 11px;
	color: #888;
	display: inline-block;
	line-height: 1.3;
	float: right;
}

.social_networks {
	width: 50%;
	display: inline-block;
	border-right: 1px dotted #d4d4d4;
}

.button_after_social_networks {
	float: right;
	display: inline-block;
}

.ajax_loading {
min-width: 50px;
min-height: 20px;
background: url(/img/loading.gif) no-repeat center;
}

.ajax_error {
	position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.5em 1em;
    border: 1px solid #db0909;
    margin-left: 50%;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 0px 0 #fff;
    font:11px/normal sans-serif;
    color: #fff;
    white-space: nowrap;
    /*cursor: pointer;*/
    outline: none;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#db4848), to(#eb7575));
    background-image: -moz-linear-gradient(#db0909, #db4848);
    background-image: -ms-linear-gradient(#db0909, #db4848);
    background-image: -o-linear-gradient(#db0909, #db4848);
    background-image: linear-gradient(#db0909, #db4848);
    -moz-background-clip: padding; /* for Firefox 3.6 */
    background-clip: padding-box;
    border-radius: 5px;
    /* IE hacks */
    zoom: 1;
    *display: inline;
}

.ajax_error:before {
    content: '';
    position: relative;
	top: -4px;
	float:left;
	width: 24px;
    height: 24px;
	/* При выводе сообщения об ошибке */
	/*margin: 0 0.75em -0.9em -0.25em;*/ 
	margin: 0 -0.9em -0.9em -0.9em;
	background: url(/img/glyphicons-halflings-white.png) 0 24px no-repeat; 
	background-position: -307px 4px;
}


.report {
	width: 359px;
	min-height: 153px;
	max-height: 153px;
	float: left;
	overflow: hidden;
	text-align:justify;
	border-bottom: 1px dotted #d4d4d4;
	padding-bottom:15px;
}

.report:nth-of-type(even) {
	border-right: 1px dotted #d4d4d4;
	padding-right:10px;
}

.report:nth-of-type(odd) {
	padding-left:10px;
}

.report img {
	width: 57px;
	height: 57px;
}

.description {
	border-bottom: 1px dotted #d4d4d4;
	margin-bottom: 10px;
}

.description p, .report p {
	text-align: justify;
}

.description p {
	margin-top: 10px;
}

.report_images {
	text-align: center;
}

.report_images img {
	height: 150px;
	max-width: 100%;
	/* margin-right: 10px;
	margin-bottom: 10px; */
}

.redactor_underline
{
	text-decoration: underline;
}

.redactor_red
{
	font-style: normal !important;
	color: #cc0000;
}

.redactor_blue
{
	font-style: normal !important;
	color: #0193de
}

