@CHARSET "UTF-8";

#ContentContainer {
	padding: 4px 0 0 4px;
}

#footerContainer table {
	margin: 0;
}

h3 {
	width: 100%;
	display: block;
}

/* Reservation history etc.	*/
#historyContainerId,#futureContainerId {
	margin: 0 0 24px 0;
}

#reservationHistory h2 {
	background-color: #f1f1f1;
	padding: 4px 0;
}

.reservationContainer {
	padding: 4px;
}

.reservationTitle {
	float: left;
}

.showMore {
	float: right;
	margin: 0 6px 0 0;
}

.showMore p {
	display: inline;
	vertical-align: top;
	padding: 0 4px 0 0;
}

.basicDetails {
	padding: 4px 0 0 0;
}

.fullDetails {
	padding: 4px 0 0 0;
	display: none;
}

/* Reservation history paging */
#reservationHistory #nav {
	display: block;
	margin: 6px 0;
	overflow: hidden;
}

#reservationHistory a {
	list-style: none;
	float: left;
	border: 1px solid #ccc;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 5px;
}

#reservationHistory a:hover {
	border: 1px solid #9f9f9f;
	background-color: #efefef;
}

#reservationHistory a.highlight {
	border: solid 1px #575757;
	/*color: #121212; */ /*font-weight: 700;*/
	background-color: #34dddd;
}

/* Reservation Wizard */
.wizardForm table {
	border-spacing: 0;
	border-collapse: collapse;
	overflow: hidden;
}

.calendarCompany {
	color: white;
	font-weight: normal;
	font-size: 18px;
}

#wizardProgress {
	height: 50px;
	overflow: hidden;
	margin: 0 0 8px 0;
}

.stepButton {
	height: 50px;
	width: 94px;
	float: left;
}

.wizardActiveToNext {
	height: 50px;
	width: 14px;
	background-image: url("/images/active_to_next.gif");
	background-repeat: no-repeat;
	float: left;
	clear: right;
}

.wizardActiveBox {
	width: 80px;
	height: 50px;
	background-color: #78dede;
	float: left;
	clear: right;
	overflow: hidden;
}

.wizardNextToNext {
	height: 50px;
	width: 14px;
	background-image: url("/images/next_to_next.gif");
	background-repeat: no-repeat;
	float: left;
	clear: right;
}

.wizardNextBox {
	width: 80px;
	height: 50px;
	background-color: #f0f0f0;
	float: left;
	clear: right;
}

.wizardPreviousToActive {
	height: 50px;
	width: 14px;
	background-image: url("/images/previous_to_active.gif");
	background-repeat: no-repeat;
	float: left;
	clear: right;
}

.wizardPreviousBox {
	width: 80px;
	height: 50px;
	background-color: #c7d16b;
	float: left;
	clear: right;
}

.wizardPreviousToPrevious {
	height: 50px;
	width: 14px;
	background-image: url("/images/previous_to_previous.gif");
	background-repeat: no-repeat;
	float: left;
	clear: right;
}

.firstStepActive {
	height: 50px;
	width: 14px;
	float: left;
	background-color: #78dede;
	clear: right;
}

.firstStepPrevious {
	height: 50px;
	width: 14px;
	float: left;
	background-color: #c7d16b;
	clear: right;
}

.lastStepActive {
	height: 50px;
	width: 14px;
	float: left;
	background-color: #78dede;
	clear: right;
}

.lastStepNext {
	height: 50px;
	width: 14px;
	float: left;
	background-color: #f0f0f0;
	clear: right;
}

.stepText {
	width: 82px;
	padding: 4px 0;
	text-align: center;
}

.stepText a {
	display: block;
	overflow: hidden;
	border-bottom: none;
	line-height: inherit;
}

.stepText a:hover {
	color: red;
}

.stepNo {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.stepName {
	font-size: 12px;
}

.wizardForm {
	width: 364px;
	overflow: hidden;
}

/*
#descriptionContainer {
	width:34.5%;
	float:right;
	overflow:hidden;
}
*/
.noServiceOptions {
	padding: 8px 0 16px 0;
}

h3 {
	display: inline;
	float: left;
	vertical-align: bottom;
}

.divider { /* width: 451px; */
	margin: -2px 0 0 0;
}

.serviceName {
	font-size: 17px;
}

.confirmationGroup {
	
}

.confirmationNotice {
	color: red;
	font-style: italic;
	font-size: 12px;
	line-height: 22px;
}

.confirmationEditButton {
	float: right;
	margin: 0 10px 0 0;
	/* margin:0 623px 0 0; */
}

.invalid {
	color: red;
}

p.confirmationInfo {
	width: 75%;
	overflow: hidden;
}

select.reservation {
	padding: 0 2px;
	width: 360px;
	margin: 0 0 8px 0;
}

select.reservation optgroup {
	font-style: normal;
}

select.reservation optgroup option {
	padding: 0 0 0 16px;
}

textarea.reservation {
	margin: 0 0 12px 0;
}

#servicesToEdit {
	
}

#servicesToEdit a {
	cursor: pointer;
}

#servicesToEdit input {
	margin: 0 4px 0 0;
}

#servicesToEdit dt {
	padding: 2px;
	font-weight: normal;
	font-style: normal;
}

#servicesToEdit dt.serviceGroupTitle {
	font-weight: bold;
}

#servicesToEdit dl {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

#servicesToEdit dd {
	padding: 12px;
	font-style: italic;
}

#servicesToEdit dl dl {
	background: #e8eded;
	border: solid 1px #cfd4d4;
	padding: 4px;
	font-size: 14px;
}

#servicesToEdit dl dl dl {
	background: #dce0e0;
	border: solid 1px #c3c7c7;
}

#servicesToEdit dl dl dl dl {
	background: #cfd4d4;
	border: solid 1px #b6baba;
}

#servicesToEdit dl dl dl dl dl {
	background: #c3c7c7;
	border: solid 1px #aaadad;
}

#servicesToEdit dl dl dl dl dl dl {
	background: #b6baba;
	border: solid 1px #9da1a1;
}

#servicesToEdit dl dl dl dl dl dl dl {
	background: #aaadad;
	border: solid 1px #919494;
}

#servicesToEdit dl dl dl dl dl dl dl dl {
	background: #9da1a1;
	border: solid 1px #848787;
}

#successfulDiv {
	display: none;
}

#successfulDiv td {
	padding-left: 16px;
}

#failureDiv {
	display: none;
}

#failureDiv td {
	padding-left: 16px;
}

.ui-dialog-titlebar-close {
	display: none;
}

.ui-tabs {
	border: none;
}

#errorTitleContainer {
	padding: 15px 30px;
}

a.confirmationEditButton,a.confirmationEditButton:hover,td a,td a:hover
	{
	border: none;
}

#footerLink {
	border-bottom: dashed 1px #a2a2a2;
}

#footerLink:hover {
	border-bottom: solid 1px #a2a2a2;
}

/* ProgressBar */
#reservationProgressBar {
	width: 575px;
}

#reservationProgressBar span {
	position: absolute;
	margin: 6px 0 0 200px;
}

.ui-helper-clearfix {
	display: inline-block;
}
