/* GLAVNA PRICA NASLOVNA
*************************************************/
a{
	color:#0B617A;
	text-decoration:none;
}
a:hover{
	color:#0B617A;
	text-decoration:underline;
}


#prica{
	width: auto;
	display:inline;
}

#prica a.naslov-prica {
	font-size:25px;
	font-weight:bold;
	letter-spacing:-1px;
	margin: 5px 0px 10px;
	color:#000000;
	text-decoration:none;
}

#prica a.naslov-prica:hover {
	font-size:25px;
	font-weight:bold;
	letter-spacing:-1px;
	margin: 5px 0px 10px;
	color:#000000;
	text-decoration:underline;
}

#prica img{
	margin-right: 8px;

}

#prica ul
{
	padding:0px;
	margin:10px 0px 0px;
	list-style: none;
	display:block;
}

#prica li
{
	padding-bottom:5px;
	padding-left: 10px;
	border-left: 3px solid #a51129;
}

#prica p {
	line-height:1.5em;
}
.glavninaslov{
	margin: 0px 0px 10px;
}
.home-photo-description {
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	width: 246px;
}

/* VESTI NASLOVNA
*************************************************/
#vesti {
	margin: 0px;
	padding: 0px;
}
#vesti .labela-siva {
	background: url(/biz/images/bg-labela-siva.gif) repeat-x;
	padding: 5px 0px 4px 7px;
	border-bottom: 1px solid #CCCCCC;
}
#vesti .labela-siva a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#vesti .labela-siva a:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
#vesti ul
{
	padding:10px 0px 10px 7px;
	margin:0px;
	list-style: none;
}

#vesti li
{
	padding-bottom:5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	background-image: url(/images/news/str-veca.gif);
}


/* OSTALE VESTI NASLOVNA
*************************************************/
.ostale_price{
	width:812px;
	border-top:1px dashed #CCC;
	padding-top:10px;
	margin-bottom:100px;
	margin-left:10px;
	clear: both;
}

.pricica{
	display:inline;
	line-height:1.5em;
}
.pricica img{
	float:left;
	display: block;
	margin:3px 5px auto 0px;	
}

.pricica ul{
	margin:0px;
	padding:0px 0px 5px 5px;
	list-style:none;
	background-color:#EEE;
	width: auto;
	
}

.pricica li {
	padding-bottom:3px;
	padding-left: 7px;
	background-image: url(/images/fp/str-za-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	font-weight: bold;
	color: #333333;
}

.pricica300{
	display:inline;
	line-height:1.5em;
}
.pricica300 img{
	float:left;
	display: block;
	margin:3px 5px auto 0px;	
}
a.kategorija{
	display:block;
	font-size:10px;
	color:#a51129;
	text-decoration:none;
}
a.kategorija:hover{
	display:block;
	font-size:10px;
	color:#a51129;
	text-decoration:underline;
}
a.vest-ostale {
	display:block;
	font-weight:bold;
	text-decoration:none;
}
a.vest-ostale:hover {
	display:block;
	font-weight:bold;
	text-decoration:underline;
}



/* PRETRAGA NASLOVNA
*************************************************/
#pretraga {
	margin: 0px;
	padding: 0px;
}


/* OSTALI
*************************************************/

.kursna td {
	font-size: 11px;
	color: #333333;
	border-bottom: 1px solid #eeeeee;
	text-align: left;
	padding-left:6px;
}

TABLE.kursna-lista {
	border: 1px solid #CCCCCC;
	width: 100%;
	border-collapse: collapse;
}

TABLE.kursna-lista TH {
	background-color: #e7e7e7;
	white-space: nowrap;
	padding: 5px;
}

TABLE.kursna-lista TD {
	padding: 5px;
	text-align: right;
}

TABLE.kursna-lista TD.kursna-lista-zemlja {
	text-align: left;
}

TABLE.kursna-lista TD.kursna-lista-oznaka {
	text-align: center;
}

TABLE.kursna-lista TR.kursna-lista-odd {
	background-color: #f8f8f8;
}

TABLE.currency-table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

TABLE.currency-table TD.even {

}

TABLE.currency-table TD.odd {
	background-color: #f8f8f8;
}

