﻿body 
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	margin-top: 0px;	
	background-color: #008000;
	overflow: scroll;
	/*
	background-image: url('images/watermark-background.jpg');
	background-repeat: repeat;	
	*/
}

.mainTable
{
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 8px;
	background-color: #008000;
}

.formTable
{
	margin-left: auto; 
	margin-right: auto; 
	border: solid 1px #006600;
}

.formTable TD TH
{
	padding: 8px;
}

.mainContent
{
	background-color: White;	
}

.horseshoe
{
	background-image: url('images/goldenhorseshoe-background.gif');
	background-repeat: repeat-y;
	width: 80px;
}

a
{
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #00CC00;
}

/*	OLD .NET MENU CONTROL FORMATTING

    <asp:Menu ID="mnuMain" runat="server">
        <StaticMenuStyle HorizontalPadding="6px" VerticalPadding="0px" />
        <DynamicMenuStyle ForeColor="Black" BorderColor="LightGray" BorderStyle="Solid" BorderWidth="1px" />
        <StaticHoverStyle ForeColor="Gold" />
        <DynamicMenuItemStyle ForeColor="Black" HorizontalPadding="2px" BorderColor="DarkGray" 
			BorderStyle="Solid" BorderWidth="1px" VerticalPadding="2px" CssClass="menuButton" />
        <StaticMenuItemStyle Font-Bold="True" HorizontalPadding="4px" VerticalPadding="4px" />
        <DynamicHoverStyle ForeColor="Black" BorderColor="Black" CssClass="menuItem" />
*/


/* ADDED FOR NEW HTML MENU */
.topMenu
{
	color: White;
	text-decoration: none;
	font-family: Times New Roman, Times;
	font-size: 12pt;
}

.topMenu TD
{
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: top;
	text-align: center;	
}

.topMenu A 
{
	color: White;
}

.topMenu A:hover
{
	color: Gold;
}

.topMenuSub
{
	font-weight: normal;
	font-family: Times New Roman, Times;
	font-size: 10pt;
}

.topMenuSub TD
{
	color: Black;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
	border: solid 1px LightGray;
	background-image: url('images/menubutton.jpg');	
	width: 100%;	
	text-align: left;	
}

.topMenuSub TD A
{
	color: Black;
	font-weight: normal;
	text-decoration: none;
}

.topMenuSub TD:hover
{
	border: solid 1px Black;
}

.topMenuSub TD A:hover
{
	color: Black;
}

.divSubMenu
{
	display: none; 
	position: absolute; 
	float: left; 
	z-index: 100;
	background-color: LightGray;	
}

/* OLD .NET MENU CONTROL */
.menu td
{
	vertical-align: top;
	text-align: center;
}

.menu a:hover
{
	color: Gold;
}

.menuItem a:hover
{
	color: Black;
}

.menuButton
{
	background-image: url('images/menubutton.jpg');
}

dt
{
	font-weight: bold;
	margin-top: 20px;
	color: #006600;
}

dd
{
	text-align: justify;
	margin-left: 0px;
}

li
{	
	list-style-image: url('images/goldenhorseshoe-icon.gif');
	padding-left: 2px;
	vertical-align: middle;
}

.listNoBottom
{
	margin-bottom: 0px;
}

hr
{
	color: #006600;
}

.borderTop
{
	border-top: solid 1px #006600;
}

.button
{
	color: #006600;
	font-size: 8pt;
}

.leftFade
{
	background-image: url('images/gradient-left.jpg');
	background-repeat: repeat-y;
	width: 48px;
}

.rightFade
{
	background-image: url('images/gradient-right.jpg');
	background-repeat: repeat-y;
	width: 48px;	
}

.footer
{
	text-align: center;
	font-weight: bold;
	color: White;
}

.footer A
{
	color: #CCCCCC;
}

.heading
{
	font-size: 14pt;
	font-weight: bold;
	color: #006600;
}

.subheading
{
	font-size: 12pt;
	font-weight: bold;
	color: #006600;
}

.heading3
{
	font-size: 10pt;
	font-weight: bold;
	color: #006600;	
}

.tentPrice
{
	font-size: 12pt;
	font-weight: bold;
	color: #006600;	
}

.tent
{
	font-size: 10pt;
	font-weight: bold;
	color: #006600;	
}

.justify
{
	text-align: justify;
}

.scrollingMsg
{
	background-image: url('images/MsgBackground.jpg'); 
	background-repeat: repeat; 
    height: 70px; 
    width: 180px; 
    padding: 4px; 
    border: solid 1px #006600;
}

.redText
{
	color: #CC0000;
}
