﻿/*===============================================*/
/* Альбом фотографий                             */
/*===============================================*/
/* Окно */
.AFFon
{
	font-size: 10pt;
	background-color: #f5f5f5;
}
/* Заголовок (добавить папку) */
.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;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
}

.alFon a:link, .alFon a:visited, .alFon a:hover
{
	color: #000000;
}
.alFon a
{
	text-decoration: none;
	color: #000000;
}
.alFon a:active
{
	color: #000000;
	font-weight: bold;
}

/* Меню */
.alMenu
{
	border-right: #dcdcdc 1px solid;
	padding-right: 6px;
	border-top: #696969 1px solid;
	padding-left: 6px;
	font-size: 10pt;
	background: #efefed;
	padding-bottom: 1px;
	border-left: #696969 1px solid;
	color: #808080;
	padding-top: 1px;
	border-bottom: #c0c0c0 1px solid;
	font-weight: bold;
}
/*===============================================*/
/* Окна Альбома и Фотографии                     */
/*===============================================*/
/* Бордюры */

.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;
}
.DisplayAlbum
{
	display: block;
	margin: 0px auto auto auto;
}
/* Слайд-шоу */

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
}
.SlideShowTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}
