@charset "utf-8";
/* CSS Document */
form {
	margin:0;
	padding:0;
	}
.hand {
	cursor: pointer;
	cursor: hand;
}

#modal {
	width:725px;
	height: 545px;
	position: absolute;
	z-index: 300;
	display: none;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
#modalIframe {
	border: none;
	width:725px;
	height: 550px;
}

.modalWindow {
	display:block;
	width:725px;	
	/*height: 550px;*/
	height:550px;
	background-color: #FFF;
}

#modalTopBar {
	width:725px;
	height:25px;
	background-color:#477cae;
	color:#FFF;
	position: relative;
}
	
#modalTopBar h1 {
	width: 600px;
	overflow: hidden;
	margin:0;
	padding:0;
	font:13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:4px 0 0 15px;
	position: absolute;
	left: 0;
	top: 0;
}
	
#TopBarRight span#closeModal {
	cursor: pointer;
	cursor: hand;
	/*padding: 0 10px 0 10px;*/
	margin-left: 10px;
}

#TopBarRight span {
	margin-left: 10px;
}

#modalTopBar #TopBarRight {
	margin:5px 0 0 0;
	padding:0 15px 0 0;
	display:block;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	}
#form1 {
	margin:0;
	padding:0;
	}	
	
#showtimesLeft {
	width: 275px;
	height: 525px;
	background-color: #f4f5f7;
	position: relative;
	margin:0;
	padding:0;
	font:13px Arial, Helvetica, sans-serif;
}
#signupLeft {
	position: relative;
	margin:0;
	padding:0;
	}
	
.english #showTimesHeader {
	width:237px;
	height:34px;
	margin:0 auto 0 auto;
	padding-top:15px;
	background-image: url(/images/modal/showTimesHeader.jpg);
	background-repeat: no-repeat;
	background-position: center 15px;
	}
	
.french #showTimesHeader {
	width:237px;
	height:34px;
	margin:0 auto 0 auto;
	padding-top:15px;
	background-image: url(/images/modal/showTimesHeader_FR.jpg);
	background-repeat: no-repeat;
	background-position: center 15px;
	}	
	
	
#signUpHeader {
	display:block;
	margin:0;
	padding:15px 0 0 17px;
	width:456px;
	height:33px;
	}
#printShowTimes, #printShowTimes img{
	display:none;
	}
#showtimesForm {
	display:block;
	margin:25px 0 0 35px;
	font-weight:bold;
	}

#signUpForm {
	display:block;
	width:545px;
	height:auto;
	margin:10px 0 0 95px;
	padding:0;
	font:13px Arial, Helvetica, sans-serif;
	
	}
#signUpForm a {
	color:#477cae;
	text-decoration:underline;
	}
#signUpForm a:hover {
	text-decoration:none;
	}
#EmailLabel {
	width:100px; 
	outline:1px blue solid;
}
#showtimesForm .showtimesFormField {
	display:block;
	position:relative;
	}
#showtimesForm  p{
	display:block;
	margin:0 0 15px 0;
	/*font-weight:normal;*/
	}
.ddlTitle,.ddlDate,.ddlProvince,.ddlCity {
	width:180px;
	display:block;
	margin:8px 0 0 0;
	}
.french .ddSubmit {
	display:block;
	width:181px;
	height:30px;
	background:#f4f5f7 url(/images/getShowTimeBTN_FR.gif) no-repeat scroll top left;
	margin:10px 0 0 0;
	padding:0;
	border:none;
	}		
	
.english .ddSubmit {
	display:block;
	width:181px;
	height:30px;
	background:#f4f5f7 url(/images/getShowTimeBTN.gif) no-repeat scroll top left;
	margin:10px 0 0 0;
	padding:0;
	border:none;
	}			
	
	
.errorIcon {
	width: 21px;
	height: 21px;
	background:transparent url(/images/error.png) no-repeat scroll top left;
	_background: none;
 	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/images/error.png');
	position:absolute;
	top:25px;
	left:197px;
	display:none;
}

