/*定义一些通用的样式*/
body{
	font-size: 12pt;
	padding:0;
	margin:0;
	background :transparent;
	border:0;
}

div, body{
	scrollbar-face-color : #EDEDED;
	scrollbar-darkshadow-color : #EDEDED;
	cursor:default;
}

A:link{
	color: #1571D5;
	text-decoration: none;
}
A:hover{
	color: #ff6600
}
A:visited{
	color: #1571D5;
	text-decoration: none;
}
.link_option{
	margin-left: 3px;
	margin-right: 3px;
}
.text_readonly{
	background: #efefef;
	border: 1px solid #7f9db9;
	color: #010101;
}
.text_normal{
	border: 1px solid #7f9db9;
	color: #010101;
}
.no_object_found{
	font-size:14px;
	color:gray;
	font-style:italic;
	padding-left:15px;
	margin-top:30px;
}
/*外围容器的样式*/
.index_container{
	padding: 5px;
	margin-top: 10px;
}
.index_container table{
	font-size: 14pt;
}

/*头部一行*/
.header_row{
	font-size: 14pt;
	border-bottom: 1px solid silver;
	padding: 2px;
}

/*内容一行*/
.content_row{
	margin-top: 10px;
}
.content_sperate_link{
	height: 30px;
	line-height: 30px;
	font-size: 12pt;
}
.content_alert_board{
	height: 30px;
	line-height: 30px;
	border: 1px solid silver;
	padding: 2px;
	background: #f6f6f6;
	font-family: arial;
	font-size: 12pt;
}
.content_data{
	padding: 3px;
	margin-top: 20px;
	font-size: 12pt;
	border-bottom: 1px solid silver;
}
.content_data_tip{
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 5px;
}
.content_data_item_option span{
	font-size: 10pt;
	cursor: pointer;
	color: #1571D5;
	margin-right: 8px
}
.content_data_row{
	font-family: arial;
	padding: 2px;
	height: 25px;
	line-height: 25px;
}
.content_data_row_sp{
	margin-top: 2px;
	border-top: 1px solid aliceblue;
	height: 3px;
}
