/* Main css */
@import url(pozvanete.css);

/* Base resolution */
@import url(r1024px.css);
@import url(forum/r1024px.css);

/* Layout design */
@import url(header_purple.css);

/* Element design */
@import url(box_ads.css);

/* Advertising design */
@import url(advertising.css);

/* Styles -------------- */
#container td a,
#container th a {
	color: #423187;
}
#container .header,
#container .header a {
	color: #000;
}
#container td a img {
	border: 0;
}
body {
	background-color: #ffffff;
}
.outline {
	background-color: #ffffff;
	border: 1px #5c5c5c solid;
	margin-bottom: 0px;
}
.forum_spacer {
	height: 3px;
	background-color: #f3f3f3;
	font-size: 1px;
}
.outline_small {
	background-color: #eee7ee;
	padding: 5px;
	border: 1px #423187 solid;
}
.message {
	background-color: #ffffcc;
	border: 1px #336699 solid;
}
.curr_range {
	background: #ae87ae url(../img/forum/forum_pager.gif) repeat-x left top;
	color: #fff;
}
td.light {
	background-color: #ededed;
}
td.medium {
	background-color: #d6d6d6;
}
td.dark {
	background-color: #c0c0c0;
}
td.header {
	height: 25px;
	background: #ccc url(../img/forum/outline.gif);
	padding: 5px 10px;
}
td.unread {
	background-color: #eee7ee;
	font-weight: bold;
}
th {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #667788;
	height: 25px;
	background: #5a0f5a url(../img/purple/nav_bgr.gif) repeat-x left top;
	padding: 5px 10px;
}
.forum_name {
	font-weight: bold;
	font-size: 12px;
}
.header {
	font-weight: bold;
	font-size: 13px;
}
.highlight {
	color: #900;
	font-weight: bold;
}
.small {
	font-size: 10px;
}
.large {
	font-size: 13px;
}
.bold {
	font-size: 11px;
	font-weight: bold;
}
input.submit {
	background: url(../img/purple/button.gif) repeat-x left top;
	text-align: center;
	border: 0;
	text-align: center;
	color: #fff;
	padding: 2px 1em;
	cursor: pointer;
}
input.submit:hover {
	background: url(../img/purple/button_hover.gif) repeat-x left bottom;
}
img {
	border: 0px;
}
.forum_header_nav {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	white-space: normal;
}
.forum_header_nav .mainmenu {
	white-space: nowrap;
}
.admin_a a {
	color: #900;
}
#footer {
	height: 6em;
}