/* Screenplay.css 

----------------
WBI COLOR PALETTE

Purple		#8e4886
Dark Purple #5a3259 //.forabg on forums
Light Tan	#f2f0ea
Beige		#e1ddcd
WBI Blue	#106bb1
------------------

*/


/*
Margins and padding for all elements are zeroed
out to start. Add to them if necessary.
*/
 
* {
	margin: 0;
	padding: 0;
}



html {
	width: 100%;
	/* Keep page from jumping in Mozilla 
	because of scrollbar changes */
	overflow: -moz-scrollbars-vertical !important;	
}


body {
	height: 100%;
	background-color: #D0CBD0;
/*	background-color: #fafafa;*/
 	text-align: center; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #444;
}

.clearfix:after { /*Use to clear floats container */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*-------------------------------
  GENERAL ELEMENT STYLES
---------------------------------*/

td, a, p, ul, ol, h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.1em;
	text-align: left;
	margin-bottom: 1em;
}

h6
{
	font-size: 105%;
	font-weight: bold;
	margin-top: 1em;
	line-height: 1.4em;
}

h3
{
	font: bold 20px "Trebuchet MS";
	color: #444444;
	padding: 0;
	border-bottom: dashed 1px #ccc;
	letter-spacing: -1px;
	margin: 1.3em 0 7px 0;
}

h2 { 
    font-family: "Trebuchet MS", sans-serif;
}

h1
{
	margin-bottom: 15px;
	font-size: ;
}


a:link, a:active, a:visited
{
	color: #1066b1;
	text-decoration: none;
	font-weight: inherit;
}

a:hover { color: #005FB1; text-decoration: underline; }

a.tinylink {
	font-weight: normal;
}

/*
Images should NOT have border unless 
specifically designated as such.
*/ 
img {
	border: none;
}


/*
Images in links should NOT have border unless 
specifically designated as such.
*/ 
a img {
	border: none;
}

td {
	font-size: 100%;
	padding-bottom: 10px;	
}


hr {
	clear: both;
	border: none;
	/* border: none; */
	height: 1px;
	width: 80%;
	margin: 2em auto;
	background-color: #CCC;
}

.grayedout { color: #999999; }
.strikeout { text-decoration: line-through; }
.centered { display: block; text-align: center; }
.nofloat { float: none !important; }
.testborder { border: 1px solid red !important; }

/*

a.back2screenplay:link, a.back2screenplay:visited {
	font: normal 9px Verdana, sans-serif;
	text-decoration: none;
	color: #555555;
	position: absolute;
	top: -2px;
	right: 5px;
	background: transparent;
}
*/

.tomainsite 
{
	width: 100%;
	font: bold 11px Verdana, sans-serif;
	color: #000000;
	text-align: center;
	margin: 8px 0 0 0;
	padding: 0;
	border: none;
}

.tomainsite a:link, .tomainsite a:visited, .tomainsite a:active 
{
	font-weight: bold;
	font-size: 11px;
	color: #8e4886;
	text-decoration: none;
}


.tomainsite a:hover 
{
	font-weight: bold;
	font-size: 11px;
	color: #8e4886;
	text-decoration: underline;
}

/*.infotext
{
	color: #000000;
}*/

/*#nav
{
width: 100%;
}
*/

#nav { height: 25px; background: url('/images/header/navbg.gif') repeat-x; }
#nav ul.navmenu
{
	height: 25px;
	list-style: none;
	width: 760px;
}

#nav ul.navmenu li
{
	width: 20%;
	float: left;
	padding-top: 4px;
}

#nav ul.navmenu li a.navmenu:link, #nav li a.navmenu:visited
{
	display: block;
	width: 100%;
	text-align: center;
	height: 25px;
	color: #FFFFFF;
	background: transparent;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;

	margin: 0 auto;
}

#nav ul.navmenu li a.navmenu:hover
{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
	color: #FFFFFF;
	text-decoration: underline;
	
	margin: 0 auto;	
}


.navtd:not(:last-of-type) {
	background: url('/images/header/navdiv.gif') no-repeat right top;
	white-space: nowrap; 
}


.navtdnodiv {
	height: 25px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.shopcarticon {
	margin: -4px 0px 0px;
	padding: 0px;
}
.subnavbar {
	background-color: #E2DCCC;
	height: 18px;
	width: 760px;
}
.10pxspacer {
	height: 10px;
	width: 760px;
}
.10pxwide {
	width: 10px;
}
.10pxhigh {
	height: 10px;
}


/* OVERALL PAGE CONTAINER */

#container {
	margin: 0 auto 0 auto;
/*	padding-bottom: 8px; */
	width: 776px;
	background: #FFFFFF; 
	text-align: left;

	height: 100%;
}


/* CENTRAL CONTENT AREA (WHITE) */

#screenplay {
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0 auto; 
	width: 99%;
 	padding-bottom: 10px; 
	
	height: 100%;
}

#header {
	border: none;
	margin: 0 auto; 
	padding: 0;
	width: 100%;
	/* text-align: left; */
}

