html
{
	/*height:100%;*/
}

body
{
	/*height:100%;*/
	padding:0px;
	margin:0px;
	/*background-color:#000000;
	background-image:url(../img/popup_img/pagebg.png);
	background-position:bottom;
	background-repeat:repeat-x;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p
{
	margin-bottom:11px;
}

.modalBg
{
	background-color:	#000000;
	opacity:0.72;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	display:none;
}

.popupDiv
{
	width:540px;
	height:643px;
	background-image:url(../img/popup_img/notebook.png);
	background-repeat:no-repeat;
	position: absolute;
	left: 240px;
	top: 295px;
	z-index: 101;
	display:none;
	padding-top: 40px;
}
.popupDivStatic
{
	width:540px;
	height:587px;
	background-image:url(../img/popup_img/notebook.png);
	background-repeat:no-repeat;
	position: relative;
	display:block;
	padding-top: 40px;
	margin-left:-23px;
	margin-right:-30px;
	margin-top:18px;
}

.pitchTabSel
{
	position:absolute;
	left:488px;
	top:50px;
	width:50px;
	height:150px;
	z-index:4;
	background-image: url(../img/popup_img/pitch_tab_active.png);
	background-repeat: no-repeat;
	cursor:pointer;
}
.pitchTab
{
	position:absolute;
	left:488px;
	top:50px;
	width:50px;
	height:150px;
	z-index:4;
	background-image: url(../img/popup_img/pitch_tab.png);
	background-repeat: no-repeat;
	cursor:pointer;
}
.pitchTabOvr
{
	position:absolute;
	left:488px;
	top:50px;
	width:50px;
	height:150px;
	z-index:4;
	background-image: url(../img/popup_img/pitch_tab_ovr.png);
	background-repeat: no-repeat;
	cursor:pointer;
}
.summaryTab
{
	position:absolute;
	left:487px;
	top:165px;
	width:50px;
	height:145px;
	z-index:3;
	background-repeat: no-repeat;
	background-image: url(../img/popup_img/summary_tab.png);
	cursor:pointer;
}
.summaryTabSel
{
	position:absolute;
	left:487px;
	top:165px;
	width:50px;
	height:145px;
	z-index:3;
	background-repeat: no-repeat;
	background-image: url(../img/popup_img/summary_tab_active.png);
	cursor:pointer;
}
.summaryTabOvr
{
	position:absolute;
	left:487px;
	top:165px;
	width:50px;
	height:145px;
	z-index:3;
	background-repeat: no-repeat;
	background-image: url(../img/popup_img/summary_tab_ovr.png);
	cursor:pointer;
}
.scriptTab
{
	position:absolute;
	left:487px;
	top:282px;
	width:48px;
	height:141px;
	z-index:2;
	background-repeat: no-repeat;
	background-image: url(../img/popup_img/script_tab.png);
	cursor:pointer;
}
.scriptTabSel
{
	position:absolute;
	left:487px;
	top:282px;
	width:48px;
	height:141px;
	z-index:2;
	background-repeat: no-repeat;
	background-image: url(../img/popup_img/script_tab_active.png);
	cursor:pointer;
}
.scriptTabOvr
{
	position:absolute;
	left:487px;
	top:282px;
	width:48px;
	height:141px;
	z-index:2;
	background-repeat: no-repeat;
	background-image: url(../img/popup_img/script_tab_ovr.png);
	cursor:pointer;
}
.writersbioTab
{
	position:absolute;
	left:488px;
	top:399px;
	width:49px;
	height:140px;
	z-index:1;
	background-repeat: no-repeat;
	background-image: url(../img/popup_img/writersinfo_tab.png);
	cursor:pointer;
}
.writersbioTabSel
{
	position:absolute;
	left:488px;
	top:399px;
	width:49px;
	height:140px;
	z-index:1;
	background-repeat: no-repeat;
	background-image: url(../img/popup_img/writersinfo_tab_active.png);
	cursor:pointer;
}
.writersbioTabOvr
{
	position:absolute;
	left:488px;
	top:399px;
	width:49px;
	height:140px;
	z-index:1;
	background-repeat: no-repeat;
	background-image: url(../img/popup_img/writersinfo_tab_ovr.png);
	cursor:pointer;
}
.notebokContent
{
	margin-right: 65px;
	margin-left: 72px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4E4E;
	position: static;
	height: 615px;
}
.closeButton
{
	position:absolute;
	left:445px;
	top:33px;
	width:19px;
	height:19px;
	z-index:5;
	cursor: pointer;
	background-image: url(../img/popup_img/close_button.gif);
	background-repeat: no-repeat;
}
.alignCenter
{
	text-align: center;
}
.breakOfDawnText
{
	background-image: url(../img/popup_img/breakofdawn_text.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 202px;
}

.textBold
{
	font-weight:bold;
}

.authorCont
{
	text-align:center;
	padding-top:5px;
	font-weight:bold;
}

.textDarkRedBold
{
	color:#5D2D16;
	font-weight:bold;
}

.margin0Auto
{
	margin:0px auto;
}

.transcriptRegBigDiv
{
	background-image: url(../img/popup_img/transcript_bg.jpg);
	padding: 20px;
	height: 95px;
	width: 350px;
	background-repeat: no-repeat;
	position: relative;
	padding-right: 10px;
}
.transcrlContent
{
	height: 100%;
	overflow: hidden;
	position: static;
}

.transcrlRegBigDiv
{
	background-image: url(../img/popup_img/transcript_bg.jpg);
	padding: 20px;
	height: 95px;
	width: 340px;
	background-repeat: no-repeat;
	position: relative;
}

.scrollableContent
{
	/*position: absolute;
	left: 0px;
	top: 0px;*/
	width: 100%;
}

