﻿.Line
{
	background: url(images/line.gif) top left no-repeat;
	width: 972px;
	height: 2px;
	clear: both;
}

.Menu
{
	color: #ffffff;
}

.MenuDivider
{
	height: 33px;
	width: 2px;
	background: url(images/menudivider.gif) top right no-repeat;
}

.FooterDivider
{
	color: #808080;
	font-size: 12px;
}

.ActiveLink
{
	color: #f3ea04;
	text-decoration: underline;
}

.ActiveWhiteBoldLink
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.ActiveGrayBoldLink
{
	color: #dcdcdc;
	font-weight: bold;
	text-decoration: underline;
}

.ActiveYellowBoldLink
{
	color: #f3ea04;
	text-decoration: underline;
}

.ActiveRedBoldLink
{
	color: #ec1c25;
	text-decoration: underline;
}

.TitleText
{
	color: #dcdcdc;
}

.TitleTextBold
{
	color: #dcdcdc;
	font-weight: bold;
}

.MenuTextBold
{
	color: #dcdcdc;
}

.SectionHeader
{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	font-weight: bold;
}

.RedButton
{
	background: url(images/button_red.gif) top left no-repeat;
	height: 28px;
	width: 94px;
	color: #ffffff;
	font-family: Arial;
	border-width: 0px;
	cursor: pointer;
}

.BlackButton
{
	background: url(images/button_black.gif) top left no-repeat;
	height: 28px;
	width: 94px;
	color: #ffffff;
	font-family: Arial;
	border-width: 0px;
	cursor: pointer;
}

.WhiteTextBold
{
	font-weight: bold;
	color: #ffffff;
}

.WhiteTextSmall
{
	color: #ffffff;
	font-size: 10px;
	line-height: 12px;
}

.WhiteTextSmallBold
{
	color: #ffffff;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
}

.ItalicTextSmall
{
	font-size: 10px;
	font-style: italic;
	line-height: normal;
}

.YellowTextBold
{
	color: #f3ea04;
	font-weight: bold;
}

.YellowText
{
	color: #f3ea04;
}

.ErrorMessage
{
	color: #ec1c25;
	margin-top: 18px;
	margin-bottom: 18px;
}

.TextBox
{
	color: #ffffff;
	background-color: #221e1f;
	border: solid 1px #808080;
	font-size: 12px;
}

.RedTextBold
{
	color: #ec1c25;
	font-weight: bold;
}

.RedText
{
	color: #ec1c25;
}

.RedTextSmall
{
	color: #ec1c25;
	font-size: 10px;
}

.RedTextSmallBold
{
	color: #ec1c25;
	font-size: 10px;
	font-weight: bold;
}

.RatingOn
{
	background: url(images/star_rating_on.gif) top left no-repeat;
	height: 19px;
	width: 17px;
}

.RatingOff
{
	background: url(images/star_rating_off.gif) top left no-repeat;
	height: 19px;
	width: 17px;
}

.Paragraph
{
	clear: left;
	float: left;
	width: 550px;
	text-align: left;
	margin-top: 18px;
}

.ParagraphWide
{
	clear: left;
	float: left;
	width: 900px;
	text-align: left;
	margin-top: 18px;
}

.ParagraphPhoto
{
	float: right;
	margin-top: 30px;
	margin-right: 50px;
}

.MediaDescription
{
	height: 200px;
}

.HomeFeatureText
{
	padding-top: 237px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;	
}

.HomeFeatureReadMoreLink
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 12px;
}

.AdminView
{
	width: 830px;
	min-height: 400px;
	background-color: #221e1f;
	padding: 20px;
}

.IntranetView
{
	width: 500px;
	min-height: 300px;
	background-color: #221e1f;
	padding: 20px 20px 20px 20px;
}

.AdminGrid
{
	clear: both;
	margin-top: 10px;
}

.AdminSearch
{
	margin-top: -28px;
	float: right;
	background-color: #221e1f;
}

.AdminFilter
{
	margin-top: -25px;
	float: right;
	background-color: #221e1f;
	margin-right: 20px;
}