#header>table, ul.navmenu { margin: 0 auto; }

/* DIV CONTAINER FOR BREADCRUMB */

#abovesplittable {
	clear: both;
	/*position: relative;*/
	margin: 1em auto 2em auto;
	text-align: left;
	}
	
#abovesplittable p { margin: auto 1em; }
	
#breadcrumb { margin-top: 2em; }
	
span.breadcrumb {
	font-size: 12px;
    font-weight: bold;
	color: #666;

}

a:link.breadcrumb,a:visited.breadcrumb {
	font: normal 12px Lucida Sans, Helvetica, sans-serif;
	color: #8e4886;
	text-decoration: none;
}

a:hover.breadcrumb {
	font: normal 12px Lucida Sans, Helvetica, sans-serif;
	color: #005e9b;
	text-decoration: underline;
}


.pagetitle {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;

}



/* MAIN TABLE IN CONTENT AREA */

#maintable {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}



/*#maintable h1 {

	font: bold 14px/20px Arial, sans-serif;
	color: #8e4886;
	margin: 0px 0px 8px 0px;
	padding-left: 15px;
	height: 24px;
}
#maintable p {
	margin-left: 15px;
	text-align: left;
}
*/


/* 
STYLES FROM MAIN SCREENPLAY.COM SITE 
CSS stylesheeet provided by Sue Jenkins (Lucky Chair)
sue@luckychair.com
*/


#container #screenplay #main #featuredproduct {
	background-color: #F6F6F6;
	border: 1px solid #D6C6D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
#container #screenplay #main #featuredproduct #featprodbul {
	font-size: 11px;
}
.learnmore {
	font-weight: bold;
	color: #8D3A8A;
}
.producttdborder {
	border: 1px solid #D6C6D6;
	color: #000000;
}


.bottompad {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 10px;
}
.signup {
	font-size: 11px;
	font-weight: bold;
	color: #8d3a8a;
}
.signupbox {
	border: 1px solid #8d3a8a;
	height: 23px;
	width: 175px;
	margin-top: 5px;
	margin-bottom: 3px;
}
.footerarea {
	height: 50px;
}
a.footerarea:link {
	color: #000000;
	text-decoration: none;
}
a.footerarea:visited {
	color: #000000;
	text-decoration: none;
}
a.footerarea:hover {
	color: #8C398C;
	text-decoration: underline;
}



/*#container #screenplay #main .producttdborder h1 {
	color: #8D3A8A;
	font-size: 24px;
	margin: 0px;
}*/
.prodquote {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	width: 320px;
	display: block;
}

/*#container #screenplay #main .producttdborder p {
	font-size: 12px;
}*/




/* FORM ELEMENTS */

.serial
{ /* Set font for serial number fields on forms. */
	font-family: Courier New, Courier, monospace;
	text-transform: uppercase;
}

