/***************************************
	The Woods Campground
	Custom CSS
****************************************
	Original by Enter.net (2004)
	Modifications by Paul J Narsavage	(4/6/05)
****************************************

The Woods Color Scheme:
	White:	#FFFFFF		General Background (Top of page)
	Tan:    #E0D0B0		Background for Special Boxes (blends with patterned background)
	Black:	#000000		Text
	DkBrn:	#663300		Headings
	Brown:	#996600		Links
	LtBrn:	#BB8800		Link Hover
	Green:	#009900 	Text at bottom
	DrkGrn:	#596D3B		Menu Background
	Gold:		#FFDD00		Menu Links
	White: 	#FFFFFF		Menu Link Hover
	
***************************************/

/***************************************
GENERAL TEXT
***************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	background: #FFFFFF;
	margin: 0;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-left: 14px;
	margin-right: 6px;
	margin-top: 10px;
	margin-bottom: 8px;
}

.super {
	font-size: 10px;
	vertical-align:text-top;
}
.small {
	font-size: 10px;
}
.small a:link { font-size: 10px; }
.small a:visited  { font-size: 10px; }
.small a:active { font-size: 10px; }
.small a:hover { font-size: 10px; }
.medium {
	font-size: 12px;
}
.medium a:link { font-size: 12px; }
.medium a:visited  { font-size: 12px; }
.medium a:active { font-size: 12px; }
.medium a:hover { font-size: 12px; }

.picinfo {
	font-size: 10px;
}
.picinfo a:link { font-size: 10px; }
.picinfo a:visited  { font-size: 10px; }
.picinfo a:active { font-size: 10px; }
.picinfo a:hover { font-size: 10px; }

.tagline {
	font-size: 10px;
	color: #009900;
}
.tagline a:link { font-size: 10px; }
.tagline a:visited { font-size: 10px; }
.tagline a:hover { font-size: 10px; }
.tagline a:active { font-size: 10px; }

.hide {
	display: none;
}

.hidden {
	font-size: 1px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

table.indent {
	font-size: 14px;
	margin-left: 14px;
	margin-right: 6px;
	margin-top: 4px;
	margin-bottom: 2px;
}

.thin {font-weight:normal;}
.thin td {font-weight:normal;}
.thin th {font-weight:normal;}
.thin tbody td {font-weight:normal;}
.thin tbody th {font-weight:normal;}
.thin a:link {font-weight:normal;}
.thin a:visited  {font-weight:normal;}
.thin a:active {font-weight:normal;}
.thin a:hover {font-weight:normal;}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #663300;
}

ul {
	list-style: circle url(images/circle.gif) outside;
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
}
ul ul {
	list-style: circle url(images/dash.gif) outside;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
}
ul ul ul {
	list-style: circle url(images/dash.gif) outside;
	font-size: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}
li {
	margin-top: 8px;
	margin-bottom: 8px;
}
ul ul li {
	margin-top: 6px;
	margin-bottom: 6px;
}
ul ul ul li {
	margin-top: 4px;
	margin-bottom: 4px;
}

dl {
	font-size: 14px;
	margin-left: 14px;
	margin-right: 6px;
	margin-top: 10px;
	margin-bottom: 8px;
}
dt {
	font-size: 14px;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 8px;
}
dd {
	font-size: 12px;
	margin-left: 14px;
	margin-right: 6px;
}
dl dl {
	font-size: 12px;
	margin-left: 14px;
	margin-right: 6px;
	margin-top: 5px;
	margin-bottom: 4px;
}
dl dl dt {
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 4px;
}
dl dl dd {
	font-size: 10px;
	margin-left: 7px;
	margin-right: 3px;
}
dd a:link {font-size: 12px;}
dd a:visited {font-size: 12px;}
dd a:active {font-size: 12px;}
dd a:hover {font-size: 12px;}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold; 
	color: #663300; 
	margin-top: 24px;
	margin-bottom: 12px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #663300;
	margin-top: 16px;
	margin-bottom: 8px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #663300;
	margin-top: 14px;
	margin-bottom: 8px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #663300; 
	margin-top: 10px;
	margin-bottom: 8px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #663300; 
	margin-top: 10px;
	margin-bottom: 8px;
}

.mceContentBody {
	background-image:url('/images/stationary/brownpaper.gif');
}

/***************************************
NAVAGATION MENU
***************************************/
.nav {
	color: #FFFFFF; 
/*	font-family: Georgia, 'Times New Roman', Times, serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.nav p {
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.nav img {
	margin: 0px;
	padding: 0px;
}
.nav a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFDD00; 
	margin: 0px;
	padding: 0px;
}
.nav a:visited  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFDD00; 
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.nav a:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFDD00; 
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.nav a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF; 
	text-decoration: none;
	background-color: #596D3B;
	margin: 0px;
	padding: 0px;
}

/***************************************
SCROLLING MARQUEE
***************************************/
.marqueeText {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
  font-weight: normal;
	color: #D52027; 
	background-color: #FFFFFF;
}
.marqueeText a:link {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
  font-weight: bold;
	color: #D52027; 
	text-decoration: none;
	cursor: hand;
}
.marqueeText a:active {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #BB7700;
	text-decoration: none;
	cursor: hand;
}
.marqueeText a:visited {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #D52027; 
	cursor: hand;
}
.marqueeText a:hover {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #BB7700;
	text-decoration: underline;
	cursor: hand;
}

/***************************************
LINKS
***************************************/
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	color: #996600;	/*#3366cc*/
	text-decoration: none;
	cursor: hand;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BB7700;
	text-decoration: none;
	cursor: hand;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #996600;	/*#3366cc*/
	cursor: hand;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BB7700;
	text-decoration: underline;
	cursor: hand;
}

