@charset "UTF-8";

/*only use report directory*/

h2 {
	margin: 15px 0px;
	font-size: 16px;
}

.reportMainContent {
	width: 560px;
	margin-left: 30px;
	margin-right: 20px;
	float: left;
}

.reportRightIndex{
	color:#f1f1f1;
	font-size: 10px;
	line-height: 15px;
	width: 160px;
	float: left;
	margin-bottom: 8px;
	background-color: #F3F3F3;
}

.reportList {
	color: #333333;
	width: 154px;
	padding: 3px;
	border-bottom:1px dotted #CCCCCC;
}

.reportList a {
	color: #A73442;
}

.reportTextI {
	color: #990000;
}

.reportTextA {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 180%;	
}

.reportTextA  a {
	color: #A73442;
}


	
.column_ph_r{
	float:right;
	margin:0 0 15px 15px;
	}

.column_ph_l{
	float:left;
	margin:0 15px 15px 0;
	}

.pager {
	text-align: center;
	font-size: 14px;
}

.pager a {
	border: 1px solid #CCCCCC;
	padding: 4px 6px;
	margin: 0px 2px;
	background-color: #EEEEEE;
}
.pager_nolink {
	text-decoration: none;
	font-weight: bold;
}
.ph_thumb {
	width: 148px;
	height: 135px;
	background-image: url(/report/images/report_ph_thumb_bg.png);
	text-align: center;
	padding: 15px 2px 0 0;
	margin: 0 5px 0 10px;
	
}

.reportPhoto {
	border:1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding:8px;
	text-align: center;
	margin-bottom: 4px;
}

.reportPhoto a {
	color: inherit;
	font-size: 10px;
	text-decoration: none;
}

.reportPhotoTitle {
	text-align: left;
	line-height:12px;
	margin-top: 2px;
	float: left
}

.reportPhotoIcon {
	line-height:12px;
	float: right; 
	margin-top: 2px;
}