/* Styles for Sensory Story pages */
.panel
{
	width: 550px;
	background: #F9F2B3;
	overflow: hidden;
}
.panel select
{
	width: 126px;
	word-spacing: 0.05em;
	letter-spacing: 1px;
	line-height: 1.4em;
	font-size: 1em;
	font-weight: bold;
	background-color: #cc9900;
}
.left-column
{
	display: inline;
	float: left;
	margin-left: 49px;
	margin-right: 10px;
}
.center-column
{
	float: left;
	margin-right: 10px;
	display: inline;
}
.right-column
{
	width: 195px;
	float: left;
	margin-right: 10px;
	display: inline;
}
.header
{
	width: 100%;
	height: 33px;
	border: inherit;
	cursor: pointer;
	cursor: hand;
	padding-top: 6px;
	padding-bottom: 5px;
}
.header h2
{
	padding-top: 10px;
	padding-bottom: 5px;
}
.pagenumber
{
	float: left;
	background-color: #FFFFFF;
	width: 20px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	text-align: center;
	border: 2px solid #cc9900;
	color: #cc9900;
	margin-left: 15px;
	margin-right: 10px;
	display: inline;
}
.panel img
{
	width: 150px;
	height: 200px;
	background-color: #FFFFFF;
}
.hangingindent
{
	margin: 0 0px 10px 20px;
	text-indent: -20px;
	word-spacing: 0.05em;
	letter-spacing: 1px;
	line-height: 1.4em;
	color: #990000;
	font-size: 1em;
}
.popupMenu
{
	position: absolute;
	visibility: hidden;
	text-align: right;
	z-index: 5;
}
.popupHover
{
	position: absolute;
	visibility: hidden;
	border-top: solid 1 #FFFFFF;
}

#progress
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 10%;
	height: 0px;
	margin: auto 302px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	z-index: 5;
}

