* {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}

html, body, form, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

h1 {
	font-size: 14px !important;
	margin-bottom: 14px;
}

/* controls */

div.info {
	background-color: #f4ed9f;
	padding: 10px;
	border: 1px solid #b7a800;
	margin-bottom: 10px;
}

div.error {
	background-color: #fde2e2;
	padding: 10px;
	border: 1px solid #9f6363;
	margin-bottom: 10px;
}

input.input_text {
	border: 1px solid #94b3de;
	padding: 2px 4px 2px 4px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #565656;
}

input.input_button {
	border: 1px solid #94b3de;
	padding: 1px 4px 1px 4px;
	background-image: url('../images/layout/button-bg.gif');
	background-repeat: repeat-x;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #565656;
}

input.input_button:hover {
	cursor: pointer;
}

div.boxtitles {
	height: 16px;
	border: 1px solid #85aec0;
	background-image: url('../images/layout/title-active-bg.gif');
	background-repeat: repeat-x;
	padding: 2px 0 0 3px;
	margin-bottom: 2px;
}

a.boxtitles {
	display: block;
	height: 16px;
	width: 100px;
	border: 1px solid #85aec0;
	background-image: url('../images/layout/title-active-bg.gif');
	background-repeat: repeat-x;
	padding: 2px 0 0 3px;
	color: #000;
	float: left;
	margin: 0 5px 2px 0;
}

a.boxtitlesnoactive {
	background-image: url('../images/layout/title-noactive-bg.gif');
}

a.boxtitles:hover {
	background-image: url('../images/layout/title-hover.gif');
}

div.block {
	padding: 1px;
	border: 1px solid #b0b0b0;
	margin-bottom: 5px;
}

/* layout */

div#wrapper {
	width: 990px;
	background-color: #b4bcbd;
	margin: 5px auto 10px auto;
	padding: 5px;
}

div#top-a {
	position: relative;
	width: 982px;
	color: #fff;
	padding: 4px;
	background-color: #3c74c3;
	border-bottom: 3px solid #92b1dd;
}

	div#top-a a {
		color: #fff;
		margin-right: 30px;
	}

	div#top-a a:hover {
		text-decoration: underline;
	}

	div#top-a div {
		position: absolute;
		width: 445px;
		text-align: right;
		top: 4px;
		right: 5px;
	}

div#top-b {
	position: relative;
	width: 990px;
	height: 49px;
	background-color: #c4e3eb;
	background-image: url('../images/layout/top-b-bg.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid #95b3de;
}

	div#form {
		width: 680px;
		float: left;
	}

		img#logo {
			padding: 5px;
		}

		div#form form {
			position: absolute;
			top: 5px;
			left: 225px;
			width: 400px;
			height: 40px;
		}

		form#search_form a {
			display: block;
			padding: 3px;
			font-size: 10px;
			color: #565656;
		}

		form#search_form a:hover {
			text-decoration: underline;
		}

		form#search_form input.input_text {
			width: 200px;
		}

	div#login {
		position: relative;
		width: 305px;
		height: 49px;
		background-image: url('../images/layout/loginpanel-bg.gif');
		background-repeat: repeat-x;
		float: right;
	}

		div#login img {
			border: 3px solid #587bad;
		}

		div#login form#login_form {
			position: absolute;
			top: 5px;
			*top: 3px;
			left: 10px;
			width: 290px;
		}

		div#login div#user_panel {
			font-size: 9px;
			position: absolute;
			top: 3px;
			*top: 1px;
			left: 15px;
			width: 290px;
		}

		div#login_login, div#login_passwd{
			text-align: right;
			padding-bottom: 3px;
			*padding-bottom: 1px;
			width: 220px;
		}

		div#login input#login_submit {
			position: absolute;
			top: 3px;
			right: 6px;
			*width: 50px;
		}

		div#login a#login_create {
			position: absolute;
			top: 25px;
			right: 8px;
			font-size: 9px;
			color: #000;
		}

		div#login a#login_create:hover {
			text-decoration: underline;
		}

div#content {
	position: relative;
	width: 980px;
	padding: 5px;
	background-color: #fff;
}

	div#col-l {
		width: 304px;
		margin-right: 5px;
		float: left;

	}

	div#col-c {
		width: 520px;
		margin-right: 5px;
		float: left;
	}


	div#col-r {
		width: 146px;
		float: right;
	}

div#footer {
	clear: both;
	margin-top: 5px;
	height: 25px;
	padding: 25px;
	text-align: center;
}

/* elements */

