@charset "utf-8";
/* CSS Document */
body { background: url("_images/ui/background.png");}

#logo {
	border: 1px solid #222;
	background: #4889bc;
	font: 28px "Lucida Sans Unicode", "Lucida Console", Verdana, arial, sans-serif;
	text-align: center;
}


#tours {
	border: 1px solid #222;
	background: #fff url("_images/ui/optionBackground.png") repeat-x;
}

	.list li h2 a {
		border-bottom: 1px solid #4889bc;
		background: #ffcb05;
		font: 14px "Lucida Sans Unicode", "Lucida Console", Verdana, arial, sans-serif;
		text-decoration: none;
		color: #0068b2;
	}
	
	.list li h2 a:hover {
		border-right: 3px solid #000;
		color: #ffcb05;
		background: #0068b2;
	}
	
#desc {
	border-bottom: 1px solid #4889bc;
	background: #eee;
	font: 12px "Lucida Sans Unicode", "Lucida Console", Verdana, arial, sans-serif;
	line-height: 1.5;
}

.option {
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 3px solid #000;
	background: #fff;
	font: 12px "Lucida Sans Unicode", "Lucida Console", Verdana, arial, sans-serif;
	line-height: 1.5;
}

#intro {
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 3px solid #000;
	background: #fff;
	font: 12px "Lucida Sans Unicode", "Lucida Console", Verdana, arial, sans-serif;
	line-height: 1.5;
	}

div.note {
	border-top: 1px dashed #777;
	}
	
	div.note > p {
		font: 10px "Lucida Sans Unicode", "Lucida Console", Verdana, arial, sans-serif;
		color: #555;
		font-style: italic;
	}

h2, h3, h4 {
	font: "Lucida Sans Unicode", "Lucida Console", Verdana, arial, sans-serif;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; background: #4889bc; border-bottom: 2px solid #222; }
h4 { font-size: 16px; }
	
	.reqOdd { background: #85c9ff; }
	.reqEven { background: #b6dfff; }
	.optOdd, .help { background: #8df47f; }
	.optEven { background: #b3ffa9; }
	.th {
		background: #fff;
		border-bottom: 1px solid #000;
	}
		
	tr:hover { background: #eee; }
	
.s { background: url("_images/ui/book.png") no-repeat; display: block; width: 200px; height: 50px; border: none;}
