/* general */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
	padding-left: 10%;
	padding-right: 10%;
}

a img {
	border: 0px;
}

.rss-import {
	display: none;
}

.admin-panel {
	display: none;
}

/* header */
#header {
	display: none;
}

#header div {
	display: none;
}

/* logo images */
#left_image {
	display: none;
}

#right_image {
	display: none;
}

#top_links {
	display: none;
}

/* menu */
#menu {
	display: none;
}

/* content */
#wrapper {
}

#content {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 17px;
	margin-left: 0px;
}

#part_header {
	background: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
}

#part_header img {
	display: none;
}

div#part_header h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18pt;
	color: #231F20;
	font-weight: normal;
}

#content p {
	text-align: justify;
}

#content ul, #content p {
	font-size: 10pt;
	padding-bottom: 5px;
	padding-top: 5px;
}

#content ul {
	margin-left: 20px;
}

.people {
/*
	list-style-image: url(img/user.png);
*/
}

h1, h2, h3, h4, h5, h6 {
	padding-top: 10px;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
}

h4 {
	font-size: 0.9em;
}

h5 {
	font-size: 0.8em;
	text-decoration: underline;
}

h6 {
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: underline;
}

#table_content {
	/* блок - центральная ячейка таблицы */
	background: #ffffff;
	padding: 0px;
	vertical-align: top;
}

.b1, .b2 {
	/* логические блоки */
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 8px;
}

.b1 {
	background-color: #f8f8f8;
	border: #e0e0e0 1px solid;
}

.b2 {
	background-color: #e9e9e9;
	border: #d5d5d5 1px solid;
}

hr {
	background: #d1d1d1; /* Firefox, Opera, etc */
	border-style: none;
	color: #d1d1d1; /* IE */
	height: 1px;
}

.b1 hr, .b2 hr {
	background: #808080;
	color: #808080;
}

.select {
	color: #d5900f;
}

#content a {
	color: #d5900f;
	text-decoration: underline;
}

#content a:hover {
	color: #ffac12;
	text-decoration: none;
}

#content a:visited {
	color: #A51018;
}

.dif {

/* difinition */
	padding-left: 50px;
	font-style: italic;
	list-style: none;
}

/* Переключатели режимов печать/просмотр */

#wrapper .switch-media a, #wrapper .switch-print a {
	color: gray;
	text-decoration: none;
}

#wrapper .switch-media a:hover, #wrapper .switch-print a:hover {
	color: #3F3F3F;
}

.switch-media, .switch-print {
	font-size: 8pt;
	text-align: right;
	margin-right: 10px;
}

.switch-print {
	display: none;
}

.switch-media {
	display: block;
}

.description {
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	font-size: 15px;
}


/* borders&corners */
#left_bottom_corner {
	background: none;
}

#left_top_corner {
	background: none;
}

#right_bottom_corner {
	background: none;
}

#right_top_corner {
	background: none;
}

#right_top_corner, #right_bottom_corner, #left_bottom_corner, #left_top_corner {
	height: 0px;
	width: 0px;
}

#left_b {
	background: none;
}

#left_b img {
	display: none;	
}

#right_b {
	background: none;
	width: 0px;
}

#bottom_b {
	background: none;
	height: 0px;
}

#top_b {
	background: none;
	height: 0px;
}

/* footer */
#footer {
	background: white;
	clear: both;
}

#footer img {
	display: none;
}

#footer p {
	color: #7d7d7d;
	font-size: 0.78em;
	padding-top: 16px;
	text-align: left;
}