/* -------------------  CENTAR -------------------- */

#story h1 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	padding-left: 25px;
	background-image: url(/img/icoNews.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 16px;
	margin: 0px;
}

#story h1 a {
	color: #333333;
}

#story p.eventDate, #story p.eventDate_eventTime {
	margin: 0 0 5px 25px;
} 

.storyBody {
	margin-left: 25px;
}


#story h1 a:hover {
	text-decoration: none;
}

#story h2.nadnaslov {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#story h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#story h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#story h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#story h5 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#story p {
	padding: 0px;
	margin: 0 0 10px 0;
}
#story img {
	margin: 0;
}

#story p.mestoDatum {
	margin-bottom: 0px;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.storyKomentar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C61717;
	padding: 0px;
	margin: 0px;
	float: right;
}

#story p.mestoDatum .mesto {
	font-weight: bold;
}

.source {
	font-weight: normal;
}
#story p.lead {
	margin-left: 25px;
}
p.author, p.author_source {
	text-align: right;
	font-weight: bold;
}
.eventPlace_eventDate {
	font-style: italic;
}
p.date {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9D9D9D;
	margin: 0px;
	padding: 0px;
}
p.date a {
	color: #9D9D9D;
	text-decoration:underline;
}
p.date a:hover {
	color: #9D9D9D;
	text-decoration:none;
}
p.uptitle {
	
}
p.lead, p.leadShort {
	color: #4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}


/* -------------------  BOKSOVI -------------------- */

.boxCaption {
	display: none;
}
.boxHalf {
	clear: both;
	width: 270px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.boxFull {
	clear: both;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
}
.boxBody {
	padding: 10px;
	padding-bottom: 1px;
	background-color: #CCCCCC;
}
.boxImageCaption {
	font-style: italic;
	margin-top: 3px;
	color: #666666;
}
.boxBody p {
	margin-top: 0px;
}
.boxHalf table, .boxFull table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* slika u boksu */
td.boxImage {
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #B5B5B5;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
td.boxImage img {
	margin: 0px;
} 
 /* potpis slike u boksu */
 td.boxImageCaption {
 	display: none;
}
/* tekst u boksu */
td.boxBody {
	background-color: #E9E9E9;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 17px;
	color: #6C6C6C;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
td.boxBody p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#story td.boxBody h1 {
	font-size: 12px;
	background-color: #E9E9E9;
	color: #485E82;
	line-height: 17px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/* attachment-i u boksu */
td.boxFiles { 
	padding: 3px;
}
td.boxFiles a {
	display: block;
	margin: 5px;
}
/* lista linkova u boksu */
td.boxLinks {
	padding: 3px;
	background-color: #E9E9E9;
}
td.boxLinks a {
	display: block;
	margin: 5px;
}

/* -------------------  List Story -------------------- */

#storyBrowser {
	margin-top: 30px;
}
#storyBrowser h1 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	/*padding-left: 25px;*/
	padding-left: 0px;
	height: 16px;
	margin: 0px;
	border-bottom: 0px;
	text-transform: none;
}



#storyBrowser h1 a {
	color: #333333;
}

#storyBrowser p.eventDate, #storyBrowser p.eventDate_eventTime {
	margin: 0 0 5px 0px;
}
#storyBrowser p.lead {
	margin-left: 25px;
}
#storyBrowser img {
	margin: 0 10px 20px 0px;
	border: 0;
}
* html #storyBrowser img {
	margin-bottom: 0px;
}



#storyBrowser .listStory {
	margin: 0 0 10px 0;
}
#storyBrowser .listStory tr td {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDDDDD;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#storyBrowser .listStory tr td.fullStory {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDDDDD;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#storyBrowser .listStory tr td p {
	margin: 0;
}
#storyBrowser .listStory tr td p.uptitle {
	margin: 0px;
	font-style: italic;
}
#storyBrowser .listStory tr td img {
	border: 1px solid #cccccc;
	padding: 1px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}
#storyBrowser .listStory tr td h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
#storyBrowser .listStory tr td h2 a {
	text-decoration: none;
	color: #000000;
}

#storyBrowser .listStory tr td.comments {
	background-color: #666666;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
}
#storyBrowser .listStory tr td.comments a {
	color: #FFFFFF;
}
#storyBrowser h3 {
	font-family: Tahoma;
	font-size: 12px;
	color: #C61717;
	line-height: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#storyBrowser .okvir {
	padding: 0px;
	width: 402px;
	height: auto;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#storyBrowser .okvir1 {
	padding: 0px;
	text-align:center;
	overflow:hidden;
	margin: 1px;
	width: 400px;
}



/* -------------------  Latest Light -------------------- */



#contentLeft .latestLightNew {
	float: left;
	padding: 0;
	list-style:none;
	font-family: Tahoma;
	font-size: 12px;
	width: 100%;
}

#contentLeft .latestLightNew ul {
	list-style:none;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDDDDD;
}

#contentLeft .latestLightNew li {
	list-style:none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	position: relative;
	
}

#contentLeft .latestLightNew p.lead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #4B4B4B;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#contentLeft .latestLightNew img {
	border: 1px solid #cccccc;
	padding: 1px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
}

#contentLeft .latestLightNew h3 {
	font-family: Tahoma;
	font-size: 12px;
	color: #C61717;
	line-height: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#contentLeft .latestLightNew p.date {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9D9D9D;
	margin: 0px;
	padding: 0px;
}


/* -------------------  paginacija -------------------- */




/* -------------------  Latest Light -------------------- */



#contentRight .latestLightNewOne {
	float: left;
	padding: 0;
	list-style:none;
	font-family: Tahoma;
	font-size: 12px;
}

#contentRight .latestLightNewOne ul {
	list-style:none;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDDDDD;
}

#contentRight .latestLightNewOne li {
	list-style:none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	position: relative;
	
}

#contentRight .latestLightNewOne p.lead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #4B4B4B;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#contentRight .latestLightNewOne img {
	border: 1px solid #cccccc;
	padding: 1px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
}

#contentRight .latestLightNewOne h3 {
	font-family: Tahoma;
	font-size: 12px;
	color: #C61717;
	line-height: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#contentRight .latestLightNewOne p.date {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9D9D9D;
	margin: 0px;
	padding: 0px;
}



#storyBrowser  .portfolio tr td {
	width: 33%;
	text-align: center;
}
#storyBrowser  .portfolio tr td img {
	border: 3px solid #CCCCCC;
	display: block;
	margin: 0 auto;
}
#storyBrowser  .portfolio tr td img:hover {
	border-color: #999999;
}
#storyBrowser  .portfolio tr td h1 {
	margin-top: 5px;
	margin-bottom: 25px;
}


















