﻿body 
{
    font-family: Arial;
    font-size: 12px;
}
h1
{
    font-family: Arial;
}
.medheader
{
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
}
.NavTitle
{
    font-family: Arial;
    font-size: 12px;
    font-weight:bold;
}
.NavItem
{
    font-family: Arial;
    font-size: 12px;
}
.smalltext
{
	font-family: Arial;
	font-size: 10px;
}
.PageTitle
{
    font-family: Arial;
    font-size: 14px;
    font-weight:bold;
}
.headerbackground
{
    background-color: #000000;
    color: White;
    font-weight: bold;
}
tr.headerbackground a:link
{
	color: White;
}
.headertext
{
    color: #FFFFFF;
    font-weight: bold;
}
.celldesc
{
    font-weight: bold;
}
.error
{
    color: #FF0000;
    font-weight: bold;
}
.txtright
{
	text-align: right;
}
.print
{
	display: none;
}
.row
{
	background-color: White;
}
.alt
{
	background-color: Silver;
}

/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}


/* Photo Border for All Pages Except the Albums Page */

.photo-frame .topx-- {
	background-image: url(images/photogallery/frame-topx--.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}
.photo-frame .top-x- {
	background-image: url(images/photogallery/frame-top-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .top--x {
	background-image: url(images/photogallery/frame-top--x.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}

.photo-frame .midx-- {
	background-image: url(images/photogallery/frame-midx--.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}
.photo-frame .mid--x {
	background-image: url(images/photogallery/frame-mid--x.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}

.photo-frame .botx-- {
	background-image: url(images/photogallery/frame-botx--.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: top;
}
.photo-frame .bot-x- {
	background-image: url(images/photogallery/frame-bot-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .bot--x {
	background-image: url(images/photogallery/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: 14px;
	width: 14px;
}

.album-frame .top-x--- {
	background-image: url(images/photogallery/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}
.album-frame .top--x-- {
	background-image: url(images/photogallery/album-tstretch.gif);
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .top---x- {
	background-image: url(images/photogallery/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}

.album-frame .mtpx---- {
	background-image: url(images/photogallery/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}
.album-frame .mtp----x {
	background-image: url(images/photogallery/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}

.album-frame .midx---- {
	background-image: url(images/photogallery/album-lstretch.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}
.album-frame .mid----x {
	background-image: url(images/photogallery/album-rstretch.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}

.album-frame .mbtx---- {
	background-image: url(images/photogallery/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}
.album-frame .mbt----x {
	background-image: url(images/photogallery/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}

.album-frame .bot-x--- {
	background-image: url(images/photogallery/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}
.album-frame .bot--x-- {
	background-image: url(images/photogallery/album-bstretch.gif);
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .bot---x- {
	background-image: url(images/photogallery/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}

/*- Menu Tabs --------------------------- */

.container
{
	width: 100%;
	border-bottom: 1px solid #c0c0c0;
}
.tabnav
{
 padding-bottom: 7.5px;
}
.tabnav li
{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	font-family: Arial;
	font-size: 11px;
}
.tabnav a:link, .tabnav a:visited
{
	float: left;
	background: #eeeeee;
	padding: 2px 8px 2px 8px;
	margin-right: 4px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #c0c0c0;
	text-decoration: none;
}
.tabnav a:link.active, .tabnav a:visited.active
{
	border-bottom: 1px solid #fff;
	background: #FFFF00;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #ccc;
}
.tabnav a:hover
{
	background: #FFFF00;
}
.tabcell
{
	background-color: #eeeeee;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 2px 8px 2px 8px; 	
}
.tabcell:hover
{
	background-color: #FFFF00;
}
.tablink
{
	text-decoration: none;
}
.tablink:hover
{
	background-color: #FFFF00;
	text-decoration: none;
}
.topictitle
{
	font-size: 18px;
	font-weight: bold;
}
