body {
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 11px !important;
	overflow: scroll;
	}
	
label {
	font-size: 14px  !important;
	font-weight: bold !important;
	padding-bottom: 5px;
	color: black !important;
	}
	
input[type="text"], input[type="password"], textarea {
	font-size: 12px !important;
	margin: 0 !important;
	margin-bottom: 20px !important;
	border: 1px solid #aaa;
	}
	
hr {
	margin: 8px 0 !important;
	}

	
#page {
	background-color: #f6f6f6;
	}
	
.ui_redactor {
	width: 100%;
	height: 200px;
	}
	
.ui_datetime {
	width: 200px;
	padding: 3px;
	text-align: center;
	}
	
.ui-widget {
	box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow: 1px 1px 4px #ccc;
	-moz-box-shadow: 1px 1px 4px #ccc;
	z-index: 2005 !important;
	}
	
.redactor_box {
	border: 1px solid #aaa !important;
	}
	
.breadcrumbs {
	font-size: 11px !important;
	}

.grid-view td:first {
	width:30px;
	}
	
.grid-view td {
	font-size: 11px !important;
	}
	
	
.img150 {
	width: 150px;
	height: 100px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-size: cover;
	box-shadow: inset 0px 0px 10px #000;
	-moz-box-shadow: inset 0px 0px 10px #000;
	-webkit-box-shadow: inset 0px 0px 10px #000;
	}
	
	
	
/* ФОТОГАЛЕРЕЯ */

#album_list div.album_face {
	color: white;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin: 10px;
	width:210px;
	height:140px;
	border: 1px solid #999;
	box-shadow: 1px 1px 6px #ccc;
	-moz-box-shadow: 1px 1px 6px #ccc;
	-webkit-box-shadow: 1px 1px 6px #ccc;
	background: #666 center center no-repeat;
	background-size: cover;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#album_list div.album_info {
	position: relative;
	top:118px;
	padding: 5px;
	height: 12px;
	background: #444;
	opacity: 0.9;
	text-shadow: 1px 1px 0px black;
	-moz-text-shadow: 1px 1px 0px black;
	-webkit-text-shadow: 1px 1px 0px black;
	}
	
#album_list div.album_info span {
	display: block;
	float: left;
	height: 12px;
	overflow: hidden;
	width: 160px;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
	
#album_list div.album_info div.album_count {
	float: right;
	height: 20px;
	padding-left: 20px;
	background: url(/img/camera_white.png) 4px 1px no-repeat;
	}
	
	
#photo_list {
	border-top: 1px solid #ccc;
	padding: 15px 20px 0px 0px;
	}
	
#photo_count {
	margin: 20px 0px 6px 0px;
	font-size: 12px;
	font-weight: bold;
	}
	
.photo_preview {
	float: left;
	width: 150px;
	height: 100px;
	margin: 0px 0px 20px 20px;
	background: #aaa center center no-repeat;
	border: 1px solid #333;
	box-shadow: 1px 1px 6px #ccc;
	-moz-box-shadow: 1px 1px 6px #ccc;
	-webkit-box-shadow: 1px 1px 5px #aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	

#album_form {
	padding: 16px 0px;
	margin: 16px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
#album_form textarea {
	font-size: 11px !important;
	}

#album_form label {
	color: #048 !important;
	font-size: 11px !important;
	font-weight: bold;
	display: block;
	}

.album_form_photo {
	float: left;
	width: 200px;
	}
	
.album_form_photo img {
	border: 1px solid #999;
	box-shadow: 1px 1px 5px #aaa;
	-moz-box-shadow: 1px 1px 5px #aaa;
	-webkit-box-shadow: 1px 1px 5px #aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.album_form_info {
	width: 400px;
	padding-left: 200px;	
	}
	
.photo_edit {
	padding-top: 10px;
	margin: 10px 0px 25px 0px;
	border-top: 1px solid #ccc;
	}
	
.photo_edit label {
	font-size: 11px !important;
	color: #000 !important;
	display: block;
	}
	
.photo_edit textarea {
	padding: 3px;
	font-size: 11px !important;
	display: block;
	width: 400px;
	height: 54px;
	resize: none;
	margin-bottom: 10px !important;
	}
	
.photo_edit .right {
	margin-right: 106px !important;
	}
	
.photo_edit_img {
	float: left;
	width: 150px;
	margin-right: 48px;
	text-align: center;
	}
	
.photo_edit_img img {
	border: 1px solid #999;
	box-shadow: 1px 1px 5px #aaa;
	-moz-box-shadow: 1px 1px 5px #aaa;
	-webkit-box-shadow: 1px 1px 5px #aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.photo_edit_img img.deleted {
	height: 50px;
	opacity: 0.5;
	}
	
.hidden {
	display: none;
	}
	