TABLE.currency-table TH {
	background-color: #e7e7e7;
	font-weight: bold;
	padding: 5px;
}

TABLE.currency-table TD {
	text-align: right;
	padding: 5px;
}

TABLE.currency-table TD.currency-date {
}

TABLE.currency-table TD.currency {

}

TABLE.currency-table TD.cmax {
	font-weight: bold;
	color: Green;
}

TABLE.currency-table TD.cmin {
	font-weight: bold;
	color: Red;
}

TABLE.biz-history-table {
	border-top:1px solid #D2E1EC;	
	border-left:1px solid #D2E1EC;
	border-right:1px solid #D2E1EC;	
	width:100%;
}

TABLE.biz-history-table TH {
	border-bottom: 1px solid #D2E1EC;	
	font-size: 11px;
	white-space: normal;
	padding: 2px;
}

TABLE.biz-history-table TD {
	border-bottom: 1px solid #D2E1EC;	
	font-size: 11px;
	white-space: nowrap;
	padding: 2px 3px 2px 1px;
}

.blog{
	background-color:#eee;
	padding:7px;
}

.izvor {
	font-size:11px; color:#666;
}
a.dalje{
	font-weight:bold;
}
.labela-bordo {
	background: url(/biz/images/bg-labela-bordo.gif) repeat-x;
	padding: 2px 0px 5px 7px;
}

