body {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/*------------------ galerija - lista ----------------------*/

#mediaList table {
	width: 100%;
}
#mediaList table tr td {
	padding: 5px;
	width: 33%;
	background-color: #FFFFFF;
}
#mediaList table tr td img {
	margin: 0 auto;
}
#mediaList table tr td a {
	text-decoration: none;
}
#mediaList table tr td a:hover {
	text-decoration: underline;
}

/*------------------ galerija - popup ----------------------*/

.galleryTop, .galleryBottom {
	background-color:#BD0171;
			background: url(/img/interface/potpis1px.jpg) left top repeat-x;
	color: #FFFFFF;
}
.galleryTop tr td, .galleryBottom tr td {
	padding: 0 5px;
}
.galleryTop tr td a, .galleryBottom tr td a {
	color: #FFFFFF;
	text-decoration: none;
}
.galleryTop tr td a:hover, .galleryBottom tr td a:hover {
	text-decoration: underline;
}

.galleryPhoto {
	width: 660px;
	height: 500px;
}
.galleryPhoto tr td {
	background-color: #FFFFFF;
}
.galleryPhoto tr td img {
	border: 1px solid #000000
}

.galleryText tr td {
	background-color: #e0e0e0;
		background: url(/img/interface/potpis1px.jpg) left top repeat-x;
	color: #000000;
}
.galleryBottom {
		background: url(/img/interface/potpis1px.jpg) left top repeat-x;
}


