﻿/******************************************************************
/* SimpleSite Content Area Background & Border when Authenticated *
/* This area is visible when you mouse over the content area      *
/******************************************************************/
.SimpleSiteContent
{
	position: absolute;
	border: solid 1px Yellow;
	visibility: hidden;
	background-image: url('/App_Themes/SimpleSite/Images/LogoName.gif');
	background-repeat: no-repeat;
	height: 30px;
	background-color: Black;
	color: White;
	font-size: 10pt;
	text-align: right;
	top: 0px;
	width: 200px;
}

/******************************************
/* 5Funnels Link Color & Hover Attributes *
/******************************************/
a.FiveFunnels:link, a.FiveFunnels:visited, a.FiveFunnels:active
{
    color: black;
    text-decoration: none;
}

a.FiveFunnels:hover
{
    color: #856d3d;
}

/*************************************************
/* Label Style for Form Errors during Validation *
/*************************************************/
.FormError
{
	color: Red;
}