/*流程审批css*/
.form-nava {
	width: 100%;
	height: 70px;
	background-image: url(../images/right_navbg.gif);
	background-repeat: repeat-x;
	margin: 30px 0 0px 0;
}
.form-nava-left {
	float:left;
	color:#888;
	font-size:20px;
	font-weight: bold;
	padding:0px 0px 0px 5px;
}
.form-nava-top {
	width: 100%;
	float: left;
	font-size:14px;
	padding:0px 0px 20px 5px;
}
.form-nava-top-left {
	width: 69%;
	float: left;
	font-size:14px;
	padding:0px 0px 20px 5px;
}
.form-nava-top-left span{
	color: red;
}
.form-nava-top-right {
	width: 30%;
	float: right;
	font-size:14px;
	padding:0px 0px 20px 5px;
}
.form-nava-content {
	float: right;
	width: 100%;
	border-top: 5px solid #c8c8c8;
	border-left: 5px solid #c8c8c8;
	border-right: 5px solid #c8c8c8;
	border-bottom: 5px solid #c8c8c8;
	padding:15px 0px 20px 5px;
}
.form-nava-top-bottom{
	width:100%;
	float: left;
}
.form-nava-top-bottom a{
	color:#3399CC;
	text-decoration:underline;
}
.form-nava-botton{
	height: 200px;
	padding:160px 0px 30px 5px;
}
.form-nava-cont-title {
	width: 100%;
	height: 30px;
	background-color: gray;
	font-size: 20px;
	font-weight: bold;
	float: left;
	padding: 5px 15px 0 10px;
}
.form-nava-cont-left {
	width: 60%;
	margin-left: 15px;
	float: left;
}
.form-nava-cont-right{
	width: 35%;
	float: right;
	padding-left: 15px;
}
.form-nava-cont-fujian{
	padding-left: 15px;
}
.form-nava-cont-content{
	width: 100%;
	float: left;
}
.form-nava-cont-content-con{
	font-size: 14px;
	width: 100%;
	font-weight: bold;
	padding-left:15px;
	float: left;
}
.form-nava-cont-font{
	font-size: 12px;
	width: 95%;
	float: left;
}
.form-nava-cont-font a{
	color:#3399CC;
	text-decoration:underline;
}


/*项目信息*/
.form-nav-tiop{
	width: 100%;
	height: 0px;
}
.form-navtop {
	width: 100%;
	height: 10px;
	background-image: url(../images/xmxxBg.gif);
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
}
.form-lct {
	width: 80px;
	height: 60px;
	background-image: url(../images/0.gif);
	float: left;
	margin: 2px 0 0 10px;
}
.form-lct-tb{
	width: 20px;
	height: 24px;
	background-image: url(../images/jt.gif);
	background-repeat: repeat-x;
	float: left;
	margin: 23px 0px 0px 10px;
}


/**/
.form-nav {
	width: 100%;
	height: 35px;
	background-image: url(../images/right_navbg.gif);
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
}

