﻿.featureMainHeader
{
	color:#E47943;
	font-size:16px;
	font-weight:bold;
	margin:5px;
	text-decoration:underline;
}

.featureHeader
{
	color:#0066BC;
	font-weight:bold;
	padding:3px;
	font-size:14px;
	text-decoration:underline;
}

.featureDescription
{
	
}

.featurePanel
{
	margin:10px;
}

.featureSection
{
	width:720px;
}

.infoPanel
{	
	padding-left:20px;
	float:left;
	width:300px;
}

.sitePanel
{
	width:900px;
	padding:5px;
}



.bgMenu
{
	background-image: url(http://images.s3fox.net/basic/bgMenu.png);
	background-repeat: no-repeat;
	height: 35px;
}

.bgMenuTop
{
	background-image: url(http://images.s3fox.net/basic/bgMenuTop.png);
	background-repeat: no-repeat;
	height: 35px;
}



.bgMenuBottom
{
	background-image: url(http://images.s3fox.net/basic/bgMenuBottom.png);
	background-repeat: no-repeat;
	height: 35px;
}

.menuitem
	{
		color:#1D4461;
	}
	
	.menuitem[selected=true]
	{
		color:#CC0000;
		font-weight:bold;
		cursor:pointer;
	}
	
	.menuitem a:link
	{
		color:#1D4461;
	}
	
	.menuitem a:visited
	{
		color:#1D4461;
	}
	
	.menuitem[selected=true] a:link
	{
		color:#CC0000;
	}
	
	.menuitem[selected=true] a:visited
	{
		color:#CC0000;
	}
	


.menuhover
{
	height: 25px;
	padding-top: 7px;
}

.menuhover:hover
{
	background: url(http://images.s3fox.net/basic/menuhover.png);
	height: 25px;
	padding-top: 7px;
	cursor: hand;
	cursor: pointer;
}