﻿@charset "utf-8";

/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "宋体", arial;
	line-height: 18px;
}

div,form,img,ul,ol,li,dl,dt,dd,h2,h3 {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

.right2-tit2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
	height: 33px;
	padding-left: 2px;
}

td {
	line-height: 18px;
	font-size: 12px;
	padding: 0;
	margin: 0px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #810081;
	text-decoration: none;
}

a:acitve {
	color: #810081;
	text-decoration: none;
}

.button {
	background-image: url(../img/kc_anniu.gif);
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-bottom-width: 0px;
	padding: 0px;
	height: 25px;
	width: 67px;
	font-size: 10px;
	color: #404040;
	cursor: hand;
	text-align:center;
}
span.btn{
	cursor:pointer;
}
span.item{
	display: inline-block;
    background-color: #eeeeee;
    border-radius: 1em;
    padding: 0 1em;
    margin-left: 0.5em;
    cursor: pointer;
}
span.item.active{
	background-color: #D52B2B;
    color: white;
}
span.disabled{
	color: gray;
	cursor: not-allowed;
}
/** 查询条件表格 */
.conditionTable td{
	line-height:30px;
	padding-left:5px;
}

/**  列表样式  */
.table1 {
	border: 0;
	background-color: #999999;
}

.table1 th {
	line-height: 16px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	background-color: #c4d3de;
	color: #012a58;
}

.table1 tr{
	background-color: #fffeff;
}

.table1 td {
	height:22px;
	padding:2px;
}

.table1 td.complete {
	color:white;
	background-color:#379c37;
}
.table1 td.warn {
	color:white;
	background-color:#e56565;
}

.double {
	background-color: #fffeff;
}

.single {
	background-color: #eeeef8;
}

/** 翻页 */

#nav_bar {
	float:right;
	margin: 5px 5px;
	clear: both;
}

#nav_bar a {
	float: left;
	padding: 1px 4px;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	color: #000;
}

#nav_bar a:hover {
	text-decoration: none;
}

#nav_bar .nav_input {
	border: 0px;
	padding: 0px;
	width: 40px;
	height: 17px !important;
	height: 15px;
	margin: 0px;
	background: #FFFFFF;
}

#nav_bar .nav_total {
	background-color: #ffffff;
	border: 1px solid #DDDDDD;
}

nav_bar.nav_pages {
	background-color: #ffffff;
	border: 1px solid #DDDDDD;
	margin-right: 1px;
	vertical-align: middle;
}

#nav_bar .nav_num {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin-right: 1px;
	min-width: 16px;
	text-align: center;
	vertical-align: middle;
}

#nav_bar a:hover.nav_num {
	background-color: #FFFFFF;
	color: #FF6600;
	border: 1px solid #DEDEB8;
	min-width: 16px;
	text-align: center;
	text-decoration: none;
}

#nav_bar .nav_redirect {
	background-color: #FFFFFF;
	border: 1px solid #DEDEB8;
	color: #000;
	margin-right: 1px;
	font-size: 12px !important;
	font-size: 13px;
}

#nav_bar a:hover.nav_redirect {
	background-color: #fff;
	color: #FF6600;
	border: 1px solid #DEDEB8;
	text-decoration: none;
}
.audit{
	color:green;
}
#nav_bar .nav_curpage {
	margin-right: 1px;
	background-color: #FFFFFF;
	color: #FF6600;
	border: 1px solid #DEDEB8;
	vertical-align: middle;
	min-width: 16px;
	text-align: center;
	font-weight: bold;
}

.tableMemo{
	margin:50px;
}
.tableInfo{
	margin:10px;
}