/* Forum stylesheet */


/***************** Рубрикатор ****************/
h1.rubrics{ color: #4a4a4a; }
ul.rubrics{ padding: 10px 0 30px 0; }

/***************** Авторизация ****************/
.auth{
	//width: 100%;
	padding: 12px 25px 15px 30px;
	border: 1px solid #999;
	border-left: none;
}

.auth h2, .search h2{ font-size: 1.1em; color: #737661; }
.auth form, .search form{ margin: 0; }

.auth table{
	width: 100%;
	margin: 10px 0 5px 0;
	border-collapse: collapse;
	font-size: 1.1em;
}

.auth td{ padding: 5px 5px 5px 0; }
.auth td input{ width: 100%; }
.auth .submit{ width: auto; }
.auth td.last{ text-align: right; font-size: 0.9em; }

/***************** Поиск сообщений ****************/
.search{
	padding: 12px 30px 25px 30px;
	font-size: 1.1em;
	border: 1px solid #999;
	border-top: none;
	border-left: none;
}

.search form{ margin: 15px 0 0 0; }
.search input{ width: 100%; }
.search .submit{ width: auto; margin: 10px 0 0 0; }

/***************** Дополнительно ****************/
.see_also{
	margin: 42px 0 40px 0;
	padding: 4px 20px 25px 30px;
	background: #ccc;
}

/***************** Темы ****************/
.error{
	float: left;
	margin: 1.4em 0 0 0;
	padding: 12px 10px 10px 40px!important;
	background: white url("../img/error.gif") no-repeat 10px 10px;
	border: 1px dotted red;
}

.threads{
	width: 100%;
	margin-bottom: 2em;
	border-collapse: collapse;
	font-size: 1em;
	border-bottom: 1px solid #999;
}

.threads td{
	padding: 13px 15px 13px 42px;
	vertical-align: top;
	border-top: 1px solid #999;
	background: url("../img/forum/topic.gif") no-repeat 13px 15px;
}

.threads a.title{
	font-weight: bold;
}

.threads td.second{
	width: 200px;
	padding-left: 0;
	text-align: right;
	background: none;
}

/***************** Действия ****************/
.actions{
	padding-top: 0;
	text-align: right;
}

/***************** Новое сообщение ****************/
.new_message, #register{
	//width: 100%;
	margin-bottom: 2em;
	padding: 15px 20px;
	background: #e2e2e2;
}
.new_message h3{
	padding: 0 0 2px 24px;
	background: url("../img/forum/new_topic.gif") no-repeat 0 2px;
}

.new_message h3 a:link, .new_message h3 a:visited, .new_message h3 a:hover, .new_message h3 a:active{
	color: #42688c;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.new_message form, #register form{
	margin: 0;
}

.new_message #subject{ width: 100%; }
.new_message textarea{ width: 100%; height: 150px; }

.new_message p, #register p{
	clear: left;
	padding: 10px 0 0 0;
	font-size: 1.2em;
}

.new_message table, #register table{
	width: 100%;
	margin: 15px 0;
	border-collapse: collapse;
	font-size: 1.1em;
}

img.fcode{ float: left; margin-right: 10px; }
input.fcode{ display: block; float: left; margin-top: 8px; }

.new_message .subscribe{
	padding-top: 30px;
	font-size: 0.9em;
}

/***************** Редактирование ****************/
#edit form{
	margin: 0;
}

#edit #subject, #edit textarea{ width: 100%; }
#edit textarea{ height: 150px; }

/***************** Регистрация ****************/
#register{
	margin-bottom: 40px;
}

#register .user{
	width: 75%;
}

#register table{
	width: 75%;
	margin: 0 0 20px 0;
}

#register td{ padding: 20px 0 0 0; }
#register td.last{ width: 50%; padding-left: 35px; }

#register td input, #register td select{
	width: 100%;
}

#register td.last select{
	width: auto;
}

#register td textarea{
	width: 100%;
	height: 80px;
}

/***************** Профиль пользователя ****************/
#profile{
	padding: 20px 30px;
}

#profile ul.rubrics{
	margin-top: 1em;
	clear: left;
}

#profile dt{
	margin: 0 0.5em 0 0;
	padding-top: 1em;
	font-weight: bold;
}

#profile dd{
	padding-top: 1em;
}

#profile p{ clear: left; }
#profile #fio, #profile  #sex, #profile  #region{ width: 100% }
#profile textarea{ width: 100%; height: 70px; }

#profile h2{
	clear: left;
	padding: 0 0 10px 0;
	color: c36;
}

#profile h3{
	padding: 1.5em 0 0 0;
	font-size: 1.3em;
	color: #777;
}

/***************** Общие стили ****************/
img.smile{
	position: relative;
	top: 0.5em;
	margin-right: 0.4em;
}

span.require{
	color: red;
}

fieldset{
	margin: 0;
	padding: 0;
	border: none;
}

textarea, input{
	font-size: 1em;
	font-family: Verdana;
}

hr.noshade{
	height: 1px;
	margin: 0;
	border-style: none;
	color: #999;
	background: #999;
}

p.first{
	padding-bottom: 0;
}

span.cons{
	padding: 1px 5px 2px 5px;
	font-weight: bold;
	color: white;
	background: #44658e;
}

.tipped{
	display: block;
	font-size: 11px!important;
}

p.para{
	margin-bottom: 2em;
	padding: 0;
}

dl.simple{ margin: 0; }
dl.simple dt{ float: left; clear: left; margin: 0 3em 0 0; }
dl.simple dd{ margin: 0; }

