/* Body
----------------------------------------------- */

body {
	background: #5057A7;
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Sans-serif;
	color: Black;
	font-size: 9pt;
}

.zarazkaIE, #footer, div.page, #headeranchor {
	width: 700px;
}

.zarazkaIE {
	height: 0;
	font-size: 0;
}


/* Links
----------------------------------------------- */

a:link, a:visited {
	color: navy;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

a img {
	border: 0;
}


/* Header
----------------------------------------------- */
#header {
	background: transparent url('images/header_bg.gif') repeat-x left top;
	min-width: 700px;
}

#headerbottom {
	background: url(images/header2_bg.gif) repeat-x top left;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: White;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
}

#headerlabel {
	position: absolute;
	text-align: center;
	width: 100%;
	padding-top: 5px;
}

#headeranchor {
	margin-top: 9px;
	text-align: right;
	position: relative;
	z-index: 10;
}

#header a {
	font-weight: bold;
	color: white;
}

#headeranchor a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding-right: 10px;
}

/* Footer
----------------------------------------------- */

#footer {
	text-align: center;
	font-size: 8pt;
	color: black;
	padding-bottom: 10px;
}

#footer a,#footer a:visited{
	color: navy;
	text-decoration: none;
	font-weight: bold;
}

/* Page wrapper
----------------------------------------------- */

div.page {
	clear: both;
	text-align: center;
	margin: 10px auto;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background: white url(images/page_bg.jpg) no-repeat bottom right;

}

div.pageTab {
	padding: 5px;
	text-align: right;
}

div.pageContent {
	text-align: left;
	padding: 5px;
}

div.pageFooter {
	clear: both;
	padding: 5px;
}


/* Gallery
----------------------------------------------- */

div.galleryItemEven, div.galleryItemOdd {
	margin: 0.5em;
	padding: 1em;
	border: 1px solid gray;
}

div.galleryItemEven {
	background-color: White;
}

div.galleryItemOdd {
	background-color: #F2F3FE;
}

div.galleryThumbnail {
	width: 100px;
	text-align: center;
	float: left;
	height: 100px;
	border: 1px solid silver;
	background-color: White;
}

div.galleryText {
/*	border: 1px solid black;*/
	margin-left: 105px;
	text-align: left;
	height: 100px;
}

div.galleryText p {
	margin: 8px;
}

div.galleryTitle {
	padding: 5px;
	border-bottom: 1px solid black;
}

div.galleryTitle a, div.galleryTitle p {
	font-weight: bold;
	font-size: 16px;
	font-variant: small-caps;
}

div.galleryTitle p {
	margin: 0;
	color: silver;
}

/* Album
----------------------------------------------- */

div.albumThumbnail a {
	margin: 0.5em;
	padding: 1em;
	border: 1px solid #dddddd;
	background-color: White;
	width: 100px;
	height: 100px;
	float: left;
	vertical-align: middle;
	text-align: center;
}

div.albumThumbnail a:hover {
	border: 1px solid gray;
}

div.albumName {
	font-weight: bold;
	font-size: 18px;
	font-variant: small-caps;
	color: navy;
}

div.albumArtist {
	font-style: italic;
	font-size: 12px;
}

div.albumSeparator{
	height: 8px;
	font-size: 5px;
	border-top: 1px solid navy;
	width: 70%;
}

/* Image
----------------------------------------------- */

.imageView td, .imageViewWidth td, .imageViewHeight td {
	border: 1px solid black;
	padding: 5px;
}

.imageViewWidth img {
	width: 650px;
}

.imageViewHeight img {
	height: 450px;
}

span.imagePreview {
	text-align: center;
}

span.imagePreview a img {
	border: 1px solid white;
}
span.imagePreview a:hover img {
	border: 1px solid black;
}

.imageNextPrev {
	margin: 4px 10px 4px 6px;
}

div.imageDescription {
	margin-bottom: 10px;
}

div.imageName {
	font-weight: bold;
	font-size: 18px;
	color: navy;
	padding: 2px;
	margin: 8px;
	border-top: 1px solid navy;
	border-bottom: 1px solid navy;
	background: transparent url('images/imageName_bg.gif') repeat-y center top;
}

