a { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #808080; 
	text-decoration: none; 
}

a:link, a:visited, a:active {
	color: #CC0000;
	text-decoration: underline; 
	outline: none;
}

a:hover {
	color: #660000;
	text-decoration: none; 
}

.linkWhite a:link, .linkWhite a:visited {
	color: #fff;
}

.floatL {
	float: left;	
}

.floatR {
	float: right;
}

/* razmak izmedju divova - da fino legne */
.razmak {
	font-size: 1px;
	clear: both;
}

/* form polja */
input, textarea, select {
	border:1px solid #ccc; 
	background-color: #FFFFFF; 
	color:#000000;
	font: 12px "Courier New", Courier, monospace;
	color: #333333;
}

input#username {
	background-image: url( img/icon_user.png );
	background-repeat: no-repeat;
	background-color: white;
	padding-left: 18px;
}

input#password {
	background-image: url( img/icon_pass.png );
	background-repeat: no-repeat;
	background-color: white;
	padding-left: 18px;
}

/*error poruke*/
#errorMessageBox {
	display: none;
	border: 1px solid #dc8383;
	background: #f5d6d6;
	padding: 5px;
	margin-bottom: 10px;
}

/*
#####################################
TOOLTIP
#####################################
*/
div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 9px Verdana, Arial, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}

/*########################################*/

/*
#####################################
AJAX ISPIS PORUKA!!!
#####################################
*/
/*Lebdeci ajax box - loading - error messages*/
.floatBoxAjax {
	position: fixed; 
	z-index: 100; 
	left: 0;
	right: 0;
	top: 2px;
}
/*Loading*/
#loadingg {
	border: 1px solid #d2d7db;
	background: #e9eff5;
}
/*OK PORUKE*/
#aboxOk {
	border: 1px solid #a5dc83;
	background: #e2f5d6;
}
/*error poruke*/
#aboxNo {
	border: 1px solid #dc8383;
	background: #f5d6d6;
}
/*Prozor u kome se ispisuju poruke*/
.ajaxBoxMsg {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	margin: 5px auto 5px auto;
	width: 200px;
}
/*Prozor u kome se ispisuju poruke*/
.ajaxBoxMsgCustom {
	font-size: 12px;
	padding: 10px;
	margin: 5px auto 5px auto;
}
.overTransBox {
  	position: absolute; 
	left: 0px;
	right: 0px;
	background: #fff; 
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	overflow: auto;
}


/*########################################*/

/*
#####################################
FORUM RESIZE SLIKE
#####################################
*/
/* za max-width koji koristim na forumu kod resizea slika */
#maxWidth[id] {
	 max-width: 700px; 
}
/* For Internet Explorer: */
#maxWidth {
	width: expression(Math.min(parseInt(this.offsetWidth), 700 ) + "px"); 
}
/*########################################*/


/* body pozicioniranje */
body {
	margin: 0px;
	text-align: center;
	background: url(img/bck.png) #e5ebee repeat-x top;
	font: 11px Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
	line-height: 18px;
	color: #3a3635;
}

/*Sirina stranice sa sjenkama*/
#fullCenter {
	width: 980px;
	background: url(img/bg0.png) repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* centralni dio - radi sivog bordera oko stranice */
#container {
	width: 958px; /*stvarna velicina 958 (velicina stranice) + 2x 5px paddinga = 968*/
	margin: auto;
	text-align: left;
	overflow: hidden;
	padding: 5px;
}
#containerColor {
	width: 958px; /*stvarna velicina 958 (velicina stranice) + 2x 5px paddinga = 968*/
	margin: auto;
	text-align: left;
	overflow: hidden;
	padding: 5px;
	background: #fff;
}

/*Head traka full size*/
#hed1 {
	margin: 0px;
	height: 70px;
	background: url(img/h1.png) repeat-x;
}
/*Head small logo*/
#hhed1 {
	background: url(img/hh1.jpg) no-repeat;
	width: 240px;
	height: 70px;
	float: left;
}

/*Top navigacijski box*/
#navBox {
	float: left;
	padding-top: 25px;
}

