body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	background-color:#FFF;
	background-repeat:repeat-x;
	background-image:url(/images/backgr1.jpg);
	text-align:center;
}
form {
	margin: 0px;
	padding: 0px;
}
.reToolbar.Default .InsertBRAll
{
   background-image: url(/images/br.gif);
}
.reToolbar.Default .ApplyBlack
{
   background-color: #000;
   background-image: none;
}
.reToolbar.Default .ApplyRed
{
   background-color:#600;
   background-image:none;
}
a:link, a:visited {color: #000; text-decoration: underline;}
a:hover {text-decoration: none; color: #069;}

a.linkNoUnderline:link, a.linkNoUnderline:visited {
	color: #000;
	text-decoration:none;
}
a.linkNoUnderline:hover {
	color: #069;
	text-decoration:underline;
}
a.linkWithUnderline:link, a.linkWithUnderline:visited {
	color: #000;
	text-decoration:underline;
}
a.linkWithUnderline:hover {
	color: #069;
	text-decoration: none;
}

/* Main Body
-----------------------------------------------
 */
 
.MainWrapper {
	width: 900px;
	min-height: 600px;
	height: auto;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	overflow:hidden;
}
* html .MainWrapper { 
   height: expression( this.scrollHeight < 599 ? "600px" : "auto" ); /* sets min-height for IE */
}

/* Banner
-----------------------------------------------
 */

.BannerWrapper {
	width: 900px; 
	margin: 0px auto;
	height: 60px;
}
.BannerLogo {
	margin-top: 15px;
	text-align:left;
	float: left;
	width: 350px;
	height: 40px;
}
.BannerTagLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	text-align: right;
	float: right;
	width: 400px;
	height: 20px;
	margin-top: 27px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 15px;
}

/* Top Menu
-----------------------------------------------
 */

.TopMenuWrapper {
	width: 900px;   
	margin: 0px auto;
	height: 26px auto;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 15px;  /* smaller to align with end of last media picture */
	text-align: left;
}
a.linkTopMenu:link, a.linkTopMenu:visited {
	font-size: 14px;
	color: #333;
	text-decoration: none;	
}
a.linkTopMenu:hover {
	color: #FFF;
	text-decoration: none;	
}

/* Home Page
-----------------------------------------------
*/

/* Media Row */

.HomePageMediaRowWrapper {
	width: 900px;
	margin: 0px;
	height: auto;
	min-height: 250px;
	padding: 0;
	margin-top: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	text-align: left;
	overflow:hidden;
}
.HomePageMediaRowWrapper p {
	font-size:.95em;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 15px;
	margin: 0;
}
.MediaBox1 {
	float: left;
	margin: 0px;
	width: 280px;
}
.MediaBox2and3 {
	float: left;
	margin-left: 28px;
	margin-right: 0;
	width: 280px;
}
.MediaBox-Top {
	height: 6px;
}
.MediaBox-Main {
	background-image:url(/images/mediabox_r2_c1.gif);
	background-repeat:repeat-y;
	min-height: 233px;
	height: auto;
	padding-left: 5px;
	padding-bottom: 2px;
}
* html .MediaBox-Main { 
   height: expression( this.scrollHeight < 233 ? "234px" : "auto" ); /* sets min-height for IE */
}

.MediaBox-Bottom {
	height: 10px;
}
a.linkHomePageMediaLinks:link, a.linkHomePageMediaLinks:visited {
	color: #333;
	text-decoration:none;
}
a.linkHomePageMediaLinks:hover {
	color:#069;
}

		
/* Links Row */

.HomePageLinksRowWrapper {
	width: 900px;
	margin: 0px auto;
	height: auto;
	padding: 0;
	margin-top: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	text-align: left;
	overflow:hidden;
}
.HomePageLinkColumn1 {
	float: left;
	margin-left: 4px;
	width: 265px;
}
.HomePageLinkColumn2and3 {
	float: left;
	margin-left: 41px;
	width: 266px;
}	
.textHomePageTitle1 {
	font-size: 1.3em;
	color:#000;
	font-weight:bold;
}
.HomePageLinksRowWrapper p {
	margin-top: .7em;
	margin-bottom: .7em;
	font-size: .9em;
}

/* Advertisement Row */
.HomePageAdRowWrapper {
	width: 900px;
	margin: 0px auto;
	height: auto;
	overflow:hidden;
}
.HomePageAdColumn1 {
	float: left;
	margin-left: 4px;
	width: 264px;
	border: 1px solid white;
}
.HomePageAdColumn2and3 {
	float: left;
	margin-left: 41px;
	width: 265px;
	border: 1px solid white;
}
.HomePageAd {
	text-align:center;
	text-align:center;
	font-size:10px;
	color:#999;
	margin-top: 20px;
}

/* Social Networking Row */
.HomePageSNRowWrapper {
	width: 900px;
	margin: 0px auto;
	height: auto;
	text-align: left;
	overflow:hidden;
}
.HomePageSNColumn1 {   /* Equals two of the links columns */
	float: left;
	margin-left: 4px;
	width: 571px;
	padding-top: 15px;
}
.HomePageSNColumn1 td {  
	font-size: .8em;
}
.HomePageSNColumn2 {    /* Essentially same as third links column */
	float: left;
	margin-left: 41px;
	width: 266px;
}


/* Footer
-----------------------------------------------
 */

.Footer {
    font-size: .75em;
    color: #333;
    width: 900px;
    text-align: center;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	height:auto;
}

/*  FORMS
    ------------------------------
*/
.textbox_noedit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #006666;
	border: 1px solid #FFFFFF;
}
.textbox_noedit_dim {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #FFFFFF;
	color:#999999;
	border: 1px solid #FFFFFF;
}
.formTitle
{
    font-weight: bold;
    color: #666;
}
.FormTitle4 {
	color:White;
}
.box2 {
	background-color: #FFEDAE;
	border: 1px solid #FFC64F;
	padding: 3px;
}
.divMenuBox {
	margin: 4px;
	padding: 4px;
	border: 1px solid #FF9900;
}
.ErrorText {
	font-weight: bold;
	color: Red;
	background-color: Yellow;
}

