@CHARSET "UTF-8";

#showtime {
	display: none;
	position: fixed;
	top: 50px;
	left: 50%;
  color: #525252;
  font: bold 16px "Trebuchet MS", Helvitica, Arial, sans-serif;
  border: 8px solid transparent;
  *border-color: #525252;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: #666 0 0 15px;
	-webkit-box-shadow: #666 0 0 15px;
	box-shadow: #666 0 0 15px;
	background: transparent url("../images/b.png") repeat 0 0;
	z-index: 9998;
	text-align: center;
}

#showtimeContainer {
	width: 350px;
	height: 32px;
	background-color: white;
	z-index: 9999;
}

#showtimeContent {
	width: auto;
	height: auto;
	padding: 5px;
	font: 16px "Trebuchet MS", Helvitica, Arial, sans-serif;
	text-align: justify;
}

.content-seperator {
	*font-size: 1px;
	border-bottom: 2px solid #525252;
}

#showtimeHeader {
	display: none;
	padding: 3px 5px;
}

#showtimeTitle {
	text-align: left;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
	text-shadow: 1px 1px 2px #808080;
}

#showtimeHeader span#closeBtn {
	position: absolute;
	top: 3px;
	right: 5px;
	display: inline-block;
	width: 20px;
	height: 24px;
	background: transparent url("../images/close-button.png") no-repeat 0 0;
	*cursor: pointer;
}

#showtimeHeader span#closeBtn:hover {
	cursor: pointer;
}

#showtimeFooter {
	position: relative;
	height: 42px;
	background-color: #bdc3c7;
}

#showtimeFooter #showtimeButtons {
	position: absolute;
	top: 50%;
	right: 4px;
	margin-top: -17px;
}

#showtimeButtons button.showtime-button {
	color: #525252;
	font: bold 18px/24px "Trebuchet MS", Helvitica, Arial, sans-serif;
	height: 34px;
	width: 80px;
	cursor: default;
	background: -webkit-linear-gradient(#f1f1f1, #95a5a6);
	background: -moz-linear-gradient(#f1f1f1, #95a5a6);
	background: -o-linear-gradient(#f1f1f1, #95a5a6);
	background: -ms-linear-gradient(#f1f1f1, #95a5a6);
	background: linear-gradient(#f1f1f1, #95a5a6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#95a5a6'); /* IE6 & IE7  */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#95a5a6')"; /* IE8        */
	border: 0;
	border-radius: 2px;
	padding: 5px;
	margin: 0 0 0 5px;
	text-shadow: 1px 1px 2px #808080;
	box-sizing: border-box;
}

#showtimeButtons button.showtime-button:hover, #showtimeButtons button.hover {
	background: -webkit-linear-gradient(#ecf0f1, #7f8c8d);
	background: -moz-linear-gradient(#ecf0f1, #7f8c8d);
	background: -o-linear-gradient(#ecf0f1, #7f8c8d);
	background: -ms-linear-gradient(#ecf0f1, #7f8c8d);
	background: linear-gradient(#ecf0f1, #7f8c8d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf0f1', endColorstr='#7f8c8d'); /* IE6 & IE7  */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf0f1', endColorstr='#7f8c8d')"; /* IE8        */
	cursor: pointer;
}

#overlay {
	background-color: #eaeaea;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9997;
}

#showtimeLoading {
	padding: 3px;
}

#showtimeLoading img {
	vertical-align: middle;
	margin-right: 5px;
}

#showtimeLoading span {
	vertical-align: middle;
}