@charset "windows-1251";

/*  ФАЙЛ СТИЛІВ ПОТОЧНОГО МАКЕТУ ДИЗАЙНУ, ВІДПОВІДАЛЬНИЙ ЗА ВИВІД ФОТОГАЛЕРЕЇ.  */


/*----------Вставка: <?php include('current_body.php'); ?> ----------- */

/* загальний вигляд таблиці виводу фото*/
.photo_kontent {
	color:#990000;
	vertical-align:top;
	font-size:16px;
	padding-left:10px;
	font-weight: normal;
}
.photo_kontent a:link, .photo_kontent a:visited  {
	color:#333333;
	text-decoration: none;
	font-weight: normal;
}
.photo_kontent a:hover{
	color:#333333;
	text-decoration: underline;
	font-weight: normal;
}

/* фото */
a img {border:0px;}

.photo_img {
	/*border:1px dotted #666666;*/
	padding-top:8px;
	text-align:center;
	vertical-align:top;
	
	height:auto;
}	

/* фото дата*/
.photo_date {
    text-align:left;
    height:10px;
}	
.photo_date_text {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width:70px;
	height:16px;
	background-color:#999999;
	text-align:center;
	font-weight: normal;
	text-decoration: none;
}	

/* заголовок фото */
.photo_name, .photo_name a:link{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	vertical-align:top;
	height:20px;
	text-align:center;
}
.photo_name a:visited{ text-decoration:none;}
.photo_name a:hover{ text-decoration:underline;}
 	
.photo_name_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	vertical-align:top;
	height:20px;
	text-align:center;
}	

/* текст фото */
.photo_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	text-align:left;
	vertical-align:top;
	padding-top:5px;
}	

/* навігаційна панель переміщення по сторінкам */
.photo_navigate {
		font-family: Arial, Helvetica, sans-serif;
	 	float: right;
		/*color: #808080;*/
		margin-right: 25px;
		padding-top:10px;
		font-size: 12px;
		vertical-align:top;
	}
	

.photo_page {
		display:inline;
		padding: 0 5px;
		color: White;
	}

.photo_page a:link, .photo_page a:visited {	 	
		color: White;
		text-decoration: underline;
	}
	
.photo_currpage {
		display: inline;
		padding: 0 2px;
		margin: 0 4px;
		color: #000000;
	    background-color:#ffffff;
        text-decoration: underline;		
	}	

/*.photo_navigate a:link, .photo_navigate a:visited {
	 	color: #808080;
		text-decoration: inderline;
	}
	.photo_navigate a:link, .photo_navigate a:visited{
	color: #990000;
	text-decoration: none;
} */
.photo_kontent a:link, visited  {
	color:#333333;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
.photo_kontent a:hover, active {
	color:#333333;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
.photo_zagolovok {
	heigth:20px;
}