a
{
	font-size: 9pt;
	color: #548260;
	font-family: verdana, Arial;
	text-decoration:none;
}

a:hover
{
	font-size: 9pt;
	color: #548260;
	font-family: verdana, Arial;
	text-decoration:underline;
}

a.menulink
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: verdana, Arial;
	text-decoration:none;
}

a.menulink :hover  
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: verdana, Arial;
	text-decoration:underline;
}

a.accentlink 
{
	font-size: 9pt;
	color: #cc6600;
	font-family: verdana, Arial;
	text-decoration:none;
}

a.accentlink :hover
{
	font-size: 9pt;
	color: #cc6600;
	font-family: verdana, Arial;
	text-decoration:underline;
}

.copy
{
	font-size: 9pt;
	color: #2f2e2e;
	font-family: verdana, Arial;
}

.copyshaded
{
	font-size: 8pt;
	color: #ADADAE;
	font-family: verdana, Arial;
}

.copysmall
{
	font-size: 8pt;
	color: #2f2e2e;
	font-family: verdana, Arial;
}

.instructions
{
	font-size: 9pt;
	color: gray;
	font-family: verdana, Arial;
	font-style:italic;
}

.copyheading
{
	font-size: 10pt;
	color: #2F2E2E;
	font-family: verdana, Arial;
	font-weight: bold;
}

.copyheadinglight
{
	font-size: 10pt;
	color: #FFFFFF;
	font-family: verdana, Arial;
	font-weight: bold;
}

.copyheadingemphasis
{
	font-size: 11pt;
	color: #548260;
	font-family: verdana, Arial;
	font-weight: bold;
}

.quote
{
	font-size: 8pt;
	color: #548260;
	font-style: italic;
	font-family: verdana, Arial;
}

.borderedshaded
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #dddddd;
}
.contentArea
{
	background-color: #EDEDED;
	height: 150px;
	width: 245px;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	border-right: silver 1px solid;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
}

.pageTitle
{
	font-size: 12pt;
	color: #2F2E2E;
	font-family: verdana, Arial;
	font-weight: bold;
	border-bottom: #E1E1E1 1px solid;
	background-image: url(../images/title-gradient.jpg);
}

.gridItem
{
	border: 0px;
}

p.smallmargins
{
	margin-top: 3px;
	margin-bottom: 10px;
	
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../Images/SavedStar.png);
}