/* calendar pages styles */

table td, table th{
	padding:0px; /* cellspadding="0" */
	vertical-align:top;
	text-align:left;
}

a.active  {
	color:#c9262b;
}


.choices {
	height:50px;
	background:url(../img/calendar/bg_choices.gif) bottom repeat-x;
	clear:both;
}
.choices img {
	float:left;
}
.choices .download {
	float:right;
	padding-right:26px;
}
.choices .download a {
	display:block;
	margin-bottom:2px;
	width:111px;
	height:21px;
}
.choices .download a img {
	width:111px;
	height:21px;
}




.contentpart2 {
	padding-left:35px;
	overflow:hidden;
	padding-bottom:40px;
}
.groupby {
	padding-top:8px;
	background:url(../img/calendar/txt_groupby.gif) 4px 2px no-repeat;
	height:20px;
	clear:both;
}
.groupby a {
	display:block;
	float:left;
	height:15px;
	width:49px;
	margin-right:4px;
	padding-left:3px;
	padding-top:5px;
	color:#b2b2b2;
	font:11px Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	background:url(../img/calendar/bg_groupby.gif) right no-repeat;
}
.groupby a:hover  {
	color:#c9262b;
	text-decoration:underline;
}
.groupby a.active  {
	color:#c9262b;
	background:url(../img/calendar/bg_groupby_a.gif) right no-repeat;
}
.groupby a.active:hover  {
	text-decoration:none;
}

.groupby a.long {
	width:60px;
}
.groupby a.long.active  {
	background:url(../img/calendar/bg_groupby_al.gif) right no-repeat;
}

#sortby {
	background:url(../img/calendar/txt_sortby.gif) 4px 6px no-repeat;
	padding-top:8px;
	font-size:1px;
}
#sortby table {
	border-left:1px solid #8f8f8f;
	width:548px;
	display:block;
}
#sortby table th {
	border-bottom:1px solid #8f8f8f;
	font:11px Geneva, Arial, Helvetica, sans-serif;
	line-height:12px;
	color:#b2b2b2;
	padding:7px 0 8px 3px;
	text-align:right;
}
#sortby table th a {
	color:#b2b2b2;
	text-decoration:none;
	display:block;
	float:left;
}
#sortby table th a:hover {
	color:#c9262b;
}
#sortby table th.film {
	width:126px;
}
#sortby table th.syn {
	width:178px;
}
#sortby table th.genre {
	width:102px;
}
#sortby table th.date {
	width:20px;
	padding-left:2px;
}
#sortby table th.last {
	border-right:1px solid #8f8f8f;
}

#sortby table td {
	border-bottom:1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
	font:10px Geneva, Arial, Helvetica, sans-serif;
	line-height:11px;
	color:#000000;
	padding:4px 3px;
}
#sortby table td img {
	display:block;
	margin-top:4px;
}


#sortby tr.whover:hover,
#sortby tr.jshover {background-color:#e6e6e6;}


/* schedule page */
.schedule {
	padding-left:29px;
	padding-bottom:30px;
}
.schedule .groupby {
	background:none;
	padding-left:6px;
}

.schedule .times {
	height:20px;
	padding-top:15px;
	clear:both;
}
.schedule .times div {
	float:left;
	width:144px;
	color:#808080;
	font:10px Geneva, Arial, Helvetica, sans-serif;
}
.schedule .times div.earler {
	width:118px;
}
.schedule .times div.later {
	width:146px;
}
.schedule .times div.later span {
	float:left;
	display:block;
}
.schedule .times div.later a {
	float:right;
	display:block;
}

.schedule .table {
	margin-left:6px;
	border-top:1px solid #8f8f8f;
	border-bottom:1px solid #8f8f8f;
	width:543px;
	overflow:hidden;
	clear:both;
}
.schedule .table .theatres {
	float:left;
	width:109px;
	background-color:#b3b3b3;
	border-right:2px solid #808080;
}
.schedule .table .theatres div {
	color:#FFFFFF;
	font:10px Geneva, Arial, Helvetica, sans-serif;
	height:104px;
	border-bottom:1px solid #b3b3b3;
	border-top:1px solid #b3b3b3;
	padding:2px;
}
.schedule .table .films {
	float:left;
	background:url(../img/calendar/bg_schedule.gif);
	width:432px;
	height:550px;
	overflow:hidden;
}
.schedule .table .films .filmline {
	clear:both;
	height:108px;
	border-bottom:1px solid #8f8f8f;
	border-top:1px solid #c0c0c0;
	width:1728px;
}
.schedule .table .films .filmline div {
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	height:108px;
}
.schedule .table .films .filmline div.active {
	background-color:#f2f2f2;
}
.schedule .table .films .filmline div.active span {
	display:block;
	padding:2px;
}