﻿/*===============================================*/
/* Альбом фотографий                             */
/*===============================================*/
/* Окно */
.AFFon
{
	font-size: 10pt;
}
/* Заголовок (добавить папку) */
.AFAddTitle
{
	font-size: 12pt;
	background-color: #ffffff;
	font-weight: bold;
}
/* Заголовок (в окне) */
.AFTitle
{
	font-size: 10pt;
	background-color: #ffffff;
	font-weight: bold;
}
/*===============================================*/
/* Информационная строка                         */
/*===============================================*/
/* Фон окна */
.alFon
{
	/*background-image: url(Images/MenuFon.jpg);*/
	color: #ffffff;
	font-size: 10pt;
	margin-right: 15px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
}


.alFon a, .alFon a:link, .alFon a:visited
{
	text-decoration: underline;
	color: #1e74c2;
}

.alFon a:active, .alFon a:hover
{
	color: #d63e2e;
}

/* Меню */
.alMenu
{
	/*border-right: #dcdcdc 1px solid; 	border-top: #696969 1px solid; 	border-left: #696969 1px solid; 	border-bottom: #c0c0c0 1px solid; 	background: #efefed;*/
	padding-right: 6px;
	padding-left: 6px;
	font-size: 10pt;
	padding-bottom: 1px;
	color: #1e74c2;
	padding-top: 1px;
}
/*===============================================*/
/* Окна Альбома и Фотографии                     */
/*===============================================*/
/* Бордюры */

.photo-frame .topx--
{
	background-image: url(Images/frame-topx--.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}
.photo-frame .top-x-
{
	background-image: url(Images/frame-top-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .top--x
{
	background-image: url(Images/frame-top--x.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}

.photo-frame .midx--
{
	background-image: url(Images/frame-midx--.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}
.photo-frame .mid--x
{
	background-image: url(Images/frame-mid--x.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}

.photo-frame .botx--
{
	background-image: url(Images/frame-botx--.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: top;
}
.photo-frame .bot-x-
{
	background-image: url(Images/frame-bot-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .bot--x
{
	background-image: url(Images/frame-bot--x.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}

/* Бордюры для Альбома */

.album-frame .topx----, .album-frame .top----x, .album-frame .botx----, .album-frame .bot----x
{
	height: 14px;
	width: 14px;
}

.album-frame .top-x---
{
	background-image: url(Images/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}
.album-frame .top--x--
{
	background-image: url(Images/album-tstretch.gif);
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .top---x-
{
	background-image: url(Images/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}

.album-frame .mtpx----
{
	background-image: url(Images/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}
.album-frame .mtp----x
{
	background-image: url(Images/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}

.album-frame .midx----
{
	background-image: url(Images/album-lstretch.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}
.album-frame .mid----x
{
	background-image: url(Images/album-rstretch.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}

.album-frame .mbtx----
{
	background-image: url(Images/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}
.album-frame .mbt----x
{
	background-image: url(Images/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}

.album-frame .bot-x---
{
	background-image: url(Images/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}
.album-frame .bot--x--
{
	background-image: url(Images/album-bstretch.gif);
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .bot---x-
{
	background-image: url(Images/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}
.photo_198
{
	border: 4px solid #FFFFFF;
}
.PhotoLink
{
	color: #333333;
}

/* Слайд-шоу */

.modalBackground
{
	background-color: Black;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.SlideShowTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}

