@charset "utf-8";

a{
	color:#333;
}

.table{
	table-layout:fixed;
	width:940px; 
	font-size:13px;
	margin-top:30px;
	border:none;
 }

.table03 tr th{
	background:#376897;
}

.table03 .table_notice td{
	background:#e6f1fc;
}

.table tr th{
	height:40px;
	color:#fff;
	text-align:center;
	line-height:40px;
}

.table tr td{
	height:40px;
	text-align:center;
	line-height:40px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:clip;
	border-bottom:1px dotted #ccc;
}

.table tr .tableNum{
	max-width:60px; width:60px;
	padding-left:10px;
}

.table tr .checkboxBox{
	max-width:30px; width:30px;
}

.table tr .tableNew{
	max-width:30px; width:30px;
}

.table tr .tableTitle{
	max-width:580px; width:500px;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.table tr .tableTitle a:hover{
	border-bottom:1px solid #777;
}

.table tr .tableDisk{
	max-width:40px; width:40px;
}

.table tr .tableName{
	max-width:120px; width:120px;
}

.table tr .tableNum{
	max-width:30px; width:30px;
}

.table tr .tableView{
	max-width:30px; width:30px;
	padding-right:10px;
}

.table tr th.tableTitle{
	text-align:center;
}

.tableIcon{
	width:15px; height:17px;
}

.tableBtn{
	width:940px; height:auto;
	margin-top:30px;
}

.tableWrite3{
	width:60px; height:26px;
	color:#fff;
	float:right;
	background:#376897;
	border:1px solid #2d567d;
}

.tableWrite:hover, .selectDel:hover, .allDel:hover{
	cursor: pointer;
}
	
.selectDel{
	width:74px; height:26px;
	color:#333;
	float:left;
	background:#eee;
	border:1px solid #ccc;
}

.allDel{
	width:74px; height:26px;
	color:#333;
	float:left;
	margin-left:10px;
	background:#eee;
	border:1px solid #ccc;
}

.tablePage{
	clear:both;
	width:800px;
	margin:0 auto;
	margin-top:3px;
	font-size:14px;
}

.tablePage li{
	width:800px;
	text-align:center;
}

.tablePage li > p{
	display:inline;
	margin-left:10px;
}

.tablePage li > p.page_choice{
	font-weight:bold;
}

.tableSearch{
	width:350px; 
	margin:30px auto 114px;
}

.tableSearch li{
	float:left;
	margin-left:10px;
}

.tableSearch li:first-child{
	margin-left:0px;
}

.tableSearch li select{
	width:65px; height:24px;
}

.tablePage > .page_choice{
	font-weight:bold;
}

.tableSearch li > .search_text{
	width:200px; height:18px;
}

.tableSearch03 li > .search_btn{
	width:51px; height:25px;
	color:#fff;
	margin-bottom:20px;
	background:#376897;
	border:1px solid #2d567d;
	cursor: pointer;
}