/*** NOTE LAYERS ***************************************************************
These are the notes that pop up explaining child & infant passengers, etc.
These styles were extracted from `flight-book.css`
*******************************************************************************/

.notes {
	display: none;
}

.note a:link,
.note a:active,
.note a:visited {
	color: #007BC3;
	text-decoration: underline;
}

.note a:hover {
	text-decoration: none;
}

.note {
	z-index: 3000;
	position: absolute;
	width: 13.33em;
	padding: 8px 16px 24px;
	border: 1px solid #9fcbed;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.note a.close:link,
.note a.close:active,
.note a.close:visited,
.note a.close:hover {
	color: #002d62;
	text-decoration: none;
}

.note a.close {
	position: absolute;
	right: 8px;
	bottom: 5px;
	padding-right: 12px;
	text-transform: uppercase;
	background: transparent url(/vacations/img/global-elements/note-close.png) no-repeat right center;
	text-decoration: none;
	font-size: 0.92em;
    text-indent: -9999px;
}

.note h2 {
	font-size: 1.17em;
	color: #002d62;
	margin-bottom: 8px;
}

.note h3 {
	font-size: 0.92em;
	color: #002d62;
	margin-bottom: 2px;
}

.note p {
	font-size: 0.92em;
	color: #002d62;
	margin-bottom: 8px;
}