h1.largeblock {
	font-size: 11px;
	padding: 2px;
	margin: 5px 0 5px 0;
	background-color: #a4cbdb;
}

div#weektopic {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	width: 300px;
	height: 200px;
	padding: 1px;
	border: 1px solid #3c74c3;
	margin-bottom: 5px;
}

div#weektopic div {
	height: 38px;
	width: 300px;
	position: absolute;
	bottom: 1px;
	background-color: #333b47;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

div#weektopic a {
	font-size: 12px;
	color: #96b4de;
	text-decoration: underline;
	padding: 3px 0 0 5px;
	margin-bottom: 3px;
	display: block;
}

div#weektopic a:hover {
	color: #b8c9e1;
	text-decoration: none;
}

div#weektopic span {
	font-size: 9x;
	padding: 0 12px 0 5px;
	color: #fff;
}

div#ads {
	padding: 1px;
	border: 1px solid #b0b0b0;
	margin-bottom: 5px;
}

div#ads strong {
	font-size: 9px;
}

div#ads span {
	font-size: 9px;
	color: #acaa76;
}

div#ads a {
	color: #000;
}

div#ads a:hover {
	text-decoration: underline;
}

p.button-links {
	padding: 5px;
	width: auto;
	text-align: center;
	margin: 3px 0 3px 0;
}

p.button-links a {
	font-family: Tahoma, Arial, Verdana !important;
	height: 16px !important;
	width: auto;
	border: 1px solid #617ea7 !important;
	background-image: url('../images/layout/button-link-bg.gif');
	background-repeat: repeat-x;
	font-size: 9px !important;
	padding: 2px !important;
	margin: 3px !important;
	color: #000 !important;
}

p.button-links a:hover {
	text-decoration: none !important;
	background-image: url('../images/layout/title-hover.gif') !important;
	text-decoration: underline !important;
}

/* news */

div.news {
	width: auto;
	margin-bottom: 5px;
	overflow: hidden;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
}

div.news img.icon {
	border: 1px solid #96b4de;
	padding: 1px;
	float: left;
	margin-right: 5px;
	vertical-align: text-top;
}

p.text {
	font-size: 10px;
	text-align: justify;
}

a.title {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #00487f;
}

div.news span {
	font-size: 9px;
	color: #6f6f6f;
	margin-right: 10px;
}

div.news strong {
	font-size: 9px;
}

div.alert {
	background-color: #f3dba1;
}

div.ninfo {
	background-color: #cde4ed;
}

div.undermenu {
	padding: 5px;
}

div.undermenu span {
	text-decoration: underline;
	cursor: pointer;
	margin-right: 7px;
}

div.toptxt {
	padding: 3px;
	background-color: #d9e4e8;
	/*background-image: url('../images/topnews.png');*/
	/*background-repeat: repeat-x;*/
}

div.toptxt * {
	font-size: 9px !important;
}

div.toptxt a.title {
	display: block;
	margin-bottom: 2px !important;
}

/* content */

div#newscontent, div#modcontent {
	border: 1px solid #b0b0b0;
	width: 507px;
	float: left;
	padding: 5px;
}

div#newscontent, div#newscontent *, div#modcontent, div#modcontent * {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana !important;
	font-size: 12px;
	text-align: justify;
}

/* bb2htmlTable */

table.bb2htmlTable {
	border: 0;
}

table.bb2htmlTable td {
	padding: 2px;
	border: 1px solid #696969;
	text-align: left;
}

table.bb2htmlTable .rowTwo {
	background-color: #dfe4f3;
}

/* comments */

form#comment_form input, form#comment_form textarea {
	border: 1px solid #7795a6;
	padding: 3px;
}
textarea#comment_text {
	width: 95%;
}
textarea#comment_text {
	height: 100px;
}
div.comment_body {
	margin-bottom: 20px;
}
div.comment_body p {
	padding: 3px;
	font-family: Arial, Tahoma !important;
	font-size: 11px !important;
}
p.comment_title {
	background-color: #e4ebf0;
	color: #000000;
}
p.registered {
	background-color: #c0ced7 !important;
}
p.registered img {
	vertical-align: text-top;
	margin-right: 5px;
}
p.comment_date {
	font-size: 9px !important;
	text-align: right !important;
	color: grey;
}
span.comment_name {
	color: #8e3939;
	font-weight: bold;
}

img.avatar {
	float: left;
	vertical-align: text-top;
	margin-right: 5px;
}

p.comment_userbar {
	margin-top: 5px;
	text-align: right !important;
}