.form-nav-left {
	float:left;
	color:#888;
	height: 12px;
	font-size:14px;
	font-weight: bold;
	padding:8px 0px 0px 0px;
}
.form-nav-right {
	float:right;
	height: 30px;
}
.form-nav-right li{
	line-height: 28px;
	float: left;
	margin: 0px 0px 0px 5px;
	display: inline;
	height: 30px;
	font-weight: bold;
}
.form-nav-right li img{
	width: 14px;
	height:14px;
	margin-top: -1px;
	padding-right:2px;
}
.form-nav-arrow   {
	background-image: url(../images/right_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 5px;
}
.form-box {
	width: 98%;
	margin: 0 auto;
}
.form-tab-box {
	height: 37px;
	background-image: url(../images/from_tabbg.gif);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
}
.form-tab-box ul li {
	float: left;
	height: 37px;
	line-height: 36px;
	padding: 0 35px 0 12px;
	border-right: 1px solid #ccc;
	font-weight: bold;
	color: #444444;
	cursor: pointer;
}
.form-tab-hover {
	background-image: url(../images/from_tab_hover.gif);
	background-repeat: repeat-x;
}
.form-search {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	padding: 5px 0;
}
.form-paper {
	height: 36px;
	background-color: #efefef;
	border: 1px solid #ccc;
}
.form-paper table {
	height: 36px;
}
.form-label {
	background-color: #D6D6D6;
	padding: 3px 4px;
	font-weight: bold;
}
.form-table {
	width:100%;
	border: none;
	background-color: #efefef;
	border-collapse: collapse;
}
.form-table td,th{
	line-height:32px;
	vertical-align:middle;
	border: solid #ccc 1px;
}
.form-table .add-vertical-padding,.add-vertical-padding>td{
	padding:10px 0px;
}
.change-bg tr:hover{
	background:#cfffff;
}
.not-change-bg tr:hover{
	background:#efefef;
}
.form-table th{
	font-weight:bold;
	background:#ddd;
	vertical-align:middle;
}
.form-table .form-operate img{
	width:13px;
	height:13px;
}
.highlight-line{
	background:#ffffcc;
}
.priv-table{
	width:316px;
	float:left;
	display:block;
	border: none;
	background-color: #efefef;
	border-collapse: collapse;
}
.priv-table td,th{
	line-height:32px;
	vertical-align:middle;
	border: solid #ccc 1px;
}
.priv-table th{
	font-weight:bold;
	background:#ddd;
	vertical-align:middle;
}
.priv-table .menuTitle{
	width:96px;
}
.priv-table .menuPriv{
	width:42px;
}
.priv-table-submit{
	width:190px;
	margin-top:20px;
}
.select-user-list{
	width:100%; 
	margin:0px;
	overflow:hidden;
	list-style-type: none;
	padding:0px 0px 0px 3px;
}
.select-user-list li {
	margin: 2px;
	height: 18px;
	float:left;
	width:90px;
	font-size:12px;
	line-height:18px;
	cursor:pointer;
	border:1px solid #ccc;
}
.select-user-list .selecting {
	background: #FECA40;
}
.select-user-list .selected {
	color: white;
	background: #F39814;
}
.select-role-list{
	width:100%; 
	margin:0px;
	overflow:hidden;
	list-style-type: none;
	padding:0px 0px 0px 3px;
}
.select-role-list li {
	margin: 2px;
	height: 18px;
	float:left;
	width:90px;
	font-size:12px;
	line-height:18px;
	cursor:pointer;
	border:1px solid #ccc;
}
.select-role-list .selecting {
	background: #FECA40;
}
.select-role-list .selected {
color: white;
	background: #F39814;
}
.label-green {
	background-color: #468847;
	color: #e6ffff;
}
.label-huang {
	background-color: #f89406;
	color: #FFF;
}
.label-reb {
	color: #FFF;
	background-color: #f74d4d;
}
.label-blue {
	color: #FFF;
	background-color: #3a87ad;
}
.paper-reb-text {
	color: #da4f49;
	font-weight: bold;
}
.search-btn {
	border: none;
	background-color: transparent;
	background-image: url(../images/button_huangbg.gif);
	background-repeat: no-repeat;
	width: 78px;
	height: 24px;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #FFF;
	cursor: pointer;
	*margin:5px;
}
.search-ico {
	padding: 0 0 0 35px;
	background-image: url(../images/serach_ico.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	line-height: 24px;
}
.custom-upload{
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.custom-upload  input {
	top: 0;
	right: 0;
	opacity: 0;
    position: absolute;
    font-size: 100px;
    cursor: pointer;
	filter:alpha(opacity=0);
}
.custom-upload img{
	width:13px;
	height:13px;
	margin-right:-5px;	
}
.uploadFile{
	float: left;
	padding:5px 8px;
	height:22px;
	text-align: center;
}
.uploadFile a{
	color:#000dff;
	text-decoration: underline;
}
.uploadFile img{
	width: 15px;
	height: 15px;
	cursor:pointer;
	margin-top:-2px;
	margin-left: 3px;
}