.whichstep
{ /* Use on form to show which step the user is on. */
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 32px 0 18px 0;
	border-bottom: 1px dotted #8e4886;
	text-align: left;
}


form {
	margin-top: 1em;
}

fieldset {
	font: normal 105% "Lucida Sans", "Lucida Grande", Helvetica, sans-serif;
	margin: 2em auto 0;
	padding-bottom: 1em;
	text-align: center;
	border: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;	
}

fieldset legend {
	padding: 0 1em;
	font-weight: normal;
	margin-bottom: 2em;
	color: #106bb1;	
}

fieldset .radiofieldset label {
	display: block;
	margin-bottom: 0.5em;
	text-align: left;	
}

.showthis { /* Use for informational notices */
	font: normal 1em Verdana, helvetica, sans-serif;
	border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 4px;
	padding-top: 0;
	border: 1px solid #cc5;
	background: #FFFFCC;
	text-align: left;
}

.showthis > span:first-of-type {
	background: url('/images/content/info_icon.png') no-repeat center left;
	color: #AA3;
	font: bold 1.5em Arial, Helvetica, sans-serif;
	padding-left: 36px;
}

.showthis.notitle > span:first-of-type {
	background: none;
	color: #AA3;
	padding: 0px;
}

.showthis > span {
	display: block;
	padding: 11px;
	background-color: #fffff7;
}

.showthis h3 {
	margin: 0;
	margin-bottom: 0.5em;
}


form ul.formfields
{
	width: 30em;
	margin: 0 auto;
	margin-bottom: 1em;
	list-style-type: none;
}

form ul.formfields li
{
	text-align: left;
	display: block;
	padding: 0.5em;
	margin-bottom: 0.8em;
}


form ul.formfields li textarea {
	width: 100%;
	}

form ul.formfields li.whichstep
{
	margin: 14px 0 6px 0;
}

form ul.formfields li fieldset {
	border: none;
}

form label.fieldlabel {
 /* Labels next to input fields */
	color: #106bb1;
	display: block;
	vertical-align: top;
	margin-bottom: 0.5em;
}


form em {
	color: #FF0000;
	font-style: normal;
}

form input { /* Text Input fields in all forms */
/*	margin: -3px 0 9px 0;*/
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
}



.textinput {
	width: 23em;
	border: 1px solid #AAA;
	padding: 2px;
	vertical-align: middle;	
}

.defaulttext { /* Style for default text input color */
	color: #888;
}

.disabled {
	background: #e9e9e2;
}


.errorfield {
	background: #FECDCD;
	color: #B00;
	border: 1px solid #B00;
    padding: 0.5em;
}

.focus_border {
	border: 1px solid #106bb1;
}

form input.serial
{
	margin: -2px 1px 0 1px;
}

form input+label {
	margin-right: 1em;
	margin-left: 0.3em;
}

form .otherdisabled
{
	border: solid 1px #CCCCCC;
}

form .otherenabled
{
	border: solid 1px #888888;
}

form ul.formerror
{ /* Unordered list of missing form fields
	(generated by formprocessorpro) */
	list-style-position: inside;
	text-align: left;
	margin: 6px 0 0 25px;
	line-height: 20px;
}

.Required
{ /* Red asterisk for required fields */
	color: red;
}


p.viewinstruct
{ /* Paragraph in hidden instructions container */
	text-align: right;
}



.forminfo .instructions
{/*  Hidden instructions container on forms */
	background: #FFFFFF;
}

.forminfo .instructions ol {
	list-style-position: inside;
	margin-bottom: 2em;
}

.forminfo .instructions ol li {
	font: normal 11px/12px Verdana, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
}


.forminfo .instructions ul {
	list-style-type: disc;
	padding: 2em;
}

.forminfo .instructions ul li {
	font: normal 11px/12px Verdana, Helvetica, sans-serif;
	color: #000000;
}

/* .forminfo .instructions h3 { width: 100%; } */


