/* Miscelanous styles */
.timetooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	padding: 1em 2em;
	background: black;
	color: white;
	opacity: 0.9;
}

.even	{ background: #F4F4F4; }
.odd	{ background: #FFF; }
.blueLabel { color: #2B3856; font-weight: bold; font-size: 14px; }
.gray { color: gray; }
.slate { color: #2B3856; }

input[type="button"] {
	background: #555;
	color: white;
	font-weight: bold;
}

.listHeading { 
	float: left;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #2B3856;
}
.tempRow .movieRow + div { border: none !important; }

#movieContent {
	min-height: 300px;
	padding: 0;
	background: url("../images/movies/index/background_movie.bmp") repeat-x top;
}


/* Tab plugin related */
#movieTabs {
	list-style: none; 
	margin: 0;
	padding: 0;
}
#movieTabs li {
	float: left;
	text-align: center;
	margin: 22px 0 0 1em;
	background: url("../images/movies/index/tab_nonactive.gif") no-repeat;
	height: 37px;
	width: 129px;
}
#movieTabs li a {
	display: block;
	padding: 10px 5px;
	font-family: Arial;
	font-size: 18px;
	text-decoration: none;
	color: gray;
	font-weight: bold;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
.ui-tabs-selected {
	background: url("../images/movies/index/tab_active.gif") no-repeat !important;
	padding-top: 1px;
}
.ui-tabs-selected a {
	color: black !important;
}
#allTabs {
	clear: both;
}

/* Search panel */
select.searchRegion {
	margin-top:3px;
}
.searchPanel {
	padding: 1em;
}
.ctrlSpacer {
	padding: 4px 1em;
}
.regionPanel {
	width:43%;
	margin:0;
	border-right: 1px dotted gray;
}
.ctrlSpacer label {
	padding-right: 1em;
	height: 24px;
	line-height: 24px;
	color: #2B3856;
	font-weight: bold;
	font-size: 14px;
}
.searchPanel label {
	text-align: left;
	float:left;
}
.regionPanel label {
	width: 120px;
}
#movieSearch label {
	width: 80px;
}
#movieSearch select {
	width: 150px;
}
.mapButton {
	float: right;
	display: none;
	width: 149px;
	height: 31px;
	background: url("../images/movies/index/but_map_show.gif");
	cursor: pointer;
}
.mapButtonHide {
	background: url("../images/movies/index/but_map_hide.gif");
} 

#theaterSearch, #movieSearch, #showtimeSearch {
	float:right;
	width:56%;
	margin:0;
}
#movieName {
	width: 200px;
}
.backToList {
	display: none;
	background: url("../images/movies/index/but_back.gif");
	width: 149px;
	height: 31px;
	cursor: pointer;
}

/* Map styles */
#theaterMap, #movieMap, #showtimeMap {
	height: 300px;
	width: 100%;
	margin: 0 auto;
	display: none;
}
.mapDiv .tooltip {
	background: #EEE;
	white-space: nowrap;
	font-size: 11px;
	min-width: 130px;
}
.mapDiv .tooltip > div {
	border: 1px solid black;
	padding: 2px 4px;
}
.mapCover {
	position: absolute;
	display: none;
	background: black;
	z-index: 100;
	color: white;
	cursor: default;
}
.mapMsg {
	position: absolute;
	display: none;
	color: white;
	z-index: 101;
	font-weight: bold;
	font-size: 16px;
	cursor: default;
	text-align: center;
}

/* Main containers */
#cinemaSearchPanel {
	font-family: Arial;
}
.movieTabPage {
	min-height: 100px;
}
.resultBox {
	padding: 1em;
	border-top: 1px solid #CCC;
}
.resultHeader {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	padding: 0.5em 1em;
	clear: both;
	border-top: 1px solid #CCC;
}
.postalCode {
	width: 80px;
	color: gray;
}

/* List sort columns */
.thHeader {
	font-weight:bold;
	padding:2px 1em 0.5em 1em;
	margin-bottom:0.5em;
	border-bottom: 1px dotted #CCC;
	clear: both;
}
.thHeader span {
	cursor: pointer;
	text-transform: uppercase;
	white-space: nowrap;
}
.thHeader span:hover {
	color: #FBB117;
}
.thHeader span img {
	margin-left : 0.5em;
}


