/*表单table*/
.form_table{width:100%}
.form_table td{padding:5px 0;}
.form_table td.key{text-align:right;}
.td_line{border-left:#C3D7E7 1px solid;padding:5px 0 5px 10px;}



/*展示列表*/

.cms_right_contxt{ width:100%; padding:10px; float:left;}
.table_list_box{}
.table_list_tool{ height:35px;}
.table_list_tool ul{ float:left;}
.table_list_tool ul li{ float:left; margin:0 10px 0 0;}
.table_list_tool ul li.control{ margin:0 0 0 0;}
.table_list_tool ul li select{height:26px;line-height:26px;padding:2px 1px;border:#c3d7e7 1px solid;border-radius:4px; vertical-align:middle;background:url(images/input_bg.png) #fff repeat-x;}
.table_list_tool ul li a.buttons{ display:inline-block; height:24px; line-height:24px; padding:0 8px;background:#cedfed;border:#cedfed 1px solid;border-bottom: 1px solid #9eb6ca;border-right:1px solid #9eb6ca;cursor:pointer; vertical-align:middle;}
.table_list_tool ul li a.buttons:hover{background:#bed3e4; position:relative; top:1px; left:0px;}
.table_list_tool .count{float:right;}
.table_list_tool .page_box{ float:right;}

.table_list{ width:100%; border:1px solid #DFDFDF}
.table_list,.table_list td,.table_list th{ border-collapse:collapse; border-bottom:#DFDFDF 1px solid;}
.table_list td,.table_list th{ padding:8px 10px; text-align: left;}
.table_list tr.hover{ background:#F5F5F5;}
.table_list th{ background:#F5F5F5}
.table_list a.title{ color:#333;}
.table_list a.buttons{ color:#0761B1; padding:0 10px 0 0; display:inline-block}
.table_list .on{ background:#F5F5F5;}




/* PICBOX */
#pbOverlay, #pbImage, #pbBottom, #pbCloseBtn {
	position: fixed;
	z-index: 9999;
}

#pbOverlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    background: #000;
	cursor: pointer;
	filter:alpha(opacity=10); 
	-moz-opacity:0.1; 
	opacity:0.1;
}

#pbCloseBtn {
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/closebutton.png) no-repeat top left;
}

.pbLoading {
	background: #000 url(../images/loading.gif) no-repeat center !important;
}

#pbImage {
	border: none;
 
	-moz-box-shadow: 0 0 40px #000;
	-webkit-box-shadow: 0 0 40px #000;
	box-shadow: 0 0 40px #000;
	cursor: move;
}

#pbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #EEE;
	line-height: 1.4em;
	left: 50%;
	bottom: 10px;
	width: 400px;
	margin-left: -200px; /* half the width */ 
}

#pbCaption {
	font-weight: bold;
	padding: 4px;
	display: inline-block;
	*display: inline; /* IE 7 */
	background-color: rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B0000000, EndColorStr=#B0000000);
	zoom: 1;
}

#pbNav {
	display:none;
	width: 200px;
	height: 65px;
	margin: auto;
	margin-top: 5px;
}

#pbPrevBtn, #pbNextBtn, #pbZoomBtn  {
	display: inline-block;
	width: 70px;
	height: 65px;
	outline: none;
	text-indent: -9000px;
 
	background: url(../images/navbtns.png) no-repeat;
}

#pbPrevBtn {
	background-position: -70px 0;
	float: left;
}

#pbPrevBtn.pbgreyed {
	background-position: 0 0;
}

#pbNextBtn {
	background-position: -320px 0;
	float: right;
}

#pbNextBtn.pbgreyed {
	background-position: -390px;
}

#pbZoomBtn {
	width: 60px;
	background-position: -140px 0;
	float: left;
}

#pbZoomBtn.pbgreyed { 
	background-position: -200px 0;
}

#pbZoomBtn.pbzoomed {
	background-position: -260px 0;
}

/* END PICBOX */
.inputhtml
{
	width:100%
	}
.inputhtml li
{
		float: left;
width: 87px;
height: 172px;
margin-left: 10px;
text-align: center;

	}
	
.inputhtml li a
{
	float:left;
	margin-left:5px;
	margin-top:5px;
	}