﻿body
{
	font-family: Trebuchet MS;
	color: #162F57;
	font-size: 13px;
}

TD
{
	vertical-align: top;
}

input.btn
{
	color: #233E6B;
	font: bold 84% 'trebuchet ms' ,helvetica,sans-serif;
	background-color: #D1BDA0;
	border: 1px solid;
	border-color: #722515 #5C1C0F #5C1C0F #722515;
	margin: 3px;
}

input.btn:hover
{
	background-color: #D9C5A7;
}

input.addToCart
{
	background-image: url(images/shoppingCart.png);
	background-position: 2px 2px;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 40px;
	font-weight: bold;
}

#pageTitle
{
	margin: 20px;
	text-align: center;
	border-bottom: 2px groove #722515;
}

#breadcrumbs
{
	float: right;
	font-size: 11px;
}

.linkName
{
	display: block;
	padding: 2px 2px 2px 20px;
	font-size: 14px;
	text-decoration: none;
}
.linkName a:hover
{
	font-weight: bold;
}

.linksHeading
{
	display: block;
	color: #24416C;
	border-bottom: 2px groove #722515;
	width: 200px;
	font-size: 17px;
	padding: 7px 0 0px 20px;
	margin: 5px 0 5px 0;
	font-weight: bold;
}

a, a:visited
{
	color: #722515;
	text-decoration: none;
}

#hpSpotlight a, #hpSpotlight a:visited
{
	color: #F3E2CC;
}

#hpSpotlight a:hover
{
	text-decoration: underline;
}

.spotlightLeft
{
	padding-bottom: 2px;
	padding-right: 15px;
	text-align: left;
}

.spotlightRight
{
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
}

.MedBlue
{
	font-size: 15px;
}

.LargeBlue
{
	font-size: 17px;
}

.MedRed
{
	font-size: 15px;
	color: #722515;
}

.LargeRed
{
	font-size: 17px;
	color: #722515;
}

.gvRow
{
	background-color: White;
}
.gvAlternatingRow, gvAltRow
{
	background-color: #D1BDA0;
}
.gvRow:hover, .gvAlternatingRow:hover, .gvAltRow:hover
{
	background-color: #C1DAD7;
}
.gvHeader, .gvHdr
{
	background-color: #233E6B;
	color: White;
	font-weight: bold;
	font-size: 105%;
	font-weight: bold;
}
.gvHeader th, .gvHdr th
{
	padding-left: 5px;
}

.gvDetails
{
	font-size: 90%;
}

.gvFooter, .gvFtr
{
	background-color: #7E92B3;
	border: 1px solid #808080;
}

.gvFooter td, .gvFtr td
{
	border: 0px none;
}

.listHeading
{
	background-image: url(images/headingBG.gif);
	font-weight: bold;
	margin-top: 20px;
	width: 666px;
}

.fieldName
{
	background-color: #233E6B;
	color: White;
	font-weight: bold;
}

.dataField
{
	background-color: #D1BDA0;
}

input[type=button].buttonBrown, .buttonBrown
{
	background: #D1BDA0;
	border: 1px solid;
	border-color: #722515 #5C1C0F #5C1C0F #722515;
	color: #233E6B;
	font: bold 84% 'trebuchet ms' ,helvetica,sans-serif;
	cursor: pointer;
	margin: 3px;
}


/* online forms/docs control */
#onlineForms h3
{
	background: url(images/onlineFormsBG.jpg) repeat-y left top;
	color: #FBF5E2;
	display: block;
	font: Verdana 14px/18px;
	margin: 15px 0 5px 0;
	padding: 5px;
}

#onlineForms a
{
	display: block;
	margin-left: 20px;
	padding: 3px;
	font-size: 115%;
}

#onlineForms a:hover
{
	text-decoration: underline;
}

#onlineForms a img
{
	margin-right: 5px;
}

