/* Normal, standard links. */
a:link
{
	color: #135d37;
	text-decoration: none;
}
a:visited
{
	color: #135d37;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #cccccc;
	margin: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #666;
	background-color: #fdfeef;
	border-bottom: 1px solid #1a7647;
	border-right: 1px solid #1a7647;
	border-left: 1px solid #1a7647;
	font-size: 12px;
	padding: 5px;
}
.quoteheader
{
	background-color: #fdfeeb;
	color:#000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	border-top: 1px solid #1a7647;
	border-right: 1px solid #1a7647;
	border-left: 1px solid #1a7647;
	padding-left: 5px;
}
/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	color: #000000;
	background:#FFFFFF url(images/custom/windowbg.png) repeat-x scroll 0 100%;
}
.windowbg2
{
	color: #000000;
	background:#FFFFFF url(images/custom/windowbg.png) repeat-x scroll 0 100%;
}
.windowbg3
{
	color: #000000;
	background:#FFFFFF url(images/custom/windowbg.png) repeat-x scroll 0 100%;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: black;
	font-style: normal;
	background: url(images/titlebg.jpg) #f3f3f3 repeat-x;

	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

.titlebg3, tr.titlebg3 th, tr.titlebg3 td
{
	color: #000;
	background-color: #fdffe1;
	font-size: x-small;
}
.titlebg4, tr.titlebg4 th, tr.titlebg4 td
{
	color: #fff;
	font-style: normal;
	background-color: #135d37;
	padding-left: 10px;
	padding-right: 10px;

}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url(images/catbg.jpg) #ffffff repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg2.jpg) #ffffff repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
/*	border-bottom: solid 1px #375576; */
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{

	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.wrapper980 {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
.wrapper960 {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
div#logo {
background: url(images/custom/logo.jpg) no-repeat;
float:left;
height:100px;
width:400px;

margin-left:20px;
margin-top:60px;
position:absolute;
top:0;
width:430px;
}
div#info {
background: url(images/custom/info.jpg) no-repeat;
float:right;
height:160px;
width:560px;
left:0;
margin-right:10px;
}
#infotext{
padding: 15px 0 0 10px;
}
#searchbar {
	height: 28px;
	width: 210px;
	background: url(images/custom/searchbox.gif) no-repeat;
	overflow: hidden;
}

#searchbar .inputbox {
	background: transparent;
	color: #fff;
	padding: 3px 3px 0;
	border: none;
	margin: 3px 0 0 25px;
	width: 170px;
	height: 14px;
	font-size: 12px;
	font-family: tahoma, sans-serif;
}
div#avatar {
background:transparent;
float:right;
text-align: right;
height:120px;
top: -120px;
left: -20px;
position:relative;

width:120px;
}
#meni {
	background: url(images/custom/gornjimeni-bg.png) 0 0 repeat-x;
	height: 30px;
}
#gornjimeni {
	background: url(images/custom/gornjimeni-bg.png) 0 0 repeat-x;
	height: 30px;
}
#topnav {
	float: left;
	height: 30px;
	padding-left: 5px;
	margin: 0px;
	z-index: 100;
	font-weight: bold;
}
#topnav ul {
	margin: 0;
	padding: 0;
}

#topnav li {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	padding-right: 1px;
	line-height: 16px;
	list-style-type: none;
}

#topnav li a {
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	padding: 6px 23px 13px;
	font-size: 11px;
}

#topnav li strong {
	color: #ccc;
	font-size: 14px;
	font-family: Arial Narrow, Arial, sans-serif;
}

#topnav li a:hover, #topnav .chosen a:hover, #topnav li:hover a, #topnav li.sfhover a {
	color: #1a7647;
}

#topnav li.chosen {
	background: url(images/custom/topnav-chosen.png) 50% 0 no-repeat;
	color: #333333;
}

#topnav a.current {
	background: url(images/custom/topnav-chosen.png) 50% 0 no-repeat;
	color: #333333;
}

#topnav li.current {
	background: url(images/custom/topnav-chosen.png) 50% 0 no-repeat;
	color: #333333;
}

#topnav li.chosen a strong {
	background: url(images/custom/topnav-chosen.png) 50% 0 no-repeat;
	color: #333333;
}

#topnav .chosen a, #topnav .chosen a:hover, #topnav li li a:hover {
	background: url(images/custom/topnav-chosen.png) 50% 0 no-repeat;
	color: #787878;
}

#topnav li li {
	width: 170px;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #333;
}

