/*Sytle of Table*/
.table_box * {
	font-size: 12px;
}

.table_box td {
	height: 28px;
	line-height: 20px;
}

.table_box a {
	text-decoration: none;
	color: #2F6A8E;
}

.table_box a:hover {
	color: #8CBA17;
	text-decoration: none;
}

/*�����*/
.table_box .header {
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	background-image: url('../images/top.gif');
	height: 30px;
	overflow: hidden;
}

.table_box .header span {
	float: left;
	padding-left: 20px;
	display: inline-block;
	background: no-repeat url("../images/311.gif");
	line-height: 20px;
	margin-top: 8px;
}

.table_box .header a {
	float: right;
}

.table_box .left_top {
	background-image: url('../images/left_top.gif');
	height: 30px;
	width: 15px;
	float: left;
}

.table_box .right_top {
	background-image: url('../images/right_top.gif');
	height: 30px;
	width: 14px;
	float: right;
}

/*���ݿ�*/
.table_box .table_box_content {
	background-color: #d8e5ff;
}

.table_box .left {
	background-image: url('../images/left.gif');
	width: 9px;
}

.table_box .right {
	background-image: url('../images/right.gif');
	width: 9px;
}

.content_box {
	width: 100%;
}

.content_box table {
	border: 1px solid #D8CEC9;
	background-color: white;
	width: 100%;
	font-size: 13px;
	margin-bottom: 5px;
}

.f_left_td {
	text-align: center;
	height: 19px;
	padding: 2px;
	border: 1px solid #D8CEC9;
	width: 25%;
}

.f_right_td {
	text-align: left;
	padding: 2px;
	height: 19px;
	border: 1px solid #D8CEC9;
}

.td_search_item {
	width: 80px;
}

.editBox {
	width: 130px;
}

/*�׿�*/
.table_box .table_box_bottom {
	background-image: url('../images/bottom.gif');
	height: 29px;
	overflow: hidden;
	width: 100%;
}

.table_box .left_bottom {
	background-image: url('../images/left_bottom.gif');
	height: 29px;
	width: 15px;
	float: left;
}

.table_box .right_bottom {
	background-image: url('../images/right_bottom.gif');
	height: 29px;
	width: 14px;
	float: right;
}

.table_box .table_box_bottom .bottom_box {
	width: 100%;
	text-align: center;
}

.bottom_box .bottom_box_button {
	width: 100px;
}

div.footerCR {
	font-size: 12px;
	font-weight: bold;
	color: white;
}

/*菜单项样式*/
.btn{	
	font-family:  "宋体";
	font-weight:bold;
	margin-left:0px;
	border: 1px solid #a3c8da;
	height: 23px;
	width: 100px;
	display: inline-block;
	line-height: 23px;
	background: url('../images/frontend/common/navi.gif') #e9f4f6 no-repeat 0px;
	text-decoration: none;
	text-align:center;
	color: #228fbd;
	cursor: pointer;
}