.widget_title{	
	border-top: 2px solid #000;
	border-bottom: 1px solid #b8b8b8;
	height: 21px;
	padding-top:9px;
	font-size: 12px;
	margin-bottom: 10px;
	width: 175px;
}

.widget_title .text{
	float:left;
	font-weight: bold;
	color: #333;
}

.widget_report_list ul{
	margin-top: 10px;
	list-style-type: none;
	width:175px;
	padding:0px;
	margin:0px;
}

.widget_report_list ul li{
	margin-bottom: 8px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom:5px;
}

.widget_report_list .report_name_wapper{
	float:left;
	width: 175px;
	margin-bottom: 2px;
}

.widget_report_list .report_name{
	float:left;
	font-weight: bold;
	color: #333;
	margin-right: 5px;
	padding-top: 2px;
}

.widget_report_list .report_state{
	float:left;
	background: url("../images/icon_state.gif");
	width: 32px;
	height: 15px;
}

.widget_report_list .report_date{
	font-size: 11px;
	color: #878787;
}