.cinemas{
	width : 460px;
	font-family : Arial, Helvetica, sans-serif;
	background-color : white;
	margin : 0 0 10px 0;
	text-align : left;	
}

.cinemas TD{
	background-color : #f5f5f5;
	font-size : 11px;
	padding : 3px 5px 3px 5px;
	vertical-align : top;
}

.cinemas TH{
	text-align : left;
	font-size : 12px;
	font-weight : normal;
	color : black;
	padding : 13px 5px 3px 0;
	vertical-align : top;
	text-transform : uppercase;	
	border-bottom : 1px dashed #333;
	border-top : 1px dashed #333;		
}

.cinemas TD.day{
	background-color : #ebebeb;
	font-size : 11px;
	padding : 3px 5px 3px 5px;
	vertical-align : top;
	width : 70px;
	color : gray;
	text-transform : uppercase;
	text-align : center;
}

.nextWeek{
	float : right;
	width : 110px;
	font-weight : bold;
	font-size : 15px;
	color : #133986;
}
.thisWeek{
	float : left;
	width : 380px;
	font-size : 15px;
	color : #133986;
	font-weight : bold;
	text-align : left;
}




.venue{
	width : 460px;
	margin : 0 0 0 2px;
	border-bottom : 1px dashed #333;
	border-top : 1px dashed #333;
	text-align : left;	
}

.venue TD{
	background-color : #f5f5f5;
	font-size : 11px;
	padding : 3px 5px 3px 5px;
	vertical-align : top;
	border-bottom : 2px solid white;
}

.venue TD P{
	font-size : 11px;
	Margin : 0 0 0 0;
	padding : 0 0 0 0;
}

.venue TH{
	font-weight : normal;
	background-color : #ebebeb;
	font-size : 11px;
	padding : 3px 5px 3px 5px;
	vertical-align : top;
	color : gray;
	text-transform : uppercase;
	border-bottom : 2px solid white;
	border-right : 2px solid white;
	text-align : left;
	width : 120px;
}





.cinemaList{
	width : 460px;
	margin : 0 0 0 2px;
	border-bottom : 1px dashed #333;
	border-top : 1px dashed #333;
	text-transform : uppercase;	
}

.cinemaList TD{
	background-color : #f5f5f5;
	font-size : 11px;
	padding : 3px 5px 3px 5px;
	vertical-align : top;
	border-bottom : 2px solid white;
	border-right : 2px solid white;
	color : #999;
}

.cinemaList .mid{
	text-transform : uppercase;
}

.cinemaList TD P{
	font-size : 11px;
	Margin : 0 0 0 0;
	padding : 0 0 0 0;
}

.cinemaList TH{
	font-weight : normal;
	background-color : #ebebeb;
	font-size : 11px;
	padding : 3px 5px 3px 5px;
	vertical-align : top;
	color : gray;
	text-transform : uppercase;
	border-bottom : 2px solid white;
	border-right : 2px solid white;
	text-align : left;
	width : 120px;
}





.first {
	border-top : 2px solid white;
}

TD.last {
	border-top : 1px dashed #333;
	font-size : 1px;
	background-color : white;
}