.forminfo select 
{ /* Drop-down Menus in forms */
	font-weight: normal;
	font-size: 1em;
	color: #333;
	padding: 0.1em;
}

.forminfo select optgroup
{ /* Option Groups in forms */
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #8e4886;
	margin-left: 4px;
}

.forminfo select optgroup option
{ /* Option Groups in forms */
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: auto 0 0 15px;
}

.hidethis {
	display: none;
}

.showthis {
	display: block;
}


.forminfo select option { /* Drop-down Menu Options in forms */
	padding: 0 5px 0 2px;
}

.forminfo #Submit {
	float: right;
}

#Submit.SendEmail {
	font-weight: bold;
}

.forminfo #Reset {
	float: left;
}


/* MAIN SUPPORT PAGE */

#maingreeting  {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:100%;
}



#choicestext {
	list-style: none;
	overflow: auto;
	margin: 2em 0;
	padding: 0;
	padding-left: 1em;
	background-color: #fafafa;
}

#choicestext li {
	float: left;
	margin: 0;
	width: 33%;
	text-align: left;
	word-spacing: 0.12em;
}
	

#choicestext li h6 { padding: 1em; padding-top: 0 }
	
.choiceslinks {
	clear: both;
	padding: 3px;
	padding-top: 0;
	padding-bottom: 0;	
}

	.choiceslinks li {
		padding: 6px;
		display: block;
		float: left;
		text-align: left;
	}
	
	.choiceslinks li#inner {
		border-left: 1px dashed #d0d0d0;
		border-right: 1px dashed #d0d0d0;		
	}
	
	
/*
.segment p {
	padding-bottom: 80px;
	background: #999999;	
}


.segment a:link, a:visited {
	display: block;
	color: #0072bc;
	text-decoration: none;
	font: bold 11px Verdana, Helvetica, sans-serif;
}

.segment a:hover {
	color: #0072bc;
	text-decoration: underline;
	font: bold 11px Verdana, Helvetica, sans-serif;
}

*/


ul.largebullet {
	list-style-type: none;
	text-align: left;
	list-style-image: none;
	width: 97%;
	margin: 1.4em auto 10px auto;
}

ul.largebullet h3.float { float: left; }

ul.largebullet a.top {
	display: block;
	float: left;
	margin-left: -1.5em;
	margin-top: 0.2em;
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
    min-height: 1%; 
    display: inline-block;  	
}


ul.largebullet li
{
	background: url('/images/content/purple_bullet_large.gif') no-repeat 10px 1px;
	padding: 0 0 18px 36px;
}


.largebullet
{
/*	background: url('/images/content/purple_bullet_large.gif') no-repeat 10px 1px;*/
	padding: 0 0 18px 36px;
}

	.email {
		background: url('/images/contact/contact_bullet_email.gif') no-repeat 0px -2px;
	}
	
	
	.phone {
		background: url('/images/contact/contact_bullet_phone.gif') no-repeat 0px -2px;
	}
	
	
	.fax {
		background: url('/images/contact/contact_bullet_fax.gif') no-repeat 0px -2px;
	}


.newsgroup
{
	width: 647px;
	border: 1px solid #D6C6D6;
	margin: 2em auto 1em auto;
	text-align: left;
	padding: 0 0 10px 0;
	clear: both;
}

.newsgroup a:link, .newsgroup a:visited, .newsgroup a:hover, .newsgroup a:active {
	font-size: 12px;
	text-decoration: underline;
}

.newsgroup a:hover {
	font-size: 12px;
	text-decoration: underline;
}

.newsgroup h4
{
	background: url(/images/contentbox_titlebg.gif) top left repeat-x;
	margin: 0px auto 10px auto;
	height: 26px;
	border: 1px solid #ffffff;	
}

.newsgroup p
{
	font-size: 1.2em;
	padding: 0 2.0em 0.8em 2.5em;
}

.newsgroup h4 span
{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #8e4886;	
	display: block;
	margin: 5px 0 0 20px;
}

