/**********************[ стили для раздела "Форумы" ]**********************/

@import url("xp/theme.css");

/**********************[ гостиная@aviaport.ru ]****************************/

div.person {
	clear: left;
	min-height: 140px;
	height: 140px;
}

html>body div.person {
	height: auto;
}

div.person a.person-photo {
	float: left;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
}

div.person a.person-photo img {
	margin: 5px;
	border: none;
}

div.person h4 {
	margin-left: 110px;
	margin-bottom: 3px;
}

div.person p {
	margin-left: 110px;
	margin-bottom: 5px;
}

/**********************[ таблица с темами ]****************************/

table.forum-threads {
	margin: 0 0 20px 0;
	padding: 0;
	width: auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
	margin-bottom: 10px;
}

html>body table.forum-threads {
	width: 100%;
	margin-bottom: 10px;
}

table.forum-threads td, table.forum-threads th {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.forum-threads th {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #999;
	background-color: #eee;
}

table.forum-threads th.created, table.forum-threads th.author, table.forum-threads th.updated, table.forum-threads th.answered, table.forum-threads th.viewed {
	text-align: center;
}

table.forum-threads td.created, table.forum-threads td.author, table.forum-threads td.updated, table.forum-threads td.answered, table.forum-threads td.viewed {
	text-align: center;
}

table.forum-threads th.author {
	text-align: left;
}

table.forum-threads td.author {
	text-align: left;
}

table.forum-threads td.created {
	font-size: 18px;
	color: #999;
}

table.forum-threads td.author {
	font-size: 11px;
	color: #666;
}

table.forum-threads td.updated {
	font-size: 11px;
	color: #666;
}

table.forum-threads td.viewed {
	font-size: 11px;
	color: #666;
}

table.forum-threads td.answered {
	font-size: 11px;
	color: #f90;
	font-weight: bold;
}

span.most-discussed {
	color: #f90;
}

span.most-viewed {
	color: #484848;
}

/**********************[ заголовок темы ]****************************/

h3.topic-title {
	text-transform: none;
}

h3.topic-title span {
	color: #069;
	text-transform: uppercase;
}

/**********************[ список ссылок ]****************************/

ul.topic-links {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

ul.topic-links li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 0 0 22px;
	line-height: 16px;
	float: left;
}

html>body ul.topic-links li {
	float: none;
}

ul.topic-links li.favorites {
	background: url("../images/icon-favorites.gif") left top no-repeat;
}

ul.topic-links li.subscribe {
	background: url("../images/icon-subscribe.gif") left top no-repeat;
}

ul.topic-links li.unsubscribe {
	background: url("../images/icon-unsubscribe.gif") left top no-repeat;
}

/**********************[ список сообщений в теме ]****************************/

.message-data {
	font-size: 18px;
	padding: 5px 10px 5px 10px;
	background-color: #eee;
	border-left: 5px solid #069;
}

.first-message {
	border-left: 5px solid #f90;
}

p.message-text {
	margin-left: 10px;
}

/**********************[ форма добавления сообщения ]****************************/

#message-form h3 {
	font-size: 24px;
	text-transform: none;
	color: #000;
	margin-bottom: 5px;
}

#message-form p {
	margin: 0;
	padding: 0;
}

#message-form textarea {
	border: 1px solid #ccc;
	width: 98%;
	height: 145px;
	font: normal 12pt arial;
}

#message-form input.add {
	font: normal 18px arial;
	background-color: #f6f6f6;
	border: 1px solid #999;
	padding: 3px 7px 3px 7px;
	margin-top: 10px;
}

#message-form input.text {
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 3px 7px 3px 7px;
	width: 68%;
}