/* Movie Index Buttons */
#movieIndex {
	margin: 0;
	margin-top: 1em;
	padding-top: 0.5em;
	height: 60px;
	text-align: center;
	border-top: 1px dotted gray;
}
#movieIndex div.button {
	margin-right: 7px;
 	height: 30px;
 	cursor: pointer;
	float: left;
}
#miNew { background: url("../images/movies/index/list_newreleases.gif"); width: 116px; height: 25px !important; }
#miNew:hover, #miNew.selectedIndex { background: url("../images/movies/index/list_newreleases_active.gif"); }

#miSoon { background: url("../images/movies/index/list_comingsoon.gif"); width: 116px; height: 25px !important; }
#miSoon:hover, #miSoon.selectedIndex { background: url("../images/movies/index/list_comingsoon_active.gif"); }

#miNum { background: url("../images/movies/index/list_num.gif"); width: 32px; }
#miNum:hover, #miNum.selectedIndex { background: url("../images/movies/index/list_num_active.gif"); }

#miAB { background: url("../images/movies/index/list_ab.gif"); width: 38px; }
#miAB:hover, #miAB.selectedIndex { background: url("../images/movies/index/list_ab_active.gif"); }

#miCD { background: url("../images/movies/index/list_cd.gif"); width: 38px; }
#miCD:hover, #miCD.selectedIndex { background: url("../images/movies/index/list_cd_active.gif"); }

#miEF { background: url("../images/movies/index/list_ef.gif"); width: 38px; }
#miEF:hover, #miEF.selectedIndex { background: url("../images/movies/index/list_ef_active.gif"); }

#miGH { background: url("../images/movies/index/list_gh.gif"); width: 38px; }
#miGH:hover, #miGH.selectedIndex { background: url("../images/movies/index/list_gh_active.gif"); }

#miIJ { background: url("../images/movies/index/list_ij.gif"); width: 38px; }
#miIJ:hover, #miIJ.selectedIndex { background: url("../images/movies/index/list_ij_active.gif"); }

#miKL { background: url("../images/movies/index/list_kl.gif"); width: 38px; }
#miKL:hover, #miKL.selectedIndex { background: url("../images/movies/index/list_kl_active.gif"); }

#miMN { background: url("../images/movies/index/list_mn.gif"); width: 38px; }
#miMN:hover, #miMN.selectedIndex { background: url("../images/movies/index/list_mn_active.gif"); }

#miOP { background: url("../images/movies/index/list_op.gif"); width: 38px; }
#miOP:hover, #miOP.selectedIndex { background: url("../images/movies/index/list_op_active.gif"); }

#miQR { background: url("../images/movies/index/list_qr.gif"); width: 38px; }
#miQR:hover, #miQR.selectedIndex { background: url("../images/movies/index/list_qr_active.gif"); }

#miST { background: url("../images/movies/index/list_st.gif"); width: 38px; }
#miST:hover, #miST.selectedIndex { background: url("../images/movies/index/list_st_active.gif"); }

#miUV { background: url("../images/movies/index/list_uv.gif"); width: 38px; }
#miUV:hover, #miUV.selectedIndex { background: url("../images/movies/index/list_uv_active.gif"); }

#miWXYZ { background: url("../images/movies/index/list_wxyz.gif"); width: 63px; }
#miWXYZ:hover, #miWXYZ.selectedIndex { background: url("../images/movies/index/list_wxyz_active.gif"); }

#miAll { background: url("../images/movies/index/list_all.gif"); width: 39px; }
#miAll:hover, #miAll.selectedIndex { background: url("../images/movies/index/list_all_active.gif"); }

/* Movie Controls */
#tabMovies {
	font-family: Arial;
}


#tabTheaters .grayOutAllRows .theaterRow,
#tabShowtimes .grayOutAllRows .movieRow {
	color: #CCC;
	background: white;
}

#tabTheaters .grayOutAllRows .movieRowTheaterSelected + div,
#tabShowtimes .grayOutAllRows .movieRowSelected + div {
	border: 1px solid #CCC;
	border-top: none;
}

/* Theater listing */
.theaterRow {
	padding: 6px 1em;
	line-height: 21px;
	clear:both;
	border-bottom: 1px solid #DDD;
}
/*.theaterRow:hover,*/
.theaterRowHover {
	background: #2B3856 !important;
	color: white !important;
	cursor: pointer;
}
.theaterRowSelected {
	background: #25587E;
	color: yellow;
}