ul#news-header
{
	margin-left: 15px;
	width: 100%;
	list-style-type: none;
	font-weight: bold;
}

ul#news-header li
{
	border-bottom: 1px dotted #8e4886;
	margin-bottom: 10px;
	width: 30%;
	display: block;
	float: left;
}

ul#news-header li#article
		{
			width: 51%;
			float: left;
		}


ul.news
{
	list-style: none;
	width: 99%;
	margin: 10px 0 0 15px;
	clear: both;
}

ul.news li
{
	margin: 5px 0;
	font: normal 12px Arial, sans-serif;
	clear: both;
	margin-bottom: 10px;

}


/*.newsgroup ul li a {
	display: block;
	float: left;
}*/

.newsgroup ul li span.newsdate {
	display: block;
	margin-left: 43px;
	float: left;
	width: 38%;
	font: normal 1.0em Arial, sans-serif;
}

.newsgroup h5 ul.inthenews
{
	list-style: disc;
	margin: 0 0 0 45px;
}

.newsgroup h5 ul.inthenews li
{
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 135%;
}

.newsgroup h5 a {
	float: none;
	display: inline;
}

.important { color: red; float: none; }


.newsgroup .newstitle {
	font: bold 1.6em Arial, Helvetica, sans-serif;
}

.newsgroup .newsdate
{
	display: block;
	margin: 0 0 5px 0;
	text-align: left;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	float: right;
	width: 30%;

}


.newsgroup .back2support
{
	margin: 1.5em auto 0 auto;
	width: 100%;
	text-align: center;
}

.newsgroup .back2support a.back2support {
	margin: 0 auto 0 auto;
}

.newsgroup a {
	display: block;
	float: left;
	width: 45%;
}

.newsgroup a.headline:link, .newsgroup a.headline:visited, .newsgroup a.headline:active
{
	font: bold 1.0em Arial, Helvetica, sans-serif;	
	color: #0072bc;
	text-decoration: none;
}

.newsgroup a.headline:hover
{
	text-decoration: underline;
}


.newsgroup .newstime {
    text-align: right;  
	color: #888;
}


/* SOFTWARE UPDATE */

/*.download:hover { background: #EEE url('/images/misc/DownloadIcon.gif') no-repeat 24px 5px; }
.download {
	border: solid 1px #106bb1;
	display: block;
	width:300px;
	margin: 1em auto;
	font-weight: bold;
	font-size: 1em;
	background: url('/images/misc/DownloadIcon.gif') no-repeat 24px 5px;
	padding: 28px 0 0 100px;
	height: 48px;
}*/


/* Use this for new style download button */

.downloadinfobox { overflow: hidden; text-align: left; }
.downloadinfo { 
	padding: 1em 0;
	margin-bottom: 1em;
} 
.downloadbuttonbox { float: right; margin-left: 1em; }
.sysreq h2 { font-weight: bold; }

a.downloadbutton {
	display: inline-block;
	margin: 0 auto 1em;
	padding: 10px 15px;
	width: auto;
	text-align: center;
	background-color: #54874a;
	color: #FFFFFF;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #ffffff;
	/* background: -moz-linear-gradient(
		top,
		#86de78 0%,
		#73ba66 25%,
		#54874a);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#86de78),
		color-stop(0.25, #73ba66),
		to(#54874a));*/
	-moz-box-shadow:
		0px 0px 3px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(64,102,56,0.6);
	-webkit-box-shadow:
		0px 0px 3px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(64,102,56,0.6); 
	box-shadow:
		0px 0px 3px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(64,102,56,0.6);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}

