/**
 * @copyright	Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../css/system-media.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 4px;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}


/* Ошибочное поле */
.field-error {
	background:#ffd0d0;
	border:1px solid #ff0000 !important;
}

/* Прогресс */
.spinner {
	position:fixed;
	z-index: 100000;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: #fff url('../img/ajax-loader-rectangle.gif') no-repeat center center;
	opacity:0.75;
}

.normal {
	width:450px;
}

#editor {
	width:620px;
	margin:10px auto;
}

/* Таблица для форм */
table.form {
	margin:10px !important;
}

table.form th, table.form td {
	font-weight:bold;
	padding:2px 5px 10px 5px;
	text-align:left !important;
	vertical-align:top;
}

table.form input[type="text"], table.form textarea {
	padding:2px;
	font-weight:normal;
	background:#FAFCDE;
	border:1px solid #000;
}

table.form i {
	font-style:italic;
	font-size:10px;
	color:#888;
}

/* Размеры полей ввода */
input.small {
	width:100px;
}

input.mini {
	width:95px;
}


input.micro {
	width:50px;
}

input.normal, textarea.normal, select.normal {
	width:200px;
}

input.big, textarea.big, select.big {
	width:430px !important;
}

textarea.normal,  textarea.big {
	height:95px !important;
}