/* scene list */
/********************************************************/
ol.sceneList {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
ol.sceneList li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
ol.sceneListSmall {
	margin: 0px 0px 0px 25px;
	font-size:14px !important;
	line-height:14px !important;
	padding: 0px;
}
ol.sceneListSmall li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
ol.sceneListSmall li a {
	text-transform: none;
	color:#999999 !important;
	font-size:14px !important;
	line-height:14px !important;
}

/* script excerpt */
/********************************************************/
.script {
	padding: 2px;
	background-color: #ffffff;
}
.scriptInner {
	background-image: url(../images/scriptback.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 25px;
}
.script .direction, .script .person, .script .speech, .script .speechbroken, .script .parentheses, .script .setting {
	font-family: Courier New, Courier;
	font-size: 15px;
	color: #000000;
}
.script .person {
	text-transform: uppercase;
	padding-left: 106px;
	margin-bottom: 0px;
}
.script .setting {
	text-transform: uppercase;
	margin-bottom: 15px;
}
.script .speech {
	padding: 0px 50px;
	margin-bottom: 15px;
}
.script .speechbroken {
	padding: 0px 50px;
	margin-bottom: 0px;
}
.script .parentheses {
	padding-left: 76px;
	margin-bottom: 0px;
}
.script .direction {
	margin-bottom: 15px;
}

/* scenes navigation */
/********************************************************/
.scenesNavBottom, .scenesNavTop {
	text-align: center;
	position: relative;
	height: 28px;
	width: 450px;
}
.scenesNavTop {
	border-top: dotted 1px #555555;
}
.scenesNavBottom {
	border-bottom: dotted 1px #555555;
}
.scenesNavBottom .prev, .scenesNavTop .prev {
	position: absolute;
	top: 7px;
	left: 5px;
}
.scenesNavBottom .next, .scenesNavTop .next {
	position: absolute;
	top: 7px;
	right: 5px;
}
.scenesNavBottom .index, .scenesNavTop .index {
	padding-top: 7px;
	text-align: center;
}
.scenesNavBottom a, .scenesNavTop a {
	text-decoration: none;
	font-weight: bold;
	border-width: 0px !important;
	text-transform: uppercase;
	color: #687FBC !important;
	font-size: 13px !important;
	line-height: 13px !important;
}
.scenesNavBottom a:hover, .scenesNavTop a:hover {
	color: #889FdC !important;
}

/* scenes drop down/up */
/********************************************************/
#scenesDropDown  {
	background-color: #000000;
	border: solid 1px #333333;
	padding: 5px;
	width: 200px;
	text-align: left;
	position: absolute;
	left: 170px;
	top: 25px;
	overflow:hidden;
}
.scenesDropDownOff, .scenesDropUpOff {
	display: none;
	visibility:hidden;
}
.scenesDropDownOn, .scenesDropUpOn {
	display: block;
	visibility:visible;
}
#scenesDropUp  {
	background-color: #000000;
	border: solid 1px #333333;
	padding: 5px;
	width: 200px;
	text-align: left;
	position: absolute;
	left: 170px;
	bottom: 25px;
	overflow:hidden;
}
