/* author: Slaver http://strawberry.goodgirl.ru */
/* creation date: 01.10.2006 */

/* Base styles */

body {
	text-align: center;
	background: #edf5d5;
	width: 100%;
	color: #000;
}

* {
	margin: 0;
	padding: 0;
}

p {
	margin: 1em 0 0 0;
}

ul {
	margin: 0 0 0 2em;
}

a img {
	border: 0px;
}

a {
	color: #c44c23;
}

a:hover {
	text-decoration: none;
}

.content a {
	color: blue;
}

/* Blocks */

#wrap {
	margin: 0;
	text-align: left;
	background: url("../images/navigation-back.png") repeat-y left;
}

#side {
	float: left;
	width: 185px;
	background-color: #edf5d5;
	background: url("../images/navigation-back.png") repeat-y left;
}

#main {
	margin-left: 185px;
	padding-top: 20px;
	background: url("../images/main-back.png") repeat-x top;
	background-color: #edf5d5;
}

#header {
	margin: 0;
}

#footer {
	margin: 0;
	background: #fff;
	border-top: 1px solid #747474;
	width: 100%;
	font: 11px/12px Arial;
}

#footer td {
	font: 11px/12px Arial;
}

/* Other styles */

#favorite {
	height: 15px;
	padding: 5px;
	margin: 0;
	background: #fff;
}

#favorite ul {
	font: 10px Arial;
}

#favorite ul li {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	list-style-type: none;
}

#favorite ul li a {
	padding-left: 10px;
	background-image: url("../images/strelka.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #c44c23;
}

#favorite ul li a:hover {
	color: #c44c23;
	text-decoration: none;
}

#favorite ul li a:visited {
	color: #cc9999;
}

/* Logotype */

#logo {
	height: 83px;
	background: #e67c09;
	border-left: solid 10px #ea9436;
	border-right: solid 10px #eb973c;
	background-image: url("../images/logo-back.png");
}

#logo img {
	padding-top: 12px;
	padding-left: 20px;
}

#header #baner {
	background-color: #fff;
	font: 11px/12px Arial;
	text-align: center;
	padding: 2px;
}

/* Navigation */

#navigation {
	background-image: url("../images/navigation.png");
	background-repeat: no-repeat;
	background-position: top;
	padding: 40px 0px 20px 0px;
	font: 11px/14px Arial;
}

#navigation ul.menu {
	margin: 0;
	padding: 0;
	width: 150px;
}

#navigation ul.menu li {
	margin-left: 20px;
	list-style-type: none;
}

#navigation ul.menu li a {
	padding-left: 10px;
	background-image: url("../images/li.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #c44c23;
}

#navigation ul.menu li a:hover {
	text-decoration: none;
}

#navigation ul.menu li a#active {
	background-image: url("../images/li-a.png");
	color: #cc9999;
}

/* New and search styles */

.new {
	color: #336699;
	font: bold 11px/16px Arial;
	margin-top: 10px;
	margin-left: 20px;
}

.search {
	font: 11px/16px Arial;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 20px;
}

.search .field {
	width: 110px;
	border: 1px solid #000;
	height: 16px;
	color: #000;
	background-color: #fff;
	font: 11px/16px Arial;
	padding-left: 3px;
}

.search .button {
	width: 14px;
	border: 0px;
	height: 14px;
	color: #72a5ca;
	background-color: transparent;
	background-image: url("../images/search.png");
	cursor: hand;
}

.topimages {
	margin-top: 20px;
}

/* Main contain styles */

#main .content {
	font: 12px/16px Arial;
	margin: 10px 10px 10px 1px;
	background: #fff;
	border: 1px solid #e67c09;
	padding-left: 5px;
	padding-right: 5px;
}

#main .content p {
	font: 12px/16px Arial;
	margin: 5px;
}

#main .content h1, #main .content h2, #main .content h3 {
	font: bold 15px/15px Arial;
	margin: 10px 5px;
}

/* Copyright */

.copy {
	color: #FF0000;
}

textarea {
	width: 95%;
	overflow-y: visible;
	padding: 5px;
}

#bt_i {	background: #c9e4e4;}

#bt_m {
	background: #d2e9ff;
}

#bt_e {
	background: #ffc6c6;
}

.tab-menu {
	margin: 0;
	padding: 0;
	border-left: solid 1px #e67c09;
	width: 95%;
}

.tab-menu td {
	font: 12px/16px Arial;
}

.tab-off {
	padding: 5px;
	border-top: solid 1px #e67c09;
	border-bottom: solid 1px #e67c09;
}

.tab-on {
	padding: 5px;
	background: #fff;
	border-top: solid 1px #e67c09;
	border-bottom: solid 1px #e67c09;
}

.tab-none {
	border-left: solid 1px #e67c09;
	border-bottom: solid 1px #e67c09;
}

.tab-contents {
	border: solid 1px #e67c09;
	border-top: none 1px #e67c09;
	width: 95%;
}

.tab-contents td {	font: 12px/16px Arial;	padding: 5px;
	background: #fff;
}


/*
i - info
e - error
a - access info
s - sql error
p - php error
*/

fieldset#infobar_i {
	border: solid 1px #2b9f33;
	color: #2b9f33;
}

#infobar_i legend {
	color: #2b9f33;
}

fieldset#infobar_e {
	border: solid 1px #c60000;
	color: #c60000;
}

#infobar_e legend {
	color: #c60000;
}

fieldset#infobar_a {
	border: solid 1px #f95100;
	color: #f95100;
}

#infobar_a legend {
	color: #f95100;
}

fieldset#infobar_s {
	border: solid 1px #400080;
	color: #400080;
}

#infobar_s legend {
	color: #400080;
}

fieldset#infobar_p {
	border: solid 1px #666699;
	color: #666699;
}

#infobar_p legend {
	color: #666699;
}

.fielderror {
	border: solid 1px #c60000;
}

table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ==================== */

.slink {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.slink a:active, .slink a:visited, .slink a:link {
	color: #E34000;
	text-decoration: none;
}
.slink a:hover {
	color: #E34000;
	text-decoration: underline;
}

/* ==================== синенькая поебень */

.stext {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.stext a:active, .stext a:visited, .stext a:link {
	color: #4b73d4;
	text-decoration: none;
}
.stext a:hover {
	color: #4b73d4;
	text-decoration: underline;
}

/* ==================== */

.f_textarea {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	width: 450px;
	height: 156px;
	border: 1px solid #e0e0e0;
}