body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/Images/pageBG.jpg);
	background-color: #B9916A;
	margin: 0px;
}

.MemberMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.UserName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF
}

.UserMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7E8E9D;
	text-align: center;
	background-color: #FFFFFF
}

.UserLink:link, .UserLink:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

.LBLink:link, .LBLink:visited {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.AdminTable {
	border: 2px groove #7E8E9D;
	background-color: #FFFFFF;
}

.AdminMenuTH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #005AAA;
}

.AdminMenuTR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.AdminTH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #005AAA;
}

.AdminTR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.AdminTD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.AdminInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
	color: #000000
}

.MenuBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.MenuHeader {
	font-size: 12px;
	border: 1px solid #000000;
	background-color:#B9916A;
}

.MenuLink:link, .MenuLink:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.MenuLink:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.FontSizeMenu:link, .FontSizeMenu:visited {
	font-size: 10px;
	color: #555555;
	text-decoration: none;
}

.FontSizeMenu:hover {
	font-size: 10px;
	color: #555555;
	text-decoration: underline;
}

a:link, a:visited {
	color: #005AAA;
	text-decoration: none;
}

a:hover {
	color: #005AAA;
	text-decoration: underline;
}

.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B9916A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.PageBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.PageFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.SectionHeader {
	font-size: 14px;
	font-weight: bold;
	color: #005AAA;
}
.MainTable {
	border: 2px groove #7E8E9D;
}

.MenuBackground {
	background-color: #7E8E9D;
}
.HeaderBackground {
	background-color: #7E8E9D;
}

.FlyOutTitle { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold; 
	background-color: #B9916A;
	color: #FFFFFF; 
}
.FlyOutLink:Link, .FlyOutLink:Visited { 
	color: #000000; 
}
.FlyOutLink { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color: #FFFFFF;
}
.FlyoutTable {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #BBBBBB;
}td {
	font-size: 12px;
}
.GalleryLink:link, .GalleryLink:visited {
	font-size: 12px;
	color: #DDDDDD;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.GalleryLink:hover {
	font-size: 12px;
	color: #DDDDDD;
	text-decoration: underline;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Arial, Helvetica;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #dee7fa;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #005AAA; }
ul.tabbernav li a:visited { color: #005AAA; }

ul.tabbernav li a:hover
{
 color: #FFF;
 background: #005AAA;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #005AAA;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

  height:700px;

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 overflow:auto; 
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.transparency {
    filter:alpha(opacity=50);
    opacity:0.5;
}