.bord {border: 1px solid #663300;}
.bord_top {border-top: 1px solid #663300;}
.bord_top th {border-top: 1px solid #663300;}
.bord_top td {border-top: 1px solid #663300;}
.bord_topbot {border-top: 1px solid #663300; border-bottom: 1px solid #663300;}
.bord_topbot th {border-top: 1px solid #663300; border-bottom: 1px solid #663300;}
.bord_topbot td {border-top: 1px solid #663300; border-bottom: 1px solid #663300;}
.bord_bottom {border-bottom: 1px solid #663300;}
.bord_bottom th {border-bottom: 1px solid #663300;}
.bord_bottom td {border-bottom: 1px solid #663300;}
.bord_left {border-left: 1px solid #663300;}
.bord_left th {border-left: 1px solid #663300;}
.bord_left td {border-left: 1px solid #663300;}
.bord_right {border-right: 1px solid #663300;}
.bord_right th {border-right: 1px solid #663300;}
.bord_right td {border-right: 1px solid #663300;}
.bord_lr {border-left: 1px solid #663300; border-right: 1px solid #663300;}
.bord_lr th {border-left: 1px solid #663300; border-right: 1px solid #663300;}
.bord_lr td {border-left: 1px solid #663300; border-right: 1px solid #663300;}

.bord_subsub {border-top: 1px dotted #000000;}
.bord_subtot {border-top: 1px solid #000000;}
.bord_total {border-top: 3px double #000000;}

.bord_none {border: none;}
.bord_none th {border: none;}
.bord_none td {border: none;}

/***************************************
SCHEDULE: CURRENT & OLD
***************************************/
.sched_head {
	font-size: 12px;
	color: #DDDDDD;	
	background-color: #666666;	
}
.sched_head a:link {font-size: 12px; color: #DDDDDD;}
.sched_head a:visited {font-size: 12px; color: #DDDDDD;}
.sched_head a:active {font-size: 12px; color: #DDDDDD;}
.sched_head a:hover {font-size: 12px; color: #DDDDDD;}

.sched_fut {
	font-size: 12px;
}
.sched_curr {
	font-size: 12px;
	background-color: #CCCC99;	
}
.sched_old {
	font-size: 12px;
	color: #666666;
}
.sched_fut td {
	font-size: 12px;
	vertical-align: top;
}
.sched_curr td {
	font-size: 12px;
	vertical-align: top;
}
.sched_old td {
	font-size: 12px;
	color: #666666;
	vertical-align: top;
}
.sched_fut  td a:link {font-size: 12px;}
.sched_curr td a:link {font-size: 12px;}
.sched_old  td a:link {font-size: 12px;	color: #888888;}
.sched_fut  td a:visited {font-size: 12px;}
.sched_curr td a:visited {font-size: 12px;}
.sched_old  td a:visited {font-size: 12px; color: #888888;}
.sched_fut  td a:active {font-size: 12px;}
.sched_curr td a:active {font-size: 12px;}
.sched_old  td a:active {font-size: 12px; color: #AAAAAA;}
.sched_fut  td a:hover {font-size: 12px;}
.sched_curr td a:hover {font-size: 12px;}
.sched_old  td a:hover {font-size: 12px; color: #AAAAAA;}

/***************************************
SCHEDULE: REGIONAL EVENTS: CURRENT & OLD
***************************************/
.sched_rgev_head {
	font-size: 10px;
	color: #DDDDDD;	
	background-color: #666666;	
}
.sched_rgev_fut {
	font-size: 10px;
}
.sched_rgev_curr {
	font-size: 10px;
	background-color: #CCCC99;	
}
.sched_rgev_old {
	font-size: 10px;
	color: #666666;
}
.sched_rgev_fut td {
	font-size: 10px;
	vertical-align: top;
}
.sched_rgev_curr td {
	font-size: 10px;
	vertical-align: top;
}
.sched_rgev_old td {
	font-size: 10px;
	color: #666666;
	vertical-align: top;
}
.sched_rgev_fut  td a:link {font-size: 10px;}
.sched_rgev_curr td a:link {font-size: 10px;}
.sched_rgev_old  td a:link {font-size: 10px;	color: #888888;}
.sched_rgev_fut  td a:visited {font-size: 10px;}
.sched_rgev_curr td a:visited {font-size: 10px;}
.sched_rgev_old  td a:visited {font-size: 10px; color: #888888;}
.sched_rgev_fut  td a:active {font-size: 10px;}
.sched_rgev_curr td a:active {font-size: 10px;}
.sched_rgev_old  td a:active {font-size: 10px; color: #AAAAAA;}
.sched_rgev_fut  td a:hover {font-size: 10px;}
.sched_rgev_curr td a:hover {font-size: 10px;}
.sched_rgev_old  td a:hover {font-size: 10px; color: #AAAAAA;}

/***************************************
  CALENDAR
***************************************/
.calendar {
	font-size: 12px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	color: #000000;
	background-color: #FFFFFF;
}
.calendar table {
	border-width: 1px;
	border-style: solid;
	border-color: #FFCC00;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.calendar table table {
	border-width: 0px;
	border-style: solid;
	border-color: #FFCC00;
}
.calendar table table table { /*title*/
	border-width: 0px;
	border-style: solid;
	border-color: #FFCC00;
}
.calendartitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	vertical-align: middle;
}
.calendardayhead {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #3399CC;
}
.calendarday {
	font-size: 12px;
	color: #000000;
	border-width: 0px;
	border-style: solid;
	border-color: #FFCC00;
}
.calendarday_current {
	font-size: 12px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #FFCC00;
}
.calendarday_weekend {
	font-size: 12px;
	color: #000000;
	border-width: 0px;
	border-style: solid;
	border-color: #FFCC00;
	background-color: #DDDDDD;
}
.calendarday_currentmonth {
}
.calendarday_othermonth {
	color: #3399CC;
}
.calendar th {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.calendar td {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}


/***************************************
RESERVATION FORM
***************************************/
input.buttonfillin {
	color: #000000;
	border: thin dashed #FFCC33;
	background-color: #FFFFFF;
	cursor: hand;
}

.myarea {
	background-color: #FFFFFF;
	border: thin dashed #596D3B;
	word-wrap : break-word;
 	color: red;
	width : 500px;
	height : 100px;
	overflow: visible;
}

cpfocus:focus { 
 background-color: #eae1e1; }

.menutitle{
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : White;
	font-style : normal;
	text-decoration : none;
	font-weight : bold;
}

.menuitem{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : Black;
	font-style : normal;
	text-decoration : none;
	font-weight : normal;
}

.regulartext{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: xx-small;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
}

.headertext{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	color : #FF9A00;
	font-style : normal;
	font-size: 15px;
	text-decoration : none;
	font-weight : bold;
}

.welcomebar{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	color : #FFFFFF;
	font-style : normal;
	font-size: 15px;
	text-decoration : none;
	font-weight : bold;
}

select{ 
	color: #000000;
	font: 10pt verdana; 
	font-weight: none; 
	text-decoration: none; 
	background: #ffffff;
}

.welcome_text{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 11pt;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
}

input.boxfilling {
	color: red;
	border: thin dashed #5A6D39;
	background-color: #FFFFFF;
}

select.boxfilling {
	color: red;
	border: thin dashed #5A6D39;
	background-color: #FFFFFF;
	cursor: hand;
}

.pageheader{
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	color : #5A6D39;
	font-size: 15px;
	font-style : normal;
	text-decoration : none;
	font-weight : bold;
}

.lilheadertext{
	font-family: Arial, Helvetica, sans-serif, Arial, Helvetica;
	color : #5A6D39;  
	font-style : normal;
	font-size: 11px;
	text-decoration : none;
	font-weight : bold;   
}
