@CHARSET "windows-1251";

body {
	font-family: Arial, sans-serif;
	font-size: 90%;
	margin: 0px;
}
img {
	border: 0;
}

/* Общие для всех страниц стили */
.wide {
	width: 100%;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
	font-size: 0px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.red {
	color: red;
}
.gray {
	color: #999;
}
.green {
	color: green;
}
.invisible {
	display: none;
}
.infobg {
	background-color: #FFFFD0;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
/*
.ellipsis:after {
	content: '...';
	display: inline;
}*/

/* Отступ для панели */
.jGrowl {
	margin-top: 2ex;
}

/* Всплывающая подсказка */
a.tooltip:hover {
	position: relative;
	z-index: 23;
}
a.tooltip span {
	display: none;
}
a.tooltip:hover span {
	display: block;
	position: absolute;
	top: -10px;
	left: 40px;
	background: #fafafa;
	border: 1px solid #ccc;
	color: #000000;
	z-index: 20;
	width: 200px;
	padding: 5px;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
}

/* Плейсхолдер */
._samplevalue {
	color: #666;
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: 100%;	
}
/* Статичные сообщения в начале содержимого страницы */
._static_message {
	background-color: #FFFFD0;
	padding: 10px;
	width: 500px;
	overflow: hidden;
	margin: 0px auto;
}

._static_message .img {
	float: left;
	display: block;
}

._static_message .text {
	float: left;
	margin-left: 50px;
}