/*
#####################################
NAVIGACIJA VRH
#####################################
*/
/*Glavna navigacija*/
a.navbutton{
background: transparent url('img/m_li_a-l.png') no-repeat top left;
display: block;
float: left;
font: bold 12px Arial, Helvetica, sans-serif;
height: 21px;
padding-left: 6px; /* Width of left menu image */
margin-left: 6px;
text-decoration: none;
}
a:link.navbutton, a:visited.navbutton, a:active.navbutton{
color: #fff;
}
a.navbutton span{
background: transparent url('img/m_li_a-r.png') no-repeat top right;
display: block;
padding: 4px 7px 4px 1px; 
}
a.navbutton:hover{
background: transparent url('img/m_li_s-l.png') no-repeat top left;
}
a.navbutton:hover span{
background: transparent url('img/m_li_s-r.png') no-repeat top right;
color: #fff;
}
a#selectedN {
background: transparent url('img/m_li_s-l.png') no-repeat top left;
}
a#selectedN span{ 
background: transparent url('img/m_li_s-r.png') no-repeat top right;
color: #fff;
}
/*Mala navigacija, 3 dugmica*/
#navBoxSmall {
	width: 220px; 
	float: right; 
	margin-top: -40px; 
	color: #000;
}
#navBoxSmall a:link, #navBoxSmall a:active, #navBoxSmall a:visited {
	color: #000;
	font-weight: bold;
}
#navBoxSmall a:hover {
	color: #000;
	text-decoration: underline;
}
/*########################################*/

/*
#####################################
CRNI VRH BOX, Login i Search
#####################################
*/
/* Head login box */
#headLogin {
	width: 968px;
	height: 30px;
	background: url(img/hedL.png) repeat-x;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: left;
}
/* padajuci meni korisnicki meni (login) */
#userTop {
	padding: 3px 10px 0px 10px; 
	width: 710px;
	float: left;
}
#userTop a, #userTop a:active, #userTop a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#userTop a:hover {
	text-decoration: underline;
}
/*dropDownBoxPossition*/
#dDBP {
	margin: 4px 0px 0px 10px;
	width: 926px; /*velicina slike u dropDownBoxu*/
	height: 25px;
}
#dropDownBox {
	padding: 3px; 
	background: url(img/hedLB.png) no-repeat; 
	height: 19px;
}
/*Blink polje*/
.superBlink {
	text-decoration: blink;
	font-size: 12px;
	color: #fff600;
	text-align: center;
}
/*########################################*/
/*Maska u koju moze ici reklama*/
#topMask {
	text-align: center;
	width: 968px;
	background: #f4f4f4;
	min-height: 185px;
	margin: auto;
	border-bottom: 1px solid #e5e5e5;
}

.naslovi {
	font: bold 17px Arial, Helvetica, sans-serif;
}
.naslovi2 {
	font: bold 15px Arial, Helvetica, sans-serif;
}
/*Tackice za vijesti*/
.dottedB {
	background: url(img/tackice.gif) repeat-x;
	padding: 2px 0px 2px 0px;
	margin: 5px 0px 5px 0px;
}
/*Tackice samo za forum*/
.dottedF {
	background: url(img/tackice.gif) repeat-x;
	padding: 2px 0px 2px 0px;
	margin-top: 5px;
}
/*Opis - lijevi*/
.profileIn {
	width: 150px;
	float: left;
	padding: 1px;
	font-family: "Lucida Grande", "Tahoma", Verdana, sans-serif;
	font-size: 11px;
	color: #555C66;
	margin: 0px;
}
.profileInR {
	float: left;
	padding: 1px;
	font-family: "Lucida Grande", "Tahoma", Verdana, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin: 0px;
}