/* MEMBER CENTER
--------------------------------------------------------------
  OTHER Member Center setting are done on the ASPX page itself
*/
a.forgotpwd:link, a:forgotpwd:visited {
    color:black;
    font-size: .9em;
    text-decoration: none;
}
a.forgotpwd:hover {
    color:white;
}

/*  PROFILE PAGES
    ----------------------------------------------
*/
.ProfileBookMenuWrapper {
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
}
.ProfileBookMenuTitle {
    padding:5px;
    font-size: 1.15em;
    font-weight: bold;
}
.ProfileBookMenuItem {
    border-top: 1px dotted #666;
    padding:5px;
	font-size: 0.8em;
	color:#333;
	width: 160px;
}
.ProfileBookMenuItemON
{
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    padding: 5px;
    font-weight: bold;
    font-size: 0.8em;
    width: 160px;
}
.ProfileBookMenuItemON a:link, .ProfileBookMenuItemON a:visited
{
    color: #0066CC;
}

.ProfileBookMenuWrapper a:link, .ProfileBookMenuWrapper a:visited {
    text-decoration: none;
}
.ProfileBookMenuWrapper a:hover {
    text-decoration: underline;
}
.ProfileFormIndent {
    padding-left: 50px;
}
.ProfileFormIndent, .ProfileFormIndent td {
    font-size: 12px;
}

.keyActorsGallery {
    font-size: .6em;
    text-decoration: bold;
    padding: 2px;
    background-color: Red;
    color: White;
}
.keyCrewUp {
    font-size: .6em;
    text-decoration: bold;
    padding: 2px;
    background-color: Green;
    color: White;
}
.keyWritersGuide {
    font-size: .6em;
    text-decoration: bold;
    padding: 2px;
    background-color: Orange;
    color: White;
}

