﻿
/* Photo Border for the Album Page */

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.photo_198 {
	border: 4px solid #FFFFFF;
}

.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(/includes/photo-gallery/Gallerylayout/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}
.album-frame .top--x-- {
	background-image: url(/includes/photo-gallery/Gallerylayout/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}
.album-frame .top---x- {
	background-image: url(/includes/photo-gallery/Gallerylayout/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}

.album-frame .mtpx---- {
	background-image: url(/includes/photo-gallery/Gallerylayout/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}
.album-frame .mtp----x {
	background-image: url(/includes/photo-gallery/Gallerylayout/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}

.album-frame .midx---- {
	background-image: url(/includes/photo-gallery/Gallerylayout/album-lstretch.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}
.album-frame .mid----x {
	background-image: url(/includes/photo-gallery/Gallerylayout/album-rstretch.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}

.album-frame .mbtx---- {
	background-image: url(/includes/photo-gallery/Gallerylayout/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}
.album-frame .mbt----x {
	background-image: url(/includes/photo-gallery/Gallerylayout/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}

.album-frame .bot-x--- {
	background-image: url(/includes/photo-gallery/Gallerylayout/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}
.album-frame .bot--x-- {
	background-image: url(/includes/photo-gallery/Gallerylayout/album-bstretch.gif);
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .bot---x- {
	background-image: url(/includes/photo-gallery/Gallerylayout/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}

/* Form Items */

.textfield {
	border: 1px solid #929292;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

/* Login View */

.login .label {
	display:block;
}

.login .textbox {
	border: 1px solid #929292;
	width: 140px;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

.login .button {
	display:block;
	margin-top:8px;
	margin-bottom:8px;
}

/* LIST */

ul {
	list-style-type: none;
	list-style-image: url(/includes/photo-gallery/Gallerylayout/bullet-2.gif);
	list-style-position: outside;
	line-height: 2.1em;
	vertical-align: middle;
	margin-left: 1.25em;
}
.link {
	list-style-image: url(/includes/photo-gallery/Gallerylayout/bullet-1.gif);
}


a.PGGeneralLink {text-decoration:none}
a.PGGeneralLink:hover {text-decoration:underline}
a.PGGeneralLink {color: #7B7F81; }
a.PGGeneralLink:hover {color: #7B7F81}

a.PGGeneralUnderline {text-decoration:underline}
a.PGGeneralUnderline:hover {text-decoration:none}
a.PGGeneralUnderline {color: #1C6C90}
a.PGGeneralUnderline:hover {color: #1C6C90}

.PgCatText
{
  color: #7B7F81; 
  font-family: Verdana;
   font-size: 12px;
 }
    

