﻿/*
	管理后台页面使用的样式
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	background: #fff;
	font-size: 12px;
	font-family:微软雅黑;
	/*width:98%;*/
	margin:0 auto;
}
input[type=text]::-ms-clear{
    display:none;
}
html
{
	height: 100%;
	overflow: auto;
	_overflow-x:hidden;
	/*overflow-x:visible !important;overflow-x:hidden;*//**/
}

a
{
	color: #4A453F;
	text-decoration: none;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover, a:active, a:focus
{
	text-decoration: none;
}
input
{
	padding: 0px;vertical-align: middle;
}
td
{
	padding: 0px;
}
.artDetail td{
    padding:5px;
    border:1px solid #ddd;
}
select
{
	width: auto;
}

.areatext
{
	float: left;
	border: solid 1px #D5D3C9;
}
.textBox1
{
	float: left;
	border: solid 1px #BDC7D8;
	height: 18px;
	line-height: 18px;
}
.articleItem
{
	float: left;
	width: 70px;
	height: 24px;
	line-height: 24px;
	text-align: right;
	white-space: nowrap;
}
img
{
	border: 0;
}

.alpha1
{
	filter: alpha(opacity=20); /* IE 透明度20% */
}
.alpha2
{
	z-index: 100;
	background-color: #FFFFFF;
	-moz-opacity: 0.8; /* Moz FF 透明度20%*/
	opacity: 0.8; /* 支持CSS3的浏览器（FF 1.5也支持）透明度20%*/
}


.searchbar
{
	background-color: #d4e1f2;
	padding-left: 15px;
	border: 1px solid lightblue;
	margin: 3px 0;
}
.inlinebutton
{
	width:40px;
	display:inline-block;	
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse: collapse;*/
	border-spacing: 0;
}
.upbtn{
    float:left;
    margin-top: 11px;    
}
/* xuxueru  处理课件管理里面上传文件名称过长时*/
.tdxxrupload .filelistimg{
    float:left;
    margin-top:5px;
    line-height:20px;
}

/* 解决查询条件按钮文字不垂直居中问题 cyx */
/*.tablesearchstyle thead tr td input[type="button"],.tablesearchstyle tr td input.namebtn{ line-height:22px; *line-height: 25px;}*/
/* 解决webkit下上传按钮问题 cyx */
.addphoto{ overflow:hidden;}
/*换行样式*/
.changerow
{
    white-space:normal;
    word-break: break-all;
    word-wrap:break-word;
}
.body_1{
	text-align:center;
	background: #fff;
	font-size: 10pt;
	font-family:宋体;
	width:auto;
	margin:0 auto;
}
/*统一上方的按钮样式*/
.greenbtn{
float: right; height: 30px; vertical-align: 30px; 
background-color: #35a335; color: #fff; 
border: none; padding: 0 20px; border-radius: 4px; margin: 5px 2px;cursor:pointer;
}

.savebtn{
height: 30px; vertical-align: 30px; 
background-color: #35a335; color: #fff; 
border: none; padding: 0 20px; border-radius: 4px; margin: 5px 2px;cursor:pointer;
}
.greenbtn:hover,.savebtn:hover{
    background-color: #50b446;
}
/*统一页面内边距样式2016.6.28*/
/*页面头部右部的按钮样式*/
.btnHed{height:28px;display:inline-block;line-height:28px;vertical-align:middle;border:1px solid #35a335;border-radius:4px; padding:0 10px;font-size:14px;color:#fff;background-color:#35a335;cursor:pointer;margin-right:10px;text-align:center;}
.btnHed:hover{border:1px solid #50b446;background-color:#50b446}
.btnHed_blue{height:28px;display:inline-block;line-height:28px;vertical-align:middle;border:1px solid #23B4E6;border-radius:4px; padding:0 10px;font-size:14px;color:#fff;background-color:#23B4E6;cursor:pointer;margin-right:10px;text-align:center;}
.btnHed_blue:hover{border:1px solid #00a0dc;background-color:#00a0dc}
.btnHed-mini,.tablestyle_field tr td a.btnHed-mini{height:22px;line-height:22px;}

.body_wraps{margin:20px 15px 15px 15px;font-family: 微软雅黑;height:100%;}
/*打印列表宽度调整16.11.7*/
#tbshipu0{width: 1284px;}
