.error {text-align: center; color: red; font-weight: bold;}
.list_pager {
	width: 100%;
	text-align: center;
}
/* NAD FORUM */
.forum_navbar {
	color: black;
	width: 100%;
	height: 50px;
}
.forum_navbar a {
	font-size: 12px;
	font-weight: bold;
}

/* Formularze dodawania*/
.forum-form {
	width: 600px;
	background-color: #FCEDCE;
	margin: auto;
	border: 1px solid black;
	padding: 7px;
}
.forum-form-title {
	width: 600px;
	margin: auto;
}
/* FORUM */
table.fora, table.fora caption {
	width: 100%;
	background-color: #FFFFFF;
	border-spacing: 1px;
}
table.fora, .forum-form-title {
	border-color: #FFFFFF #000000 #000000;
	border-style: solid;
	border-width: 1px;
}
table.fora caption, .forum-form-title {
	border-color: #FFFFFF #FFFFFF #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #4f7099;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:8px;
}
table.fora th {
	background-color: #f89c36;
	padding: 5px 5px;
	color: white;
	border-size: 1px;
}
table.fora td {
	padding: 5px;
}
table.fora tr.forum_row  {
	background-color: #FCEDCE;
}

table.fora .forum_name {
	font-size: 12px;
}
.forum_topics, .forum_posts, .topic_posts, .topic_views {
	width: 60px;
	text-align: center;
}
.forum_icon {
	width: 5px;
}
/* AKCJE DLA POSTOW */
.post_action td {
	background-color: #E7E6E2;
}
/* LISTA FORUM */
.forum_description {
	font-size: 9px;
	color: #AD6F03;
}
.forum_last_topic {
	width: 250px;
}
.forum_last_topic a {
	color: green;
}
/* TOPIC */
.topic_author {
	width: 200px;
	text-align: center;
}
.topic_date {
	width: 120px;
	color:#434951;
	font-size:10px;
}
.topic_date span, .topic_date span a {
	color: brown;
}
.topic_last_post {
	width: 160px;
	font-size: 10px;
}
.topic_last_post a {
	color: green;
	font-weight: bold;
}
/* POSTY */
.post_author {
	width: 120px;
}
.post_date {
	text-align: left;
}
.post_author_info {}
.post_updated_info {
	font-size: 9px;
	color: grey;
	margin-top: 30px;
	border-top: 1px dotted grey;
	width: 200px;
}
.post_content{
	padding: 10px;
}
.post_action      {text-align: right;}
.post_quote {
	color: #7C7667;
	padding: 5px;
	margin-top: 10px;
	border-bottom: 1px dotted black;
	border-top: 1px dotted black;
	border-left: 8px solid #7E7155;
	border-right: 8px solid #7E7155;
	background-color: #F2EDE0;
}