/*  REMAINDER OF GENERAL FORMATTING - OLD CLASSES
    ---------------------------------------------
*/

.text1 {
	COLOR: #333;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.headNews {
	FONT-WEIGHT: bold;
	FONT-SIZE: 0.7em;
	COLOR: #990000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.hoverClass1 A:hover { TEXT-DECORATION: none } 
.headNewsDate {
	FONT-WEIGHT: normal; FONT-SIZE: 0.7em; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.Title1 {
	FONT-WEIGHT: bold; FONT-SIZE: 0.9em; COLOR: #000; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.tdSpacing {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px
}
.boxImage {
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.headSection {
	FONT-WEIGHT: bold; FONT-SIZE: 1em; COLOR: #3366ff; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.text2 {
	FONT-SIZE: 0.7em; COLOR: #cccccc; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.text3 {
	FONT-WEIGHT: bold; FONT-SIZE: 0.7em; COLOR: #ffffcc; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.link1 {
	FONT-WEIGHT: bold; FONT-SIZE: 0.7em; COLOR: #000; FONT-FAMILY: Arial, Helvetica, sans-serif; text-decoration: underline;
}
A:hover {
	color: #069;
	text-decoration: none;
}
.link2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 0.7em;
	COLOR: #000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.linksRelated {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.link3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a.link4:link, a.link4:visited {
    font-size: .95em;
    text-decoration: none;
}
.menubar1 A:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.linkArticle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color:  #660000;
}
.articleTitle {
	font-size: 1.3em;
	color:#000;
	font-weight:bold;
}
.pictureSubTitle {
	font-size: 12px;
	color: #333;
}
.textTitleSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666;
	margin: 3px;
	padding: 2px;
}
.textGridTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
}
.textGrid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #333333;
}
a.linkGrid {
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.linkGridLesser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
.linkMargins:link, a.linkMargins:visited {
	font-size: 0.8em;
	color:#333;
	text-decoration: none;
}
a.linkMargins:hover {
	color: #069;
	text-decoration: underline;
}
.txtMarginTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #000000;
}
.tdArticle {
	background-color: #FFFFFF;
	border-left: dotted 1px gray; 
	padding: 10px;
}
.tdMargins {
}
.tdTextTitleBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.textMargins {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	color: #000000;
}
.tdTextTitleBoxCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #000000;
	padding: 1px;
}
a.linkBoxLink:link, a.linkBoxLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a.linkBoxLink:hover {
	text-decoration: underline;
	color: #069;
}
a.linkRegistration:link, a.linkRegistration:visited {
	text-decoration: none;
	font-weight: bold;
	color: #600;
}
a.linkRegistration:hover {
	text-decoration: none;
	color: #069;
}
.linkBoxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666;
	margin: 3px;
	padding: 2px;
}
.linkBackToTop {
	font-family: rial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}