p.comment_userbar img {
	margin-left: 5px;
}

/* user */

span.desc {
	font-family: Arial, Tahoma, Verdana !important;
	font-size: 9px !important;
	color: grey !important;
}

/* services */

div.services {
	padding: 3px;
}

div.services a {
	display: block;
	margin-bottom: 4px;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 9px;
	color: #1c6280;
}

div.services a:hover {
	color: #000;
}

div.services img {
	border: 1px solid #85aec0;
	padding: 1px;
	vertical-align: middle;
}

div.inbox {
	padding: 5px;
	margin-bottom: 10px;
}

div.inbox p.text {
	margin: 10px 0 10px 0;
}

div.inbox p.button-links {
	text-align: right !important;
}

div.inbox p.button-links a {
	padding: 1px 3px 1px 3px !important;
	font-size: 9px !important;
}

div.lastcmt {
	padding: 3px;
	border: 1px solid #b0b0b0;
	margin-bottom: 5px;
	background-image: url('../images/topnews.png');
	background-repeat: repeat-x;
}

div.lastcmt * {
	font-size: 9px !important;
}

div.lastcmt a {
	color: blue;
}

div.lastcmt a:hover {
	color: grey;
}

div.lastcmt p {
	margin-bottom: 6px;
}

/* ads */

table#adstable {
	width: 100%;
}

table#adstable td {
	padding: 4px;
}

table#adstable * {
	font-family: Tahoma, Arial, Verdana !important;
	font-size: 11px;
}

table#adstable a {
	color: blue;
}

table#adstable a:hover {
	color: grey;
}

div#adsmenu a {
	font-size: 12px !important;
}

/* pager */

div.mzPagerTable {
	margin: 20px auto 10px auto;
	text-align: center !important;
}

div.mzPagerTable * {
	font-family: Verdana !important;
	font-size: 9px !important;
}

span.mzPagerPages {
	background-color: #1c6280;
	color: #ffffff;
	padding: 3px;
}

div.mzPagerTable a {
	color: blue;
	text-decoration: none;
	border: 1px solid #1c6280;
	margin: 1px;
	padding: 2px;
}

div.mzPagerTable a:hover {
	background-color: #a1b9c3;
	color: #000;
}

div.mzPagerTable a.current {
	background-color: #1c6280;
	color: #fff;
}

div#comment_info {
	color: grey;
	font-size: 10px;
	text-align: justify;
}

div#comment_info a {
	color: blue;
	font-size: 10px;
}

/* blogs */

div#blogs-heads {
	margin: 4px;
	margin-bottom: 8px;
	height: 46px;
	background-image: url('../images/blogs/blogs-bg.gif');
}

	div#blogs-heads div {
		background-image: url('../images/blogs/blogs-heads-block.gif');
		background-position: left center;
		background-repeat: no-repeat;
		height: 36px;
		padding: 5px;
		padding-left: 20px;
	}

	div#blogs-heads a {
		margin-right: 7px;
	}

div.blogbg {
	position: relative;
	background-image: url('../images/blogs/blogs-bg.gif');
	background-repeat: repeat-x;
}

div.blog img.icon {
	border: 0;
}

div.blog div.blogtxt {
	width: 370px;
	*width: 270px;
	font-size: 10px;
	text-align: justify;
}

div.blog a.title {
	color: #002541;
	display: block;
	padding-top: 5px;
	text-shadow: #fff 1px 1px 1px;
}

div.bloginfo {
	position: absolute;
	right: 0;
	top: 0;
	width: 115px !important;
	height: 25px;
	padding: 9px !important;
	color: #002541;
	text-align: right !important;
}

	div.bloginfo a {
		display: block;
		margin-top: 11px;
	}

/* sport ozpn */

ul#sportozpn {
	overflow: hidden;
	padding: 0;
	margin: 0 5px 5px 5px;
}

ul#sportozpn li {
	float: left;
	list-style:none;
	padding: 0;
	margin: 0;
}

ul#sportozpn a {
	display: block;
}

ul#sportozpn span {
	background-image: url("../images/layout/top-b-bg.gif");
	padding: 3px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	display: block;
	width: 85px;
	text-align: center;
	font-size: 10px;
	z-index: 1;
}

/* mainpage buttons */

ul#mpbuttons {
	overflow: hidden;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

ul#mpbuttons li {
	float: left;
	list-style:none;
	padding: 0;
	margin: 0;
	margin-right: 7px;
}

ul#mpbuttons li.last {
	margin-right: 0;
}
