@import url('/media/ui.datepicker.css');

body {
	margin: 0px;
	background: #e2eefe url('/media/siteBgRepeat.gif') repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div {
	text-align: left;
}

h1, h2, h3, legend, label {
	margin: 0px;
	color: #12334b;
}

.bookingTimeListContent h3 {
	font-size: 12px;
}

h1 {
	font-size: 16px;
}
input.frontendInput, select.frontendInput, .datepicker_header select {
	border: 1px solid #7f9db9;
}

input.frontendButton {
	background: url('/media/frontendButton.gif') repeat-x left top;
	border: none;
	font-size: 11px;
	height: 26px;
	cursor: pointer;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table td {
	padding: 0px;
}

table thead {
	font-weight: bold;
}

p {
	margin: 0px;
}

label {
	cursor: pointer;
	display: block;
	margin: 5px 0px 5px 0px;
	font-size: 12px;
}
label.inline {
	display: inline;
}
label.strong {
	font-weight: bold;
}

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
legend {
	padding: 0px;
	margin: 0px;
}

/* Headers / Texts */
.customerTitle {
	color: #ffffff;
	font-size: 26px;
	margin-left: -4px;
}

/* Tools */

.clearFloat {
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

.vSpacer {
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}

.leftCol, .rightCol {
	float: left;
}

.innerContentBorder {
	background: #ffffff url('/media/siteInnerContentRepeatBorder.gif') no-repeat right top;
}

.twoCol {
	padding: 10px 0px 10px 0px;
}
.twoCol .twoColLeft, .twoCol .twoColRight {
	width: 225px;
}
.twoCol .twoColLeft {
	float: left;
}
.twoCol .twoColRight {
	float: right;
}

.anglePadding {
	padding-left: 20px;
	background: url('/media/angle.gif') no-repeat 5px top;
}

#bottomText, #topText {
	margin: 10px 0px 10px 0px;
}

.ok {
	background-color: #00a948;
}

.highlight, .notice {
	background-color: #FFAC3D;
}
.highlight h2, .highlight {
	color: #ffffff;
}

.error {
	background-color: red;
}

#errorContainer {
	display: none;
}

#errorContainer #errorContent {
	padding: 10px;
	margin: 0px 0px 5px 0px;
}

/* Layout */

#siteContainer {
	width: 764px;
	margin: auto;
}

#siteTop {
	background: url('/media/siteTopBg.gif') no-repeat left top;
	height: 104px;
	padding: 0px 20px 0px 20px;
}
#siteTop .vSpacer {
	height: 24px;
}

#siteTop .leftCol {
	width: 200px;
	height: 90px;
	overflow: hidden;
	text-align: center;
}
#siteTop .rightCol {
	margin-top: 20px;
	padding-left: 22px;
	color: #ffffff;
	font-size: 9px;
}

#siteTop a {
	color: #ffffff;
}

#siteOuterContent {
	padding: 20px;
	background: #ffffff url('/media/siteContentRepeat.gif') repeat-y left top;
}
#siteContent {
	background: url('/media/siteInnerContentRepeat.gif') repeat-y right top;
	height: 100%; /* IE 6 fix */
}

#siteContent .leftCol {
	width: 222px;
}

#siteContent .twoColLeft select {
	width: 100%;
}
#siteContent .twoColLeft .date {
	margin: 10px 0px 10px 0px;
}
#siteContent .twoColLeft .date legend {
	margin: 5px 0px 5px 0px;
}
#siteContent .twoColLeft .date label {
	color: #7f9db9;
	display: inline;
}
#siteContent .twoColLeft .date input {
	width: 40px;
	text-align: center;
}
#siteContent .twoColLeft .date label {
	margin: 0px 4px 0px 4px;
}


#siteContent .rightCol {
	width: 470px;
	padding: 16px;
	border-top: 1px solid #f0efeb;
}

#siteAddress {
	padding: 5px 2px 0px 0px;
	text-align: right;
	color: #c7c8c0;
	font-size: 9px;
}

#siteAddress a {
	color: #c7c8c0;
}

#siteBottom {
	height: 7px;
	line-height: 7px;
	background: url('/media/siteBottomBg.gif') no-repeat left top;
	margin-bottom: 20px;
}

/* Elements */
.navButton {
	background: url('/media/navButton.gif') no-repeat left top;
	display: block;
	height: 44px;
	padding-left: 15px;
	margin-bottom: 20px;
}

.navButton .navText {
	padding-left: 30px;
	font-size: 12px;
	color: #12334b;
	float: left;
	line-height: 44px;
}

.navButton .largeNum {
	font-size: 26px;
	color: #799bbe;
	line-height: 44px;
	float: left;
}

.navButton.selected {
	background-image: url('/media/navButtonSelected.gif');
}
.navButton.selected .largeNum {
	color: #12334b;
}

#bookingTypeInfo {
	margin-top: 28px;
}

/* step 2 specific */
#bookingTimeContainer {
	margin: 10px 0px 10px 0px;
	width: 470px;
}

.pagingControl {
	width: 80px;
	min-height: 200px;
	background: transparent no-repeat center center;
	cursor: pointer;
}
.pagingControl.hover {
	background-color: #ececec;
}

#pagingNext {
	float: right;
	background-image: url('/media/arrowRight.gif');
}
#pagingPrev {
	float: left;
	background-image: url('/media/arrowLeft.gif');
}

.bookingTimeList {
	cursor: pointer;
	float: left;
	width: 300px;
}

.bookingTimeList .bookingTimeListContent {
	margin: 10px;
	width: 300px;
}

#bookingTimeListLeft {
	float: left;
	width: 100px;
	text-align: center;
}

#bookingTimeListCenter {
	float: left;
	width: 100px;
	text-align: center;
}

#bookingTimeListRight {
	float: left;
	width: 100px;
	text-align: center;
}

.bookingTime {
	padding: 2px;
	text-align: center;
}

.bookingTime .bookingTimeDataHidden {
	display: none;
}
.bookingTime.selected {
	background-color: #FFAC40;
}
.bookingTime.hover {
	background-color: #B3D4FB;
}


/* step 3 specific */
.twoCol.step3 .twoColLeft{
	width: 370px;
}

#patientRegistrationContainer {
	margin-top: 10px;
	display: none;
}

/* step 5 specific */
.twoCol .twoColLeft{
	width: 270px;
}
.twoCol .twoColRight {
	width: 180px;
}

table td.value {
	text-align: right;
}

.hiddenPrev, .hiddenNext, .hiddenCurDateFormatted {
	display: none;
}

#ajaxLoader {
	position: absolute;
	display: none;
	margin-left: 221px;
	margin-top: 100px;
}

