/* CSS Document */
@charset "utf-8";
*{padding:0px; margin:0px;border:0;}
html{width:100%; height:100%;}
body{font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体";font-size:13px;line-height:30px;overflow:auto;width:100%; height:100%;}
input,button,textarea,select{font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体";font-size:13px;outline:none;}
input[type="text"],input[type="password"]{-webkit-box-shadow:0 0 0 1000px white inset;}
a,a:focus{font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体"; text-decoration:none; color:#000000; outline:none; blr:expression(this.onFocus=this.blur());}
a:hover{color:#000000;text-decoration:none;}
img{border:none;}
ul{display:block;margin:0;padding:0;list-style:none;}
li{display:block;margin:0;padding:0;list-style: none;}
.btn1{width:80px; height:26px; line-height:26px; background-image: url(../images/btn_01.png); background-size:100% 100%; color:#FFFFFF; font-size:13px; cursor:pointer;}
.btn1_{width:80px; height:26px; line-height:26px; background:#D3D3D3; cursor:auto; color:#FFFFFF; font-size:13px; border-radius:3px;}
.btn2{width:48px; height:26px; line-height:26px; background-image: url(../images/btn_02.png); background-size:100% 100%; color:#FFFFFF; font-size:13px; cursor:pointer; margin-left:5px;}
.btn2_{width:48px; height:26px; line-height:26px; background:#D3D3D3; cursor:auto; color:#FFFFFF; font-size:13px; border-radius:3px; margin-left:5px;}
.input1{width:180px; height:25px; line-height:25px; border:1px #babbbc solid; padding-left:2px; font-size:13px;}
.input2{width:35px; height:25px; line-height:25px; border:1px #babbbc solid; padding-left:2px; font-size:13px;}
.input3{width:120px; height:25px; line-height:25px; border:1px #babbbc solid; padding-left:2px; font-size:13px;}
.textarea1{width:180px; height:60px; border:1px #babbbc solid; padding:2px; font-size:13px;}
.select1{height:25px; border:1px #babbbc solid; font-size:13px;}
.span1{color:red; margin-left:3px;}
/*分页样式*/
.page{text-align:right; font-size:13px; line-height:30px; margin-top:5px;}
.page table{width:100%;}
.page .first,.page .up,.page .down,.page .end{background-repeat:no-repeat; background-position:12px 12px; display:inline-block; width:30px; height:30px; border:1px #dddddd solid;}
.page .first{background-image:url(../images/page/page_01.png); border-right:none;}
.page .up{background-image:url(../images/page/page_02.png); border-right:none;}
.page .down{background-image:url(../images/page/page_03.png); border-right:none;}
.page .middle,.page .middley{display:inline-block; padding:0 13px; height:30px; border:1px #dddddd solid; text-align:center;}
.page .middle{border-right:none;}
.page .middley{background-color:#afd6f2; color:#000002;}
.page .end{background-image:url(../images/page/page_04.png);}
/*表格样式*/
.mytable{width:100%; text-align:center; margin-top:5px; border-top:1px #bbc4ce solid; border-left:1px #bbc4ce solid;}
.mytable tr:not(.title):hover{background-color:#dbebf8;}
.mytable td{border-right:1px #bbc4ce solid; border-bottom:1px #bbc4ce solid; height:30px; line-height:18px;}
.mytable input{vertical-align:middle;}
.mytable .title{background-color:#afd6f2; font-weight:bold;}
.mytable .tdleft{text-align:left; padding-left:3px;}
.mytable .tdred{color:red;}
/*表单样式*/
.tableadd{width:100%; border:none; line-height:35px; color:#444444; text-align:center;}
.tableadd thead td:nth-child(odd){vertical-align:top; text-align:right;}
.tableadd thead td:nth-child(even){vertical-align:middle; text-align:left;}
.tableadd tfoot td{line-height:50px;}
/*搜索条件*/
.seachform{height:35px; line-height:35px; margin-bottom:10px;}
.seachform li{float:left; margin-right:20px;}
.seachform li label{padding-right:10px; float:left;}
/*上传组件*/
.filebtn{background:#f4f4f4; color:#000000; border:1px #989898 solid; width:66px; height:24px; font-size:13px;}
#myfilems,#myvideoms{font-size:13px; padding-left:3px; max-width:150px; white-space:nowrap; display:inline-block; vertical-align:middle; overflow:hidden;}