a:link,a:visited{ color: #B90000; text-decoration: none; }
a:hover{ color: #0051A8; text-decoration: underline; }
.nav, .nav:link, .nav:visited { color: #000000; text-decoration: none; }
a.nav:hover { font-weight: bold; color: #cc3333; text-decoration: underline; }
table { empty-cells: show; }
body,td{ color: #000000; font-size: small; font-family: Verdana,arial,helvetica,serif; }
body{ background-color: #838383; margin: 0px; padding: 0px; background-image: url(images/bg.gif); }
a img { border: 0; }
input,textarea,button{ font-size: 9pt; color: #000000; font-family: Verdana,arial,helvetica,serif; }
input.check { }
select{ font-size: 8pt; font-weight: normal; color: #000000; font-family: Verdana,arial,helvetica,serif; }
hr,.hrcolor{ height: 1px; border: 0; color: #666666; background-color: #9B0000; }
.quote { color: #4C4C4C; background-color: #F6F5ED; border: 1px inset #B7B7B7; margin: 4px; padding: 3px; font-size: x-small; line-height: 1.4em; }
.code{ color: #000000; background-color: #F0F0F0; border: 1px inset #F0F0F0; padding: 1px; font-family: "courier new",helvetica,"times new roman",serif; font-size: x-small; margin: 2px auto 1px auto; padding: 3px; white-space: nowrap; overflow: auto; }
.quoteheader, .codeheader, .quoteheader a:link, .quoteheader a:visited { color: #797979; text-decoration: underline; font-style: normal; font-weight: bold; font-size: x-small; line-height: 1.2em; }
.codeheader a:hover, .quoteheader a:hover { color: #EC0000; text-decoration: none; }
.help { cursor: help; }
.meaction { color: red; }
.editor { width: 96%; }
.highlight { background-color: #FFDEBD; font-weight: bold; color: black; }
.windowbg, .windowbg3 { color: #000000; background-color: #E1E1E1; font-size: 8pt; }
.windowbg2 { color: #000000; background-color: #F0F0F0; }
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited { color: White; font-style: normal; background-color: #9F9F9F; }
.titlebg a:hover { color: #dfdfdf; }
.catbg, .catbg3 { background-image: url(images/catbg.jpg); }
.catbg2 { background-image: url(images/catbg2.jpg); }
.catbg, .catbg2, .catbg3 { font-weight: bold; background-color: silver; color: #000000; }
.bordercolor { background-color: #828181; }
.tborder { border: 1px solid #828181; background-color: #FFFFFF; padding: 2px; }
.smalltext{ font-size: x-small; font-family: Tahoma,arial,helvetica,serif; }
.smalltext2{ font-size: x-small; font-family: Tahoma,arial,helvetica,serif; color: #9A9A9A; }
.normaltext { font-size: small; }
.largetext { font-size: large; }
#headerarea { background-color: white; border-bottom: 1px solid gray; }
#bodyarea,.okvir{ background-color: White; }
#footerarea { color: black; background-color: white; border-top: 1px solid gray; }
.headertitles{ border: 0px solid #00CC00; }
.headerbodies { border: 1px solid #7A7777; background-color: #EFEFEF; background-repeat: repeat-x; background-position: bottom; }
.post, .personalmessage { width: 100%; overflow: auto; line-height: 1.3em; }
.signature { width: 100%; overflow: auto; padding-bottom: 3px; line-height: 1.3em; }
.navigation{ background-color: #C60000; padding-top: 3px; padding-left: 8px; border-bottom: 1px solid Black; background-repeat: repeat-x; background-position: top; background-image: url(images/topbar_bg.gif); }
.logo{ background-color: #9B0000; padding-top: 3px; padding-left: 8px; border-bottom: 1px solid #131313; }
.welcome{ color: #D2D2D2; font-size: 11px; text-align: right; text-transform: uppercase; padding-right: 8px; }
.border{ background-color: #747474; border-bottom: 1px solid #3F3F3F; padding: 2px; padding-left: 10px; color: White; font-size: 11px; }
.search{ background-color: #A5A5A5; border: 1px inset #898989; color: White; }
.foot{ background-color: #B2B2B2; color: White; font-size: 10px; padding-left: 2px; padding-left: 10px; padding-right: 10px; }
#adv,.foot a,.foot a:visited{ color: White; }
/* No image should have a border when linked */
a img{
	border: 0;
}
/* TP style */
.sitemap{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap_topheader{
	background: #9F9F9F;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
}
.sitemap_header{
	background: #9F9F9F;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	font-weight: bold;
 }
.sitemap_header_active{
	background: #9F9F9F;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	font-weight: bold;
}
.sitemap_header:hover , .sitemap_header_active:hover{
	background: #D4D4D4;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	text-decoration: none;
}
ul#articlelist
{
	margin: 0 0 0 1ex;
	padding: 0.5ex 0;
	list-style: none;
}
ul#catlist
{
	margin: 0 0 0 0;
	padding: 0;
	border-top: dotted 1px;
}

ul#articlelist li
{
	display: block;
	padding: 1ex 0 0 3ex;
	background: url(images/divider.gif) no-repeat 1ex 1.5ex;
}
ul#catlist li
{
	display: block;
	padding: 1ex 0 0 3ex;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #FF0000;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}