.photo_edit .link {
	color: #06c;
	text-decoration: underline;
	cursor: pointer;
	}

.photo_edit .link:hover {
	color: #04a;
	}
	
	
	
	
	
/* РЕПОРТАЖИ и РЕКОМЕНДУЕМ */

.material_list {
	margin-top: 30px;
	}
	
.material_list .clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	}

.material_teaser {
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 20px;
	}
	
.material_teaser a {
	color: inherit;
	text-decoration: none;
	}
		
.material_teaser a:hover h2 {
	color: red;
	text-decoration: underline;
	}
	
.material_img {
	float: left;
	text-align: center;
	width: 150px;
	height: 100px;
	margin-right: 28px;
	}
	
.material_info {
	text-decoration: inherit;
	float: left;
	width: 500px;
	}
	
.material_info p {
	font-size: 12px;
	color: #333;
	text-decoration: none !important;
	}

.material_panel {
	font-size: 11px !important;
	color: #036 !important;
	}

.material_panel span {
	float: right;
	cursor: pointer;
	}

.material_panel span:hover {
	text-decoration: underline;
	color: red !important;
	}
	
	

.material_form {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	}	

.material_form textarea {
	padding: 5px;
	margin: 0 !important;
	resize: none;
	}
	
.material_form input[type="text"] {
	margin: 0 !important;
	}

.material_form label {
	display: block;
	}
	
.material_form .ui_redactor {
	width: 100%;
	min-height: 600px;
	}
	
.material_form .row {
	margin-bottom: 20px;
	}
	
.material_form #dropzone {
	background: #f1f1f3 url(/img/add_photo2.jpg) center center no-repeat;
	height: 40px;
	}
	


#material_photo_wrapper {
	background: white
	margin-bottom: 20px !important;
	padding: 10px 0px 0px 10px;
	border: 1px solid #ccc;
	cursor: pointer;
	}

#material_photo {
	}
	
#material_photo .portlet { 
	height: 58px !important;
	}

#material_photo .ui-sortable-placeholder {
	height: 58px !important;
	}
	
#material_photo img {
	width: 90px;
	height: 60px;
	margin: 0px 9px 10px 0px;
	float: left;
	}
	
label span.right {
	font-size: 11px !important;
	color: #036 !important;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	}

label span.right:hover {
	text-decoration: underline;
	}

.silver_list {
	
	}

.silver_list_item {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
	}
	
div.silver_img {
	float: left;
	width: 105px;
	height: 70px;
	border-radius: 7px;
	box-shadow: inset 0px 0px 8px black;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 0px 30px 12px 0px;
	}
	
div.first_img {
	float: left;
	width: 280px;
	height: 190px;
	border-radius: 7px;
	box-shadow: inset 0px 0px 8px black;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 0px 30px 12px 0px;
	}



#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#overlay #black_mask {
	position: fixed;
	width: inherit;
	height: inherit;
	background: black;
}

#overlay #window {
	position: relative;
	margin: 0 auto;
	margin-top: 160px;
	padding: 14px 20px 16px 20px;
	width: 380px;
	height:220px;
	background: white;
	border: 1px solid black;
	box-shadow: 0px 0px 15px black;
	-moz-box-shadow: 0px 0px 15px black;
	-webkit-box-shadow: 0px 0px 15px black;
}

#overlay .close {
	position: relative;
	float: right;
	top:6px;
	cursor: pointer;
}

#overlay .close:hover {
	color: red;
	text-decoration: underline;
}

#overlay .description {
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 20px;
}

#overlay label {
	text-align: right;
	font-size: 12px;
	display: block;
	padding-bottom: 5px;
}

#overlay input[type="submit"] {
	width: 100px;
	margin-top: 60px;
	float: right;
}

#overlay .ph_list {
	overflow:auto;
	height: 500px;
	border: 1px solid #ddd;
}

#overlay .ph_list img {
	width: 80px;
	height: 95px;
	margin: 15px;
	outline: 1px solid #666;
	cursor: pointer;
	box-shadow: 2px 2px 10px #999;
}



#column_left {
	float: left;
	width: 300px;
	padding-right: 20px;
	}
	
#column_right {
	float: left;
	width: 300px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
	}
	
.r_link {
	text-align: right;
	}

#digest_silver div.item {
	float: left;
	width: 140px;
	margin-right: 30px;
	}
	
.news_cron {

	}
	
.news_cron td {
	text-align: center;
	}

.news_cron tr.hour_title td {
	font-weight: bold;
	}
	
.news_cron td.day_title {
	text-align: left !important;
	font-weight: bold;
	}
	
ul.prog_list {
	font-size: 14px;
	line-height: 2em;
	font-weight: bold;
	}




.file-list {
	font-size: 12px;
	}