/* Top panel*/
.toppanel {
	width: 1000px;
	height: 150px;
	background-image: url('img/topbanner.jpg');
}

/* Left panel */ 
.leftpanel {
	width: 187px;
	padding-right: 4px;
}
.leftpanel div {
  margin-top: 15px;
  clear: both;	 
}
.leftpanel div img {
  
	margin: 6px;
	float: left;
	clear: both;
}
.leftpanel div h2 {
  margin: 0px;
  padding-top: 4px;
}
.leftpanel div h2 a {
  color: black;
  
}
.leftpanel div a {
  color: #be3338;
}

.leftpanel input {
	border: 1px solid #000;
	width: 130px;
}

/* MEnu*/
.menupanel {
	background-color: #EAC539;
	height: 22px;
}
.menu {
	margin: 0 0 0 190px;
	padding: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	float: left;
	background: #EAC539 none repeat scroll 0 0;
	height: 22px;
	width: 550px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position: relative;
}
.menu li { 
	float: left;
	color: black;
	display: block;
	border-left: 2px solid #fff;
	
}
.menu li:hover { 
	background-color: #e4e4e4;
}
.menu ul li { 
	float: left;
	color: black;
	display: block;
	border-left: 2px solid #fff;
	padding: 0 3px 0 3px;
}
.menu li a { 
	color: #000;
	font-weight: bold;
}

.menu ul {
	padding: 0;
	display: block;
	height: 30px;
	width: 100%;
	background-color: #e4e4e4;
	visibility:hidden;
	position:absolute;
	top:25px;
	left:0;
}
.menu li:hover ul {
	visibility: visible;	
}

.english {
 	float: right;
	width: 150px;
	text-align: right;
}


.filmday {
  background-color: eac539;
  font-weight: bold;
}
.filmday_actual {
  background-color: white;
  border: 1px solid black;
  }
.calendar {
  margin: 15px auto 0 auto; 
  border: 1px solid black;
  background-color: #f6f6f6;
  border-collapse: collapse;
    font-size: 10px;
    clear: both;
}
.calendar td {
  text-align: center;
  }
.calendar .week {
  text-align: right;
  background-color: #e4e4e4;
  border-right: 1px solid black;
}
.outOfMonth {
   color: a4a4a4;
}