.filesize { font: normal 1em Arial, Helvetica, sans-serif; color: #333333 }


ol.updateinfo, ul.updateinfo {
	width: 500px;
	text-align: left;
	margin: 1.5em;
	line-height: 1.3em;
}

ul.updateinfo li { list-style-type: square; }

ul.updateinfo li, ol.updateinfo li { margin-bottom: 0.5em; }

ul.updateinfo li ul { list-style-position: inside; margin: 1.5em}

ul.updateinfo li ul li { list-style: circle; }

h2.updateinfo { margin: 0.5em 0; font-size: 1.2em; font-weight: bold; }


/* CONTACT PAGE
ul.largebullet li.email {
	background: url('/images/contact/contact_bullet_email.gif') no-repeat 0px -2px;
	padding: 0 0 18px 39px;


	*background: url('/images/contact/contact_bullet_email.gif') no-repeat 0px 0px;	
}

		ul.largebullet li.email p {
		word-spacing: 0.01em;
		*padding: 0 0 0 15px;
		}


ul.largebullet li.phone {
	background: url('/images/contact/contact_bullet_phone.gif') no-repeat 0px -2px;
	padding: 0 0 18px 39px;

	*background: url('/images/contact/contact_bullet_phone.gif') no-repeat 0px 0px;
}

		ul.largebullet li.phone p {
		*padding: 0 0 0 15px;
		}



ul.largebullet li.fax {
	background: url('/images/contact/contact_bullet_fax.gif') no-repeat 0px -2px;
	padding: 0 0 18px 39px;

	*background: url('/images/contact/contact_bullet_fax.gif') no-repeat 0 0;	
}

		ul.largebullet li.fax p {
		*padding: 0 0 18px 15px;
		}


ul.largebullet li.customerservice {
	background: transparent 0px 16px;
	padding: 0 0 0 39px;


	*background: transparent no-repeat 4px -2px;	

}

		ul.largebullet li.fax p {
		*padding: 0 0 0 15px;
		}


 */


/* Greeting image on the main Support page. */

#greet {
/*	margin-bottom: 20px;*/
border: 1px solid #DDD;
}

.contentbox {
	width: 100%;
/*	min-height: 250px; */
	margin: 0;
	padding: 0;
	text-align: center;
}


html>body .contentbox {
	margin: 0 auto;
}

.contentbox p {
	text-align: left;
}

/*
The "takemethere" class is used for links 
to other sections of the website.
*/
a:link.takemethere, a:visited.takemethere {
	color: #0072bc;
	text-decoration: none;
	font: bold 100% Verdana, Helvetica, sans-serif;
	
}

a:hover.takemethere {
	color: #0072bc;
	text-decoration: underline;
	font: bold 100% Verdana, Helvetica, sans-serif;
}




/* DOWNLOAD CENTER */

.helpsupport {
	margin-bottom: 1em;
	font: bold 22px Arial, Helvetica, sans-serif;
	color: #8e4886;
	/*border-bottom: solid 1px #8e4886;*/
}

.programgroup {
	border: 1px solid #D6C6D6;
	width: 475px;
	margin: 0 auto 20px auto;
/*	margin-bottom: 20px;
	margin-left: 20px;*/
	text-align: left;
	padding-bottom: 10px;
}

.programgroup h4 {
	background: url(/images/contentbox_titlebg.gif) top left repeat-x;
	margin: 0px auto 10px auto;
	height: 26px;
	border: 1px solid #ffffff;	
}


.programgroup span.programtitle {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #8e4886;	
	background-color: transparent;
	display: block;
	margin-top: 5px;
	margin-left: 20px;
}

.programgroup ul {
	list-style: none;
	width: 300px;
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
}

.programgroup ul li {
/*	background: url('/images/content/purple_bullet.gif') no-repeat 0px 4px; */
	margin: 0 0 9px 15px;
	padding: 0 0 0 13px;
	font: normal 12px Arial, sans-serif;
}

/*.programgroup a:link, .programgroup a:visited, .programgroup a:active {
	color: #0072bc;
	text-decoration: none;
	font: bold 11px Verdana, Helvetica, sans-serif;
}

.programgroup a:hover {
	text-decoration: underline;
}*/


div.prodbox {
	margin: 0 8px 1em 30px;
/*	margin-right: 8px;
	margin-left: 30px; */
	width: 110px;
	float: left;
	clear: both;
	}

