/* CSS Document */

.pictureCaption {
text-align: center;
font-family: Tahoma;
font-size: 9px;
font-style: italic;
color: 4A4A4A;
}

table {
BORDER:0px;
CELLPADDING:0px;
CELLSPACING:0px;
}
td {
	text-align: left;
	vertical-align: top;
	font-family:Arial;
	font-size:13px;
	color:4d4c4c;
	text-align:justify;
}
td.vijesti {
	text-align: left;
	vertical-align: top;
	font-family:Arial;
	font-size:11px;
	color:4d4c4c;
}
td.footer {
	text-align: center;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:4A4A4A;
}
td.arrow {
padding-left:10pt;
padding-top:4pt;
}
td.naslov {
	vertical-align:middle;
}
td.article {
	padding-left:5pt;
}
td.leftBackground {
background-image: url(../img/lijevo_background.gif);
background-repeat: repeat-x;
}
td.rightBackground {
background-image: url(../img/desno_background.gif);
background-repeat: repeat-x;
}
a {
	text-decoration: none;
}
a.1 {
	text-decoration: underline;
	color: 0D6CA3;
}
a.2 {
	text-decoration: underline;
	color: 145783;
}
a.3 {
	text-decoration: underline;
	color: 3770C2;
}


.t11 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
}
.naslovVijesti {
	text-align: left;
	color: #4c935b;
	font-weight: bold;
	padding-left:5pt;
}
.podnaslovSadrzaja {
	color: #4c935b;
	font-weight: bold;
	font-size:12px;
}
.podnaslovSadrzajaOrange1 {
	color: #FF3300;
	font-weight: bold;
	font-size:12px;
}
.podnaslovSadrzajaOrange2 {
	color: #EE7320;
	font-weight: bold;
	font-size:12px;
}
}
.podnaslovSadrzajaOrange3 {
	color: #F59C23;
	font-weight: bold;
	font-size:12px;
}
.link {
	color: #4c935b;
	text-decoration: underline;
	}
.linkNoUnderline {
	color: #4c935b;
	text-decoration: none;
	}	
.naslovBijeliLijevo {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	vertical-align:middle;
	font-size: 15px;
	font-weight: bold;
	padding-left: 55px;
	}
.naslovBijeliDesno {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	vertical-align:middle;
	font-size: 15px;
	font-weight: bold;
	padding-left: 50px;
	}		
ul {
	margin: 7px 0;
	padding-left:20px;
}
li {
	color:#666666;
	list-style: circle ;
	text-indent: 5px;
	font-size:12px;
}




/**************** MENU CEESES ***************************/
	#dhtmlgoodies_menu{		
		font-family:Helvetica, Tahoma, arial;	/* Font for main menu items */
		font-weight:bold;
		font-size:12px;
		
		width:200;	/* Width of main menu */
		
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
		padding-left:20px;
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding-left:20px;
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#5599aa;	/* text color */
		/*background-image:url(../img/menu_background.gif);*/
		
		height:20px;	/* 20 pixel height */
		line-height:20px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		border-bottom:1px solid #000;
		border-top:0px;
		border-left:0px;
		border-right:0px;
		border-color:#999999;
		margin:1px;	/* A little bit of air */
		padding:1px;	/* Air between border and text inside */
		
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#FFF;
		background-color:#317082;
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:0px solid #000;
		background-color:#f5f9fd;
		text-align:left;
		font-family:Helvetica, Tahoma, arial;	/* Font for sub menu items */
		font-weight:normal;
		font-size:12px;		
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#5599aa;	/* Black text color */
		
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:1px;	/* 1px of "air" inside */
		padding-right:10px;
		
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#5599aa;	/* White text */
		background-color:#e6eefa;	/* Blue background */
	}