body { 
	background: url("../img/doc1.jpg") left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: black;
	text-decoration: underline;
	outline-style: none;
}

a.cal_day_enabled {
	color: #AE0000;
	text-decoration: none;
	outline-style: none;
}

img { 
	border: none;
}

table.calendar {
	background: #002043;
	color: white;
	font-size: 14pt;
	width: 217px;
	height: 209px;
}

th.calendar {
	font-size: 8pt;
}

td.cal_mnth {
	text-align: center;
	font-weight: bold;
}


td.cal_day_disabled {
	text-align: center; 
	background: #4C8BC0;
	color: black;
	font-weight: bold;
}


.cal_day_disabled {
	text-align: center; 
	background: #4C8BC0;
	color: black;
	font-weight: bold;
}


td.cal_day_old_enabled {
	text-align: center; 
	background: #40a0ea;
	color: black;
	font-weight: bold;
}

.cal_day_old_enabled {
	text-align: center; 
	background: #40a0ea;
	color: black;
	font-weight: bold;
}


td.cal_day_enabled {
	text-align: center; 
	background: #D0D6FA;
	color: #AE0000;
	font-weight: bold;
}

.cal_day_enabled {
	text-align: center; 
	background: #D0D6FA;
	color: #AE0000;
	font-weight: bold;
}

#heading {
/*
	position: absolute;
	top: 160px;
	left: 250px;
	width: 490px;
	*/
	text-align: center;
	font: 18pt Arial bold;
}

div.control_active {
	position: absolute;
	top: 218px;
	left: 250px;
}

#appt_ctl {
	position: absolute;
	top: 0px;
	left: 220px;
	width: 267px;
	height: 207px;
	border: 1px solid #002043;
	font-size: 14pt;
	font-weight: bold;
}

.appt_ctl_head {
	background: #002043;
	color: white;
	text-align: center;
}

.help_active {
	position: absolute;
	top: 440px;
	left: 250px;
	width: 490px;
	background: #40a0ea;
}
p.help { 
	margin: 5px 10px;
}

.invisible {
	display: none;
	visibility: hidden;
}

#appointments label {
	display: block;
	float: left;
	width: 187px;
	text-align: right;
}

#appointments input {
	display: block;
	float: left;
}

#appointments br {
	clear: left;
}

.appt_times {
	position: absolute;
	top: 50px;
	left: -1px;
	height: 127px;
	width: 247px;
	overflow: auto;
	border: 1px solid #002043;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	font-size: 12pt;
}

#appt_date {
	text-align: center;
	margin-right: 0px;
}

#appt_submit {
	position: absolute;
	top: 181px;
	width: 267px;
	text-align: center;
}

#appt_submit input {
	display: inline;
	float: none;
	margin-right: 0px;
}

#intake input,select{
	display: block;
	float: left;
	width: 45%;
}

#intake a {
	color: #AE0000;
}

#intake h3 {
	font-size: 100%;
	margin: 0px;
}

#intake .radio {
	margin: 5px 10px;
	width: 25px;
}

#intake .radiolabel {
	margin: 0px 10px;
	width: 50px;
}

#intake label {
	display: block;
	float: left;
	width: 50%;
	text-align: left;
	margin-bottom: 10px;
}

#intake br {
	clear: left;
}

.required {
	color: #AE0000;
	font-weight: bold;
}

input.required {
	color: black;
	font-weight: normal;
}

select.required {
	color: black;
	font-weight: normal;
}

#intake legend {
	font-weight: bold;
}

#intake_submit {
	text-align: center;
	padding-top: 5px;
}

#intake_submit input {
	display: inline;
	float: none;
	width: auto;
}

#intake {
	position: absolute;
	top: 350px;
	width: 490px;
}

#intake p {
	margin: 5px 10px;
}

.help_intake {
	position: absolute;
	top: 235px;
	width: 490px;
	background: #40a0ea;
}

#thankyou {
	width: 490px;
}

.left_col {
	float: left;
	width: 50%;
}

.right_col {
	float: right;
	width: 50%;
}