div.clearer {
	clear: both; 
	}


.downloadpagecont {
	margin: 0 auto;
	padding-bottom: 15px;
	text-align: center;

}
		
		
.downloadpageright .programgroup
{
	margin: 10px 0 0 20px;
	width: 90%;
	border: none;
}

.downloadpageright .prodbox
{
	margin: 1em 0 0 0;
	padding: 2em;
	width: 100%;
	text-align: left;
}

.downloadpageright .prodbox:not(:first-of-type)
{ 
	border-top: 1px solid #D6C6D6;
}

.downloadpageright .prodbox table {
	margin: 1em auto 0 auto;
	width: 100%;
	background: #EEE;
	border: 1px solid #999;	
}

.downloadpageright .prodbox table th, .downloadpageright .prodbox table td {
	font-size: 1em;
	font-weight: normal;
	padding: 0.3em;
}

.downloadpageright .prodbox table td.logo {
	width: 32px;
}


.downloadpageright .prodbox table th {
	color: #444;
	background: #FFF;
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
}

.downloadpageright .prodbox table th img {
	vertical-align: middle;
	margin-right: 1em;
}
		
	
		#container .downloadpageright h3.downloadpage
		{
			margin: 3px 0 6px 15px;
			width: 90%;
		}
	
		
		.title {
			color: #8e4886;
			font: bold 1.6em Arial, Helvetica, sans-serif;
		}
		


.updatelink {
	margin: 0 0 10px 15px;
	padding: 0;
	width: 99%;
}

		
.updatelink p {
margin: 2px 0 0 -13px;
padding: 0;
font: normal 11px Georgia, "Times New Roman", Times, serif;
color: #474747;
}

.downloadpagecont .docs

{
	margin: 0 0 10px 15px;
	padding: 0;
	color: #000000;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	width: 99%;
}
		
.downloadpagecont .docs p {
	margin-top: 0.5em;
	padding: 0;
	font: normal 1.0em Georgia, "Times New Roman", Times, serif;
	color: #474747;
	}
		
		.downloadpagecont .docs tr {
			height: 45px;
		}
		
.downloadpageleft {
	width: 25%;
	margin: 20px 6px 0 3px;
	float: left;
}


.downloadpageright {
	width: 70%;
	margin: 20px 0 0 3px;
	padding: 0;
	float: left;
	text-align: left;
}
		

