#forum_cont {
	padding-bottom:15px;
	background-color: #eaf1f7;
	margin: 0 auto;
	width: 355px;
	font: normal 11px Tahoma, Arial, Verdana;
}
#forum_cont h1, #forum_cont h1 a {
	color: #666;
	font-size: 13px;
	text-decoration: none;
}
a {
	color: #666;
	font-size: 11px;
}
a.addtopic {
	background: url(i_forum/icon_addtopic.gif) no-repeat 0 2px;
	display: block;
	float: right;
	padding: 3px 0 1px 20px;
}
.topborder {
	width: 355px;
	border-bottom: 1px solid #666;
	float: left;
	padding: 4px 0 5px 0;
}

.list_topic {
	border-bottom: 1px dashed #666;
	float: left;
	width: 355px;
	padding: 5px 0;
}
.list_topic a span {
	font-weight: bold;
	font-size: 11px;
	color: #718110;
	text-decoration: underline;
}
.list_topic a {
	text-decoration: none;
	padding: 1px 0 0 22px;
	font-size: 10px;
	background: url(i_forum/icon_topic.gif) no-repeat 0 0;
	width: 200px;
	float: left;
}
.list_topic a.locked {
	background: url(i_forum/icon_topic_locked.gif) no-repeat 0 0 ! important;
}
.list_topic a:hover {
	text-decoration: none ! important;
}
.list_topic .flr {
	float: right;
	width: 50px;
}
.list_topic img {
	float: left;
}
.list_topic .flr p {
	float: right;
	display: block;
	padding: 1px 0 0 15px;
}
.paging {
	width: 355px;
	float: left;
	border-bottom: 1px solid #666;
	padding: 5px 0;
}
.paging p {
	float: right;
	display: block;
}
.paging a {
	margin: 0 0 0 10px;
	float: left;
}
.paging a:hover {
	color: red;
	text-decoration: none;
}
.paging a.fw {
	display: block;
	float: left;
	background: url(i_forum/icon_right.gif) no-repeat right 1px;
	padding: 0 20px 0 0;
}
.paging a.bw {
	display: block;
	float: left;
	background: url(i_forum/icon_left.gif) no-repeat 0 1px;
	padding: 0 0 0 20px;
}
.topic_title {
	float: left;
	width: 355px;
	text-decoration: none;
	padding: 7px 0 5px 22px;
	font-size: 10px;
	background: url(i_forum/icon_topic.gif) no-repeat 0 6px;
	width: 333px;
	float: left;
	color: #666;
}
.topic_title_locked {
	float: left;
	width: 355px;
	text-decoration: none;
	padding: 7px 0 5px 22px;
	font-size: 10px;
	background: url(i_forum/icon_topic_locked.gif) no-repeat 0 6px;
	width: 333px;
	float: left;
	color: #666;
}
.topic_title a, .topic_title_locked a {
	font-weight: bold;
	font-size: 13px;
	color: #718110;
	text-decoration: underline;
}
.topic_text {
	width: 330px;
	padding: 0 0 0 22px;
	font-weight: bold;
	color: #000;
}
.filelist {
	width: 333px;
	margin: 7px 0 7px 22px;
	padding: 0 0 0 7px;
	border-left: 3px solid #bbb;
}
.filelist a {
	display: block;
	background: url(i_forum/icon_attachment.gif) no-repeat 0 5px;
	padding: 5px 0 5px 20px;
}
.reply {
	background: url(i_forum/bg_reply.gif) repeat-y 0 0;
	border-bottom: 1px dashed #666;
	width: 355px;
}
.reply p.odg {
	color: #000;
	padding: 0 0 5px 0;
}
.datum {
	color: #666;
}
.reply .post {
	background: url(i_forum/icon_reply.gif) no-repeat 28px 26px;
	padding: 5px 0 10px 55px;
	width: 299px;
	color: #666;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.reply .post .files {
	display: block;
	border-left: 3px solid #ccc;
	margin: 5px 0 0 0;
	padding: 1px 0 1px 7px;
}
.reply .post .files a {
	display: block;
	background: url(i_forum/icon_attachment.gif) no-repeat 0 3px;
	padding: 2px 0 2px 20px;
}
form#newpost {
	width: 355px;
	padding: 10px 0 0 0;
}
form#newpost label {
	display: block;
	float: left;
	width: 350px;
	padding: 0 0 5px 0;
}
input#naslov, textarea#besedilo {
	font: normal 13px Tahoma, Arial, Verdana;
	border: 1px solid #000;
	padding: 1px;
}
input#naslov {
	width: 350px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
textarea#besedilo {
	width: 350px;
	height: 140px;
	margin: 0 0 5px 0;
}
form#newpost .toolbar {
	float: left;
	display: block;
	padding: 0 0 4px 0;
}
form#newpost .toolbar input {
	border: 0;
	background-color: #718110;
	padding: 2px 4px;
	color: #fff;
	margin: 0 4px 0 0;
	font-size: 11px;
}
.toolbar input#bold {
	font-weight: bold;
}
.toolbar input#italic {
	font-style: italic;
	padding-right: 6px ! important;
}
#addfile {
	display: block;
	background: url(i_forum/icon_attachment.gif) no-repeat 0 3px;
	padding: 2px 0 2px 20px;
	float: left;
}
input#post_this {
	float: right;
	padding: 2px 10px ! important;
	font-weight: bold;
}
#pripete_datoteke {
	width: 333px;
	float: left;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	background: #eaf1f7 url(i_forum/bg_reply.gif) repeat-y 0 0;
	margin: 10px 0 0 0;
}
#pripete_datoteke a {
	display: block;
	padding: 2px 0 2px 23px;
	background: url(i_forum/icon_attachment.gif) no-repeat 0 3px;
}