/* These styles control the auto populate destination field when the destination parameter is supplied in the URL,
 * e.g. http://www.studentflights.com.au/?destination=London
 */
.show {
	display: block;
}

.hide {
	display: none;
}

#dccTxt {
	font-weight: bold;
	color: #ffd400;
	float:left;
	width: 147px;
}

#dccTxt a {
	color: #ffd400;
}

*html #dccTxt {
	font-weight: bold;
	color: #ffd400;
}

.normalTxt {
	font-weight: normal;
	color: #ffd400;
}

#classTxt {
	font-weight: bold;
	color: #ffd400;
}

#classTxt a {
	color: #ffd400;
}

*html #classTxt {
	font-weight: bold;
	color: #ffd400;
}

#destinationdisplay {
	width: 218px;
}