/**
 *  OKM popup/gallery style
 *
 *  @author	Adam Maschek (maschek@aitia.ai)
 *  @date 2006-08-10 13:21:36
 *  @version 0.1
 *  
 */

@media screen, projection {
BODY {
	width: 600px;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
}

IMG {
	border: 0;
}

#header {
	background-image: url('/site/img/head_hu.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px;
	padding: 0px;
	background-color: rgb(106,17,47);
	color: black;
	height: 58px;
}

#header H1 {
	background-color: transparent;
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#header H1 A {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: 80px;
	width: 600px;
	line-height: 80px;
	overflow: hidden;
	text-indent: -999px;
	background-color: transparent;
}

#foto_desc1_container {
	background-color: #79505e;
	border-top: solid 2px white;
	border-bottom: solid 2px white;
	padding: 1px 0;
}

#foto_desc1 {
	margin: 0 30px 0 30px;
	border-left: solid 1px white;
	border-right: solid 1px white;
	padding: 3px 0;
	font-weight: bold;
	color: white;
	text-align: center;
	vertical-align: middle;
}


#foto_mid_container {
	height: 350px;
	width: 100%;
	background-color: #e0d7da;
	overflow: hidden;
}

#foto_image_container {
	float: left;
	width: 450px;
	height: 350px;
	margin: 0;
	text-align: center!important;
	overflow: hidden!important;
}

IMG#foto_image {
	vertical-align: middle!important;
	border: solid 1px #efefef;
	margin-top: 20px;
}

#foto_left {
	float: left;
	clear: left;
	width: 75px;
	height: 350px;
	margin: 0;
}
#foto_left A {
	background-image: url('/img/gallery_previous.png ');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	width: 100%;
	height: 100%;
}

#foto_right {
	float: right;
	clear: right;
	width: 75px;
	height: 350px;
	margin: 0;
}
#foto_right A {
	background-image: url('/img/gallery_next.png ');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	width: 100%;
	height: 100%;
}

#foto_desc2 {
	width: 100%;
	padding: 10px 0;
	height: 33px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	background-color: #e0d7da;
}

#foto_auth {
	width: 580px;
	height: 13px;
	padding: 10px;
	text-align: right;
	font-weight: normal;
	background-color: #e0d7da;
}

#imgallery_items {
	height: 115px;
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	border-top: solid 2px white;
	background-color: #92717c;
	vertical-align: middle;
	text-align: center;
	padding: 15px 0px 0 0px;
}

.imggallery_item {
	display: inline;
	width: 102px;
	height: 77px;
	margin: 5px 3px;
	text-align: center;
}

.imggallery_item IMG.foto_thumb {
	border: solid 1px #efefef;
	height: 75px;
	cursor: pointer;
}

.imggallery_item IMG.foto_thumb_on {
	border: solid 1px #8a314f;
	cursor: pointer;
	height: 75px;
}
}


@media print {
}


@media handheld {
}


@media aural, braille, tty {
}

