body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/*------------------ galerija - lista ----------------------*/
#mediaList {
	margin-top: 10px;
}
#mediaList h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #333333;
	font-weight: normal;
	text-transform: none;
	line-height: 100%;
	padding-bottom: 5px;
	padding-top: 0px;
}
#mediaList table {
	width: 100%;
}
#mediaList table tr td {
	padding: 5px;
	width: 33%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
#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: #666666;
	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: #CCCCCC;
}
.galleryPhoto tr td img {
	border: 1px solid #000000
}

.galleryText tr td {
	background-color: #e0e0e0;
	color: #000000;
}




