/* Style Sheet for fairbairnguesthouse.com */

body
{
	font-family: Verdana;
	font-size: 11px;
}

td, input
{
	font-size: 14px;
}

.banner,
.content,
.header,
.menu
{
	width: 700px;
}

.tablePadded
{
	width: 698px;
}

.banner
{
	background-image: url(./images/banner.jpg);
	height: 130px;
	font-family: Lucida Calligraphy;
}

.title
{
	font-weight: bold;
	font-size: 48px;
}

.menu
{
	background-color: #2D3250;
	border: 0px;
	left: 10px;
}

.header
{
	background-color: #2D3250;
}

a.menuItem, a.menuItem:hover, a.menuItem:visited,
a.selectedMenuItem, a.selectedMenuItem:hover, a.selectedMenuItem:visited
{
	padding-top: 4px;
  text-decoration: none;
}

a.menuItem, a.menuItem:hover,
a.selectedMenuItem
{
	color: White;
	font: 11px Verdana;
	height: 22px;
	padding-left: 36px;
	padding-right: 35px;
	text-align: center;
}

a.menuItem:hover,
a.selectedMenuItem
{
	background-color: #0000ff;
}

a.selectedMenuItem
{
	font-weight: bold;
}

.contentDetail
{
	padding-top: 10px;
	padding-bottom: 2px;
}

.header
{
	color: #ffffff;
	text-align: left;
}

.tdHeader
{
  text-align: center;
}

.tdDetail
{
  text-align: left;
	width: 70%;
}

.tdLabelCenter,
.tdLabelLeft,
.tdLabelRight
{
	width: 30%;
}

.tdLabelCenter
{
  text-align: center;
}

.tdLabelLeft
{
  text-align: left;
}

.tdLabelRight
{
  text-align: right;
}

.tdRateFill
{
  text-align: center;
	width: 40%;
}

.trNormal
{
  background-color: #ffffff;
}

.trAlt
{
  background-color: #e8e8e8;
}

