/* @override http://getreal.com.au/book/booking.css */

#booking-content {
	margin: 0;
	color: #fff;
	height: 650px;
	position: relative;
	font-size: .8em;
}

/*============ CALENDARS ============== */ 

.calendars {
	position: absolute;
	top: 95px;
	left: 15px;
	width: 340px;
}

.calendarMonth {
	line-height: 1em;
	margin: 0 5px;
	float: left;
	height: 160px;
}

.calendarMonth table {
	border-right: 2px solid #000;
	text-align: center;
	width: 154px;
	border-collapse: collapse;
}

td.monthHeader {
	height: 20px;
	color: #fd0;
	font-weight: bold;
}

.calendarMonth td {
	border-right: 1px solid #333;
	cursor: default;
}

td.dotw {
	border-right: none;
	color: #888;
}

td.day {
	width: 14%;
	vertical-align: top;
	text-align: right;
	height: 20px;
}

td span {
	display: block;
	font-size: .8em;
	height: 20px;
}

td span.dead {
	color: #444;
}

td span.alive {
	color: #fff;
}

td span a, td span.dead {
	display: block;
	height: 20px;
	padding-right: 2px;
}

td span a {
	color: #fff;
	text-decoration: none;
}

td span a.alive:hover {
	color: #fff;
	text-decoration: none;
	background-color: #444;
}

/*============ TIMES ============== */ 

#timesFieldset {
	position: absolute;
	padding: 0 5px;
	top: 175px;
	left: 360px;
	border-top: 1px solid #000;
	border-left: 1px dotted #333;
	border-right: 1px dotted #333;
	z-index: 5;
}

#timesFieldset ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#timesFieldset ul li {
	clear: both;
	width: 170px;
	height: 20px;
	padding: 3px 0 0 0;
	overflow: hidden;
	border-bottom: 1px dotted #333;
}

#timesFieldset ul li label:hover, #timesFieldset ul li:hover {
	cursor: pointer;
}

#timesFieldset ul li.timeList:hover {
	background: #333;
}

#timesFieldset ul li.booked:hover {
	background: none;
	cursor: default;
}

#timesFieldset ul li.booked label:hover {
	cursor: default;
}

#timesFieldset input {
	margin-left: 15px;
	float: left;
}

#timesFieldset label, #userFieldset label {
	font-weight: normal;
}

#timesFieldset label {
	padding-right: 25px;
	margin-right: 15px;
	float: right;
	background: url(../images/tick.gif) 100% 4px no-repeat;
}

#timesFieldset ul li.booked label {
	background: url(../images/cross.gif) 100% 4px no-repeat;
}

#timesFieldset ul li.booked {
	color: #444;
}

/*============ USER FORM ============== */ 

#userFieldset {
	width: 250px;
	position: absolute;
	right: 40px;
	top: 165px;
}

#userFieldset p {
	margin: 5px 0;
	clear: both;
	overflow: hidden;
	width: 250px;
}

#userFieldset input, textarea {
	float: right;
	border: 1px solid #fff;
	color: #555;
}

#userFieldset .button, #popup .button {
	background: #ccc;
	color: #333;
	border: 2px solid #888;
	width: 100px;
	height: 25px;
	margin: 5px 0 0 5px;
}

#userFieldset #idPassCode {
	font-size: 2em;
	text-align: right;
	width: 160px;
}

#userFieldset label {
	float: left;
	font-weight: bold;
	color: #fd0;
}

#userFieldset em {
	color: #777;
}

.asterisk {
	color: #f33;
	font-style: normal;
}

#userFieldset input, #userFieldset textarea {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

#userFieldset input {
	width: 160px;
}

#userFieldset textarea {
	font-size: 1em;
	height: 80px;
	width: 250px;
	text-indent: 3px;
}

#userFieldset #bookLesson {
	position: absolute;
	top: 225px;
	left: -410px;
}

#userFieldset #submit {
	visibility: hidden;
}

legend {
	color: #666;
}

