﻿/*
	管理后台页面使用的样式
*/
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;
}

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;
}
select
{
	width: auto;
}
p
{
	margin: 3px 15px;
	clear: both;
	height: auto;
	overflow: hidden;
}
.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: #50b446; color: #fff; 
border: none; padding: 0 20px; border-radius: 4px; margin: 5px 2px;
}
.savebtn{
height: 30px; vertical-align: 30px; 
background-color: #50b446; color: #fff; 
border: none; padding: 0 20px; border-radius: 4px; margin: 5px 2px;
}
