/* General Styles */

img#nextButton {
	cursor: pointer;
}






/* Header and Footer */

p.apptWizard_intro {
	margin: 0px 0px 20px 0px;
	font-size: 10pt;
	text-align: left;
}

p.apptWizard_outro {
	margin: 10px 0px 10px 0px;
	text-align: center;
}








/* Form Container */

div.apptWizard_form {
	padding: 0px 10px 0px 10px;
}

div.apptWizard_form td {
	font-size: 10pt;
	border-bottom: 0px;
	float: none !important;
}

div.apptWizard_form div.columnLabel {
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	height: 40px;
}







/* Gray Form Table */

table.apptWizard_graytable {
	width: 100%;
     margin-right: auto;
     margin-left: auto;
}

table.apptWizard_graytable td {
	padding: 3px;
}

table.apptWizard_graytable td select {
	width: 90%;
}

table.apptWizard_graytable tr.title td {
	background-color: #ccc;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

table.apptWizard_graytable td.label {
	width: 30%;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
}

table.apptWizard_graytable td.list {
	width: 70%;
	vertical-align: middle;
}

table.apptWizard_graytable td.appt {
	width: 70%;
	vertical-align: middle;
	font-weight: bold;
}






/* Step 1&2: Time Options */

table.apptWizard_timeoptions {
	width: 100%;
}

table.apptWizard_timeoptions td {
	padding: 0px;
}

table.apptWizard_timeoptions td.nextAvailable {
	width: 45%;
	text-align: center;
}

table.apptWizard_timeoptions td.timePreferences {
	width: 55%;
	
}

table.apptWizard_choosePrefs {
	width: 100%;
}

table.apptWizard_choosePrefs td {
	padding-bottom: 3px;
}

table.apptWizard_choosePrefs td.label1 {
	width: 20%;
	font-weight: bold;
}

table.apptWizard_choosePrefs td.label2 {
	width: 20%;
	color: #999;
}

table.apptWizard_choosePrefs td.values {
	width: 60%;
}

table.apptWizard_choosePrefs td.values input {
	width: 115px;
}

table.apptWizard_choosePrefs td.values .timePicker {
	margin-right: 15px;
}

div.liquidDay,
div.liquidCheckbox {
	width: 49%;
	float: left;
     text-align: left;
     font-size: 9pt;
}

.apptWizard_form div.edit {
	display: none;
}






/* Step 2: Appointment Choices List */

table.apptWizard_apptoptions {
	width: 100%;
}

table.apptWizard_apptoptions tr.shade {
	background-color: #eee;
}

table.apptWizard_apptoptions tr.title td {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

table.apptWizard_apptoptions tr.captions td {
	font-size: 9pt;
	color: #999;
	font-style: italic;
}

table.apptWizard_apptoptions td {
	padding: 3px;
}

table.apptWizard_apptoptions td.radioButton {
	width: 5%;
}

table.apptWizard_apptoptions td.dateTime {
	width: 60%;
}

table.apptWizard_apptoptions td.location {
	width: 30%;
}







/* Step 2: Pagination */

div.results_pages_content {
	font-size: 9pt;
     height: 16px;
}

div.results_pages_content div.previous_buttons {
	width: 40px;
	padding-top: 3px;
	margin-right: 5px;
	text-align: left;
	float: left;
}

div.results_pages_content div.next_buttons {
	width: 40px;
	padding-top: 3px;
	margin-left: 5px;
	text-align: right;
	float: right;
}

div.results_pages_content div.previous_buttons img,
div.results_pages_content div.next_buttons img {
	cursor: pointer;
}

div.page_list {
	text-align: center;
	padding-top: 2px;
}

div.page_list span {
	cursor: pointer;
}

div.page_list span:hover {
	color: #999;
}

div.page_list span.selected {
	font-weight: bold;
	text-decoration: underline;
	cursor: default;
}

div.page_list span.selected:hover {
	color: #000;
}







/* Step 4: Registration Questions */

table.apptWizard_registration {
	width: 100%;
}

table.apptWizard_registration tr.title td {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

table.apptWizard_registration td {
	padding: 3px;
}

table.apptWizard_registration td.label {
	width: 40%;
}

table.apptWizard_registration td.field {
	width: 60%;
}






/* Step 4: Registration Field Styling */

input.regEmail {
	width: 100%;
}

input.regPassword {
	width: 50%;
}

input.regName {
	width: 100%;
}

input.regSuffix {
	width: 50%;
}

input.regAddress {
	width: 100%;
}

input.regCity {
	width: 100%;
}

input.regZip5 {
	width: 50px;
}

input.regZip4 {
	width: 40px;
}

input.regPhone1 {
	width: 30px;
}

input.regPhone2 {
	width: 30px;
}

input.regPhone3 {
	width: 40px;
}

input.regPhone4 {
	width: 50px;
}

input.regDate {
	width: 100px;
}

input.regWebsite {
	width: 100%;
}

input.regDollars {
	width: 50px;
}

input.regNumber {
	width: 50px;
}

input.regText {
	width: 100%;
}

textarea.regComments {
	width: 100%;
	height: 100px;
}