/**
 * passpurchase CSS for Nantucket FF
 *	dt - 20050426
 */
 


/* DOCUMENT */
body {
	/*background: url(/tixSYS/passpurchase/images/NFF_Background2.jpg) top left repeat fixed;*/
	background-color: black;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFCC33;
	line-height: 1.2em;
}
a {
	color: #FFFF33;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.change_link {
	float: right;
	clear: none;
	color: black;
}
h2 {
	background-color: #FF9900;
	padding: 2px 3px 2px 3px;
	color: black;
}
table, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* PASS PKG PURCHASE */
div.page_body, div.page_header {
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: left;
}
div.page_body {
	background-color: #323232;
	padding: 5px 0px 5px 0px;
	margin-bottom: 20px;
}
div.page_header {
	border-bottom: 2px solid grey;
	text-align: center
}
.pass_pkg_list {
}
.pass_pkg_title, td.blueHeader {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	background-color: #FFCC00;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 125%;
	color: black;
	clear:both;
}
.pass_pkg_desc {
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
}
ul.pass_pkg_notes{
	color: white;
	margin-top: 0px;
	margin-bottom: 5px;
}
div.pass_pkg_notes,p.pass_pkg_notes {
	padding-left: 10px;
	padding-right: 10px;
}
.pass_pkg_submit {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FF9900;
}
.pkg_step_list {
	padding: 3px 3px 3px 3px;
	background-color: #F6EF94;
	border: 1px solid black;
}
.pkg_step_header {
	padding: 3px 3px 3px 3px;
	background-color: #F6EF94;
	border: 1px solid black;
	margin-bottom: 4px;
	color: black;
}
td.boxOfficeFormPrompt {
	color: white;
	padding: 4px 5px 4px 5px;
}

/* GENERAL */
.center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
strong {
	font-weight: bold;
	color: #FF9900;
}
u {
	text-decoration: none;
}
