﻿/* Photo Border for All Pages Except the Albums Page */
a 
{
	color:White;
}
.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;
}
.AlbumCounter
{
	font-size: 10px;
	font-style: italic;
	color: #B5AA93;
}
.AlbumStyle
{
	font-size: 18px;
	font-weight:bold;
	color:White;
	text-decoration:none;
}

/* Photo Border for the Album Page */
.album-gal {
	background: #635a44;
	width:247px;
	height:175px;
}
.album-gal #top {
	background: #635a44;
	width:247px;
	height:17px;
	clear:both;	
}
.album-gal #topx-- {
	background: #635a44;
	background-image:url(images/album_gallery_01.gif);
	width:129px;
	height:17px;
	background-repeat:no-repeat;
	float:left;
}

.album-gal #top-x- {
	background: #635a44;
	background-repeat:repeat-x;
	height:17px;
	float:left;
}

.album-gal #top--x {
	background: #635a44;
	background-image:url(images/album_gallery_02.gif);
	width:118px;
	height:17px;
	background-repeat:no-repeat;
	float:right;
}
.album-gal #mid {
	background: #635a44;
	width:247px;
	height:140px;
	clear:both;	
}
.album-gal #midx-- {
	background: #635a44;
	background-image:url(images/album_gallery_03.gif);
	width:20px;
	height:140px;
	background-repeat:no-repeat;
	float:left;
}
.album-gal #mid-x- {
	background: #FFFFFF;

	float:left;
}
.album-gal #mid--x {
	background: #635a44;
	background-image:url(images/album_gallery_05.gif);
	width:21px;
	height:140px;
	background-repeat:no-repeat;
	float:right;
}
.album-gal #bot {
	background: #635a44;
	width:247px;
	height:18px;
	clear:both;	
}
.album-gal #botx-- {
	background: #635a44;
	background-image:url(images/album_gallery_08.gif);
	width:119px;
	height:18px;
	background-repeat:no-repeat;
	float:left;
}
.album-gal #bot--x {
	background: #635a44;
	background-image:url(images/album_gallery_09.gif);
	width:128px;
	height:18px;
	background-repeat:no-repeat;
	float:right;
}

/* 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(images/bullet-2.gif);
	list-style-position: outside;
	line-height: 2.1em;
	vertical-align: middle;
	margin-left: 1.25em;
}
.link {
	list-style-image: url(images/bullet-1.gif);
}