.thScreens			{ float:right; width: 10%; }
.thNeighbourhood	{ float:right; width: 30%; }
.thMovies			{ float:right; width: 10%; }
.thDistance			{ float:right; width: 10%; }
.thName				{ display: block; font-weight: bold; }

.theaterMovies {
	padding: 0 3em 1em 3em;
	cursor: default;
}
.theaterMovies .movieRow {
	padding: 6px 0;
	margin: 1em 0;
	border-bottom: 1px solid #EEE;
	line-height: 21px;
}
.theaterMovies .movieRow:hover {
	background: #2B3856;
}
.theaterMovies .mName {
	clear: both;
	float:left;
	width: 50%;
}
.theaterMovies .mRating {
}
.theaterMovies .mDate {
	margin-left: 100px;
	clear: both;
	float:left;
	width: 30%;
}

.theaterMovieRow {
	cursor: default;
	height: 21px;
	line-height: 21px;
	padding: 6px 1em;
	clear:both;
	margin-bottom: 1px;
	border-bottom: 1px solid #DDD;
}
.theaterMovieHover {
	background: #2B3856;
	color: white;
}
.theaterMovieRowSelected {
	background: #333;
	color: white;
}

.thMovieShowtime	{ float:right; width: 230px; }
.thMovieDays		{ float:right; width: 90px; }
.thMovieGenre		{ float:right; width: 15%; }
.thMovieName		{ display: block; overflow: hidden; white-space: nowrap; font-weight: bold; }

.thMovieDays select {
	width: 100%;
}
.thMovieDays span {
	padding-left: 5px;
}
/* Movie Listing */

.movRating		{ float:right; width: 10%; }
.movShowday		{ float:right; width: 10%; }
.movHood			{ float:right; width: 25%; }
.movThCount		{ float:right; width: 10%; }
.movShowtime	{ float:right; width: 10%; }
.movGenre		{ float:right; width: 20%; }
.movRelease		{ float:right; width: 15%; }
.movName			{ float:none; display: block; font-weight: bold; }

/* Theater row inside a movie row */
.movieRegionSelect {
	float: right;
	font-weight: bold;
	color: #2B3856;
	font-size: 16px;
}
.movieRegionSelect select {
	border: 1px solid gray;
	font-size: 16px;
}

.movieTheaterWrapper {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px dotted gray;
	clear: both;
}

.movieRowTheaterSelected {
	background: #333 !important;
	color: white !important;
}
.movLocation {
	height: 21px;
	line-height: 21px;
	padding : 6px 0 6px 0.5em;
	border-bottom: 1px solid #DDD;
}

.movLocationHover {
	background: #2B3856;
	color: white;
	cursor: pointer;
}

.movTheaterDays span {
	padding-left: 5px;
}
.movieDaySelect {
	display: none;
	margin-top: 1px;
	border: 1px solid #CCC;
	font-size: 12px;
	font-family: Arial;
	height: 19px;
	width: 100%;
}
.movieDetails {
	margin-bottom: 1em;
}
.movieDetails div {
	padding: 2px 0;
}
.movieDetails h2 {
	margin: 0 0 10px 0;
	font-size: 22px;
	color: #2B3856
}

.showtimeContainer span:hover {
	cursor: default;
}
.buyTickets .showtimeContainer span {
	text-decoration: underline;
}
.buyTickets .showtimeContainer span:hover {
	color: #FBB117;
	cursor: pointer;
}

.movTheaterShowtime {
	overflow: hidden;
	float:right;
	width: 320px;
}

/* Show times */
.showtimeContainer span { padding-left: 5px; }
.showtimeContainer span:first-child { padding-left: 0; }




.movTheaterDays {
	float:right;
	width: 13%;
	margin-right: 4px;
}

.movieRow {
	padding: 6px 1em;
	clear:both;
	border-bottom: 1px solid #DDD;
	line-height: 21px;
}
.movieRow:hover,
.movieRowHover {
	background: #2B3856 !important;
	color: white !important;
	cursor: pointer;
}


.fancyShowtimes .movieRowHover,
.fancyShowtimes .movieRow:hover {
	background: #DDD !important;
	color: black !important;
	cursor: pointer;
}
.fancyShowtimes .movieDetailLink {
	font-size: inherit;
}
.fancyShowtimes .movieRowSelected div > div {
	border: none !important;
}