.checkmarkIcon {
	width: 21px;
	height: 21px;
	background:transparent url(/images/checkmark.png) no-repeat scroll top left;
	_background: none;
 	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/images/checkmark.png');
	position:absolute;
	top:23px;
	left:197px;
	display:none;
}	
#showTimesListing {
	position: absolute;
	left: 290px;
	top: 40px;
	width: 415px;
	height: 490px;
	overflow: hidden;
	overflow-y: auto;
	display:block;
	}
#showTimesContent {
	display:inline-block;
	color:#000000;
	width:375px;
	margin:12px 0 12px 0;
	font:11px Arial, Helvetica, sans-serif;
	}
.formDivider {
	position:relative;
	left:50px;
	width:595px;
	height:2px;
	border-bottom: 2px solid #f2f2f2; 
	margin-top:25px;
	padding:0;
	
	}
div[class="formDivider"] {
	margin-top:25px;
	}
#signUpSubmit {
	position:relative;
	display:block;
	width:280px;
	height:30px;
	top:15px;
	left:51px;
	}

.french #submit {
	width:180px;
	height:30px;
	border:none;
	background:transparent url(/images/submitBTN_fr.jpg) no-repeat scroll top left;
	margin:0;
	padding:0;
	cursor:pointer;	
	}
	
.english #submit {
	width:180px;
	height:30px;
	border:none;
	background:transparent url(/images/submitBTN.jpg) no-repeat scroll top left;
	margin:0;
	padding:0;
	cursor:pointer;	
	}
	
a#cancelSignUp {
	display:block;
	position:absolute;
	font:13px Arial, Helvetica, sans-serif;
	color:#477CAE;
	text-decoration:none;
	left:224px;
	top:7px;
	}
.txtname,.txtemail, .otherCity {
	width:180px;
	}
.agelist, .citylist {
	width: 180px;
	}

#TheatreRating {font-weight:bold;}
#TheatreAddress {color:#999999;}

.MovieThumbnail img {
	display:block;
	height:70px;
	float:left;
	margin:0 15px 0 0;
	}
.litMovieTitle,.litShowDate ,.litCity {font-weight:normal;}
/* Deryck styles */	

.MovieTitle {
	font-size:24px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	}
/* Signup page styles */	
.theirs#maincontent {
    margin-left:56px;
    width:596px;
    text-align:left;
}
#mainWrapper {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    width:725px;
    
}
#headerWrapper {
    width:995px;
    position:relative;
    margin:auto;
    z-index:140;
    height:45px;
}
#modal #headerLogo {
	position:absolute;
	margin:0;
	padding:0;
	width:70px;
	height:45px;
	float:left;
	clear:both;
	border:none;
	text-decoration:none;
}
#modal #headerLogo a{
	border:none;
	text-decoration:none;
}
#modal #headerTitle {
	display:block;
	position:relative;
	width:274px;
	height:21px;
	margin:0;
	padding:0;
	top:13px;
	left:90px;
}
.form_table, .form_table tr {
	margin:0;
	padding:0;
	border:0;
	}
.form_table td
{
	margin:0;
    padding:5px;
	border:none;
}
#termForm {
	display:block;
	width:610px;
	height:445px;
	margin:10px 0 0 95px;
	padding:0;
	font:13px Arial, Helvetica, sans-serif;
	overflow-y:scroll;
	
	}
#termForm a {
	color:#477cae;
	text-decoration:underline;
	}
#termForm a:hover {
	text-decoration:none;
	}
	
#ENPanel, #FRPanel {
	padding:0 10px 0 0;
}

span#showTimeNote {
	font-weight:normal;
	font-size:11px;
	}

/* End of signup page styles */	

/* PRINT CSS */


@media print {


#showtimesBody #modalTopBar, 
#showtimesBody #showtimesLeft {
	display:none;
	}

body#showtimesBody .modalWindow #ShowtimesSelector1_showtimesContainer #showTimesContent #showTimesListing{
	width: 450px;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	}

body#showtimesBody #showTimesListing {
	position: relative;
	left: 80px;
	display: block;
	width: auto;
	height: auto;
	overflow: auto;
	
	}


	      
}