@charset "utf-8";
/* CSS Document */
@import url("base.css");
/*right*/
.rightMain{ padding:10px;}
.curPos{ height:30px; line-height:30px; color:#636363; padding-left:12px;}
.rightMenu{ height:31px; border:1px solid #D6D6D6; background:url(../images/mbg.jpg) repeat-x; margin-top:10px; margin-bottom:2px; line-height:31px; padding-left:12px; font-weight:bold;}
.lastLogin{ height:55px; border-bottom:1px solid #DFDFDF; background:url(../images/time.jpg) no-repeat 10px center; line-height:55px; padding-left:50px;}
.imgUl{ padding:22px 0;}
  .imgUl li{ width:60px; float:left; margin:0 15px; padding:5px; text-align:center; cursor:pointer;}
  .imgUl li a{ width:60px; height:auto;}
  .imgUl li img{ padding-top:5px;}
  .imgUl li:hover{ border:1px solid #EAEAEA; padding:4px;}
    .imgUl li span{ height:25px; line-height:25px; text-align:center; color:#606060;}
	
/*rightTable*/
.submit{padding:20px 10px; margin:0 20px;}
.meminput{ width:300px; height:18px; padding:5px; border:1px solid #D6D6D6;outline:none; color:#666;}
.meminput:hover,.textarea:hover{border:1px #69c solid;}
.memselect{height:25px; padding:2px; border:1px solid #D6D6D6;outline:none; color:#666;}
.memselect:hover,.textarea:hover{border:1px #69c solid;}
.textarea { width:300px;padding:2px; color:#666;line-height:18px; border:1px solid #ccc;outline:none;}
.textarea:hover{ border-color:#69C;}
.wbyBtn{ background:url(../images/loginbut.jpg) no-repeat; width:70px; height:30px; line-height:30px; border:none; cursor:pointer;}
.inp_btn2{ width:75px; height:28px; padding-top:2px\9; padding-top:0px; background:url(../images/but2.jpg) no-repeat left top;color:#FFF; border:0;font-size:12px;cursor:pointer; text-align:center;}
.inp_btn2:hover{ background:url(../images/but2.jpg) no-repeat 0 -28px;}
.wbyselect{ padding:5px;}
.w500{ width:500px;}

.wbyContent{}
.wbyTable{ padding-left:10px; margin-top:15px;border-spacing:0;font-size:12px;}
.wbyTable td{ height:45px; line-height:45px; vertical-align:middle;}
.tol_table{font-size:12px;margin:20px 20px -20px 20px;height:20px;border-bottom:1px #ccc solid;color:#666;font-weight:normal;}
.table{ table-layout:fixed;margin:20px; width:96%;}
.table td{padding:8px 8px; line-height:22px;color:#555;border-bottom:1px #f2f2f2 solid;word-break:break-all;word-wrap:break-word;}
.table td a{ color:#666;}
.table thead td{font-weight:bold;}
.table .title{ display:block;font-size:12px;font-weight:bold;color:#555; }
.table td.name_r {border-right:1px #e1e1e1 solid;}
.table tr:hover{ background-color:#F4F7F9;} 

/*分页样式*/
.pageShow{ height:26px;  padding:7px 0; line-height:26px; float:right;}
.pageShow span{ float:left;display:inline;font-weight:normal;}
.pageShow a,.pageShow .current{ background-repeat: no-repeat; border: 1px solid #C2D5E3; color: #333333; display: inline; height: 26px; margin-left: 4px; overflow: hidden; padding: 0px 8px; text-decoration: none; border-radius: 3px; float:left;}
.pageShow a:visited{ color:#333;}
.pageShow a:hover{ border-color: #336699; color: #336699;}
.pageShow .current{ border-radius: 3px; padding:0 8px; border: 1px solid #C2D5E3; background-color: #E5EDF2; font-weight:bold;}
a.prev{ background-image: url("../images/arw_l.gif"); background-position: 10% 50%; padding-left: 25px;}
a.nex{ background-image: url("../images/arw_r.gif"); background-position: 90% 50%; padding-right: 25px;}

#uploadqueue{ display:none;}
#huanpic_ul li{ margin-bottom:10px; }
#huanpic_ul div{overflow:hidden;}
.show-img{ max-width: 100px;}

.pt10{ padding-top:10px;}