﻿body
{
	font-family: Trebuchet MS1, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}

.AccordianHeader
{
	background-color: Blue;
	color: White;
}

.AccordianContent
{
	border-width: 1px;
}

.HiddenItem
{
	visibility: hidden;
}

.StandardPanel
{
	
}

.StandardText
{
	font-size: small;
	text-decoration: none;
	color: Black;
	
}


.StandardHeader
{
	
	font-size: medium;
	text-decoration: underline;
	color: Navy;
	font-weight: bold;
}
.StandardLabel
{
	font-size: small;
	color: Navy;
	font-weight: bold;
}

.StandardSubLabel
{
	font-size: small;
	color: #333333;
	font-weight: bold;
}

.BusinessName
{
	font-weight: bold;
}
.ErrorLabel
{
	font-size: x-small;
	color: Red;
	font-weight: bold;
}

.TableCell
{
	border-bottom-color: #333333; 
	border-bottom-style: solid; 
	border-bottom-width: 1px;
	margin: 2px 2px 2px 2px;
}

.StandardButton
{
	background-color: Navy;
	color: White;
	font-size: small;
	font-weight: bold;
	border-style: double;
	border-color: Black;
	
}

.FooterText
{
	color: Navy;
	font-size: x-small;
	font-family: Arial;
}

.StandardLink
{
	color: Navy;
	font-size: x-small;
}

.BoldLink
{
	color: Navy;
	font-size: small;
	font-weight: bold;
}

.PanelMenu
{
	width: 100%;
	background-color: Gray;
	color: White;
	-moz-width: 100%;
	font-size: medium;
}

.PanelMenuLink
{
	background-color: Gray;
	color: White;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
}

/*Hover Menu*/
.PopupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.PopupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}


/* 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/rating/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(/Images/rating/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(/Images/rating/SavedStar.png);
}

