@charset "utf-8";



/*	report shared style
-------------------------------*/

h3 {
}



/*	report store/center style
-------------------------------*/

table.reportStoreBox {
	margin: 20px 0 0;
	border: none;
}
table.reportStoreBox th {
	padding: 0 0 10px;
	border: none;
}
table.reportStoreBox td {
	padding: 0;
	border: none;
}



/*	report movie style
-------------------------------*/

div.reportMovieField {
	margin: 100px auto 0;
	padding: 0;
	width: 720px;
	height: 525px;
	_margin-left: 90px;	/* IE6 hack */
}

p.reportMovieString {
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}

p.reportMovieStringInfo {
	margin: 0 100px 80px;
	padding: 10px 25px;
	font-size: 90%;
	line-height: 1.85;
	letter-spacing: 1px;
	background-color: #EAE9E5;
	text-align: center;
}

table.reportMovieBox {
	margin: 5px auto 80px;
	width: 720px;
	_margin-left: 90px;	/* IE6 hack */
}
table.reportMovieBox td {
	vertical-align: top;
}

span.colorEE0000 {
	color: #ee0000;
}
