﻿/* Photo Border for All Pages Except the Albums Page */

.photo-frame .topx-- {
	background-image: url(../Images/frame-topx--.gif);
	background-repeat: no-repeat;
	height: 4px;
	vertical-align: top;
}
.photo-frame .top-x- {
	background-image: url(../Images/frame-top-x-.gif);
	background-repeat: repeat-x;
	height: 4px;
}
.photo-frame .top--x {
	background-image: url(../Images/frame-top--x.gif);
	background-repeat: no-repeat;
	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;
}

/* Photo Border for the Album Page */

.album-frame .topx----,
.album-frame .top----x,
.album-frame .botx----,
.album-frame .bot----x {
	height: 10px;
	width: 10px;
}

.album-frame .top-x--- {
	background-image: url(../Images/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 10px;
	width: auto;
}
.album-frame .top--x-- {
	background-image: url(../Images/album-tstretch.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: auto;
}
.album-frame .top---x- {
	background-image: url(../Images/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 10px;
	width: auto;
}

.album-frame .mtpx---- {
	background-image: url(../Images/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 10px;
}
.album-frame .mtp----x {
	background-image: url(../Images/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 10px;
}

.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: 10px;
}

.album-frame .mbtx---- {
	background-image: url(../Images/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 10px;
}
.album-frame .mbt----x {
	background-image: url(../Images/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 10px;
}

.album-frame .bot-x--- {
	background-image: url(../Images/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 10px;
	width: auto;
}
.album-frame .bot--x-- {
	background-image: url(../Images/album-bstretch.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: auto;
}
.album-frame .bot---x- {
	background-image: url(../Images/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 10px;
	width: auto;
}

ul#MainMenu
{
 list-style: none;
 margin-top:0px;
 margin-left:0px;
}
ul#MainMenu li
{
	display: block;
	width: 210px;
	padding: 5px;
	font-size: 12px;
	text-align: left;
	font-family:Arial;
}

ul#MainMenu li a
{
	text-decoration:none;
	color:#C1D11C;
}
ul#MainMenu li a:hover
{
	color:#C1D11C;
	text-decoration:underline;
}
ul#MainMenu li.Selected
{
	background-color:#CCD6BB;
	border-bottom: none;
}
ul#MainMenu li.Selected a
{
	color:#005B7A;
}
ul#MainMenu li.Selected a:hover
{
	color:#5A5644;
}
/* Form Items */