/* Hidden DIV to hold instuctions for Shadowbox */
.hidden { display: none; background: #fff; padding-bottom: 1em; } 

.instructions { padding: 2em; }

.instructions ol {
	font-size: 1.2 em;
	list-style-position: inside;
	margin: 0 4em 1em;
	text-indent: -2em;
}


.instructions ul {
	list-style-type: disc;
	margin: 0 2em 1em;
	padding: 0.5em;
}


.instructions ul li, .instructions ol li {
	margin-bottom: 0.5em;
	color: #000000;	
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
}


.instructions h2 {
	color: #444;
	margin-bottom: 1em;
	padding: 0;
	font-weight: bold;
}


a:link.viewinstruct, a:visited.viewinstruct, a:active.viewinstruct {
		font: normal 11px Georgia, "Times New Roman", Times, serif;
		color: #474747;
		text-transform: capitalize;
		text-decoration: none;
		}
	
a:hover.viewinstruct {
		font: normal 11px Georgia, "Times New Roman", Times, serif;
		color: #474747;
		text-decoration: underline;
		}
		
.instrtitle {
	background: #efefef;
	border-bottom: dashed 1px #ccc;	
	margin: 0;
	padding: 0.3em;
}

		
/* 
Class for instructions that are 
included in the KB and elsewhere 
to make them automatically visible.
*/	

.instruct-kb {
	width: 420px;
	margin: 3px 0 0 0;
	padding: 0;
	border-top: 3px solid #D6C6D6;	
	border-left: 1px solid #D6C6D6;
	border-right: 1px solid #D6C6D6;	
	border-bottom: 1px solid #D6C6D6;		
}


.instruct-kb a:link, .instruct-kb a:visited, .instruct-kb a:active {
	font: normal 11px/12px Arial, sans-serif;	
	color: #8e4886;
	text-decoration: none;
} 

.instruct-kb a:hover {
	color: #8e4886;
	text-decoration: underline;
	font: normal 11px/12px Arial, sans-serif;	
} 
		

.instruct-kb ol {
	margin: 2px 9px 8px 25px; 
	padding: 0;
}

.instruct-kb ol li {
	font: normal 11px/12px Verdana, Helvetica, sans-serif;
	color: #000000;
	margin: 3px 0 0 0;
	padding: 0;
}


.instruct-kb ul {
	list-style-type: disc;
	margin: 2px 9px 9px 30px;
	padding: 0;
}

.instruct-kb ul li {
	font: normal 11px/12px Verdana, Helvetica, sans-serif;
	color: #000000;
	margin: 3px 0 0 0;
	padding: 0;
}


.instruct-kb h5 {
font: normal 11px/12px Arial, sans-serif;
color: #000000;
margin: 13px 0 10px 9px;			
}


/*-------------------------------------
   TUTORIALS
----------------------------------------*/ 



.tutorial_links {
	margin: 0 auto;
	border: none;
}

.tutorial_links li {
	padding: 16px;
	text-align: center;
}


a.lightwindow {
	color: #8e4886;
	text-decoration: none;
	font: bold 12px Verdana, Helvetica, sans-serif;
}
	
	

/*-------------------------------------
   FOOTER
   Bottom of all Screenplay.com pages.
----------------------------------------*/ 
 
#footer {
	clear: both;
	background: #FFFFFF; 

/*	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
*/	
}

#terms
{
	margin: 0 auto;
	padding: 1em 12em;
	color: #444444;
}

#terms p, #terms a {
	text-align: center;
	font: normal 1em Verdana, sans-serif;
}

#terms p:last-child {
	font-style: italic;
	color: #8D8D8D;
	}

#terms ul { list-style: none; text-align: center; }
#terms li { display: inline-block; }
#terms li:nth-child(n+2):before {
	content: " | ";
}

#terms a:link, #terms a:active
{
	text-decoration: none;
}

#terms a:visited
{
	color: #8e4886;
	text-decoration: none;
}

 #terms a:hover {
	text-decoration: underline; 
 }



.tooltip { /*Styles for jQuery tools in the /js folder */
	width: auto;
	max-width: 225px;
	background-color:#000;
	border-radius: 3px;
	border:1px solid #fff;
	padding:10px 15px;
	display:none;
	color:#fff;
	text-align:left;
	font-size: 1.1em;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	background-image: linear-gradient(bottom, rgb(0,0,0) 22%, rgb(40,40,40) 61%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 22%, rgb(40,40,40) 61%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 22%, rgb(40,40,40) 61%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 22%, rgb(40,40,40) 61%);
}

/* Quicklink TOC */
.quicklinkstitle {
	margin: 0;
	height: 1.8em;
	border-bottom: dotted 1px #ddd;
	color:#AAA;
	font: normal 0.9em Verdana, Helvetica, sans-serif;
	text-align: center;
}

.quicklinks {
	padding-top: 0.5em;
	height: 1.8em;
	border-left: dotted 1px #ddd;
	border-right: dotted 1px #ddd;
	list-style-type: none;
	text-align: center;
	font: normal 0.9em Verdana, Helvetica, sans-serif;
}

.quicklinks li:not(:last-child):after {
	content: ' \00B7 ';
	color: #333;
}

.quicklinks li { display: inline; }

.quicklinks a { 
	margin: 0 0.6em;
	font-weight: normal;
}

/* Screenplay.css; This is a comment to keep Dreamweaver from crashing 
because of file sizes that are multiples of 8195 bytes! */