﻿


/* register */
#Register .RegistrationPanel
{
	width: 500px;	
	margin: 0px auto 0px auto;
}

#Register .RegistrationError
{
	margin: 20px 0px 20px 0px;	
	width: 100%;
	text-align: center;
	color: red;
	font-weight: bold;
}

#Register .PanelRegistrationSuccess
{
	margin: 20px 0px 20px 0px;	
}

#Register .RegistrationFieldDetails
{
	margin: 0px 0px 22px 0px;	
}


#Activation .AccountActivated
{
	width: 420px;	
	margin: 0px auto 180px auto;
}


#Error .ErrorMessagePanel
{
	width: 600px;
	margin: 0px auto 0px auto;	
}


/* Feedback */
#Feedback .SendFeedbackPanel
{
	width: 500px;	
	margin: 0px auto 0px auto;
}
#Feedback .Notification
{
	margin: 20px 0px 60px 0px;	
}
#Feedback .UserSearchBannerAd
{
	width: 500px;	
	margin: 40px auto 20px auto;
	text-align: center;
}


/* Advertising */
#Advertising .AdvertisingPanel
{
	width: 500px;	
	margin: 0px auto 0px auto;
}
#Advertising .InfoText
{
	margin: 0px 0px 20px 0px;	
}
#Advertising .Notification
{
	margin: 20px 0px 80px 0px;
}


/* Forgot Password */
#ForgotPassword .ForgotPasswordPanel
{
	width: 500px;	
	margin: 0px auto 0px auto;
}


/* About */
#About .AboutPanel
{
	width: 500px;	
	margin: 0px auto 0px auto;
}
#About .UserSearchBannerAd
{
	width: 500px;	
	margin: 40px auto 20px auto;
	text-align: center;
}


/* Development page */
#Development .DevelopmentPanel
{
	width: 500px;	
	margin: 0px auto 0px auto;
}
#Development .UserSearchBannerAd
{
	width: 500px;	
	margin: 40px auto 20px auto;
	text-align: center;
}


/* login */
#Login .LoginPanel
{
	width: 300px;
	margin: 0px auto 0px auto;
}
#Login .RegisterLink
{
	width: 180px;
	height: 50px;	
	text-align: center;
	position: absolute;
	margin: 0px 0px 0px 30px;
	top: 360px;
}
#Login .RegisterLink span
{
	display: block;	
}
#Login .RegisterLink a:hover
{
	color: #FF0000;
}
#Login div.LoggedInMessage
{
	text-align: center;	
}
#Login div.LoginName
{
	font-weight: bold;
}
#Login div.LogoutLink
{
	margin: 40px 0px 20px 0px;
}

/* user profile */
#UserProfile
{
	min-height: 500px;
	padding: 60px 0px 0px 0px;	
}
#UserProfile .UserPhotoList,
#UserProfile .UserInformation,
#UserProfile .UserMovies
{
	vertical-align: top;
}
#UserProfile .UserPhotoList
{	
	width: 120px;
	text-align: center;
}
#UserProfile .PanelUserPhotoGallery
{
	margin: 0px 0px 0px 130px;	
}
#UserProfile .PanelAllFriends
{
	width: 620px;
	margin: 0px 0px 0px 130px;	
}

#UserProfile .PanelUserProfilePanel
{
	margin: 0px 0px 0px 120px;	
}

#UserProfile .Ad1
{
	text-align: center;
	margin: 0px 0px 20px 0px;
}
#UserProfile .Ad2
{
	text-align: center;
	margin: 20px 0px 0px 0px;
}


#UserProfile .UserLinksPanel
{
	margin: 6px 0px 0px 0px;
	font-size: 10px;
}
#UserProfile .UserLinksPanel a
{
	padding: 0px 2px 0px 2px;
	color: #000000;
	background-color: #FFFFFF;	
}
#UserProfile .UserLinksPanel a:hover
{
	padding: 0px 2px 0px 2px;
	color: #000000;
	background-color: #DDDDDD;	
	text-decoration: none;
}

