/* Общие */
* {
	margin:0;
	padding:0;
	border:0;
}
html{
	width:100%;
	height:100%;
}
body{
	background-image: url(/images/bg.gif);
	background-color:#ffffff;
	color:#222222;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size:75%;
	width:100%;
	height:100%;
}
a{
	text-decoration:none;
	color:#5a8c35;
}
a:hover{
	color:#f28a0f;
	text-decoration:underline;
}
.border {
	border: 1px solid #e5e5e5;
}
/* Общие закончились */

/* Для текста */
.orange, .orange a{
	color:#f28a0f;
}
.green{
	font-size:13px;
	color:#5a8c35;
}
.greenline{
	height:3px;
	background-color:#9acc67;
}
.gensmall{
	font-size:11px;
}
.gen{
	font-size:13px;
}
.pagination a{
	font-weight:bold;
}
/* Нет больше текста */

/* Шапка */
td#logo {
	background: url(/images/index_03.jpg) no-repeat top left;
	width:518px;
	height:77px;
}
td#logo2 {
	background: url(images/index_03_1.gif) repeat-x top left;
	padding:0 10px;
}
td#logo2 .news {
	border-left:2px solid #9c6;
	width:100%;
}
td#logo2 .news td {
	padding:0 10px;
	font:normal 11px Tahoma, Verdana, Arial, sans-serif;
	line-height:1.5em;
}
td#logo2 .news a {
	color:#fff;
}
td#logo2 .x {
	font: 11px normal Tahoma,Verdana,Arial, sans-serif;
	color:#fff;
	text-decoration:none;
}
td#logo2 .x:hover {
	text-decoration:underline;
}
td#logo2 img {
	float:right;
	margin-right:7px !important;
	border: 1px solid #fff;
}

td#after_logo {
	background: #9acc67 url(/images/index_02.gif) no-repeat top right;
	width:1000px;
	height:31px;
	text-align:right;
	vertical-align:bottom;
}
td#after_logo a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	margin-right:65px;
	line-height:15px;
}
div#after_logo2 {
	background: #9acc67 url(images/index_02_1.gif) repeat-x top left;
	width:auto;
	height:31px;
}
.btn_gen a{
	color:#222;
	font-weight:normal;
}
.btn_gen li{
	display:inline;
	list-style:none;
	border-left: 1px #fff solid;
	background-color: #e5e5e5;
	padding: 0 4px;
/*	font-weight:bold; */
	line-height:20px;
}
.btn_gen ul{
	border-top: 2px #9acc67 solid;
	background-color:#e5e5e5;
	padding-left:20px;
}
.homelink:link, .homelink:visited {
	float:left;
	height:77px;
	position:relative;
	width:500px;
	font: 13px Arial, sans-serif;
	color: #f9f9f9;
}
.homelink:hover span, .homelink:active span {
	color: #f9f9f9;
	text-decoration: underline;
	cursor: pointer;
}
.homelink span {
	position:absolute;
	bottom:9px;
	left:170px;
}
/* Шапка закончилась */

/* Подвал */
#footer {
	background: url(/images/index_09.gif) no-repeat top left;
	width:1000px;
	height:58px;
	vertical-align:bottom;
	font-size:11px;
}
div#footer2{
	background: url(images/index_09_1.gif) repeat-x top left;
	width:auto;
	height:58px;
}
.admin{
	text-align:center;
	height:40px;
	_height:20px;
}
/* Подвал закончился */

/* Формы: входа, ответа, вход на главной */
.enter{
	width:100%;
	height:35px;
	background-color:#e5e5e5;
}
.enter td{
	vertical-align:middle;
	text-align:center;
}
.enter input, .enter2 input, .enter2 textarea{
	font-size:13px;
	padding:2px;
}
.enter input.post{
	border:1px solid #9acc67;
	background-color:#f6f6f6;
}
.enter2 input.post, .enter2 textarea.post{
	border:1px solid #cccccc;
	background-color:#f6f6f6;
}
.enter input.post:hover, .enter2 input.post:hover, .enter2 textarea.post:hover, .enter input.post:focus, .enter2 input.post:focus, .enter2 textarea.post:focus, .messages input.post:hover, .messages input.post:focus {
	border:1px solid #5a8c35;
	background-color:#fff;
}
.enter input.submit, .enter2 input.submit , .messages input.submit {
	font-weight:bold;
	color:#fff;
	border: 1px solid #fff;
	background-color:#5a8c35;
	height:22px;
	padding: 0 8px;
	cursor:pointer;
	font-size:13px;
}
.messages input.submit{
	height:auto; !important
}
.enter input.submit:hover, .enter2 input.submit:hover, .enter input.submit:focus, .enter2 input.submit:focus, .messages input.submit:hover, .messages input.submit:focus {
	background-color:#9acc67;
}
.viewmode {
	width:100%;
	height:25px;
	padding: 0 8px;
	vertical-align:middle;
	font-size: 12px;
}
select{
	border:1px solid #ccc;
	background-color:#fcfcfc;
	width:150px;
}
.viewmode input.submit{
	font-weight:bold;
	color:#fff;
	border: 1px solid #fff;
	background-color:#5a8c35;
	vertical-align:top;
	padding: 0 8px;
	cursor:pointer;
	height:20px;
	width:85px;
}
.viewmode input.submit:hover{
	background-color:#9acc67;
}
input.button {
	cursor: pointer;
	background-color: #dfdfdf;
	color: #555555;
	border: 1px solid;
	border-color: #fcfcfc #b0b0b0 #b0b0b0 #fcfcfc;
	font-size: 12px;
	padding: 0 8px 0 8px;
}
input.button:hover {
	background-color: #eeeeee;
	color: #555555;
	border-color: #fcfcfc #d1d1d1 #d1d1d1 #fcfcfc;
}
/* Формы закончились */