.titleInArticle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: .8em;
}
a.linkInArticle:link, a.linkInArticle:active, a.linkInArticle:visited {
	text-decoration: underline;
}
a.linkInArticle:hover {
	color: #069;
	text-decoration: none;
}
.articleSubTitle {
	font-weight: bold;
	color: #333;
    text-align: center;
}
.articleSubTitle2 {
	font-weight: bold;
	color: #444;
}
a.TOCLink:link, a.TOCLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333;
	text-decoration: none;
}
a.TOCLink:hover {
	color: #069;
	text-decoration: underline;
}
.txtAlert {
	font-weight: bold;
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txtFeatureSummary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
}
.MarginTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.backlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
}
.backlinkline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.linkSections {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.LinkAdminMenu {
	color: #990000;
	text-decoration: none;
	font-size: .8em;
}
.articleDateLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}
.PRBoxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #663333;
	margin: 3px;
	padding: 2px;
}
.articleAlert {

	font-weight: bold;
	color: #B71A15;
}
.DownloadBoxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #E4E4E4;
	background-color: #333333;
	margin: 3px;
	padding: 2px;
}
.DownloadBoxTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #8D8D8D;
	margin: 3px;
	padding: 2px;
	border: 1px solid #999999;
}
.hoverClass2 A:hover {
TEXT-DECORATION: underline
}
.textGridTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
}
.articleTitle2 {
	font-size: 0.8em;
	font-weight: normal;
	color:#333;
}
.linkGridOff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.hoverClass3 A:hover {
	TEXT-DECORATION: none;
	color: #069;
}
.linkCorpSponsorList {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.linkCorpSponsorListOff {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.txtJBBTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.txtJBBTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.dimmedHelpLink {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: .7em;
}
.bbsLink1 {
	color: #333;
	text-decoration: none;
}
.bbsTopMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
}
.bbsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bbsLink2 {
	color: #003366;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
}
.LatestBBSTitleLink {
	font-size: .7em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 9px;
}
a.LatestBBSLink:link, a.LatestBBSLink:visited {
	font-size: 0.75em;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a.LatestBBSLink:hover {
    color: #069;
    text-decoration: underline;
}
.LatestBBSPar {
	margin-top: 0px;
	margin-bottom: 9px;
	margin-right: 2px;
	margin-left: 30px;
}
.LatestBBSTitlePAR {
	margin-top: 11px;
	margin-bottom: 5px;
	margin-left: 9px;
}
.linkArticleAlt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffcc;
	text-decoration: underline;
}
.VideoBoxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #E4E4E4;
	background-color: #006699;
	margin: 3px;
	padding: 2px;
}
.linkFAQ {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.text1b {
	FONT-SIZE: 0.75em;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.Highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF00;
	margin: 1px;
	padding: 1px;
}
.textSmallNote {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.agWrapper td {vertical-align:top;}
.agbox {text-align:center; font-size: .85em; margin: 10px 10px 2px 10px; width: 135px; overflow:hidden; }
.agbox img {display:block; margin: 0 auto 0 auto; overflow:hidden;}

.agActionMenu {padding: 10px 0 10px 0; font-size:.85em; overflow:hidden;}
.agActionMenu a:hover {background-color:#FF9;}
.agActionMenu a:link, .agActionMenu a:visited {border:1px solid #fff; padding:3px;}
.agActionMenu .label {font-size: .85em; margin-top:5px; overflow:hidden; }
.agActionMenu .data {margin-top:5px; overflow:hidden;}

a.aglink:link, a.aglink:visited {
	font-size: .9em;
	color: #000;
	text-decoration: none;
}
a.aglink:hover {
	text-decoration: underline;
	color: #069;
}	
.divMarginItem {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	width: 150px;
}
.TopheadNews {
	FONT-WEIGHT: bold;
	FONT-SIZE: 0.85em;
	COLOR: #F00000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.NewsletterEyebrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F00000;
}
.listTitle {
    color: Black;
    font-weight: bold;
    }

/* Job Board 
*/
.jobMenu {padding-left:50px;}
.jobMenu li {padding:5px; list-style-type:circle;}

/* Actors Gallery */
.ActorGalleryBioData {overflow:hidden; padding-left:20px; font-family:Verdana, Geneva, sans-serif; font-size:.8em; color:#666666;}
.ActorGalleryBioData p {margin-top: 2px; margin-bottom: 5px;}
.ActorGalleryBioData a:visited, .ActorGalleryBioData a:link {color:#666;}
.ActorGalleryBioData a:hover {text-decoration: none; color:#069;}
.ActorGalleryBioData .label {margin-top: 2px; margin-bottom: 5px; font-weight:bold; width:auto; float:left; clear:both; padding-right:10px;}
.ActorGalleryBioData .data {margin-top: 2px; margin-bottom: 5px; width:300px; float:left;}