.fancyShowtimes img,
.fancyShowtimes h2:hover {
	cursor: pointer;
}
.fancyShowtimes .movieRowSelected {
	background: #EEE !important;
	color: black !important;
	border: none !important;
}
.fancyShowtimes .movieRow {
	padding-bottom: 1em;	
	border-bottom-width: 4px;
}
.fancyShowtimes .movieDiv {
	margin-bottom: 1em;
}


.movieRowSelected {
	background: #333 !important;
	color: white !important;
}

.stGenre		{ float:right; width: 25%; }
.stTime		{ float:right; width: 10%; }
.stRating	{ float:right; width: 10%; }
.stName		{ float:none; display: block; font-weight: bold; }

/* Showtime tab styles */

.showtimeRow {
	padding: 2px 1em;
	clear:both;
}
.showtimeRow:hover, .showtimeRowHover {
	background: #2B3856;
	color: white;
	cursor: pointer;
}
.showtimeRowSelected {
	background: #2554C7;
	color: #FDD017;
}

.movieDetailLink {
	display: none;
	font-size: 11px;
	font-weight: normal;
	color: #657383;
	padding-left: 5px;
	text-decoration: underline;
	cursor: pointer;
}
.movieDetailLink:hover {
	color: #FBB117;
}
.movieRow:hover span.movieDetailLink {
	display: inline;
}
.theaterMovieRow:hover span.movieDetailLink {
	display: inline;
}
.movLocation:hover span.movieDetailLink {
	display: inline;
}

/* Auto complete styles */
#acResults {
	display: none;
	position: absolute;
	height: auto;
	min-width: 200px;
	width: auto;
	background: white;
	border: 1px solid gray;
	cursor: default;
	font-size: 14px;
	z-index: 200;
}

#acResults > div {
	padding: 1px 4px;
	font-size: 13px;
}
#acResults > div b {
	font-weight: normal;
	color: red;
}
.acSelected {
	background: black;
	color: white;
}
.acSeparator {
	display: block;
	margin-top: 2px;
	padding-top: 2px;
	border-top: 1px solid gray;
}
.acTextBox {
	background: url("../images/indicator.gif") no-repeat right;
}

/* Showtime scroller */
.arrow {
	width: 8px;
	padding: 5px 5px 0 5px;
	float:right;
	display: block;
}
.arrow img { display: none; }
.timeSlideContent {
	display: inline;
}
.timeSlideWrap {
	float:right;
	overflow:hidden;
	white-space:nowrap;
}

.movTheaterName {
	font-weight: bold;
}

#movieCall, #theaterCall, #showtimeCall {
	position: absolute;
	background: black;
	width: 800px;
}

.thInfoDiv {
	padding: 0 1em 1em 1em;
}
.newMovies div:first-child {
	border: none;
}

.nrMovie {
	clear: both;
	border-top: 1px solid gray;
	padding-top: 1em;
}
.nrMovie h2 {
	margin-top: 0;
}

.nrMovie img {
	margin: 0 1em 1em 1em;
	float:left;
}
.nrLink {
	color: #2B3856 !important;
}
.nrLink:hover {
	color: gray !important;
	cursor: pointer;
}

/* Theater tab initial content */
.initTheaters {
	padding: 0 1em;
}
.initTheaters img {
	margin: 1em;
	float:left;
	clear: both;
}
.brandDiv {
	padding: 1em 0 1em 0;
	border-bottom: 1px solid gray;
	margin: 0 0 0.5em 0;
	font-size: 20px;
	line-height: 15px;
	font-weight: bold;
	color: #2B3856;
}
.brandDiv span:hover {
	color: gray;
	cursor: pointer;
}
.brTheater {
	padding: 0 1em 0.5em 1em;
	border: none;
}
.brTheater:hover {
	background: transparent;
	color: black;
}

.brLink {
	float:left;
	width: 300px;
	color: #2B3856;
}
.brLink:hover {
	cursor: pointer;
	color: gray;
}
#theaterList {
	display: none;
}
.brEmpty {
	padding: 1em 0;
	border: none;
}

.theaterListTitle {
	line-height:28px;color:#2B3856;font-size:16px;font-weight:bold;
}
.brandRegion {
	width: 130px;
}
.titleIcon {
	float: left;
	margin: 4px 0.5em 0 0.5em;
}





















