	h1.birthday {
	background: transparent url("/images/parties/reservation/title_birthday_reservations.gif") 0 10px no-repeat;
	}
	
	h1.organizational {
	background: transparent url("/images/parties/reservation/title_organizational_reservations.gif") 0 10px no-repeat;
	width: 280px;
	/*width: 450px;*/
	}
	
	h1.change {
	background: transparent url("/images/parties/reservation/title_change_reservations.gif") 0 10px no-repeat;
	width: 450px;
	}
	
	h1.delete {
	background: transparent url("/images/parties/reservation/title_delete_reservations.gif") 0 10px no-repeat;
	width: 450px;
	}
	
	h1.fundraiser {
	background: transparent url("/images/parties/title_school_fundraisers.gif") 0 10px no-repeat;
	width: 450px;
	}
	
	.steps {
	font: bold 11px helvetica;
	color: #639;
	margin: 3px 0 10px 0;
	}
	
	.steps a, .steps a:visited, .steps a:hover, .steps a:active {
	font: bold 11px helvetica;
	padding: 0 12px 0 10px;
	text-decoration: none;
	}
	
	.steps a.done, .steps a.done:visited  {
	color: #060;
	border-right: 1px solid #060;
	background: transparent url("/images/parties/reservation/done.gif") 99% 0 no-repeat;
	padding: 0 15px 0 10px;
	}
	
	.steps a.activestep, .steps a.done:hover, .steps a.done:active, .steps a.gray:hover, .steps a.gray:active {
	color: #ed1c24;
	border-right: 1px solid black;
	}
	
	.steps a.gray, .steps a.gray:visited {
	color: #999;
	border-right: 1px solid #999;
	cursor: not-allowed;
	}
	
	.steps a.last, .steps a.last:visited {
	color: #999;
	padding-right: 0;
	cursor: not-allowed;
	}		
	
	
	/* Step 1a - Locations - Start */
	/* *************************** */
		
	table#locations {
	margin: 10px 0 0 35px;
	font-size: 90%;
	width: 92%;
	border: 1px solid #843487;
	}
	
	table#locations th {
	padding: 6px 3px;
	background: #843487;
	color: white;
	}
	
	table#locations td.no-color {
	padding: 1px;
	background: #fff;
	}
	
	table#locations td.purple {
	background: #edd4ee;
	padding: 1px;
	}
	
	
	table#locations a.btn {
	margin: 1px;
	padding: 2px;
	display: block;
	text-align: center;
	}
	
	/* Step 1a - Locations - End */
	/* ************************* */
	
	
	/* Step 2 - How Many - Start */
	/* ************************* */
	
	#details {
	float: left;
	clear: left;
	margin: 10px 0 0 35px;
	_margin-left: 15px;
	font: bold 12px arial;
	line-height: 1.3em;
	background: transparent url("/images/parties/reservation/details_bg.gif") 0 100% no-repeat;	
	}
	
	#details-inner {
	background: transparent url("/images/parties/reservation/details_top.jpg") no-repeat;
	min-height: 73px;
	_padding-bottom: 10px;
	width: 205px;
	}
	
	/* Min height for IE, with IE5/Mac backslash filter \*/
    * html #details-inner {
	height: 73px;
	}
	/* end filter */
	/* end hack */
	
	.location {
	width: 205px;	
	margin-bottom: 0;	
	}

	.location div {
	padding: 5px 10px;
	color: white;
	/*float: left;*/
	}

	.location span.location-h {
	color: #063;
	font-weight: bold;
	float: left;
	}

	.location span a {
	color: blue;
	float: right;
	margin-top: -15px;
	_margin-right: 10px;
	}
	
	.location span a:hover, .location span a:visited, .location span a:active {
	color: blue;
	}
	
	.location ul {
	margin: 0 0 0 10px;
	_margin: 0 5px 0 15px;
	list-style: square;
	}
	
	/* Min height for IE7 */
    *+html .location ul 
		{
		margin: 0 5px 0 15px;
		}
	/* end filter */
	/* end hack */
	
		
	.location .line {
	height: 1px;
	border: none;
	float: right;
	margin: 0;
	_padding: 0 5px;
	background: transparent url('/images/parties/reservation/green-dot.gif') 0 6px repeat-x;
	}
	
	.location #where {
	width: 110px;
	_width: 125px;
	background: transparent url('/images/parties/reservation/light-green-dot.gif') 0 6px repeat-x;
	}
	
	.location #when {
	width: 35px;
	_width: 50px;
	}
	
	.location #package {
	width: 95px;
	_width: 110px;
	}
	
	.location #options {
	width: 103px;
	_width: 115px;
	}
	
	.location #party-for {
	width: 85px;
	_width: 100px;
	}
	
	.howmany {
	float: left;
	width: 445px;
	padding-left: 30px;
	margin-top: 10px;
	font: 11px Verdana;
	}
	
	.howmany p {
	padding-left: 0;
	}
	
	.howmany ul {
	margin-left: 0;
	}
	
	dl {
	margin-left: 0;
	font: 12px arial;
	}
	
	dt.exception, dd.exception {
	width: auto;
	}
	
	label {
	font-weight: bold;
	}

	.disclaimer {
	font-style: italic;
	}

	/* Step 2 - How Many - End */
	/* *********************** */
	
	#next {
	text-align: right;
	}
	
	#next a.btn {
	display: block;
	padding: 3px;
	width: 40px;
	text-align: center;
	float: right;
	}
	
	.subpage_subtitle {
	margin: 0;
	}
