﻿html
{
	/*	This sets the background color of every Page that uses the Theme Page Directive	*/
	 background-color:#ffffe1;
	
}

select
{
	/*	This gets applied to the DropDown Boxes for choosing a Park.  No need to set the CssClass on the
		DropDown Control, this style gets applied just by using the Theme Page directive	*/
	 background-color:#ffffe1;
	 color:#005E00; 
	 font-size:9pt;	
}
label
{
		/*	This will be applied to every HTML Label control.  Note that below we operate more finely by
			applying another stype to HTML Label controls that are within a Span 	*/
	color: #FF8000;
	font-weight:bold;
	font-size:x-large;
}
a
{
	/*	The Map and Weather Hyperlinks are Maroon, and every other Hyperlink throughtout the site
		where the Theme Page directive is used	*/
	color:Maroon;	
	
}

a:hover
{
 color:#FF8000;
 font-weight:bold;
 font-size:larger;
}

span
{
	/*	This sets the style for any text within a span.	*/
	color: #005E00;
	text-align:center;
}

.div
{
	/*	This .div falls within a Span, so this means any time there is a div within a span, apply this style.
		It was done to handle the Spotlight Label on the Home Page 	*/
	color:#ff6600;
	font-size:x-large;
	font-weight:bold;	
}

.div2
{
	/*	This .div falls within a Span, so this means any time there is a div within a span, apply this style.
		It was done to handle the Spotlight Label on the Home Page 	*/
	color:#ff6600;
	font-weight:bold;
	text-align:left;
}

.quickInfo
{
	color: #005E00;
	text-align:center;
	font-size:10pt;
		
}

div
{
	/*	This was added to align the Spotlight Label on the Home Page.	*/
		text-align:center;

}
.trailsPage
{
	color:#005E00;
	font-weight:bold;
	font-size:small;
	text-align:right;
}


#TrailsGrid
{
	/*	This style was added for only the grid on the Trails Page	*/
	background-color:#FCFDCE;
	font-weight:bold;
	color:#005E00;
	font-size:11pt;

}

.altRow
{
	color:#005E00;
	background-color:Red;	/*	   #FFE0C0;		*/
}

.altRowMaps
{
	color:#005E00;
	background-color:#FFC080;
	text-align:center;
}

.itemRow
{
	text-align:center;
}

.headerRow
{
	background-color:#FFC080;
	text-align:center;
}

img
{
	/*	Used for BigPhoto Page.  Setting Border-Width in here didn't work, so still set in HTML	*/
	border-color:#005E00;	
}

input
{
	/*	Used for Buttons on BigPhoto Page	*/
	background-color:#FCFDCE;
	color:#005E00;
	font-weight:bold;
	border-color: #FF8000;
	border-style:double;
	
}

#ForumGrid
{
	/*	This style was added for only the grid on the Trails Page	*/
	background-color:#FCFDCE;
	font-weight:bold;
	color:#005E00;
	font-size:14px;
}

.altRow
{
	color:#005E00;
	background-color:#FBCA99;		/*		#FFE0C0;	*/
}

.headerRow
{
	background-color:#FFC080;
	text-align:center;
}

.itemRow
{
	text-align:center;
}


.Content
{
	background-image: url('/Images/GreenGradient_260x140.png');	
	border-color:#9D4F00; 
	border-width:4px; 
	border-style:ridge;
	padding:4px;
	margin-left:20px;
	
}

.ContentHeader
{
	color:#e3dba1; 
	font-weight:bold; 
	font-size:18pt;	
}

.ContentDetails
{
	color:#e3dba1;
	font-size: 14px;	
}

.ContentImages
{
	 float:left;
	 border-style:ridge;
	 border-width:4px;
	 border-color:#9D4F00;
	 margin:10px;	
}

.ContentTitle
{
	text-align:center;
	position:absolute;
	top:170px;
	left:400px;
	padding-top:5px;
	padding-left:60px;
	font-weight:bold;
	color:#FC7A1B; 
	font-size:24pt;
	
}

.ContentText
{
	position:absolute; 
	left:300px; 
	top: 250px; 
	padding-top:5px; 
	padding-left:5px; 
	padding-right:5px; 
    text-align: left; 
    width:800px;
    text-indent: 5em;
    border-style:ridge;
    border-width:8px;
    border-color: #e3dba1;
}


.ContentText2
{
	position:absolute; 
	left:100px; 
	padding:20px;
    text-align: left; 
    width:600px;
    text-indent: 5em;
   
	
}

.Rounded
{
	color:#9D4F00;
	padding:20px;
	text-align:left;

}

.HikeName
{
	
 text-align:center;
 font-size:36px;
 font-weight:bold;
 color:#FF8000;
 	
}