html {
}
body {
	font: 11px Tahoma, sans-serif;
	color: #6A6A6A;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
table {
	width: 100%;
	border-collapse:collapse;
}
td {
	padding: 0px;
	vertical-align: top;
}
h1 {
	font: bold 14px Tahoma, sans-serif;
	color: #337D2B;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h2 {
	font: bold 12px Tahoma, sans-serif;
	color: #337D2B;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

p {
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 15px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
	list-style: square inside;
}
.header {
	background: url(/images/header.jpg);
	height: 307px;
	padding-top: 16px;
}
.left {
	width: 336px;
	background: url(/images/left_bg.gif) no-repeat;
	padding-top: 16px;
}
.left .item {
	font-size: 12px;
	color: #337D2B;
	background: url(/images/menu_item_bg.gif) no-repeat 0px 12px;
	margin-left: 58px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 27px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	margin-right: 61px;
}
.left a.item:hover {
	text-decoration: underline;
}
.left #active {
	color: #FF8000;
	background-image: url(/images/menu_item_bg_active.gif);
}
.left img {
	display: block;
	margin-left: 58px;
}
.left .block_1 {
	font-size: 10px;
	color: #6A6A6A;
	background: url(/images/left_block_1_bg.gif) no-repeat;
	height: 60px;
	margin-left: 51px;
	padding-top: 41px;
	padding-left: 82px;
	display: block;
	text-decoration: none;
	margin-right: 54px;
}
.left .block_2 {
	font-size: 10px;
	color: #6A6A6A;
	background: url(/images/left_block_2_bg.gif) no-repeat;
	height: 40px;
	margin-left: 51px;
	padding-top: 59px;
	padding-left: 82px;
	display: block;
	text-decoration: none;
	margin-right: 54px;
}
.left .block_3 {
	font-size: 10px;
	color: #6A6A6A;
	background: url(/images/left_block_3_bg.gif) no-repeat;
	height: 59px;
	margin-left: 51px;
	padding-top: 41px;
	padding-left: 82px;
	display: block;
	text-decoration: none;
	margin-right: 54px;
}
.left .block_1:hover, .left .block_2:hover, .left .block_3:hover {
	text-decoration: underline;
}
.right {
	padding-right: 20px;
	padding-bottom: 30px;
}
.right .left_floated {
	padding: 4px;
	border: 1px solid #D8D8D8;
	float: left;
	margin-right: 16px;
	margin-bottom: 12px;
}
.right .closer {
	font-size: 0px;
	background: url(/images/closer_bg.gif) repeat-x;
	clear: both;
	height: 1px;
	margin-bottom: 10px;
}
.right .more {
	font-size: 10px;
	color: #337D2B;
	text-decoration: underline;
}
.right .more:hover {
	text-decoration: none;
}
.right td p {
	text-align: left;
}
.right .r {
	padding-left: 25px;
}
.right .mn {
	height: 25px;
	margin-top: 10px;
	margin-bottom: 28px;
}
.right .mn b {
	font-weight: normal;
	color: #FF8000;
	float: left;
	text-align: center;
}
.right .mn a {
	color: #337D2B;
	text-decoration: underline;
	float: left;
	text-align: center;
}
.right .mn a:hover {
	text-decoration: none;
}
.right .mn .fst {
	width: 145px;
	height: 21px;
	padding-top: 4px;
}
.right .mn .snd {
	height: 21px;
	padding-top: 4px;
	width: 112px;
}
.right .mn .thd {
	height: 21px;
	padding-top: 4px;
	width: 80px;
}
.right #fst {
	background: url(/images/mn_bg_fst.gif) no-repeat;
}
.right #snd {
	background: url(/images/mn_bg_snd.gif) no-repeat;
}
.right #thd {
	background: url(/images/mn_bg_thd.gif) no-repeat;
}
.right .bordered {
	padding: 4px;
	border: 1px solid #D8D8D8;
	margin-bottom: 8px;
}
.right .names {
	margin-bottom: 15px;
}

.right .name {
	font-size: 11px;
	color: #337D2B;
	text-decoration: underline;
	display: block;
	margin-left: 22px;
}
.right .name:hover {
	text-decoration: none;
}
.footer_left {
	background: url(/images/footer_left_bg.gif) no-repeat;
	font-size: 10px;
	text-align: center;
	padding-top: 47px;
}
.footer_right {
	background: url(/images/footer_right_bg.gif) repeat-x;
	height: 68px;
	_height: 37px;
	padding-top: 31px;
}
.footer_right a {
	color: #6A6A6A;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 8px;
}
.footer_right a:hover {
	text-decoration: underline;
}
.footer_right #fst {
	margin-left: 0px;
}


.left .editor {
	margin-left: 51px;
	padding-top: 5px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	margin-right: 54px;
}


p.alert {
 padding: 10px;
 border: none;
 background-color: #ffc;
 width: 100%;
 color: #000;
}

p.success {
 padding: 10px;
 background-color: #cfc;
 color: #000;
 width: 100%;
}


p.note {
	padding: 5px 10px 5px 10px;
	color: #999;
	background-color: #eee;
	font-size: 11px;
}
span.red {
	color: #c30;
}

p.edit {background: #ff; margin-top: 5px;}

a.edit {
 width: 24px;
 height: 24px;
 background: url("/images/edit.png") left center no-repeat;
 padding-left: 22px;
 padding-bottom: 2px;
 PADDING-TOP: 2px;
}

a.del {
 width: 24px;
 height: 24px;
 background: url("/images/del.png") left center no-repeat;
 padding-left: 22px;
 padding-bottom: 2px;
 PADDING-TOP: 2px;
}

/**********************[ авторизация ]****************************/

form#admin {
	background-color: #eee;
	border-left: 5px solid #900;
	padding: 5px 10px 5px 10px;
	margin: 17px 0 10px 0;
	font-size: 11px;
}

form#admin input.logout {
	border: 1px solid #ccc;
	background-color: #999;
	color: #fff;
	font: normal 11px arial;
	margin-left: 10px;
}