h2#selected {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	top: 395px;
	left: 290px;
	color: #fff;
}

.box {
	margin: 0;
	padding: 0;
}


#userFieldset label.textRight {
	float: right;
}

#userFieldset label.right {
	float: right;
}

#loggedIn {
	width: 200px;
	float: right;
}

/*============ STEPS ============== */

#step1,#step2,#step3,#step4 {
	position: absolute;
	width: 360px;
}

#step1 p,#step2 p,#step3 p,#step4 p {
	position: absolute;
	top: 45px;
	left: 100px;
	text-align: right;
	margin: 0;
	color: #f55;
	font-weight: 700;
	font-size: 1.2em;
}

#step1 h2,#step2 h2,#step3 h2,#step4 h2 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 80px;
	text-indent: -9999px;
}

#step1 {
	top: 20px;
	left: 30px;
}

#step1 h2 {
	background: url(../images/step1.gif) 0 0 no-repeat;
}

#step2 {
	top: 100px;
	left: 350px;
}

#step2 h2 {
	background: url(../images/step2.gif) 0 0 no-repeat;
}

#step3 {
	top: 100px;
	left: 570px;
}

#step3 h2 {
	background: url(../images/step3.gif) 0 0 no-repeat;
}

#step4 {
	top: 230px;
	left: -530px;
	z-index: 5;
}

#step4 h2 {
	width: 105px;
	background: url(../images/step4.gif) 0 0 no-repeat;
}

#step4 p {
	top: 70px;
	left: 80px;
	text-align: left;
}

/*============ GLOBALS ============== */

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.centre {
	text-align: center;
}

.textRight {
	text-align: right;
}

hr {
	clear: both;
	color: #000;
	border: none;
	border-bottom: 1px dotted #333;
}

/*============ ERROR ============== */

#error {
	position: absolute;
	top: 18px;
	left: 310px;
	font-size: .9em;
	line-height: 1.3em;
	width: 400px;
}

#error ul {
	margin: 0;
	height: 90px;
	padding: 0 0 0 120px;
	background: url(../images/error.gif) 0 0px no-repeat;
	list-style-image: url(../images/error-bullet.gif);
}

#error em {
	color: #fe8;
}

/*============ INCORRECT LOGIN ============== */

#incorrect {
	padding: 0;
}

#incorrect h2 {
	margin: 20px 0;
	text-align: right;
}

/*============ POPUP ============== */

#popup .button {
	margin: 20px 5px 5px 0;
}

#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #333;


/*	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
*/
}

#lightbox {
	display: none;
	font-size: .8em;
	line-height: 1.3em;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}

#popup {
	position: relative;
	background-color: #222;
	width: 400px;
	border: 5px solid #aaa;
	margin: 100px auto;
	text-align: left;
	padding: 10px;
}

#popup h2 {
	text-align: center;
	color: #bbb;
	line-height: 1.3em;
}

.greybox {
	background: #333;
	padding: 5px 10px;
}

#popupInfo p {
	
}

#popup em {
	color: #777;
}

#popup .close {
	font-size: .8em;
	position: absolute;
	right: 10px;
	top: 5px;
}

/*============ COMPLETE ============== */

#complete {
	padding-top: 10px;
	text-align: center;
}

#print {
	position: absolute;
	top: 20px;
	left: 30px;
	text-align: left;
}

#print a {
	display: block;
}

#complete .info {
	margin: 0 auto;
	padding: 5px 50px;
	width: 350px;
	background: #222;
	text-align: left;
}

#complete .info h3 {
	color: #fd0;
}

#complete .centre {
	text-align: center;
}

#complete h2 {
	margin: 30px 0;
	font-size: 3em;
}

#complete h3 {
	margin: 10px 0;
	font-size: 2em;
	line-height: 1em;
}

#complete h4 {
	color: #f55;
	font-size: 1.5em;
	margin: 20px 0 0 0;
}

#complete em {
	color: #f55;
	text-decoration: underline;
}

#complete small {
	color: #777;
}

#letterhead {
	display: none;
}