.tranbigScrlContainer
{
	position:absolute;
	top:0px;
	right:-10px;
	width:31px;
	height:135px;
}

/*<scrollbar>*/
.arrTop
{
	position:absolute;
	top:0px;
	right:0px;
	width:31px;
	height:31px;
	background-image:url(../img/popup_img/scroll_arr_top.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	z-index: 2;
}
.arrDown
{
	position:absolute;
	bottom:0px;
	right:0px;
	width:31px;
	height:31px;
	background-image:url(../img/popup_img/scroll_arr_bottom.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	z-index: 2;
}

.scrllTrack
{
	position:absolute;
	height:73px;
	width:31px;
	z-index: 1;
	background-repeat: repeat-y;
	background-image: url(../img/popup_img/scroll_arr_track.gif);
	top: 31px;
}

.scrlTrackCont
{
	position:absolute;
	left:0px;
	top:0px;
	width:31px;
	height:22px;
	z-index:1;
	cursor: pointer;
	background-image: url(../img/popup_img/scroll_arr_track_content.gif);
}

/*</scrollbar>*/
.hScrollCont
{
	overflow: hidden;
	width: 240px;
	height: 26px;
}

.page
{
	position:static;
	top:20px;
	width:800px;
	z-index:1;
	margin: 10px auto;
}

.pageT
{
	background-image:url(../img/popup_img/page_top.gif);
	background-repeat:no-repeat;
	height:12px;
}

.pageB
{
	background-image:url(../img/popup_img/page_bottom.gif);
	background-repeat:no-repeat;
	height:12px;
}

.pageCont
{
	padding:0px 12px;
	background-color:#FFFFFF;
}
.pageLpanel
{
	float: left;
	width: 232px;
	clear: right;
}

.pageLpanelT
{
	background-image:url(../img/popup_img/page_L_panel_T.gif);
	background-repeat:no-repeat;
	height:12px;
}

.pageLpanelB
{
	background-image:url(../img/popup_img/page_L_panel_B.gif);
	background-repeat:no-repeat;
	height:12px;
}

.pageLpanelCont
{
	background-color:#812C01;
	border-left:2px solid #521E0C;
	border-right:2px solid #521E0C;
	padding: 6px 18px;
	width: 192px;
}

.cb
{
	clear:both;
}

.aboutIndieShares
{
	background-image: url(../img/popup_img/about_indieshares.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 163px;
	margin-bottom: 12px;
}
.menuOpt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C39F93;
	margin-top: 14px;
	margin-left: 3px;
	cursor: pointer;
}

.menuOptSel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	margin-top: 14px;
	margin-left: 3px;
	cursor: pointer;
	background-image:url(../img/popup_img/menu_white_bullet.gif);
	background-repeat:no-repeat;
	padding-left:11px;
	background-position: left center;
}
.pageContent
{
	padding-top: 23px;
	padding-left: 14px;
}
.menuLine
{
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C5937;
	margin-bottom: 23px;
	margin-top: 38px;
}
.indieFilmFacts
{
	background-image: url(../img/popup_img/indie_film_facts.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 162px;
	margin-bottom: 12px;
}
.textMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C39F93;
}
.pressRelease {
	background-image: url(../img/popup_img/press_release_green_title.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 309px;
	margin-bottom: 30px;
}

.textVerdanaDarkGreyBold17
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#4F4D4E;
}.redInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F54423;
	text-align: center;
	margin: 12px 0px;
}