.labela-bordo a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.labela-bordo a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.hr{
	border-bottom:1px dashed #CCC;
	height:1px;
	width:812px;
	margin: 10px 0px 10px 10px;
}
.vest-naslov {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.izvor-spacing {
	margin-top: -15px;
	margin-bottom: -15px;
}
.naslov-vesti {
	font-size: 18px;
	color: #000000;
	font-weight: bold;

}

.podnaslov-vesti {
	font-size: 14px;
	color: #333333;

}
.podnaslov-vesti-bold {
	font-size: 14px;
	color: #333333;
	font-weight: bold;

}
.text-vesti {
	font-size: 100%;
	color: #000000;
}
.labela{
	background: url(/biz/images/bg-labela-plava.gif) repeat-x;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
}
.labela a{
	color:#FFFFFF;
	text-decoration:none;
}
.labela a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.berzelacelo{
	border-top:1px solid #D2E1EC;	
	border-left:1px solid #D2E1EC;
	border-right:1px solid #D2E1EC;	
	margin:0px;
	text-align:left;
	width:97%;
}
.berzelacelo td{
	border-bottom:1px solid #D2E1EC;	
	padding:4px;
}
.firmaskrol{
	width:100%;
	height:580px;
	overflow:auto;
}

.berzela246{
	border-top:1px solid #D2E1EC;	
	border-left:1px solid #D2E1EC;
	border-right:1px solid #D2E1EC;	
	width:246px;
}
.berzela246 td{
	border-bottom:1px solid #D2E1EC;	
	padding:4px;
}

.berzelaauto{
	border-top:1px solid #CCCCCC;	
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
	width:100%;
}
.berzelaauto td{
	border-bottom:1px solid #CCCCCC;	
	padding:2px;
}

.berzelanowrap{
	border-top:1px solid #D2E1EC;	
	border-left:1px solid #D2E1EC;
	border-right:1px solid #D2E1EC;	
	width:100%;
}
.berzelanowrap td{
	border-bottom:1px solid #D2E1EC;	
	font-size:11px;
	white-space:nowrap;
	padding:4px;
}

.berzela300{
	border-top:1px solid #D2E1EC;	
	border-left:1px solid #D2E1EC;
	border-right:1px solid #D2E1EC;	
	width:300px;
}
.berzela300 td{
	border-bottom:1px solid #D2E1EC;	
	padding:4px;
}
.tabeleall{
	width:263px;
	margin-right:10px;
	float:left;
}
.grafikoni{
	width:auto;
}
.clear{
	width:100%;
	clear:both;
	margin:10px 0px;
	border-bottom:1px solid #CCCCCC;
}

.odd{
	background-color:#EDF5FA;
}
.even{
	background-color:#F7FAFC;
}
.kolona{
	background-color:#464646;
	color:#FFFFFF;
	white-space: nowrap;
}
.bizlinija{
	border-top:1px solid #CCCCCC;
	background: url(/biz/images/bg-labela-siva-light.gif) repeat-x;
	color:#454545;
}

.bizgreen {
	background-color: #088060;
}
.bizgreen-font {
	color: #088060;
}
.labelakat{
	font-size:10px;
	color:#a51129;
	text-decoration:none;
	text-transform:uppercase;
}
.labelakat:hover{
	font-size:10px;
	color:#a51129;
	text-decoration:underline;
	text-transform:uppercase;
}
.rlb{
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;		
}
.greyline{
	border-bottom:3px solid #305343;
}
.berzapad{
	padding:5px;
	background: url(/biz/images/bg-ostale-vesti.gif);
}

TABLE.pages-navigation-form {
	border: 1px solid #CCCCCC;
	background-color: #f3f3f3;
	margin-top: 0.8em;
	margin-bottom: 0em;
	width: 100%;
}

.marquee-table {
	width: 100%;
}

.marquee-table .marquee-table-cell {
	width: auto;
	padding: 0 10px;
}

.bordi {
	color:#A51129;
}

.graf-naslov {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0 0 3px 0;
	text-align: center;
}

/**********  OSTALI KRAJ ****************/


/**********  SLIKE U TEKSTU ****************/

.textimage-table {
	margin: 3px 0;
	padding: 0;
}

.textimage-image {
	padding: 0;
	margin: 0;
}

.textimage-sig {
	font-size: 0.8em;
	color: #777777;
	text-align: left;
	padding: 0px 2px;
	line-height: normal;
}

/**********  SLIKE U TEKSTU KRAJ ****************/


/******* TAB NAVIGACIJA GRUPE POCETAK **********/

.blueline{
	border-bottom:3px solid #088060;
}

.tab-nav {
	width:auto;
}

.tab-nav ul {
	margin:0;
	padding:0px;
	list-style:none;
	font-size:11px;
	font-weight:bold;

}

.tab-nav li {
  float:left;
  margin:0px;
  padding:0px;
  line-height:normal;
}

* html .tab-nav a {
	width:1%;
}

.tab-nav a {
	display:block;
	color:#666666;
	text-decoration:none;
	padding: 5px;
	white-space:nowrap;
	margin-right: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BFBFBF;
	border-right-color: #BFBFBF;
	border-left-color: #BFBFBF;
	background-image: url(/sport/mundijal2006/img/bg-tab-nav.gif);
}

.tab-nav a:hover {
	display:block;
	background-image:url(/sport/mundijal2006/img/bg-tab-nav-over.gif);
	background-repeat: repeat-x;
	color:#0B617A;
	text-decoration:underline;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #86B3D1;
	border-right-color: #86B3D1;
	border-left-color: #86B3D1;
}

.tab-nav .selected-tab a {
	display: block;
	background-image:url(http://www.b92.net/biz/images/trans.gif);
	background-color:#088060;
	color:#FFFFFF;
	white-space:nowrap;
	padding: 5px;
	font-weight:bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #5D97BE;
	border-right-color: #5D97BE;
	border-left-color: #5D97BE;

}

.tab-nav .selected-tab a:hover{
	display:block;
	background-image:url(http://www.b92.net/biz/images/trans.gif);
	background-color:#088060;
	color:#FFFFFF;
	padding: 5px;
	font-weight:bold;
	white-space:nowrap;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #5D97BE;
	border-right-color: #5D97BE;
	border-left-color: #5D97BE;
}

/******* TAB NAVIGACIJA GRUPE KRAJ **********/

/* BOKSOVI **********************************/

.manji-tekst {
	font-size: 11px;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-left: 6px;
}
a.stavke {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.sport-spacing {
	line-height: 17px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 6px;
}

/* BOKSOVI KRAJ ****************************/


/* FOOTER
*************************************************/
#footer {
	width: 802px;
	border-top: 1px dashed #666666;
	background: #FFFFFF;
	color: #000000;
	font-weight:bold;
	color:#000000;
	margin: 10px 0px 0px 10px;
	display: block;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#footer a{
	color:#000000;
}

.select {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}