﻿body {
}
.TopBanner
{
    background-image: url(Images/HomeBannerTwinCities.gif); 
    background-position: left top;
    background-repeat: no-repeat;
    width:auto;
    height: 115px;
    vertical-align:top;
    text-align:right;
}
.TopBanner a
{
	color: #00838c;
	font-family: Arial;
	font-weight: bold;
	font-variant:small-caps;
	font-size:small;
	text-decoration:none;
	background-image:none;
}

.LogInLinks
{
	background-color: #FFE493;
	padding-left: 6px;
	vertical-align: top;
	font-size: small;
}

.LogInLinks a
{
	color: #00838c;
	font-family: Arial;
	font-weight: bold;
	text-decoration:none;	
}

.LogInLinks a:hover
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	text-decoration:none;
}

.NavHeader
{
	background-color: #FEBE3A;
	color: Black;
	padding-left:10px;
	font-family: Arial;
	font-weight: bold;
	height: 25px;
	width: 200px;
	padding-top: 5px;
}

.LeftNavBar
{
  background-color: #FFE493;
  background-position: left top;
  background-repeat: no-repeat;
}

.LeftNavBar a
{
	color: #00838c;
	font-family: Arial;
	font-weight: bold;
	font-size:small;
	text-decoration:none;
	padding-top:3px;
	padding-left: 10px;
	background-image: url(Images/NavBulletTeal.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	
}

.LeftNavBar a:hover
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size:small;
	text-decoration:none;
	padding-top:3px;
	padding-left: 10px;
	background-image: url(Images/NavBulletBlack.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	
}

.NavButtons
{
    background-image: url(Images/HorNavBackground.gif); 
    background-repeat: repeat;
    color:White;
}

.NavButtons a
{
	color: White;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	text-decoration:none;
	background-image: url(Images/HorNavIconOrig.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}

.NavButtons a:hover
{
	color: #FFD350;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	text-decoration: none;
	background-image: url(Images/HorNavIconAlt.gif);
	background-repeat: no-repeat;
}

.PhotoAlbum
{
	background-image: url(~/Images/PhotoAlbum.jpg);
	background-repeat: no-repeat;	
}
   
.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);
}

.PanelLinks
{
	padding-left: 8px;
	vertical-align: top;
	color: #00838c;
	font-family: Arial;
	font-weight: bold;
	font-size: small;
	text-decoration:none;
}

.PanelLinks a
{
	color: #00838c;
	font-family: Arial;
	font-weight: bold;
	font-size: small;
	text-decoration:none;	
}

.PanelLinks a:hover
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size:small;
	text-decoration:none;
}

.BorderArchTopLeft
{
	background-image: url(Images/BorderArchGoldLeftTop.gif);
}

.BorderArchTopRight
{
	background-image: url(Images/BorderArchGoldRightTop.gif);
}

.BorderArchBottomLeft
{
	background-image: url(Images/BorderArchGoldLeftBottom.gif);
}

.BorderArchBottomRight
{
	background-image: url(Images/BorderArchGoldRightBottom.gif);
}