.textDarkRedBoldItalic
{
	color:#5D2D16;
	font-weight:bold;
	font-style:oblique;
}

.aboutIndieSharesRed {
	background-image: url(../img/popup_img/about_indieshares_red.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 185px;
	margin: 22px 0px;
}

a.linkOrange:link, a.linkOrange:visited
{
	color:#F54423;
	text-decoration:none;
}

a.linkOrange:hover
{
	color:#F54423;
	text-decoration:underline;
}

.scriptRegBigDiv
{
	background-image:url(../img/popup_img/script_sketch_bg.gif);
	padding: 20px;
	height: 350px;
	width: 340px;
	background-repeat: no-repeat;
	position: relative;
	margin-top:20px;
}
.scrlContent
{
	height: 100%;
	overflow: hidden;
	position: static;
}

.bigScrlContainer
{
	position:absolute;
	top:4px;
	right:-10px;
	width:31px;
	height:389px;
}

.scrllTrackBig
{
	position:absolute;
	top:31px;
	height:327px;
	width:31px;
	z-index: 1;
	background-repeat: repeat-y;
	background-image: url(../img/popup_img/scroll_arr_track.gif);
}

.scrlContent
{
	height: 100%;
	overflow: hidden;
	position: relative;
}

.textCourierMaroon11
{
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	color:#5D2D16;
	line-height: 15px;
}

.notebookTable
{
	width:100%;
	height:100%;
}

.textVerdanaMaroon11
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5D2D16;
}
.textVerdanaGreyBold11
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#4F4E4E;
}

.summaryRegBigDiv
{
	background-image:url(../img/popup_img/summary_sketch_bg.gif);
	padding: 20px;
	height: 360px;
	width: 340px;
	background-repeat: no-repeat;
	position: relative;
	margin-top:20px;
}

.writersBioRegBigDiv
{
	background-image:url(../img/popup_img/writersbio_sketch_bg.gif);
	height: 355px;
	width: 350px;
	background-repeat: no-repeat;
	position: relative;
	padding: 20px;
	background-position: left -5px;
	margin-top:20px;
}

.pressRoom
{
	background-image:url(../img/popup_img/press_room.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 199px;
	margin-bottom: 30px;
}

.pressRoomSectionLeft
{
	padding:7px 18px 0px 0px;
	border-right:1px solid #BF9078;
}

.pressRoomSectionRight
{
	padding:7px 0px 0px 18px;
}

.prItem {
	margin-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F54423;
}

.pressRoomHeadTitle
{
	margin-bottom:15px;
}

.pressIco
{
	margin-right:12px;
}

.textVerdanaMaroonBoldItalic10
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	font-size:9px;
	color:#5D2D16;
	font-style: oblique;
}

.textNormal
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.paddingLeft7
{
	padding-left: 7px;
}

.indieSharesLogos
{
	margin-top:8px;
	margin-bottom:7px;
}
/*<14.09.08>*/
.waitlistText
{
	background-image:url(../img/popup_img/script_header_waitlist.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 107px;
}

.cursorPointer
{
	cursor:pointer;
}

.a35Text
{
	background-image:url(../img/popup_img/script_header_35.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 32px;
}


/*</14.09.08>*/

.textItalic
{
	font-style:oblique;
}

.valignMiddle
{
	vertical-align:middle;
}

a, a img
{
	outline:none;
}

.textGray13
{
	font-size:13px;
	color:#4F4E4E;
	line-height:1.4em;
}

#script_section p
{
	margin:0px;
	margin-top:15px;
}

.kindaCentered
{
	padding-left:60px;
	padding-right:30px;
	margin:0px !important;
}

.scriptsText
{
	font-family:Courier, Courier New;
	font-size:15px;
}