body
{
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
    font-size: 75%;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

#container
{
	width: 80em;
	background-color: #fff;
	color: #333;
	border: 1px solid gray;
	line-height: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	padding: 0;
	/* background-color: #ffffcc; */
	border-bottom: 1px solid gray;
}

#headerImage
{
    width: 100%
}

#top h1
{
	padding: 0;
	margin: 0;
}

#leftnav
{
	float: left;
	width: 24em;
	margin: 0;
	padding: 0;
}

#leftnav p
{
	margin: 0 0 0 0;
}

#content
{
}

#content h2
{
	margin: 0 0 0 0;
}

#rightnav
{
	float: right;
	width: 25em;
	margin: 0;
	padding: 0em;
}

#footer
{
	clear: both;
	margin: 0;
	padding: 5px;
	color: #333;
	/* background-color: #ffffcc; */
	border-top: 1px solid gray;
}

.section-header
{
	font-size: medium;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #99ccff;
	width: 100%;
}

.section-descr
{
	width: 100%;
	font-size: small;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section
{
	border-right: lightblue 1px solid;
	border-top: lightblue 1px solid;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 0 0;
	border-left: lightblue 1px solid;
	border-bottom: lightblue 1px solid;
}

.UserTitleStyle
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: medium;
	font-weight: bold;
}

#GroupBookingDates
{
    margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: small;
	font-weight: lighter
}

#divProgress
{
	margin-top: .5em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.enabledStepStyle
{
	color: #000000;  /* Black */
	font-weight: bold;
}

.disabledStepStyle
{
	color: #000000;  /* Black */
	font-weight: normal;
}