﻿body
{
	font-family: Trebuchet MS;
	color: black;
	font-size: 13px;
}

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 0px;
	margin: 5px 0 5px 0;
	font-weight: bold;
}

a, a:visited
{
	color: #283B7E;
	font-weight: bold;
	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: right;
}

.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;
}
.gvRow:hover
{
	background-color: #C1DAD7;
}

.gvAlternatingRow
{	
	background-color: #D1BDA0;
}
.gvAlternatingRow:hover
{
	background-color: #C1DAD7;
}

.gvHeader
{
	color: White;
	background-color: #233E6B;
	font-weight: bold;
	font-size: 105%;
	font-weight: bold;
}
.gvHeader th
{
	padding-left: 5px;
}

.gvDetails
{
	font-size: 90%;	
}

.gvFooter
{
	background-color: #7E92B3;
	border: 1px solid #808080;	
}

.gvFooter td
{
	border: 0px none;
}

.listHeading
{
	background-image: url(images/headingBG.gif);	
	font-weight: bold;	
	margin-top: 20px;
}

.calItem, .calItem:visited
{	
	border: 1px solid black;
	display: block;
	background: white;	
	padding: 1px 1px 1px 3px;
	margin-top: 1px;
}

.calItem:hover
{
	background: #7E92B3;
}

.calLabel
{
	font-weight: bold;
}

#hpNewsContainer li
{
	margin-bottom: 10px;	
}

#onlineForms a
{
	display: block;
}

	
.bidsTable .field
{
	background-color: #B5CAE4;
	font-weight: bold;
	text-align: left;
	width: 120px;
}

.bidsTable .data
{
	background-color: #F5E1AC;
	color: Black;
	text-align: left;
}

.popOutCal
{
	background-color: White;
}

.bidsTable .footer
{
	background-color: #B5CAE4;
	text-align: center;
}

