﻿body { background-color: #fef0af;  }

.tagLine 
{
	text-align:center; 
	margin:0; 
	padding:0; 
	font-size:14px; 
	color: #0F5214; 
	font-weight:bold; }
.mainTable 
{
	background-color: White; 
	border: 1px solid black; 
	width: 740px }
	
.headerRow
{
	height: 72px;
}
	
.nav 
{
	padding-left: 5px;
	height: 25px;
	background-image: url('images/nav_background.gif'); 
	background-repeat: repeat-x
}

.MainNavOriginal {
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #606060;
	text-decoration: none;
	padding-right: 4px;
	padding-left:  4px;
	cursor: hand;
}
.MainNavMouseOver {
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #606060;
	text-decoration: underline;
	padding-right: 4px;
	padding-left:  4px;
	cursor: hand;
}

.progressText {
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #606060;
}
.progressNumber {
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: black;
}
.errorText {
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: Red;
}
.largeErrorText {
	font-family: Arial;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: Red;
}
.progressRow
{
	height: 100px;
}
.progressDividor
{
	width: 100px;
	background-image: url('images/dividor.gif'); 
	background-repeat: repeat-x; 
	background-position:center
}
.progressDividorEdge
{
	width: 45px;
	background-image: url('images/dividor.gif'); 
	background-repeat: repeat-x; 
	background-position:center
}
.progress
{
	
	background-image: url('images/golfball.gif');
	background-position: center; 
	background-repeat: no-repeat
}
.progressConfirm
{
	
	background-image: url('images/confirm.gif');
	background-position: center; 
	background-repeat: no-repeat
}

.stepTitle
{
	height: 18px;
	width: 550px;
	padding-left: 5px; 
	padding-right: 5px;
	background-color: #838488;
}
.stepSubTitle
{
	height: 18px;
	width: 550px;
	padding-left: 5px; 
	padding-right: 5px;
	background-color: #acacae;
}

.stepLeft
{
	width: 50%;
	background-color: #c0c0c2;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	color: black;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.stepLeftText 
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	color: black;
}

.stepRight
{
	width: 50%;
	background-color: #e0e0e0;
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: black;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.stepText
{
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: white;
}

.thickBlueLine
{
	height: 5px;
	background-color: #80b7d6;
}
.blueLine
{
	height: 1px;
	background-color: #80b7d6;
}
.availableRoomTotal
{
	background-color: #f2f3f5;
	padding-right: 10px;
}
.selectRoomTitle {
	font-family: Arial;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: black;
}

.button
{
	Width: 50px;
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: black;
}
.confirmButton
{
	Width: 120px;
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: black;
}
.buttonRow
{
	height: 30px;
}

.terms		
{ 
	BORDER-RIGHT: #838488 1px solid; 
	BORDER-TOP: #838488 1px solid; 
	OVERFLOW: auto; 
	BORDER-LEFT: #838488 1px solid; 
	WIDTH: 520px; 
	BORDER-BOTTOM: #838488 1px solid; 
	HEIGHT: 83px; 
	PADDING-LEFT: 5px; 
}
.termstitle 
{ 
	FONT-SIZE: 11px; 
	font-weight: bold;
	FONT-FAMILY: Arial 
}
.termstext  
{ 
	FONT-SIZE: 11px; 
	FONT-FAMILY: Arial 
}
.termsmini  
{ 
	font-size: 11px; 
	font-family: Arial 
}

.confirmationTitle
{
	FONT-SIZE: 15px; 
	font-weight: bold;
	FONT-FAMILY: Arial 
}

.selectedRow
{
	background-color: LightSteelBlue;
}