/* Таблицы форумы, топики, ответы и всё, что с ними связано */
#maintable {
	vertical-align:top;
	position:absolute;
	height:100%;
}
#center {
	vertical-align:top;
}
#right{
	background: #fff url(images/bg_right.jpg) repeat-y top left;
	width:50px;
}
#left{
	background: #fff url(images/bg_left.jpg) repeat-y top right;
	width:50px;
}
.small{
	margin-bottom:10px;
}
.small td{
	vertical-align:bottom;
}

.prof td {
	padding-top:6px;
}
.content{
	background-color:#fcfcfc;
	margin-bottom:20px;
	border: 1px solid #e5e5e5;
	border-collapse:collapse;
}
.content table {
	border-collapse:collapse;
}
.cat{
	background: #9acc67 url(images/bgcat.jpg) no-repeat top left;
	border-right: 1px solid #9acc67;
	border-left: 1px solid #9acc67;
	padding-left:20px;
	height:20px;
	text-align:left;
}
.cat a, .cat a:hover, .cat span{
	color:#fff;
	font-weight:bold;
}
.forum{
	text-align:center;
	background-color:#e5e5e5;
	height:15px;
}
.stdcontent{
	border: 1px solid #e5e5e5;
	height:50px;
	padding: 0 10px;
}
.faq .stdcontent{
	border:0;
}
.topic .stdcontent{
	height:auto;
	padding: 5px 10px;
}
.stdcontent ul{
	padding: 10px 15px;
}
.balls{
	width:auto;
	margin: 0 auto;
	vertical-align:middle;
}
.newtopic{
	width:110px;
	height:17px;
	padding-left:20px;
	font-weight:bold;
	vertical-align:middle;
	background: url(images/new_topic.jpg) no-repeat bottom left;
}
.newtopic a{
	background-color: #9acc67;
	color:#fff;
}
.newpost{
	width:100px;
	height:17px;
	padding-left:20px;
	font-weight:bold;
	vertical-align:middle;
	background: #ffffff url(images/new_post.png) no-repeat bottom right;
}
.name {
	font-weight: bold;
}
.input_radio {
	vertical-align:middle;
}
.options td{
	padding:3px 0;
}
.smiles td{
	width:30px;
	height:30px;
}

.stdtable {
	border: 1px solid #e5e5e5;
	padding: 5px 10px;
}
/* Таблицы форумы, топики, ответы и всё, что с ними связано закончились */

/* Посты */
div.post {
 	padding: 10px;

}
.code {
	font-family: Courier, sans-serif; 
	font-size: 11px; 
	color: #006600;
	background-color: #f9f9f9; 
	border: 1px solid #d1d7dc;
	padding: 5px 10px;
}
.quote {
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #444444;
	line-height: 125%;
	background-color: #f9f9f9;
	border: 1px solid #d1d7dc;
	padding: 5px 10px;
}
.post_user_name {
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
	text-align: center;	
}
.post_user_rank {
	font-size: 11px;
	font-style: italic;
	text-align: center;	
}
.post_user_avatar {
	padding: 10px 0;
	text-align:center;
}
.post_post_details {
	font-size: 12px;
	text-align: left;
	padding-bottom: 10px;
}
.post_date_time td{
	font-size: 12px;
	padding: 5px 10px;
	background-color:#f9f9f9;
	border-bottom: 1px solid #efefef;
}
.post_msg_subject {
	font-size: 11px;
}
.post_msg_text {
	font-family: Times New Roman, Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	line-height: 19px;
	width: auto;
}
.post_msg_text img {
	margin:2px 0 -2px 0;
}
.post_postbuttons {
	padding: 0 0 0 50px;
	text-align: right;
}
.posttitle {
	background-color:#f6f6f6;
	border-bottom: 1px solid #e5e5e5;
}
.postbody {
	padding: 10px;
}
/* Посты закончились */
#begun {
	background-color:#ffffff;
	width:100%;
	border:1px solid #e5e5e5;
	font-size: 13px;
}
/*
#begun div, #begun ul, #begun table {
	margin:0 auto !important;
}
#begun img{
	margin:0 5px;
	border:1px solid #fff;
}
#begun small{
	font-size:11px;
}
*/
*/
