/* Tour
---------------------------------------*/

#tour label {
	display: inline;
	font-size: 1em;
	padding-right: 5px;
	/*font-weight: bold;*/
	}
	
#tour h3 {
	padding-top: 1em;
	clear: both;
	}
	
#tour #yw_cont_ind {
	padding-bottom: 20px; 
	}
	
#tour p {
	font-size: 1em;
	clear: both;
	}
	
#tour a:hover {
	color: #00A2E1;	
	}
	
#tour .required {
	padding-left: 0px;
	}

#tour p.locations {
	padding: 2em 0 1em 0;
	}
	
#tour p.submit {
	padding: 1em 0 2em 0;
	clear: both;
	}
	
#tour .divider {
	border-top: 1px solid #fff;
	margin-top: 2em;
	padding-top: 2em;
	}
	
#tour .divider2 {
	padding-top: 2em;
	}

#tour li {
	list-style: none;
	}
	
#tour ul, #tour dl {
	margin-bottom: 1em;
	}
	
#tour dt {
	clear: left;
	float: left;
	margin-right: 5px;
	}
	
#tour dd {
	float: left;
	font-weight: bold;
	}
	
#tour p.highlight {
	color: #285e78;
	font-size: 1.2em;
	}
	
#tour p.note {
	font-weight: bold;
	color:#4A4D3F;
	font-size: 1.1em;	
	}
	
#tour .field {
	clear: both;
	}
	
#tour .field div {
	float: left;
	margin-bottom: 1em;
	}
	
#tour .field.error input {
	margin-bottom: 3px;
	}
	
#tour .error p, #tour .field span.error {
	font-weight: normal;
	}
	
span.error {
	display: block;
	}
	
#tour .text1 label {
	width: 190px;
	float: left;
	margin-bottom: 1em;
	line-height: 1.5em;
	/*background: #ccc;*/
	}
	
#tour .text1 input {
	float: left;
	width: 200px;
	/*margin-bottom: 1em;*/
	}
	
#tour .short input {
	width: 150px;
	}
	
#tour .long input {
	width: 300px;
	}
	
#tour .pad {
	padding-top: 1em;
	clear: both;
	}
	
#tour .hidelabel label, #tour h3.hide {
	display: none;
	}
	
#tour .nolabel .label {
	font-size: 1em;
	float: left;
	width: 180px;
	margin-bottom: 1em;
	color: #4A4D3F; 
	padding: 0;
	padding-right: 15px;
	line-height: 1.3em;
	}
	
#tour .wide .label {
	width: 250px;
	}
	
#tour .radio:lang(en) {
	/*padding-top: 3px;*/
	}

#tour .radio input {
	margin-right: 5px;
	}
	
#tour .radio input:lang(en) {
	vertical-align: text-top;
	}
	
#tour .checkbox input {
	margin-left: 5px;
	}
	
#tour .checkbox input:lang(en) {
	vertical-align: text-top;
	}
	
#tour .nolabel div {
	/*width: 180px;*/
	float: left;
	}
	
#tour textarea {
	width: 400px;
	overflow: auto;
	}
	
#tour .error, #tour .nolabel .label.error {
	color: #f00;
	}
	
/*timetable*/
	
#tour #timetable {
	width: 100%;
	margin: 1em 0;
	}
	
#tour #timetable .corner {
	background: #44b4e6 url(../images/forms/timetable_left.gif) top left no-repeat;
	}
	
#tour #timetable .corner2 {
	background: #44b4e6 url(../images/forms/timetable_right.gif) top right no-repeat;
	}
	
#tour #timetable th {
	text-align: center;
	background: #44b4e6;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	}

#tour #timetable td {
	text-align: center;
	background: #d9eaf4;
	padding: 15px;
	border-bottom: 1px solid #fff;
	}
	
#tour #timetable tr {
	border-bottom: 1px solid #fff;
	}
	
#tour #timetable td.date {
	text-align: center;
	background: #c2e0ef;
	border-right: 1px solid #fff;
	padding-top: 20px;
	}
	
#tour #timetable td.date .number {
	font-size: 1.5em;
	padding: 0;
	margin: -6px 0 0 0;
	}
	
#tour #timetable td.date .number span {
	font-size: .7em;
	margin-left: 1px;
	}
	
#tour #timetable td.date .month {
	text-transform: uppercase;
	margin-left: 5px;
	}
	
#tour #timetable input {
	float: left;
	}
	
#tour #timetable div {
	text-align: center;
	float: left;
	margin-left: 10px;
	}
	
#tour #timetable label {
	padding: 0;
	font-weight: bold;
	white-space: nowrap;
	}	
	
#tour #timetable p {
	font-size: .9em;
	padding: 0;
	white-space: nowrap;
	}
	
#tour #timetable .booked {
	color: #aaa;
	}
	
	
	
	
	
	
	
	
	
	
	