#topnav li li a, #topnav .chosen li a, #topnav li:hover li a, #topnav li.sfhover li a {
	background: #0b4a2a;
	display: block;
	height: 30px;
	line-height: 30px;	
	padding: 0 0 0 22px;
	width: 148px;
	float: none;
	color: #eeeedb;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#topnav li li a:hover, #topnav .chosen li a:hover {
	background: #ccc;
	color: #000;
	text-decoration: none;
}

#topnav li ul {
	background: #1d1d1d;
	clear: both;
	position: absolute;
	height: auto;
	width: 170px;
	top: 30px;
	left: -999em;
	z-index: 100;
	border-right: 1px solid #313131;
	border-left: 1px solid #313131;
}

#topnav li:hover ul, #topnav li.sfhover ul {
	left: auto;
}
#meninav {
	float: left;
	height: 30px;
	padding-left: 5px;
	margin: 0px;
	z-index: 100;
	font-weight: bold;
}
#meninav ul {
	margin: 0;
	padding: 0;
}

#meninav li {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	padding-right: 1px;
	line-height: 16px;
	list-style-type: none;
}

#meninav li a {
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	padding: 6px 18px 8px;
	font-size: 11px;
}

#meninav li strong {
	color: #ccc;
	font-size: 14px;
	font-family: Arial Narrow, Arial, sans-serif;
}

#meninav li a:hover, #meninav .chosen a:hover, #meninav li:hover a, #meninav li.sfhover a {
	color: #1a7647;
}

#meninav li.chosen {
	background: url(images/custom/topnav-chosen.png) 50% 0 no-repeat;
	color: #333333;
}

#meninav a.current {
	background: url(images/custom/topnav-chosen.png) 50% 0 no-repeat;
	color: #333333;
}

#meninav li.current {
	background: url(images/custom/topnav-chosen.png) 50% 0 no-repeat;
	color: #333333;
}

#meninav li.chosen a strong {
	background: url(images/custom/topnav-chosen.png) 50% 0 no-repeat;
	color: #333333;
}

#meninav .chosen a, #meninav .chosen a:hover, #meninav li li a:hover {
	background: url(images/custom/topnav-chosen.png) 50% 0 no-repeat;
	color: #787878;
}

#meninav li li {
	width: 170px;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #313131;
}

#meninav li li a, #meninav .chosen li a, #meninav li:hover li a, #meninav li.sfhover li a {
	background: #202020;
	display: block;
	height: 30px;
	line-height: 30px;	
	padding: 0 0 0 22px;
	width: 148px;
	float: none;
	color: #999;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#meninav li li a:hover, #meninav .chosen li a:hover {
	background: #1a1a1a;
	color: #ccc;
	text-decoration: none;
}

#meninav li ul {
	background: #1d1d1d;
	clear: both;
	position: absolute;
	height: auto;
	width: 170px;
	top: 30px;
	left: -999em;
	z-index: 100;
	border-right: 1px solid #313131;
	border-left: 1px solid #313131;
}

#meninav li:hover ul, #meninav li.sfhover ul {
	left: auto;
}
#gornji{
	background: url(images/custom/gornji_bg.jpg) #135d37 repeat-y;
	height: 160px;
}
#sredina{
	background: url(images/custom/sredina_bg.jpg) #ffffff repeat-y;
}
#donji_kraj{
	background: url(images/custom/donji_bg.jpg) #ffffff repeat-y;
	height: 20px;
}
#footlinks{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
width:980px;
}
#footlinks li {
display:block;
float:left;
margin-right:15px;
width:auto;
max-width:110px;
}
.float_fix {
overflow:hidden;
padding-left: 40px;
}
.footer_links{
color: #135d37;
font-weight: bold;
}
.plain_list {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
.plain_list a:link
{
	color: #000000;
	text-decoration: none;
}
.plain_list a:visited
{
	color: #000000;
	text-decoration: none;
}
.plain_list a:hover
{
	text-decoration: underline;
}
#footlinks .plain_list li {
display:block;
float:none;
font-size:11px;
margin:0;
padding:1px 0 2px;
width:100%;
}
#uslovi{
color: #ffffff;
background: #135d37;
font-size: 11px;
text-align: center;
width: 800px;
border: 1px solid #999;
padding:5px 5px 5px 5px; 
}
/*Okvir od forum delova*/
.mgreen {
	height: 50px;
	line-height: 50px;
	margin: 0;
	color: #fff;
	width: 930px;
	font-weight: bold;
	background: #fff url(images/custom/mgreen.jpg) 0 0 repeat-x;
}
.mgreen a, .mgreen a:visited {
	color: #fff;
}
.mgreen a:hover {
	color: #ffffcc;
}
.mgreen-l {
	background: #fff url(images/custom/mgreen-l.jpg) 0 0 no-repeat;
	padding-left: 25px;
	position: relative;
}
.mgreen-r {
	background: #fff url(images/custom/mgreen-r.jpg) 100% 0 no-repeat;
	padding-right: 25px;
	position: relative;
}