/*
#####################################
TEXTAREA DUGMICI
#####################################
*/
.editor_button {
	float:left;
	cursor:pointer;
	padding: 0px 2px 0px 2px;
}
.editor_buttoncl {
	float:left;
	cursor:pointer;
	padding: 0px 1px 0px 1px;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
.editbclose {
	float:right;
	cursor:pointer;
}
/*########################################*/

/*Veliki naslovi*/
h1.headline_topicH_read {
	font-size:24px; 
	font-weight: normal;
	letter-spacing:normal; 
	color:#000; 
	margin:0px 0px; 
	line-height: 25px;
}

/*Komentari*/
.commentBox {
	width: 656px; /*656 + 2px bordera + 10px paddinga = 668*/
	border: 1px solid #E9E9E9;
	background-color: #F8F8F8;
	font:11px Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding: 5px;
}

/*
#####################################
ROUND BOX
#####################################
*/
.roundcontPM {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 3px;
	color: #04303E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.roundcontPM a {
	color: #A81331;
}
.roundcontPM a:visited {
	color: #A81331;
}
.roundcontPM a:hover {
	color: #000;
}
/*sadrzaj unutar rounda*/
.pmReadCont {
	padding: 5px;
}
.roundtop { 
	background: url(../forum/img/c_r_t.png) no-repeat top right; 
}
.roundbottom {
	height: 6px;
	background: url(../forum/img/c_r_b.png) no-repeat top right; 
}
img.corner {
	width: 6px;
	height: 6px;
	display: block !important;
}
/*########################################*/

/*
#####################################
KOCKASTI DUGMICI
#####################################
*/
.button {
	font: bold 12px "Lucida Grande","Tahoma", Verdana, sans-serif;
	color: #A81331;
}
.button a {
	border: 1px solid #C9C9C9;
	color: #A81331;
	padding: 2px;
	margin: 2px;
	font-weight: bold;
	background-color: #E0E0E0;
}
.button a:hover {
	border: 1px solid #999999;
	background:#CCCCCC;
}
/*########################################*/

/*BOXOVI (DESNI VELIKI I LIJEVI MALI) ################*/
#leftBigBox {
	width: 668px; /*Puna velicina 678px-a, sa desnim paddingom(defaultnim) +5px, 673px*/
	padding-right: 5px;
	float: left;
}
#rightSmallerBox {
	float: right;
	width: 280px;
}
/*KRAJJ####################################*/

.starR {
	float: left;
	width: 21px;
	height: 19px;
	background: url(../img/ocjena/star_grey.png);
}

.starS {
	float: left;
	width: 21px;
	height: 19px;
	background: url(../img/ocjena/star_red.png);
}
 
.txt_alt_Rate {
	padding-left: 5px;
	font: 11px Verdana;
	float: left;
}

/*
#####################################
PAGNITION
#####################################
*/
.pagnition {
	float: left;
	padding: 2px;
	margin: 5px 0px 5px 0px;
	text-align: center;
	font: 10px Verdana, sans-serif;
}
.pagnition a {
	width: 27px;
	border: 1px solid #C9C9C9;
	padding: 1px;
	margin: 0px;
	color: #FF0000;
	background-color: #E0E0E0;
	font: 10px Verdana, sans-serif;
}
.pagnition a:hover {
	border: 1px solid #980a0a;
	background:#FF0000;
	color: #FFF;
}
.pagnitionS {
	border: 1px solid #980a0a;
	padding: 1px;
	margin: 5px 0px 5px 0px;
	color: #FFF;
	background-color: #FF0000;
	float: left;
	text-align: center;
	font: 10px Verdana, sans-serif;
}
/* KRAJ PAGNITIONA */

/* Users list top marker */
.usersMarker {
	float: left;
	padding: 5px;
}

.tabColorImg {
	background: url( img/tab_bg.jpg ) repeat-x;
	height: 43px;
	color: #fff;
	font-weight: bold;
	padding-top: 6px;
	margin-bottom: -6px;
}

.tabColorImg2 {
	background: url( img/tab2_bg2.png ) repeat-x;
	height: 32px;
	color: #4F2727;
	padding-top: 6px;
}

/*
#####################################
TRAKE BOXOVA
#####################################
*/
.boxIAll {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 5px;
}

.boxIAllDark {
	background: #1F0C0D;
	color: #eee;
}

.boxIAllT {
	padding: 5px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #312C2B;
	margin: -5px -5px 10px -5px;
	border-bottom: 2px solid #F00C00;
}
.SBoxC {
	background: url(img/navT.png) repeat-x;
	font: 11px "Lucida Grande","Tahoma", Verdana, sans-serif;
	color: #000;
	padding: 5px;
}
/*border oko slike*/
.imgB {
	padding: 1px;
	border: 1px solid #202020;
	margin: 5px;
	text-align: center;
}

/*Dno stranice, copyright*/
#dno {
	margin: auto;
	background: #1F0C0D;
	padding: 20px;
	color: #eee;
	border-top: 1px solid #830505;
}