#UserProfile .UserInformation
{	
	width: 330px;
	padding: 0px 10px 0px 6px;
}
#UserProfile .UserMovies
{
	padding: 0px 18px 0px 6px;
}

#UserProfile .UserPhotoListPanel
{
	position: absolute;
	top: 200px;
	margin: 0px 0px 0px 20px;
}

#UserProfile .UserPhotoList a:link img,
#UserProfile .UserPhotoList a:active img,
#UserProfile .UserPhotoList a:visited img
{
	border: solid 1px #FFFFFF;
}
#UserProfile .UserPhotoList a:hover img
{
	border: solid 1px #AAAAAA;
}

#UserProfile .UserPhotoList ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#UserProfile .UserPhotoList ul li
{
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#UserProfile .UserPhotoList ul li.FirstItem
{
	margin: 0px 0px 30px 0px;
}

#UserProfile .UserDetails
{
	position: absolute;
	display: block;
	margin: 0px 0px 0px 140px;
	top: 200px;
	width: 270px;
	color: #333333;
}
#UserProfile .UserDetails .DisplayName
{
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
}
#UserProfile .UserDetails .LastLoginDate
{
	margin: 14px 0px 0px 0px;	
}

#UserProfile .UserMovies .Viewed .UserRating
{
	width: 66px;
}

#UserProfile .UserMovies .Viewed .AverageRating
{
	width: 66px;
}

#UserProfile .UserMovies .MovieReviewComments .Comment,
#UserProfile .UserMovies .MovieReviewCommentsAlternate .Comment
{
	width: 140px;
}
#UserProfile .UserMovies .MovieReviewComments .CommentBy,
#UserProfile .UserMovies .MovieReviewCommentsAlternate .CommentBy
{
	width: 80px;
}

#UserProfile .SelectUserMovieList
{
	width: 260px;
	text-align: center;
	margin: 0px 0px 20px 0px;
}
#UserProfile .ViewAllUserMovieComments
{
	width: 100%;
	margin: 8px 0px 0px 0px;
	text-align: right;	
	font-size: 10px;
}


#UserProfile .UserInformation ul,
#UserProfile .UserInformation ul li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#UserProfile .UserInformation .Title
{
	display: block;
	padding: 2px 4px 2px 0px;
	margin: 0px 0px 4px 0px;
	font-family: Arial;
	font-size: 11px;
	background-color: #feeed1;	
	letter-spacing: 2px;
}
#UserProfile .UserInformation .InfoText
{
	display: block;
	margin: 0px 0px 18px 0px;
}
#UserProfile .UserInformation .Inline .Title
{
	display: inline;	
	padding: 0px 4px 0px 0px;
	background-color: Transparent;
}
#UserProfile .UserInformation .Inline .InfoText
{
	display: inline;	
}
#UserProfile .UserInformation a
{
	color: inherit;	
}

/* user profile nuggets */
#UserProfile .Nugget span.TitleText
{
	font-size: 11px;
	padding: 4px;	
}
#UserProfile .UserInformationPanel
{
	width: 100%;
}
#UserProfile .UnviewedMoviesPanel
{
	width: 100%;
	margin: 0px 0px 20px 0px;
}
#UserProfile .ViewedMoviesPanel
{
	width: 100%;
}
#UserProfile .FriendsPanel
{
	width: 100%;
	margin: 20px 0px 0px 0px;
}

#UserProfile .FriendsPanel .FriendContainer
{
	width: 290px;
}
#UserProfile .FriendsPanel .Friend
{
	width: 94px;
	margin: 0px 0px 10px 0px;
	text-align: center;	
	float: left;
}
#UserProfile .FriendsPanel .ViewAllFriends
{
	width: 100%;
	text-align: left;
	padding: 0px 0px 10px 0px;	
}

#UserProfile .PanelAllFriends .FriendContainer
{
	width: 580px;
}
#UserProfile .PanelAllFriends .Friend
{
	width: 110px;
	margin: 0px 0px 10px 0px;
	text-align: center;	
	float: left;
}
#UserProfile .PanelAllFriends .BackToProfile
{
	padding: 0px 0px 20px 10px;	
	width: 280px;
	float: left;	
}
#UserProfile .NextPreviousLinks
{
	padding: 0px 0px 20px 0px;	
	width: 280px;
	float: right;	
	text-align: right;
}


#UserProfile .NoSelections
{
	display: block;
	width: 100%;
	text-align: center;	
}

#UserProfile .MovieListInfo
{
	display: block;
	margin: 0px 0px 20px 0px;
	font-style: italic;	
}

#UserProfile .UserMovieName
{
	display: block;
	margin: 0px 0px 14px 0px;
}


/* my friends */
#EditFriends .EditFriendsPanel
{
	width: 550px;
	margin: 0px 0px 0px 0px;
}
#EditFriends .EditFriendsPanel .FriendContainer
{
	width: 450px;
	margin: 0px auto 0px auto;
}
#EditFriends .EditFriendsPanel .Friend
{
	width: 110px;
	margin: 0px 0px 18px 0px;
	text-align: center;	
	float: left;
}

#EditFriends .NoFriends
{
	display: block;
	width: 100%;
	text-align: center;
	padding: 60px 0px 40px 0px;
}

#EditFriends .EditFriendLinks
{
	padding: 0px 0px 20px 10px;	
	width: 240px;
	float: left;	
}
#EditFriends .NextPreviousLinks
{
	padding: 0px 0px 20px 0px;	
	width: 240px;
	float: right;	
	text-align: right;
}


/* my profile */
#EditProfile .EditProfilePanel
{
	width: 550px;
	margin: 0px 0px 0px 0px;	
}
#EditProfile .ControlLabel
{
	width: 160px;
}
#EditProfile .Control
{
	width: 300px;
}
#EditProfile .PostalCode
{
	display: block;	
}



/* my preferences */
#EditPreferences .EditPreferencesPanel
{
	width: 550px;
	margin: 0px 0px 0px 0px;	
}
#EditPreferences .RegistrationFieldDetails
{
	margin: 0px 0px 30px 0px;
}
#EditPreferences .ControlLabel
{
	width: 160px;
}
#EditPreferences .Control
{
	width: 200px;
}
#EditPreferences div.CheckBox div.Control
{
	width: 100%;	
}
#EditPreferences div.CheckBox div.Control a
{
	padding: 0px 0px 0px 20px;	
}


/* my photos */
#MyPhotos img,
#MyPhotos #PreviewCroppedImage
{
	border: solid 1px #666666;
}
#MyPhotos .MyPhotosPanel
{
	width: 550px;
	margin: 0px 0px 40px 0px;	
}

#MyPhotos .NoPhotos
{
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0px 30px 0px;
}

#MyPhotos .NuggetNavigationLinks
{
	margin: 8px 0px 0px 0px;	
}
#MyPhotos .AddNewPhotoPanel
{
	margin: 20px 0px 0px 0px;	
}
#MyPhotos .CropImagePanel .SelectCropAreaMessage
{
	width: 100%;
	text-align: center;
	margin: 10px 0px 16px 0px;		
}
#MyPhotos .CropImagePanel .ImageCropPreview
{
	width: 120px;
	margin: 12px auto 12px auto;	
}
#MyPhotos #PreviewCroppedImage
{
	width: 120px;	
}
#MyPhotos .UserPhotoDetailsPanel
{
	display: block;
	float: left;
	width: 360px;
	margin: 0px 0px 0px 4px;
	text-align: center;	
}
#MyPhotos .ImagePhotoDetail
{
	margin: 0px 0px 0px 0px;	
}
#MyPhotos .EditPhotoDescription textarea
{
	margin: 0px 0px 10px 0px;
	width: 300px;
	height: 80px;
}
#MyPhotos .DefaultPhotoList
{
	margin: 8px 0px 18px 0px;	
}
#MyPhotos .UserPhotoDetailsPanel .ControlLabel
{
	display: block;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 8px 0px;	
}
#MyPhotos .UserPhotoDetailsPanel .Optional
{
	display: inline;
	padding: 0px;
}

#MyPhotos .UserPhotoList
{
	margin: 0px 0px 0px 0px;
	width: 100px;
	float: right;
}
#MyPhotos .UserPhotoList ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
#MyPhotos .UserPhotoList ul li
{
	margin: 0px 0px 14px 0px;	
}
#MyPhotos .UserPhotoList a:link img
{
	border: solid 1px #666666;
}
#MyPhotos .UserPhotoList a:hover img
{
	border: solid 1px #FFFFFF;
}

/* change password page */
#ChangePassword .ChangePasswordPanel
{
	margin: 0px 0px 0px 0px;
}

/* add movie */
#AddMovie .AddMoviePanel
{
	width: 560px;
	margin: 0px 0px 0px 0px;	
}
#AddMovie .NuggetNavigationLinks
{
	margin: 8px 0px 0px 0px;	
}
#AddMovie .AddMovieDetailsPanel
{
	margin: 30px 0px 0px 0px;	
}
#AddMovie .NoMoviesFound
{
	display: block;
	margin: 20px 0px 20px 0px;
	width: 100%;
	text-align: center;
	font-weight: bold;	
}


/* user search */
#UserSearch .UserSearchBannerAd
{
	margin: 0px 0px 0px 270px;
}
#UserSearch .SearchParametersPanel
{
	width: 190px;
	float: left;
	margin: 0px 24px 0px 10px;	
}
#UserSearch .SearchResultsPanel
{
	width: 550px;
	margin: 0px 0px 20px 0px;	
}
#UserSearch .FriendContainer
{
	width: 510px;
}
#UserSearch .Friend
{
	width: 125px;
	margin: 0px 0px 24px 0px;
	text-align: center;	
	float: left;
}
#UserSearch .ControlLabel
{
	display: block;	
	padding: 0px 0px 4px 0px;
}

#UserSearch .Inline
{
	margin: 10px 0px 18px 0px;	
}
#UserSearch .Inline .Control,
#UserSearch .Inline .ControlLabel
{
	display: inline;	
	margin: 0px;
	padding: 0px;
}
#UserSearch .Inline .ControlLabel
{
	padding: 0px 6px 0px 0px;	
	vertical-align: baseline;
}
#UserSearch .NoResults
{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin: 60px 0px 140px 0px;	
}
#UserSearch .BottomLinks
{
	display: none; /* disabled */
}

#UserSearch .FindByTheaterLink
{
	display: block;
	width: 100%;
	text-align: right;
	margin: 14px 0px 0px 0px;	
}
#UserSearch .FindByTheaterPanel
{
	display: block;
	width: 100%;
	margin: 10px 0px 0px 0px;	
}


/* invite friends */
#InviteFriends .AdMyAccountLinks
{
	width: 180px;
	margin: 160px 0px 0px 36px;		
	position: absolute;
	text-align: center;	
}
#InviteFriends .SearchOptionsPanel
{
	width: 210px;
	float: left;
	margin: 0px 34px 0px 10px;
}
#InviteFriends .InviteFriendsPanel
{
	width: 520px;
	margin: 0px 0px 20px 0px;	
}
#InviteFriends .AddressTextbox 
{
	width: 300px;
	height: 80px;	
	margin: 10px 0px 20px 0px;
}

#InviteFriends .SearchOptionsPanel img
{
	padding: 0px 4px 0px 0px;	
}
#InviteFriends .SearchOptionsPanel ul,
#InviteFriends .SearchOptionsPanel ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#InviteFriends .InviteFriendsPanel .Text
{
	margin: 0px 0px 20px 0px;	
}
#InviteFriends .UnsuccessfulLogin
{
	display: block;
	width: 100%;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	margin: 0px 0px 10px 0px;	
}

#InviteFriends .HotmailInfo
{
	float: left;
	width: 200px;	
}
#InviteFriends .HotmailInfo div
{
	margin: 14px 0px 0px 0px;	
}
#InviteFriends .WindowsLiveContacts
{
	float: right; 
	height: 400px; 
	width: 200px; 
	border: solid 1px #FFFFFF;
}

#InviteFriends .ResultMatches
{
	width: 230px;
	float: left;
	text-align: center;
}
#InviteFriends .ResultMatches .CheckBox
{
	width: 12%;
}
#InviteFriends .ResultMatches .Photo
{
	width: 26%;
}
#InviteFriends .ResultMatches .Name
{
	width: 62%;
	font-size: 10px;
	text-align: left;
}

#InviteFriends .ResultNonMatches
{
	width: 230px;
	float: right;
	text-align: center;
}
#InviteFriends .ResultNonMatches tr.Alternate
{
	background-color: #FFFFFF;
}
#InviteFriends .ResultNonMatches .CheckBox
{
	width: 10%;
}
#InviteFriends .ResultNonMatches .Name
{
	width: 90%;
	text-align: left;
}

#InviteFriends .ResultNonMatches .Submit,
#InviteFriends .ResultMatches .Submit
{
	margin: 20px 0px 20px 0px;	
}
#InviteFriends .NoResults
{
	font-weight: bold;	
}


/* my home */
#MyHome .WelcomePanel
{
	width: 550px;
	margin: 0px 0px 30px 0px;	
}
#MyHome .FriendsMoviesPanel
{
	width: 550px;
	margin: 0px 0px 0px 0px;	
}
#MyHome .FriendsMoviesPanel .NextPreviousLinks
{
	width: 100%;
	text-align: right;
	margin: 10px 0px 0px 0px;	
}

#MyHome .FriendsMovies table
{
	width: 100%;	
}
#MyHome .FriendsMovies td.Friend
{
	width: 10%;
}
#MyHome .FriendsMovies td.Movie
{
	width: 90%;
}
#MyHome .FriendsMovies td.Movie a
{
	color: #5d7373;
	font-weight: bold;
}
#MyHome .FriendsMovies .LastUpdated
{
	width: 100%;
	text-align: right;
	color: #AAAAAA;
	font-size: 10px;
	font-style: italic;
}

#MyHome .TopLinks
{
	display: none;	
}
#MyHome .BottomLinks
{
	margin: 10px 0px 0px 0px;
}
#MyHome div.Friend
{
	padding: 0px 0px 6px 0px;	
}

/* my movies */
#MyMovies .MyMoviesPanel
{
	width: 550px;
	margin: 0px 0px 60px 0px;	
}
#MyMovies .NuggetNavigationLinks
{
	margin: 8px 0px 0px 0px;	
}

#MyMovies #MovieList .UserMovieHeader
{
	display: block;
	width: 100%;
	text-align: center;
	margin: 14px 0px 14px 0px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 4px;
	word-spacing: 6px;
}


#MyMovies .EditUserReview textarea
{
	width: 400px;
	height: 100px;
}
#MyMovies .EditUserReview input
{
	margin: 16px 10px 20px 0px;
}

#MyMovies .MovieReviewComments .Comment,
#MyMovies .MovieReviewCommentsAlternate .Comment
{
	width: 300px;
}
#MyMovies .MovieReviewComments .CommentBy,
#MyMovies .MovieReviewCommentsAlternate .CommentBy
{
	width: 90px;
}
#MyMovies .MovieReviewComments .CommentInfo,
#MyMovies .MovieReviewCommentsAlternate .CommentInfo
{
	width: 360px;
	text-align: left;
}

#MyMovies .AddReviewPanel
{
	padding: 20px 0px 0px 0px;	
}
#MyMovies .AddReviewPanel .ControlLabel
{
	width: 110px;
}



/* messages */
#Messages .New
{
	font-weight: bold;	
}

#Messages div.Replied
{
	background-image: url(images/replied.gif);
	background-repeat: no-repeat;	
	width: 20px;
	height: 20px;
}

#Messages .NoMessages
{
	display: block;
	width: 100%;
	text-align:  center;
	margin: 40px 0px 40px 0px;	
}

#Messages .MessageTabs
{
	width: 570px;
	margin: 0px 0px 0px 210px;
	padding: 0px 0px 80px 0px;
}

#Messages div.MessageLink a:link,
#Messages div.MessageLink a:active,
#Messages div.MessageLink a:visited
{
	text-decoration: none;
	color: #333333;
}
#Messages div.MessageLink a:hover
{
	text-decoration: underline;
}

#Messages div.MessagePreviewLink a:link,
#Messages div.MessagePreviewLink a:active,
#Messages div.MessagePreviewLink a:visited
{
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}
#Messages div.MessagePreviewLink a:hover
{
	text-decoration: underline;
	color: #999999;
	font-weight: normal;
}
#Messages div.MessagePagingLinks
{
	width: 100%;
	text-align: right;	
}
#Messages div.MessagePagingLinks a
{
	margin: 0px 0px 0px 6px;
}

#Messages .DisplayMessageSubject
{
	display: block;
	width: 100%;
	text-align: center;
	margin: 0px 0px 10px 0px;	
	font-weight: bold;
}

#Messages .MovieInviteHasRepliedMessage
{
	font-weight: bold;
	background-color: #ffa800;
}

#Messages td.Message .DateSent
{
	display: block;
	width: 100%;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	color: #BBBBBB;
}


#Messages .MessageReplyForm
{
	display: block;
	width: 100%;
	text-align: center;
}
#Messages .MessageReplyForm textarea
{
	width: 380px;
	height: 60px;
}
#Messages .MessageReplyForm input
{
	margin: 16px 10px 20px 0px;
}


#Messages div.Inbox table,
#Messages div.MovieInvite table,
#Messages div.DisplayMovieInvite table,
#Messages div.DisplayMessage table,
#Messages div.DisplayMessageAlternate table,
#Messages div.DisplayNotification table,
#Messages div.SentMail table,
#Messages div.DisplaySentMessage table,
#Messages div.NotificationMessage table
{
	width: 100%;	
}

#Messages div.NotificationList 
{
	margin: 20px 0px 10px 10px;	
}
#Messages div.SentMailList
{
	padding: 20px;	
}

#Messages div.Inbox tr,
#Messages div.MovieInvite tr,
#Messages div.NotificationMessage tr,
#Messages div.SentMail tr,
#Messages div.DisplayMessageAlternate
{
	background-color: #f0f8f8;
}

#Messages div.Inbox table.Alternate td,
#Messages div.MovieInvite table.Alternate td,
#Messages div.NotificationMessage table.Alternate td,
#Messages div.SentMail table.Alternate td,
#Messages div.DisplayMessage
{
	background-color: #FFFFFF;
}

#Messages div.Inbox td,
#Messages div.MovieInvite td,
#Messages div.NotificationMessage td,
#Messages div.DisplayMessage,
#Messages div.DisplayMessageAlternate
{
	padding: 6px 0px 2px 0px;
	margin: 6px 0px 2px 0px;
}


/* column widths */
#Messages div.Inbox td.Delete,
#Messages div.MovieInvite td.Delete
{
	width: 6%;	
	text-align: center;
}
#Messages div.Inbox td.From,
#Messages div.MovieInvite td.From
{
	width: 20%;	
	text-align: center;
}
#Messages div.Inbox td.Subject,
#Messages div.MovieInvite td.Subject
{
	width: 46%;	
}
#Messages div.Inbox td.DateSent,
#Messages div.MovieInvite td.DateSent
{
	width: 24%;	
	text-align: center;
}
#Messages div.Inbox td.Replied,
#Messages div.MovieInvite td.Replied
{
	width: 4%;	
	text-align: right;
}

#Messages div.DisplayMessage td.From,
#Messages div.DisplayMessageAlternate td.From,
#Messages div.DisplayMovieInvite td.From,
#Messages div.DisplayNotification td.From,
#Messages div.DisplaySentMessage td.To
{
	width: 20%;
	text-align: center;
}
#Messages div.DisplayMessage td.Message,
#Messages div.DisplayMessageAlternate td.Message,
#Messages div.DisplayMovieInvite td.Message,
#Messages div.DisplayNotification td.Message,
#Messages div.DisplaySentMessage td.Message
{
	width: 80%;
	padding: 10px;
}

#Messages div.NotificationMessage td.Subject
{
	width: 80%;
	text-align:  left;
	padding: 10px;
}
#Messages div.NotificationMessage td.DateSent
{
	width: 20%;
}

#Messages div.SentMail td.To
{
	width: 24%;
	text-align: center;
	padding: 6px;
}
#Messages div.SentMail td.Subject
{
	width: 52%;
	text-align: left;
	padding: 10px;
}
#Messages div.SentMail td.DateSent
{
	width: 24%;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}



/* latest reviews */
#Reviews .ReviewPanel
{
	width: 550px;
	margin: 0px 0px 0px 200px;	
}
#Reviews .Ad1
{
	width: 180px;
	margin: 20px 0px 0px 0px;		
	position: absolute;
	text-align: center;	
}

#Reviews .MovieBarUserReviews
{
	padding: 4px;
	background-color: #fffdf9;
	border: solid 1px #feeed1;
}
#Reviews .MovieBarUserReviewsAlternate
{
	padding: 4px;
	background-color: #feeed1;
	border: solid 1px #fffdf9;
}

#Reviews .NextPreviousLinks
{
	display: block;
	text-align: right;	
}

#Reviews .MovieBar
{
	margin: 0px 0px 0px 0px;
}
#Reviews .MovieBar .MovieTitle
{
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}

#Reviews .UserRating
{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
#Reviews .UserRating .Rating
{	
	padding: 0px 0px 0px 18px;	
}
#Reviews .UserReview
{
	display: block;
	padding: 20px 0px 0px 0px;
}
#Reviews .MyRatingText
{
	padding: 10px 0px 16px 0px;
	display: block;	
	color: #85c3ff;
}
#Reviews .MovieRating
{
	width: 100px;
	text-align: center;
	display: table-cell;
}
#Reviews .UserReviewContainer
{
	padding: 6px 0px 6px 14px;
	width: 370px;
	display: table-cell;
	color: #3c95ec;
	vertical-align: top;
}
#Reviews .MovieBarUserReviews,
#Reviews .MovieBarUserReviewsAlternate
{
	margin: 0px 0px 20px 0px;
	padding: 8px 0px 0px 0px;
}
#Reviews .Friend
{
	text-align: center;
}

#Reviews .DatePosted
{
	float: right;	
	font-size: 11px;
	font-style: italic;
	color: #AAAAAA;
}





/* movie */
#Movie .Ad1
{
	width: 180px;
	margin: 20px 0px 0px 0px;		
	position: absolute;
	text-align: center;	
}
#Movie .MoviePanel
{
	width: 550px;
	margin: 0px 0px 0px 200px;	
}
#Movie .MovieBarUserReviews
{
	padding: 4px;
	background-color: #fffdf9;
	border: solid 1px #feeed1;
}
#Movie .MovieBarUserReviewsAlternate
{
	padding: 4px;
	background-color: #feeed1;
	border: solid 1px #fffdf9;
}

#Movie .MovieBar
{
	width: 500px;
	margin: 0px auto 0px auto;
	text-align: center;
}
#Movie .MovieBar .HeaderRating
{
	width: 70px;
	margin: 0px auto 30px auto;
}
#Movie .MovieBar .MovieDetails
{
	width: 500px;
	padding: 0px 0px 10px 0px;		
}
#Movie .MovieBar .MovieTitle 
{
	font-size: 14px;
}
#Movie .MovieBar .MovieLinks .IMDBLink,
#Movie .MovieBar .MovieLinks .Spacer,
#Movie .MovieBar .MovieLinks .TrailerLink
{
	display: inline;
}

#Movie .UserRating
{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
#Movie .UserReview
{
	display: block;
	padding: 20px 0px 0px 0px;
}
#Movie .MovieRating
{
	width: 100px;
	display: table-cell;
}
#Movie .UserReviewContainer
{
	padding: 6px 0px 6px 14px;
	width: 370px;
	display: table-cell;
	color: #3c95ec;
	vertical-align: top;
}
#Movie .MovieBarUserReviews,
#Movie .MovieBarUserReviewsAlternate
{
	margin: 0px 0px 20px 0px;
	padding: 8px 0px 0px 0px;
}
#Movie .Friend
{
	text-align: center;
}

#Movie .NoReviews
{
	display: block;
	width: 100%;
	text-align: center;
	padding: 30px 0px 50px 0px;
	font-style: italic;
}
#Movie .DatePosted
{
	float: right;	
	font-size: 11px;
	font-style: italic;
	color: #AAAAAA;
}
#Movie .NextPreviousLinks
{
	padding: 0px 0px 6px 0px;	
	width: 510px;
	text-align: right;
}


/* show times */

#ShowTimes .ShowTimesPanel
{
	width: 550px;
	margin: 0px 0px 20px 0px;	
}
#ShowTimes .ListingSearchPanel
{
	width: 180px;
	float: left;
	margin: 0px 34px 0px 10px;	
}

#ShowTimes .UserSearchBannerAd
{
	margin: 0px 0px 0px 270px;
}


#ShowTimes .TheaterSearch
{
	margin: 0px 0px 0px 0px;	
}
#ShowTimes .TheaterList
{
	float: left;
}
#ShowTimes .DateList
{
	float: right;
}

#ShowTimes .TheaterLink
{
	font-size: 14px;
}

#ShowTimes .TheaterName
{
	font-size: 14px;	
}

#ShowTimes .TheaterSearch .FormElement input
{
	width: 96%;	
	margin: 4px 0px 0px 0px;
}
#ShowTimes .TheaterSearch .FormElement
{
	margin: 0px 0px 16px 0px;	
}
#ShowTimes .TheaterSearch .Optional
{
	font-size: 10px;
	letter-spacing: 2px;
	color: orange;
	padding: 0px 0px 0px 6px;
}

#ShowTimes .DefaultMessage
{
	display: block;
	width: 450px;
	text-align: center;
	padding: 20px 20px 46px 20px;	
}

#ShowTimes .NoReviews
{
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px 60px 0px;	
}

#ShowTimes .TheaterMap
{
	display: block;
	font-size: 12px;	
	padding: 32px 0px 0px 0px;
}
#ShowTimes .ShowTimeInfo
{
	margin: 0px 0px 0px 20px;
	padding: 20px 0px 0px 0px;
}
#ShowTimes .MovieRating
{
	display: table-cell;
	width: 80px;
}
#ShowTimes .MovieInfo
{
	display: table-cell;
	width: 380px;
}
#ShowTimes .MovieShowTimes
{
	margin: 0px 0px 0px 80px;
}
#ShowTimes .IMDBLink a,
#ShowTimes .Spacer,
#ShowTimes .TrailerLink a
{
	color: #AAAAAA;
	font-size: 11px;	
}
#ShowTimes .MovieName
{
	padding: 0px 14px 0px 0px;
}
