@charset "UTF-8";

* {
	font-family: arial,helvetica,geneva,sans-serif;
	font-size: 12px;
	line-height: 1em;
	margin: 0;
	padding: 0;
}


body {
	background-image: none;
	background-repeat: repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
}

#bgpanel {
	position: relative;
	top: 0;
	left: 0;
	line-height: 0;
	display: block;
	z-index: 1;
	width: 99.9%;
	height: 101px;
	overflow: visible;
	background-color: #FFFFFF;
	visibility: hidden;
}

#wrapper {
	width: 980px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(/images/bg_top.gif);
	background-repeat: repeat-x;
	z-index: 2;
	border-top: 1px solid #CCC;
	border-left: 1px solid #ccc;
/*
	-webkit-border-top-left-radius: 25px;
	-khtml-border-top-left-radius: 25px;
	-moz-border-left-top-radius: 25px;
	border-top-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-khtml-border-bottom-right-radius: 25px;
	-moz-border-bottom-right-radius: 25px;
	border-bottom-right-radius: 25px;
*/
	margin: 0;
}

#logo {
	margin: 10px 10px 10px -1px;
	z-index:7;
	border: 0;
}

#leftcol {
	width: 160px;
	padding: 20px 10px;
	float: left;
	overflow: hidden;
}

#google_ads_buttons div {
	margin: 0;
	display: inline;
	float: left;
}

#google_ads_buttons iframe {
	width:120px;
	margin: 10px 0 0 20px; 
}

#footer {
	width: 980px;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.3em;
	display: block;
	clear: both;
	background-image: url(/images/bg_bottom.gif);
	background-position: 0 bottom;
	background-repeat: repeat-x;
}

#footer p {
	padding: 20px;
	position: relative;
	line-height: 1.4em;
	left: -30px;
}

a {
	text-decoration: none;
	color: #E55029;
}

a:hover {
	text-decoration: underline;
	color: #A60027;
}

table#cinema_calendar {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 0 20px 0;
	width: 156px;
	padding: 2px;
	background-color: #A60027;
	float: left;
	border-spacing: 1px;

}


table#cinema_calendar td, table#cinema_calendar th {
	width:21px;
	padding:0px;
	margin:0px;
	text-align: center;
	vertical-align: center;
	line-height: auto;
	font-size: 11px;
	color: #CCCCCC;
	overflow:hidden;
}

table#cinema_calendar th {
	color: #FFFFFF;
	font-weight: 400;
}

table#cinema_calendar th p {
	line-height: 1.3;
	margin: 10px 0;
	font-weight: normal;
}

table#cinema_calendar th p a {
	color: #FFFFFF;
	font-weight: normal;
}

table#cinema_calendar td {
	background-color: #ffffff;
}


table#cinema_calendar td a{
	display: block;
	width: 19px;
	text-align: center;
	margin: 0;
	padding:5px 1px;
	font-size: 12px;
}

table#cinema_calendar td a.today{
	padding:4px 0;
	border:1px solid #E55029;
}

table#cinema_calendar td a.current, table#cinema_calendar td a:hover{
	background-color: #E3E3E3;
	text-decoration: none;
}

table#cinema_calendar thead tr th{
	padding:5px 0;
}

#searchform1 { display: inline; }
.error { color: #A60027 !important; }



