.complex_wrapper {
	width: 300px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

.complex_top {
	width: 300px;
	height: 5px;
	background-image: url('/images/frames/cinemas/box_top.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/frames/cinemas/box_top.png', sizingMethod='scale')
}
.complex_top_over {
	width: 300px;
	height: 5px;
	cursor: pointer;
	background-image: url('/images/frames/cinemas/box_top_over.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/frames/cinemas/box_top_over.png', sizingMethod='scale')
}
.complex_bottom {
	width: 300px;
	height: 5px;
	background-image: url('/images/frames/cinemas/box_bottom.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/frames/cinemas/box_bottom.png', sizingMethod='scale')
}
.complex_bottom_over {
	width: 300px;
	height: 5px;
	cursor: pointer;
	background-image: url('/images/frames/cinemas/box_bottom_over.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/frames/cinemas/box_bottom_over.png', sizingMethod='scale')
}

.complex_title {
	padding-left: 10px;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url('/images/frames/cinemas/box_background_title.png');
}
.complex_title_over {
	padding-left: 10px;
	font-size: 13px;
	color: #FFFFFF;
	cursor: pointer;
	background-image: url('/images/frames/cinemas/box_background_title_over.png');
}
.complex_content {
	background-image: url('/images/frames/cinemas/box_background.png');
}
.complex_content_over {
	background-image: url('/images/frames/cinemas/box_background_over.png');
}

.complex_cell,
.complex_cell td,
.complex_cell a {
	padding-left: 5px;
	font-size: 11px;
	color: #FFFFFF;
	cursor: pointer;
}

.complex_cell_highlight,
.complex_cell_highlight td,
.complex_cell_highlight a {
	padding-left: 5px;
	font-size: 11px;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #004373;
}

.complex_link {
	color: #000000;
	font-weight: bold;
}

.complex_link:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
