﻿
#LeftPanel { width:632px }


.Hidden 
{
	visibility:hidden;
}

.noDisp
{
	display:none;
}

.ERow
{
	width:100%;
	padding-bottom:8px;
}
.ORow
{
	background-image:url(../Images/AlternatingGrad.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:8px;
	width:100%;
}
.TitleBar
{
	background-color:#0C2E82;
	width:303px;
	
	text-transform:uppercase;
	padding-top:4px;
	padding-bottom:4px;
	font-weight:bold;
	color:White;
}
.TBGrad
{
	/*background-image:url(../Images/Titles/TBGrad.gif);
	background-repeat:repeat-x;
	background-position:left bottom;*/
	height:37px;
}
.TBTitle
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:Black;
	/*padding-top:7px;
	padding-left:10px;
	padding-right:2px;*/
	margin: 0px;
	
	line-height:37px;
}

.TBSection
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#B31208;
	padding-top:13px;
	padding-left:10px;
	padding-right:9px;
}
.TBLeft
{
	background-image:url(../Images/Titles/TBLeft.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:40px;
	float:left;
}
.TBMid
{
	margin-left:4px;
	margin-right:5px;
	background-image:url(../Images/Titles/TBMid.gif);
	background-repeat:repeat-x;
	background-position:left top;
	float:left;
	height:40px;
}
.TBRight
{
	background-image:url(../Images/Titles/TBRight.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:40px;
	float:left;
}

/* These are used for the different Content Panels sizes: */
.Content
{
	background-color:White;
}
.Content200
{
	background-color:White;
	width:200px;
}
.Content652
{
	width:632px;
	background-color:white;
}
.Content792
{
	width:792px;
	background-color:white;
}
.Content958
{
	width:958px;
	background-color:white;
}
 
.H2 label /*H2 is used when you don't want a cleared line*/
{
	font-size: 11px;
	font-weight:bold;
	color:#0C2E82;
	vertical-align:middle;
	
}
.H2 input
{
	margin-right:12px;
	vertical-align:text-top;
}
.HeaderBar
{
	background-color:#BDC6DD;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding-top:2px;
	height:17px;	
}
.LoginPanel
{
	background-image:url(../Images/panelGrad.gif);
	background-repeat:repeat-x;
	width:202px;
	height:173px;
	padding:6px;
	margin-left:8px;
	margin-right:8px;
}
.LoginPanel .tb
{
	width:190px;
}
.InfoPanel
{
	border: 1px solid #D0D9F2;
	padding:6px; 
	margin-bottom:10px;
	width:385px;	
}
.divUpdatePanelProgress
{	
	text-align: center;
	padding: 10px;
	border: 1px solid gray;
	background-color: #EBEBEB;
	color: Black;
	width: 200px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;	
	position: relative;
	top: 40%
}

.divUpdatePanelProgressContainer 
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	
	background-color:Gray;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;	
}
.Separator
{
	background-image:url(../Images/ListSeparator.gif);
	background-repeat:repeat-x;
	background-position:left top;
	width:100%;
	height:1px;
	margin-top:3px;
	margin-bottom:8px;
	clear: both;
}

.SeparatorSolid
{
	background-image:url(../Images/ListSeparatorSolid.gif);
	background-repeat:repeat-x;
	background-position:left top;
	width:100%;
	height:1px;
	margin-top:3px;
	margin-bottom:8px;
	clear: both;
}

.Sort
{
}
.SortSel
{
	text-decoration:none;
	font-weight:bold;
}


.Left30
{
	float:left;
	width:30px;
}
.Left65
{
	float:left;
	width:65px;
}
.Left100
{
	float:left;
	width:100px;
}
.Left130
{
	float:left;
	width:130px;
}
.Left150
{
	float:left;
	width:150px;
}
.Left200
{
	float:left;
	width:200px;
}
.Left232 /*used for right filter panels */
{
	float:left;
	width:232px;
}
.Left300
{
	float:left;
	width:300px;
}
.Left320
{
	float:left;
	width:320px;
}
.Left400
{
	float:left;
	width:400px;
}

.Left420
{
	float:left;
	width:420px;
}

.Left425
{
	float:left;
	width:425px;
	
}

.Left435
{
	float:left;
	width:435px;
}


.Left500
{
	float:left;
	width:500px;
}
.Left525 /* keep at 524px for fire fox */
{
	float:left;
	width:524px;
}
.Left600
{
	float:left;
	width:600px;
}

.LeftClear
{
	float:left;
	clear:left;
}


.Right320
{
	float:right;
	width:320px;
}
/* These are used when there are 2 columns */
.Panels 
{
	padding-bottom:10px;
}
.LeftPanel 
{
	float:left;
	width:525px;
	min-height:400px;
	
}
.RightPanel
{
	float:left;
	width:232px;
	margin-left:8px;
}
/*******************************************/


.Login .Status
{
	float:left;
	font-family:Verdana;
	font-size:11px;
	line-height:18px;
	font-weight:bold;		
	margin-top:5px;
	margin-left:5px;
}



.LeftSubHeader
{
	width:307px;
	height:30px;
}
.LeftSubHeader img
{
	margin-left:4px;
}
.RightSubHeader
{
	width:307px;
	height:30px;
}
.RightSubHeader img
{
	margin-left:6px;
}

.TopAds 
{   
    display:table;
    width:952px;
    height:auto; 
    margin-right:auto;
    margin-left:auto;
    margin-top:0px;
    padding:0px;
}


.BannerAdWT
{
    float:left;
    height:90px;
    width:728px;      
    margin-top:4px;
    margin-bottom:3px;
}

.PromoAd 
{

    height:90px;      
    margin-top:4px;
    margin-bottom:3px;
}

.BannerAd
{

    height:90px;
    /*margin-top:4px;
    margin-bottom:3px;*/
    padding-top:4px;
    padding-bottom:12px;
}

.BannerAd div 
{
	display:inline;
}

.MainPanel
{
	width:972px;
}
.MainPanel div.Center
{
	width:100%;
	float:left;
	background-color:#ECF2FF;
}


ul#ShowtimeNav
{
display:inline;
float:left;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 83px;
}

ul#ShowtimeNav li
{
	display:inline;
	float:left;		
	padding:0px;
	margin-top:15px;		
	width:90px;
	height:21px;	
	text-align:center;
	vertical-align:middle;
}

ul#ShowtimeNav a:link, ul#ShowtimeNav a:visited
{
	float:left;	
	padding:0px;
	margin:0px;	
	width:90px;
	height:21px;
	text-align:center;
	vertical-align:middle;	
}


ul#ShowtimeNav a:hover
{
	float:left;			
	width:92px;
	height:21px;
	line-height:21px;
	padding:0px 0px 0px 0px;
	margin:-3px 0px 0px 1px;
	background-image:url(/Images/en/ShowTimesHover.gif);
	background-repeat:repeat-x;	
	text-align:center;
	vertical-align:middle;
}


.Search div.LS /*Login Status*/
{
	float:left;
	width:260px;
	height:40px;
	color:#cccccc;
}

.Search div.LS a
{

        color:#cccccc;
}
.Search div.LS a:hover
{

        color:#FFFFFF;
}
.Search div.LS a:visited
{

        color:#cccccc;
}




.SearchBar
{
	
	width:236px;
	height:26px;
	float:right;	
	
}
.SearchBar input
{
	margin-left:0px;
	margin-top:3px;
	margin-right:5px;
	
}
.SearchBar .SearchBarInput
{
    height:14px;
    width:185px;
}

.MenuBar
{
	clear:left;
	background-image:url(../Images/Menu/MainMenu.gif);
	background-repeat:repeat-x;
	background-position:left top;
	width:972px;
	height:25px;
}
.MenuBar .Spacer
{
	float:left;
	border-bottom:solid 1px #061DA7;
	border-right:solid 1px #061DA7;
	height:25px;
	width:16px;
	margin-top:1px;
}

.SpacerLeft
{
	float:left;
	border-top:solid 1px #ffffff;
	height:25px;
	width:8px;
	/*margin-top:1px;*/
}

.Menu
{
	float:left;
	width:964px;
	/*padding-top:1px;*/
}
.MenuItem
{

	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	border-right:solid 1px #28476f;
	border-bottom:solid 1px #28476f;
       	border-top:solid 1px #ffffff;

	cursor:pointer;cursor:hand;
	/*text-transform:uppercase;*/
	text-align:center;
	padding-left:3px;
	padding-right:3px;
}

.MenuItemSel
{
	background-image:url(../Images/Menu/MainMenuSel.gif);
	background-repeat:repeat-x;
	background-position:left top;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:white;
	border-right:solid 1px #28476f;
	border-bottom:solid 1px #35629d;

	cursor:pointer;cursor:hand;
	/*text-transform:uppercase;*/
	text-align:center;
	padding-left:3px;
	padding-right:3px;
}
.MenuItemHov
{
	background-image:url(../Images/Menu/MainMenuSel.gif);
	background-repeat:repeat-x;
	background-position:left top;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#dadada;
	border-right:solid 1px #28476f;
	/*border-bottom:solid 1px #28476f;*/
        border-top:solid 1px #060f20;

	cursor:pointer;cursor:hand;
	/*text-transform:uppercase;*/
	text-align:center;
	padding-left:3px;
	padding-right:3px;
}


/* Sub Menu Styles */
.SMenu
{
	background-image:url(../Images/Menu/SubMenu.gif);
	background-repeat:repeat-x;
	background-position:left top;
	height:26px;
	width:965px;
	padding-left:7px;
	float:left;

}
.SMenuItem
{
    font-family:Arial;
    font-size:11px;
    color:#FFFFFF;
    border-right:solid 1px #769dcf;
    /*border-left:solid 2px transparent;*/
    cursor:pointer;cursor:hand;
    padding-left:10px;
    padding-right:10px;
    white-space: nowrap;
}
.SMenuItemSel
{
    /*background-image:url(../Images/Menu/SubMenuSel.gif);*/
    background-repeat:no-repeat;
    background-position:right top;
    background-color:#6499de;
    font-family:Arial;
    font-size:11px;
    color:#FFFFFF;
    border-right:solid 1px #769dcf;
    /*border-left:solid 2px transparent;*/
    cursor:pointer;cursor:hand;
    padding-left:10px;
    padding-right:10px;      
    white-space: nowrap; 
}
.LeftMenu
{
	border-left:solid 1px #C4D3F4;
	border-top:solid 1px #C4D3F4;
	border-bottom:solid 1px #204FC8;
	border-right:solid 1px #204FC8;
	width:140px;
}
.LMMenuItem
{
	background-image:url(../Images/Menu/SubSubNavItem.jpg);
	background-repeat:repeat-x;
	background-position:left top;
    padding-left:8px;
    color:#333333;
    font-family:Arial;
    font-weight:bold;
	height:19px;
	width:138px;
	cursor:pointer;cursor:hand;
}
.LMMenuItemSel
{
	background-image:url(../Images/Menu/SubSubNavItemSel.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#CBD5F0;
    padding-left:8px;
    color:#333333;
    font-family:Arial;
    font-weight:bold;
	height:19px;
	width:138px;
	cursor:pointer;cursor:hand;
}
/* TS = Tab Strip */
.TSGrad
{
	width:792px;
	background-image:url(../Images/Menu/TSGrad.gif);
	background-repeat:no-repeat;
	background-position:left top;	
	
}
.TSGradMini
{
	width:632px;
	background-image:url(../Images/Menu/TSGradMini2.gif);
	background-repeat:repeat-y;
	background-position:left top;		
	/*height:40px;	*/
}
.TSRow
{
	width:100%;
	height:40px;
	vertical-align:middle;
}
.TSLeftSel
{
	background-image:url(../Images/Menu/TSLeftSel.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:6px;	
	height:40px;
	cursor:pointer;cursor:hand;
}
.TSRightSel
{
	background-image:url(../Images/Menu/TSRightSel.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:6px;	
	height:40px;
	cursor:pointer;cursor:hand;
}
.TSMidSel
{
	background-image:url(../Images/Menu/TSMidSel.gif);
	background-repeat:repeat-x;
	background-position:left top;
	height:40px;	
	font-family:arial;
	font-size:11px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	font-weight:800;
	color:#0C2E82;
	cursor:pointer;cursor:hand;
	vertical-align:middle;
		
}
.TSMid
{
	font-family:arial;
	font-size:11px;
	height:40px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:800;
	color:#333333;
	cursor:pointer;cursor:hand;	
}
.TSMidHover
{
	font-family:arial;
	font-size:11px;
	height:40px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:800;
	color:#0C2E82;
	cursor:pointer;cursor:hand;
}

.TSBody
{
	background-color:White;
	width:100%;
	padding-bottom:10px;
	float:left;	
	vertical-align:middle;
}

/*.Pad
{
	padding-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}*/

.Pad8
{
	padding:8px;
}

.FooterBkgd
{
	width:972px;
	height:90px;
	background-image:url(../Images/footerBackground.jpg);
	background-repeat:repeat-x;
	padding-bottom:10px;
	background-color:#436088;
}

.FooterLogo
{
padding:11px 10px 10px 10px;
}
 
 
.Footer
{
	padding:0px;
	color:#171819;
	font-size:10px;
	width:730px;
}

.Footer div
{
margin:8px 0px 8px 0px;
	
}

.FooterText, .FooterText:link, .FooterText:hover, .FooterText:visited
{
	color:#171819;
	text-decoration:none;
	margin-left:5px;
	margin-right:10px;
}
.FooterText:hover
{
	color:#FFFFFF;
	text-decoration:underline;
	margin-left:5px;
	margin-right:10px;
}


.FooterText 
{
	background-image:url(/Images/Footer/footerBullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:20px;
	padding:0px 0px 0px 8px;
	margin:0px 0px 0px 10px;
}


/* these classes used for doing 3 columns of divs */
.divThreeColumn_1 
{
	float: left;
	width: 33%;
}
.divThreeColumn_2
{
	width: 33%;
}
.divThreeColumn_3
{
	float: right;
	width: 33%;
}

/* these classes used for fields and labels on forms */
.Text40
{
	width:45px;
}
.Text100
{
	width:100px;
}
.Text150
{
	width:150px;
}
.Text180
{
	width:180px;
}
.Text200
{
	width:200px;
}
.Text250
{
	width:225px;
}
select.Text250
{
	width:229px;
}
.Text400
{
	width:400px;
}

.FieldRowLight
{
	margin-bottom: 4px;
	clear:left;
}

.FieldRowLight label
{
	clear:left;
	display:block; 
	float:left; 
	width:190px; 
	text-align:right; 
	padding-top:4px; 	
	padding-right:3px;
	color:#0C2E82;
}

.FieldRowLight label.Unrequired 
{
	width:183px; 
	padding-right:10px;
} 

/* this is for the labels that are for checkbox or radio button lists */
.FieldRowLight table label, .FieldRowLight span label 
{
	font-weight: normal;
	float:none; 
	clear:none;
	display:inline; 
	width:auto;
	text-align:left;	
}

.FieldRow 
{	
	margin-bottom: 4px;
	clear:left;
}
.FieldRow label 
{	
	
	clear:left;
	display:block; 
	float:left; 
	width:190px; 
	text-align:right; 
	padding-top:4px; 	
	padding-right:3px;
	color:#333;
}
.FieldRow label.Unrequired 
{
	width:183px; 
	padding-right:10px;
} 

.FieldRow label span 
{
	color: #0C2E82;
}

/* this is for the labels that are for checkbox or radio button lists */
.FieldRow table label, .FieldRow span label, .normalLabel, .boldLabel
{
	font-weight: normal;
	float:none; 
	clear:none;
	display:inline; 
	width:auto;
	text-align:left;
	color:Black; 		
}
.Bold
{
	font-weight: bold;
}

/* used for tab strips */

.TabStrip
{
	
}
.TabStripRow
{		
	position: relative;
	z-index: 2;	
	
}
.TabStripBody 
{
	position: relative;
	z-index: 1;
	top: -2px;	
	background-color: #ebebeb;
	border: 1px solid silver;	
	padding: 3px;	
	min-height: 300px;
}
.TabStripTab, .TabStripTab_Selected
{		
	padding: 5px;
	cursor: pointer;
	cursor: hand;
	position: relative;
}
.TabStripTab
{
	
	background-color: #ebebeb;
	border: 1px solid transparent;
	
}
.TabStripTab_Selected
{
	background-color: silver;
	border: 1px solid silver;	
}

/* used for the global top search panel */
div.SearchPanel 
{
	 Width:440px;
	 height:60px;
	 font-family:Verdana;
	 font-size: 8pt;	
}

.SearchPanel .TextBox 
{
	width: 115px;
	font-family:Verdana;
	font-size: 8pt;
	vertical-align:top;
}
.SearchPanel .DropDown
{
	vertical-align:top;
	width: 215px;	
	min-height: 18px;	
	font-family:Verdana;
	font-size: 8pt;	
}
.SearchPanel .SearchButton 
{
	margin-top:1px;
	font-family:Verdana;
	font-size: 8pt;
	vertical-align:top;
}

.EventHeader .BigScreen
{	
	background-repeat:no-repeat;
	background-position:left top;	
	width:300px;
	float:left;
}

.EventHeader .BigScreen .FeaturedEvents
{	
	min-height:230px;	
}
.EventHeader .BigScreen .FeaturedEvents .Item
{
	
}
.EventHeader .BigScreen .FeaturedEvents .ORow 
{
	padding-bottom: 0px;
	
}

.EventHeader .Rotator
{
	float:left;
	margin-top:10px;
	min-height:240px;
	width:490px;
}
.EventBody
{
	clear:left;
	width:792px;
	min-height:300px;
	background-color:White;
	
}

/* Rotator classes */
div.ImageContainer 
{
	position:relative;
	z-index:5;
	font-size:0px;
	width:482px;
	height:247px;
	overflow:hidden;
	background-color:black;
	filter: progid:DXImageTransform.Microsoft.Fade(duration=.5);
}
div.Loading 
{
	z-index:5;
	width:482px;
	height:247px; 
	background-color: gray; 		
	font-size: 24pt;		
	margin-top:-249px; 		
	position: relative;
	display:none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

div.RotatorOverlay 
{
	float:right;
	margin-top: -38px; 
	margin-right:16px;
	cursor:pointer;cursor:hand;
	position:relative;
	z-index:6;
}
div.RotatorOverlay .Prev
{
	background-image:url(../Images/RotatorPrev.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:29px;
	height:29px;
	float:left;
}
div.RotatorOverlay .Stop
{
	background-image:url(../Images/RotatorStop.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	width:25px;
	height:29px;
}
div.RotatorOverlay .Next
{
	background-image:url(../Images/RotatorNext.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	width:31px;
	height:29px;
}


.Panel231
{
	background-image:url(../Images/Header231.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
}
.Panel536
{
	background-image:url(../Images/Header536.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:536px;
}
.Panel632
{
	background-image:url(../Images/Header632.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:622px;
}
.Panel231 .Top, .Panel536 .Top, .Panel632 .Top
{
	height:22px;
	color:white;
	font-weight:bold;
	padding-left:7px;
	padding-top:4px;
}
.Panel231 .Content, .Panel536 .Content, .Panel632 .Content
{
	padding:5px;
	/*margin-bottom:10px;*/
}

/*
.Table_TheatreMovies
{
	border-collapse: collapse;
	table-layout: fixed;
		
}
.Table_TheatreMovies td 
{
	border: 1px solid silver;
	padding: 3px;
}

.Table_TheatreMovies .col1
{
	width: 110px;	
}
.Table_TheatreMovies .col2
{ 
	width: 200px;
	font-weight: bold; 
}
.Table_TheatreMovies .col3
{
	width: 200px;	
}
*/

/* rating styles */
.ratingStar_on 
{
	width: 19px;
	height: 18px;
	background-image: url(../Images/Rating/star_on.gif);
	cursor: pointer;
	cursor: hand;
}
.ratingStar_off
{
	width: 19px;
	height: 18px;
	background-image: url(../Images/Rating/star_off.gif);
	cursor: pointer;
	cursor: hand;
}
.ratingStar_over
{
	width: 19px;
	height: 18px;
	background-image: url(../Images/Rating/star_over.gif);
	cursor: pointer;
	cursor: hand;
}

.ForgetPassword
{
	padding:8px;
	min-height:200px;
}
.ForgetPassword input
{
	margin-top:4px;
}

.CreateAccount
{
	padding:10px;
}
.EditAccount
{
	padding:10px;
}
.CommunityInfo
{
	padding:10px;
}
.EditSubscription
{
	padding:10px;
}
.Subscription, TheatreSelection
{
	/*float:left;
	clear:left;*/
	width:600px;
	margin-bottom:8px;
}
.Subscription h2, .TheatreSelection h2
{
	margin-bottom:0px;
}
.TheatreDetails
{
}
.TheatreDetails .Image
{
	float:left;
	width:110px;

}
.TheatreDetails .InfoCol1
{
	float:left;
	width:330px;
	min-height:150px;
	margin-bottom:15px;
}
.TheatreDetails .InfoCol2
{
	float:left;
	width:300px;
	min-height:150px;
	margin-bottom:15px;
}

.SidePanel
{
	background-color:White;
	border-top:solid 1px #C4D3F4;
	border-left:solid 1px #C4D3F4;
	border-right:solid 1px #0C2E82;
	border-bottom:solid 1px #0C2E82;
	padding:8px;
	margin-top:8px;
	min-height:10px;
}
.SidePanel .Top
{
	background-color:#BDC6DD;
	font-weight:bold;
	color:#0C2E82;
	padding:2px;
	padding-left:5px;
	margin-bottom:4px;
}
.SidePanel .Bottom
{
	background-image:url(../Images/ListSeparator.gif);
	background-repeat:repeat-x;
	background-position:left top;
	width:100%;
	height:1px;
	margin-top:8px;
	
}
.TheatreSearch div
{

}
.TheatreSearch .Details
{
	width:525px;
}
.TheatreSearch .Movies
{
	width:525px;
}
.MovieList div
{
	width:100%;
}
.MovieList img
{
	margin-right:4px;
	margin-left:0px;
}

.TheatreList div
{
}

select.FavoriteTheatres 
{
	font-size: 8pt;
	width: 249px;
}
/******** CineplexNews ***********/
.CN
{
	margin-bottom:10px;
}
.CN .ArtHeader
{
	padding-top:4px;
	padding-bottom:4px;
	width:315px;
	background-color:#B31208;
	font-weight:bold;
	color:White;
}
.CN .ArtTable
{
	 
	width:315px;
	background-color:#EDEDED;
	padding-bottom:10px;
}
.CN .ArtTable p
{
	margin-bottom:0px;
}

.CN .ArtTable .Title
{
	font-weight:bold;
	text-transform:uppercase;	
}
.CN .Separator 
{
	background-image:none;
	border-bottom:solid 1px #B72017;
	width:100%;
	height:1px;
	margin-top:5px;
	margin-bottom:10px;
}
.CNIssue .ArtHeader
{
	width:470px;
}
.CNIssue .ArtTable
{
	width:470px;
}
.CNIssue .ArtImage
{
	width:625px;
	height:210px;
}
/***** Famous Mag ****/

.CN div
{
	font-family:Arial;
	font-size:11px;

}
.CN .Image
{
	float:left;
	margin-left:10px;
	width:60px;
	margin-top:10px;
}
.CN .LC
{
	float:left;
	width:315px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
.CN .LCNoPic
{
	float:left;
	width:290px;
	margin-top:10px;
	margin-left:8px;
	margin-right:4px;
}
.CN .Title
{
	text-transform:uppercase;
	margin-left:0px;
}
.CN .Caption
{
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
}

.CNIssue .FamousKids .BoxTop
{
	background-image:url(../Images/FamousKidsBoxTopL.gif);
	width:410px;
}
.CNIssue .FamousKids .BoxMid
{
	background-image:url(../Images/FamousKidsBoxMidL.gif);
	width:410px;
}
.CNIssue .FamousKids .BoxBot
{
	background-image:url(../Images/FamousKidsBoxBotL.gif);
	width:410px;
}

.CN .ShortDesc img
{
	display:none;
}
/************CineplexNews******************/

/***** Generic *****/
.Famous /*, .FamousIssue*/
{
	margin-bottom:10px;
}
.Famous .ArtHeader
{
	padding-top:4px;
	padding-bottom:4px;
	width:315px;
	background-color:#B31208;
	font-weight:bold;
	color:White;
}
.Famous .ArtTable
{
	 
	width:315px;
	background-color:#EDEDED;
	padding-bottom:10px;
}
.Famous .ArtTable p
{
	margin-bottom:0px;
}

.Famous .ArtTable .Title
{
	font-weight:bold;
	text-transform:uppercase;	
}
.Famous .Separator /*, .FamousIssue .Separator*/
{
	background-image:none;
	border-bottom:solid 1px #B72017;
	width:100%;
	height:1px;
	margin-top:5px;
	margin-bottom:10px;
}
.FamousIssue 
{
	width: 
}
.FamousIssue .ArtHeader
{
	width:470px;
}
.FamousIssue .ArtTable
{
	width:470px;
}
.FamousIssue .ArtImage
{
	width:625px;
	height:210px;
}
/***** Famous Mag ****/

.Famous div
{
	font-family:Arial;
	font-size:11px;

}
.Famous .Image
{
	float:left;
	margin-left:10px;
	width:60px;
	margin-top:10px;
}
.Famous .LC
{
	float:left;
	width:315px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
.Famous .LCNoPic
{
	float:left;
	width:290px;
	margin-top:10px;
	margin-left:8px;
	margin-right:4px;
}
.Famous .Title
{
	text-transform:uppercase;
	margin-left:0px;
}
.Famous .Caption
{
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
}

/**** FamousKids Mag ****/
.FamousKids .ArtTable
{
	background-color:Transparent;
}
.FamousKids div
{
	font-size:12px;

}

.FamousKids .Image
{
	float:left;
	margin-left:10px;
	margin-top:0px;
	width:60px;
	
}
.FamousKids .Image img
{
	margin-top:5px;
	margin-left:5px;
}
.FamousKids .LC
{
	float:left;
	margin-top:2px;
	margin-left:12px;
	margin-right:10px;
}
.FamousKids .Title
{
	font-size:14px;
}


.FamousKids .ArtTable
{
	margin-top:0px;
	padding-bottom:0px;
}
.FamousKids .ArtTable .Title a /*here*/
{
	color:#0C2E82;
	font-size:14px;
	text-decoration:none;
}
.FamousKids a
{
	font-size:11px;
}

.FamousKids .BoxTop div.Title
{
	padding-top:0px;
}

.FamousKids .BoxTop
{
	padding-top:13px;
	background-image:url(../Images/FamousKidsBoxTop.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:315px;
}
.FamousKids .BoxMid
{
	background-image:url(../Images/FamousKidsBoxMid.gif);
	background-repeat:repeat-y;
	background-position:left top;
	width:315px;
}
.FamousKids .BoxBot
{
	background-image:url(../Images/FamousKidsBoxBot.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:315px;
}

/****Famous Quebec ****/

.FamousQuebec .ArtHeader
{
	background-color:#0C2E82;
}
.FamousQuebec .ArtTable
{
	background-color:#ECF2FF;
}
.FamousQuebec .ArtTable .Title
{
	color:#333333;
}

.FamousQuebec .Image
{
	float:left;
	margin-left:10px;
	width:60px;
	margin-top:10px;
}
.FamousQuebec .LC
{
	float:left;
	margin-top:10px;
}
.FamousQuebec .Title
{
	color:#0C2E82;
}


.FamousIssue .FamousKids .BoxTop
{
	background-image:url(../Images/FamousKidsBoxTopL.gif);
	width:410px;
}
.FamousIssue .FamousKids .BoxMid
{
	background-image:url(../Images/FamousKidsBoxMidL.gif);
	width:410px;
}
.FamousIssue .FamousKids .BoxBot
{
	background-image:url(../Images/FamousKidsBoxBotL.gif);
	width:410px;
}

.Famous .ShortDesc img
{
	display:none;
}


/**** Cineplex News ****/


.cineplexnewsStoryList
{
	margin:5px 0px 5px 0px;
	padding:0px 0px 8px 0px;
	width:468px;
	background-image:url(../images/ListSeparator.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	clear:both;
}

.cineplexnewsStoryList img
{
margin-left:0px;
margin-right:5px;
width:60px;
height:65px;
}

	.cineplexnewsStoryList .LC
{
	float:left;
	width:380px;
	margin-top:0px;
	margin-left:5px;
	margin-right:10px;
}
.cineplexnewsStoryList .LCNoPic
{
	float:left;
	width:450px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

.cineplexnewsFeature
{
	margin:5px 0px 5px 0px;
	padding:0px 0px 8px 0px;
	width:468px;
	background-image:url(../images/ListSeparator.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	clear:both;
}

.cineplexnewsFeature img
{
margin-left:0px;
margin-right:5px;
width:140px;
height:150px;
}

.cineplexnewsFeature .LC
{
	float:left;
	width:300px;
	margin-top:0px;
	margin-left:5px;
	margin-right:10px;
}
.cineplexnewsFeature .LCNoPic
{
	float:left;
	width:450px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

.CineplexnewsHistoryBirthday p 
{
padding:0px 0px 10px 0px;
}

.miniPlayerLeft
{
	float:left;
	margin-right:10PX;
	width:290PX;
	height:300PX;
}

.miniPlayerRight
{
	float:right;
	margin-left:10PX;
	width:290PX;
	height:300PX;
}


.MItem {
	clear: left;
	margin: 0px;
}
.MItem p
{
	 line-height:17px;
}
.MItem p label
{
	font-size: 11px;
	font-weight:bold;
	color:#0C2E82;
}
.MItem img
{
	margin-top:6px;
	margin-bottom:6px;
}
.MItem p img
{
	vertical-align:middle;
	margin-bottom:4px;
	margin-top:0px;
}

.InviteAFriend .InviteFieldRow
{	
	margin-bottom: 4px;
}

.InviteAFriend .InviteFieldRow label
{	
	clear:left;
	display:block; 
	float:left; 
	width:80px; 
	text-align:right; 
	padding-top:4px; 	
	padding-right:4px;
	color:#0C2E82;
}

.InviteAFriend .InviteFieldRow label.Unrequired 
{
	width:74px; 
	padding-right:10px;
} 

.InviteAFriend .CreateMFieldRow
{
	margin-top:10px; 	
	margin-left:110px;
	margin-bottom:10px;
}
.InviteAFriend .CreateMFieldRow label
{	
	width:200px;
	text-align:right;
	vertical-align:top;
	color:#0C2E82;
}

.AuditoriumInfo div
{

}
.AuditoriumInfo .LeftMenu
{
	width:168px;
}

.AuditoriumInfo .LMMenuItem
{
    padding-left:0px;
    vertical-align:bottom;
    line-height:19px;
	width:168px;
}
.AuditoriumInfo .LMMenuItemSel
{
    padding-left:0px;
    vertical-align:bottom;
    line-height:19px;
	width:168px;
}



/*************************
* CALENDAR 
*************************/

.calendar_button
{
	border:none;
	cursor:pointer;
}

.picker
{
  cursor: pointer;
}

.calendar td
{
  
}

.title
{
	font-weight:bold;
  background-color:#E1ECFC;  
}

.day
{
	width:18px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayhover
{
  width:18px;
  cursor:pointer;
  background-color:#cccccc;
  text-align:center;  
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayheader
{
	width:18px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}

.othermonthday
{
  color:#999999;
}

.outofrangeday
{
  visibility:hidden;
}

.selectedday
{
	width:18px;
  background-color:#FBE694;
  color:black;
  border-width:1px;
  border-color:#2254B1;
  border-style:solid;
  font-weight:bold;
}

.calendar
{
  border-style:solid;
  border-width:1px;
  border-color:black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.month
{
  background-color:#F6F6F6;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
  margin-top:0px;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:center;
  padding:0px 5px 0px 5px;
}

.selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:center;
  background-color:#FFFFFF;
}

#Birthdays .topSpacing
{
 margin-top: 5px;
}

#Birthdays .subHeader td {
 background-color: #E7A614;
 font-weight: bold;
 height: 23px;
 width: 100%;
}
#Birthdays .subHeader h2 {
 color: #000;
 font-family: Arial, Verdana, Sans-Serif;
 margin-left: 15px;
}

#Birthdays .subHeader A:link {
 color: #000;
 text-decoration: none;
}
#Birthdays .subHeader A:active {
 color: #ff0000;
 text-decoration: none;
}
#Birthdays .subHeader A:visited {
 color: #000;
 text-decoration: none;
}
#Birthdays .subHeader A:hover {
 color: #004D8F;
 text-decoration: underline;
}

.tdcontent {
 background-color: #EEF3F7;
 border: 1px solid #8FB3D3;
}

.NPFont {
 margin-left: 10px;
 margin-top: 10px;
}
.NPFont A {
 font-size: 12px;
 width: 100%;
}

.NPFont A:link {
 color: #004D8F;
 text-decoration: none;
}
.NPFont A:visited {
 color: #004D8F;
 text-decoration: none;
}
.NPFont A:active {
 color: #ff0000;
 text-decoration: none;
}
.NPFont A:hover {
 background-color: #D3E1EC;
 color: #C08D0E;
 text-decoration: underline;
}

.partiesProvHdr {
 font-size: 14px;
 font-weight: bold;
 padding: 10px 0 10px 0;
 text-decoration: underline;
}

.partiesSpacing {
 margin-top: 5px;
}
.partiesSpacing td {
 height: 45px;
 padding-bottom: 5px;
 padding-left: 5px;
 padding-top: 5px;
}

.featureColorsOn {
 background-color: #EDF3F8;
 border-bottom: solid 1px #8FB3D3;
 border-top: solid 1px #8FB3D3;
 padding: 10px 5px 10px 5px;
}

/* Sitemap Classes */
.SiteMapModule 
{
	background-color: White;
	padding: 15px;
}

.SiteMapModule .SiteMap 
{
	
}
.SiteMapModule .RootNode
{
	margin-top: 6px;	
}
.SiteMapModule .RootNode  a, .SiteMapModule .RootNode  a:visited, .SiteMapModule .RootNode  a:hover
{
	color:#B31208;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.SiteMapModule .ParentNode  a, .SiteMapModule .ParentNode  a:hover, .SiteMapModule .ParentNode  a:visited
{
	font-size: 11px;
	font-weight:bold;
	color:#0C2E82;
}

.MovieSearch
{
	width:232px;
	padding: 3px;
	margin-left: 10px;
}
.MovieSearch p 
{
	color:#333333;	
}
.MovieSearch p.R
{
	margin-top:4px;
	margin-bottom:5px;
	margin-left:3px;
}


.MovieSort
{
 /*width: 530px;*/
}
.MovieSort a
{
	font-weight:bold;
}
.MovieSort a.Sel
{
	font-weight:bold;
	color:#0C2E82;
}

.Pager 
{
}

.PagerContainer 
{
	width: 100%;	
	Clear: left;
	width: 100%;	
}

.Pager .PP
{	
	height: 10px;
	padding-bottom:20px;
}

.Pager .LP
{
	display:inline;
	line-height:20px;
}

.Pager .MP
{
	width:80px;
	
	display:inline;
	letter-spacing:2px;
	margin-top:1px;
}

.Pager .RP
{
	display:inline;
	line-height:20px;
}

.Pager .SelectedPage, .Pager .SelectedPage:hover, .Pager .SelectedPage:visted
{
	font-weight: bold;	
	text-decoration:none;
}

.MDetails
{
	

}
.MItem  .Img
{
	width:100px;
}
.MItem .Img img
{
	width:90px;
	height:140;
}
.MDetails .MItem a
{
	color:#B31208;
}
.MDetails .MItem .Img
{
	width:125px;
	margin-left:8px;
}
.MDetails .MItem .Img img
{
	width:110px;
	
}

.MCalendar 
{
	clear: left;
	margin: 0px;
}

.MCalendar .MItem a
{
	color:#B31208;	
}

.MCalendar  img
{
	width:66px;
	margin-right:8px;
}

.MCalendar p
{
	 line-height:17px;
}
.MCalendar p label
{
	font-size: 11px;
	font-weight:bold;
	color:#0C2E82;
}

.MCalendar p img
{
	vertical-align:middle;
	margin-bottom:4px;
	margin-top:0px;
}





.MovieListing
{
	margin-top:0px;
}

.Trailers
{
}
.Trailers p
{
	 line-height:17px;
}
.Trailers p label
{
	font-size: 11px;
	font-weight:bold;
	color:#0C2E82;
}

.NewsDetails
{
	margin:0px 10px 5px 5px;
}

.NewsDetails .NewsHeadline
{
	font-weight:bold;
	font-size:14px;
}
.JobPositions
{
	width:700px;
	margin-left:70px;
}
.CorpSales .RightPanel
{
	float:right;
	width:150px;
	padding:5px;
	background-color:#d0d9f2;
}
.CorpSales .FieldSection
{
	margin-left:100px;
}

.CareerAppForm 
{
	Clear:both;
}
.CareerAppForm .Separator 
{	
	margin-top: 15px;
	margin-bottom: 15px;
	
	Clear:both;
}

.CorpCoupFoot li
{
    list-style-image:none;
}

#mapMarkerList
{
    /*background-color: #f5f5f5;
	border: #a5a5a5 1px solid;
	float: left;
	width: 209px;*/
	height: 300px;
	overflow: auto;
}

#mapMarkerList li
{
    list-style-image:none;
    list-style-type:none;
    margin-left:0px;
    padding-left:0px;
}


.PressReleases 
{
	width:782px;
	background-color: White;
	padding: 5px;
}

.PressReleases .AltItem td
{
	background-image:url(../Images/AlternatingGrad.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.NewsList
{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.NewsListItem
{
    margin: 0;
    padding: 0;
}

.PubDate
{
    font-weight:bold;
    margin-top:3px;
    padding-top:0px;
}

.NewsListItem .Headline a, 
.NewsListItem .Headline a:link, 
.NewsListItem .Headline a:visited
{
    text-decoration:none;
}

.Feedback .FieldRow label 
{
	width:250px;
}
.Feedback .FieldRow label.Unrequired 
{
	width:243px; 
	padding-right:10px;
} 
.Feedback .FieldRow .PL
{
	margin-top:6px;
	margin-left:10px;
} 

.Feedback .FieldRow .Comments
{
	width:405px;
	padding-left:140px;
} 
.Feedback .FieldRow .Comments input
{
	margin-top:4px;
}

.MovieNews
{
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 15px;
	
}
.GroupBooking
{
	margin-top:20px;
	margin-left:80px;
}
.GroupConfirm
{
	height:300px;
}

.FullStory p 
{
    margin-bottom:10px;
}

.TheatreSpecs 
{
	width: 625px;
}
.TheatreSpecs .Desc 
{
	width:450px; 
	margin-right: 5px;
}

.TheatreSpecs .Theatres 
{
	width: 160px; 
	background-color:#d0d9f2; 
	padding:3px;
}
.TheatreSpecs .Theatres .h2 
{
	margin-bottom: 5px;	
}
.TheatreSpecs .Theatres .Cities
{
	margin-left:4px;
} 
.TheatreSpecs .InfoCol1 
{
	width: 220px;
	float:left;
}

.TheatreSpecs .InfoCol2
{
	width: 220px;
	float:left;
}
.TheatreSpecs .lnkMap 
{
	margin-top: 4px;
	margin-bottom: 4px;
}
div.RatingHover 
{	
	display: none;	
	position: absolute;
	padding:5px;
	background-color:#ECF2FF;
	border:solid 1px #E89D00;
	min-width:250px;	
}
div.RatingHover div 
{
	width:250px;
}
img.HoverImage 
{
	float:left; 
	margin-right: 3px;
	margin-bottom: 3px; 
}

.NoBorder input
{
    border:0;
}

.MessageWindow 
{
	border:#0d3082 solid 1px;
	margin:2px 0px; 
	/*padding:10px;*/
	background-color:#BDC6DD;	
	color:#0C2E82;
	width:628px;
	text-align:left;
}

.FlashMessageWindow
{
	width:100%;
	margin-left:22px;
	padding:2px;	
}

.LeftSubHeaderSponsor
{
    background-image:url(/Images/LeftSubHeaderSponsor.gif);
    background-repeat:no-repeat;
    width:242px;
    height:30px;
}

.RightSubHeaderSponsor
{
    background-image:url(/Images/RightSubHeaderSponsor.gif);
    background-repeat:no-repeat;
    width:240px;
    height:30px;
}
.ExtDropDown, .ExtDropDown ul
{
	background-color:white;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style-type:none;	
	list-style-image:none;
}
.ExtDropDown li
{
	list-style-type:none;	
	list-style-image:none;
	margin:2px;
}

.radioButton input{
border:none;
}

.LightboxThumbnails 
{
}

.LightboxThumbnails img
{
    border-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
}

.LatestMovieNews ul li
{
    list-style-image: url(../Images/Bullet.gif);
}

.EventsHome 
{
    background: Black url(../Images/bgEvents.gif) repeat-x;
    color: #CCCCCC;
    width: 782px;
    _width: 782px;
    margin: 0;
    padding: 0;
}

.EventsHome * 
{
	color: #CCCCCC !important;
}

.EventsAbout .EventArea,
.EventsHome .EventArea
{
    width: 772px;
    _width: 772px;
    padding: 5px;
}

.EventsHome .Body
{
    background-color: #191919;
    width: 750px;
    padding: 10px;
}

.EventsHome .Item
{
    width: 380px;
    float: left;
    margin-top: 5px;
}

.EventsHome .ItemText
{
    margin: 10px;
}

.EventsHome .ItemText ul li
{
    list-style-image: url(../Images/lnkWhite.gif)
}

.EventsHome .Item .Img
{
    float: left;
    margin-bottom:5px;
    width: 380px;
    min-height: 60px;
    _height: 60px;
}

.EventsHome .Item .Img img
{
    width: 380px;
    height: 60px;
}

.EventsHome .Item a
{
    /*color: #cc0000;*/
    color:#FFF;
}

.EventsAbout .Title
{
    background: url(../Images/EventTitle.gif) no-repeat;
    width: 771px;
    min-height:37px;
    _height:37px;
    height: 37;
}    

.EventsHome .Title
{
    background: url(../Images/EventTitle.gif) no-repeat;
    width: 771px;
    min-height:37px;
    _height:37px;
    float:left;
    /*height: 37;*/
}    


.EventsAbout .Title div,
.EventsHome .Title div
{
    color: White;    
    font-size: 14px;
    padding-top: 10px;
    padding-left: 10px;
    font-weight: bold;
}

.EventsAbout
{
    background: Black url(../Images/bgEvents.gif) repeat-x;
    color: #CCCCCC;
    width: 792px;
    _width: 792px;
    margin: 0;
    padding: 0;
}

.EventsAbout .TopBody
{
    background-color: #191919;
    width:485px;
    margin-right:10px;
    padding: 10px;
}

.EventsHome .ItemTitle,
.EventsAbout .ItemTitle
{
    color:#FFFFFF;
    font-weight:bold;
}

.EventsAbout .Body
{
    width: 750px;
    padding: 10px;
}

.EventsAbout .Contact
{
    color: White;
    margin: 10px 10px 20px 10px;
}

.EventsAbout a:link, .EventsAbout a:visited
{
    color: #fff;
}

.EventsAbout .Item
{
    width: 360px;
    float: left;
    margin: 5px 10px 20px 10px;
}

.EventsAbout .ItemText
{
    width: 245px;
}

.EventsAbout .Item img
{
    float: left;
    margin-right:5px;
}

.EventsAbout a:hover {
 color:#CCCCCC;
}

.EventsHome .Item a:visited {
 color:#FFFFFF;
}

.EventsHome .Item a:hover{
color:#CCCCCC;
}



#maintenance{
	margin: 53px auto 0px auto;
	width:460px;
	height:347px;
}

/* Begin Logo Management Site Login Popup */

/*.PopupLogoTop
{
	background-image: url(../Images/Popup/SigninModalTop.png);
    background-repeat: no-repeat;
    background-position:bottom;     
    padding-left:5px;      
}*/

.PopupLogoBody
{
    background-image: url(../Images/Popup/SigninModalBody.png);
    background-repeat: repeat-y; 
    padding-left:5px;     
}

.PopupLogoBottom
{
    background-image: url(../Images/Popup/SigninModalBottom.png);
    background-repeat: no-repeat;      
    padding-left:5px;  
}

.CloseLogoPopup
{
	padding-top:5px;
    margin-left: 290px;       
    cursor: pointer; cursor: hand;
}


/* End Logo Management Site Login Popup */
.PopupTop
{
    background-image: url(../Images/Popup/SigninModalTop.png);
    background-repeat: no-repeat;
    background-position:bottom;
     width: 676px;
    min-height: 6px;
    _height: 6px;
    height: 6px;
}

.PopupBody
{
    background-image: url(../Images/Popup/SigninModalBody.png);
    background-repeat: repeat-y;
    width: 676px;
    min-height: 282px;
    _height: 282px;
    height: 282px;
    
    padding-left: 10px;
    padding-right: 10px;
}

.PopupBottom
{
    background-image: url(../Images/Popup/SigninModalBottom.png);
    background-repeat: no-repeat;
    width: 676px;
    min-height: 12px;
    _height: 12px;
    height: 12px;
}

.ClosePopup
{
    margin-left: 580px;
    
    min-height: 10px;
    height: 10px;
    _height: 10px;
    
    cursor: pointer; cursor: hand;
}

.LoginWarningLeft
{
    background-image: url(../Images/Popup/LoginWarningLeft.gif);
    background-repeat: no-repeat;
    width: 5px;
    min-height: 50px;
    _height: 50px;
    height: 50px;
}

.LoginWarningBody
{
    background-image: url(../Images/Popup/LoginWarningBody.gif);
    background-repeat: repeat-x;
    width: 599px;
    min-height: 45px;
    max-height: 45px;
    _height: 45px;
    height: 45px;
    
    padding: 5px 5px;
    font-size: 11px;
    color: White !important;
    margin-bottom: 5px;
}

.LoginWarningBody img 
{
	margin-top: 5px;
}

.LoginWarningBody a, .LoginWarningBody a:visited
{
	color: White;
}

.LoginWarningBody table
{
    margin-left:10px;
    width:545px;
    
    border-collapse: collapse;
    vertical-align: middle;
}

.LoginWarningBody table tr
{
    height: 40px;
    vertical-align: middle;
}

.LoginWarningRight
{
    background-image: url(../Images/Popup/LoginWarningRight.gif);
    background-repeat: no-repeat;
    width: 5px;
    min-height: 50px;
    _height: 50px;
    height: 50px;
}

.ClosePopup
{
    margin-right:350px;
    margin-bottom:6px;
    cursor: pointer; cursor: hand;
}

.UpdateProfilePanel .Panel632
{
	background-image:url(../Images/Header620.gif);
	background-repeat:no-repeat;
	background-position:left top;
    margin-left: 10px;
    width: 620px;
}

div.MovieList p.showtimes a, div.MovieList p.filmenhancement span.filmenhancement
{
    font-weight: bold;
}

div.MovieList p.separator
{
    height: 6px;
}