.mgreenbottom {
	height: 25px;
	line-height: 25px;
	width: 930px;
	padding: 0;
	margin: 0;
	background: #fff url(images/custom/mgreenbgbottom.jpg) 0 0 repeat-x;
}
.mgreenbottom-l {
	background: #fff url(images/custom/mgreenbgbottom-l.jpg) 0 0 no-repeat;
	padding-left: 25px;
	position: relative;
}
.mgreenbottom-r {
	background: #fff url(images/custom/mgreenbgbottom-r.jpg) 100% 0 no-repeat;
	padding-right: 25px;
	position: relative;
}

.border {
	padding: 0;
	margin: 0;
	background-color: #fff;
}
.border-l {
	background: #fff url(images/custom/border-l.jpg) 0 0 repeat-y;
	padding-left: 25px;
	position: relative;
}
.border-r {
	background: #fff url(images/custom/border-r.jpg) 100% 0 repeat-y;
	padding-right: 25px;
	position: relative;
}
.brojevi {
color:#666666;
font-family:verdana,arial,helvetica,sans-serif;
font-size:16px;
font-weight:bold;
}
.brojevi2 {
color:#666666;
font-family:verdana,arial,helvetica,sans-serif;
font-size:12px;
font-weight:bold;
}
.normaltext2
{
	font-size: 11px;
}
.catbg4 {
	background:#135d37;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:bold;
}
.catbg4 a:link
{
	color: white;
	text-decoration: none;
}
.catbg4 a:hover
{
	color: #e0e0ff;
}
.sredinazelena{
	background: url(images/custom/sredinazelena_bg.jpg) #135d37 repeat-y;
}
.collapse_img img {
	float: right;
	margin: 15px 10px 0 0;
}
.silver {
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	color: #1a7647;
	font-weight: bold;
	background: #fff url(images/custom/silver.jpg) 0 0 repeat-x;
}
.silver-l {
	background: #fff url(images/custom/silver-l.jpg) 0 0 no-repeat;
	padding-left: 25px;
	position: relative;
}
.silver-r {
	background: #fff url(images/custom/silver-r.jpg) 100% 0 no-repeat;
	padding-right: 25px;
	position: relative;
}
.sborder1 {
}
.sborder1-l {
	background: #fff url(images/custom/sborder1-l.jpg) 0 0 repeat-y;
	padding-left: 15px;
	position: relative;
}
.sborder1-r {
	background: #fff url(images/custom/sborder1-r.jpg) 100% 0 repeat-y;
	padding-right: 15px;
	position: relative;
}
.sbottom {
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	background: #009966 url(images/custom/sbottom.jpg) 0 0 repeat-x;
}
.sbottom-l {
	background: #009966 url(images/custom/sbottom-l.jpg) 0 0 no-repeat;
	padding-left: 20px;
	position: relative;
}
.sbottom-r {
	background: #009966 url(images/custom/sbottom-r.jpg) 100% 0 no-repeat;
	padding-right: 20px;
	position: relative;
}
.displaybottom{
border-bottom: 5px solid #1a7647;
}
.brzigore {
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background: #fff url(images/custom/brzigore.jpg) 0 0 repeat-x;

}

.brzigore-l {
	background: #fff url(images/custom/brzigore-l.jpg) 0 0 no-repeat;
	padding-left: 20px;
	position: relative;
}
.brzigore-r {
	background: #fff url(images/custom/brzigore-r.jpg) 100% 0 no-repeat;
	padding-right: 20px;
	position: relative;
}

.brzi {

}
.brzi-l {
	background: #fff url(images/custom/brzi-l.jpg) 0 0 repeat-y;
	padding-left: 10px;
	position: relative;
}
.brzi-r {
	background: #fff url(images/custom/brzi-r.jpg) 100% 0 repeat-y;
	padding-right: 10px;
	position: relative;
}


.brzidole {
	height: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	background: #135d37 url(images/custom/brzidole.jpg) 0 0 repeat-x;
}
.brzidole-l {
	background: #135d37 url(images/custom/brzidole-l.jpg) 0 0 no-repeat;
	padding-left: 20px;
	position: relative;
}
.brzidole-r {
	background: #135d37 url(images/custom/brzidole-r.jpg) 100% 0 no-repeat;
	padding-right: 20px;
	position: relative;
}
.red{
color:#ff0000;
}