@import url('header.css');
@import url('left.css');
@import url('content.css');
@import url('forms.css');
@import url('posts.css');
@import url('post_right.css');
@import url('post_comments.css');
@import url('post_commentForm.css');
@import url('program.css');
@import url('categoryManage.css');
@import url('fajlManage.css');
@import url('newsletters.css');
@import url('votes.css');
@import url('bbcodes.css');
@import url('footer.css');

body {
	background: #e6fbf8 url('bg_outer.gif') top center no-repeat;
	width: 974px;
	margin: 0px auto;
}
body {
	font-size: 13px;
}
body, form textarea, form input {
	font-family: Tahoma, Arial, Verdana, sans-serif;
}
div#full {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin: 0px;
	background: white url('bg_content.png') top left no-repeat;
}
div#content p.hiba {
	color: maroon;
	font-weight: bold;
	margin-left: 5px;
	text-indent: -5px;
}
div#content p.info {
	color: green;
	font-weight: bold;
}
a, ul.post_download li span {
	color: rgb(64,64,64);
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#left p.buttons {
	margin-top: 1px;
	margin-bottom: 2px;
	padding: 1px;
}
div#left p.buttons a {
	display: block;
}
p.buttons a, p.buttons input {
	text-decoration: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
}
p.buttons input {
	width: 166px;
}
p.buttons a {
	padding-top: 2px;
	padding-bottom: 2px;
}
p.buttons a:hover, p.buttons input:hover {
	color: black;
	text-decoration: underline;
}
span.underlined {
	text-decoration: underline;
}
span.listitem {
	background: url('listitem.gif') no-repeat;
	background-position: 0px 6px;
	display: block;
	padding: 0px;
	padding-left: 11px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 8px;
}
div.delete {
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url('cat_delete.png');
}
div.delete:hover {
	background-position: top right;
}
