/* RDG STYLES 2011 */
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #4020b2;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #555555;	/* цвет текста задается для загрузчика, чтобы не вносить изменений в главный index.php */
}
.back_div_left {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 25%;
	height: 100%;
	background-image: url(../portal_rules_img/back_r.jpg);
	max-width: 150%;
	min-width: 100px;
	max-height: 150%;
	min-heght: 800px;
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: 0;
}
.back_div_right {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 25%;
	height: 100%;
	background-image: url(../portal_rules_img/back_l.jpg);
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 0;
}
.navigation_div {
	position: fixed;
	top: 0px;
	left: 50%;
	width: 1000px;
	height: 50px;
	margin-left: -500px;
	padding-top: 220px;
	background-image: url(../portal_rules_img/bs2.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hide;
	z-index: 20;
}
.content_div {
	position: absolute;
	-webkit-border-radius: 20px;
	padding: 13px;
	background-color: #99F;
	color: #2c1f69;
	font-size: 13px;
	font-weight: bold;
	top: 280px;
	left: 50%;
	width: 974px;
	height: auto;
	margin-left: -500px;
	z-index: 10;
}
.content_div a {
	color: #00C;
	text-decoration: underline;
}
.content_div a:hover {
	color: #C00;
	text-decoration: underline;
}
.button_div {
	width: 200px;
	height: 50px;
	background-color: #C0F;
	color: #000;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	float: left;
}
#div_admin_t {
	display: block;
}
#div_oform_t {
	display: none;
}
#div_content_t {
	display: none;
}
#div_place_t {
	display: none;
}
#div_place_c_t {
	display: none;
}
/* Оформление текстов */
.header {
	color: #00C;
	font-size: 16px;
	font-weight: bold;
}
.names {
	color: #00C;
}
.con_razdel {
	color:#C00;
	font-weight: bold;
}