body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/*------------------ galerija - lista ----------------------*/


#mediaList {
	margin-left: -8px;
}
#mediaList table tr td {
	border: 1px solid #CBDEF3;
	background-color: #1C2B50;
	width: 141px;
	height: 141px;
}


/*#mediaList {
	display: block;
	position: relative;
	float: left;
	
	padding: 0 0 20px 0;
}

#mediaList h2 {
	padding: 5px;
	font-size: 14px;
	background-color: #990000;
	color: #FFFFFF;
}

#mediaList table {
	width: 100%;
}

#mediaList table tr td {
	padding: 0;
	height: 141px;
	width: 141px;
	background-color: #1C2B50;
	
	padding: 1px 1px 1px 1px;
	
	background-image: url(/img/td-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	border-bottom: solid 9px #223562;
}


#mediaList table tr td.MiddleImage {
	border-left: solid 9px #223562;
	border-right: solid 9px #223562;
}

#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: #223562;
	color: #FFFFFF;
	width: 820px;
}
.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: 820px;
	height: 660px;
}
.galleryPhoto tr td {
	background-color: #4B81AC;
}
.galleryPhoto tr td img {
	border: 1px solid #000000
}

.galleryText {
	width: 820px;
}
.galleryText tr td {
	background-color: #4B81AC;
	color: #FF7214;
	font-weight: bold;
	border-bottom: 1px solid #4B81AC;
}

/*--  video --*/

.galleryTopVideo, .galleryBottomVideo {
	background-color: #223562;
	color: #FFFFFF;
	width: 700px;
}
.galleryTopVideo tr td, .galleryBottomVideo tr td {
	padding: 0 5px;
}
.galleryTopVideo tr td a, .galleryBottomVideo tr td a {
	color: #FFFFFF;
	text-decoration: none;
}
.galleryTopVideo tr td a:hover, .galleryBottomVideo tr td a:hover {
	text-decoration: underline;
}

.galleryVideo {
	width: 700px;
	height: 540px;
}
.galleryVideo tr td {
	background-color: #4B81AC;
}

.galleryTextVideo {
	width: 700px;
}
.galleryTextVideo tr td {
	background-color: #223562;
	color: #FF7214;
	font-weight: bold;
	border-bottom: 1px solid #4B81AC;
}














