﻿body
{
    background-color:White;
    color:#000000;
}
.redfont
{
    color:Red;
}

/*模式窗口样式*/
.ediPasswordWindow{
width: 350px; 
height: 160px;
 padding: 5px;

}



/* 模式窗口区域*/
.modelWindowErea{
	padding: 10px;
 background: #fff;
  /* border: 1px solid #ccc; */
}

/* 模式客口 下部按钮区 */
.modelWindowBott{
	 text-align: right;
	 height: 41px; 
	 line-height: 30px;
	 }

/*登录标题 */
.loginTitle{
	font-size:18px;
	text-align:center;
}

/*登录窗口*/
.loginWindow{
width: 370px;
 height: 205px;
  padding: 5px;
  background: #fafafa;
}
/* 注册窗口 */
.regWindow{
	width: 600px; 
	height: 450px; 
	padding: 5px;
}

/*登录窗口表格*/
.loginTable{
}

/*修改密码窗口表格*/
.passEditTable{
    border-collapse:separate;
    border-spacing:2px 10px;
}

/*注册表格*/
.regTable{
}

/*注册标题*/
.regTitle{    
    text-align: center;
    font-size:20px;
    font-weight:bold;
    margin:20px;
}


/*会员组编辑对话框*/
#ddedit
{
    padding: 5px; 
    width: 900px; 
    height: 500px;
    
}


#ddedit table,.mytable
{   
    width: 95%;
    border:1px solid #8DB2E3;
    margin:20px;
}

#ddedit table td,.mytable td,.mytable th{
	border:1px solid #8DB2E3;
	height:28px;
}

#ddedit table th,.mytable th
{
    text-align:center;
    border-left:1px solid #8DB2E3;
	border-top:1px solid #8DB2E3;
	height:28px;    
}



.txtText
{
    width:90%;
    height:20px;
}


        .btabs
        {
            border: 1px solid #8DB2E3;
            font-size: 12px;
            height:auto;
            min-height: 45px;
            list-style-type: none;
            margin: 0;
            padding: 4px 0 0 4px;
            width: 99.5%;
            background-color: #E0ECFF;
            overflow:hidden;
        }


/*我的显示的表格标签，这里是有边框，用于显示数据的表格*/
.mydatagrid-table
{    height: 100%;
    width: 100%;
    border-right:1px solid #8DB2E3;
	border-bottom:1px solid #8DB2E3;
}


.mydatagrid-table td{
	border-left:1px solid #8DB2E3;
	border-top:1px solid #8DB2E3;
}


.toolbar
{
    background-color:#E0ECFF;
}

.buttongroup
{
    padding-left:0px;
}
#divSearch{
    padding-left:40px;
}

.detailWindow{
    width:700px;height:450px;
}

.txtamt
{
    width:80px;
    height:20px;
}

.sel {
    height:25px;
    min-width:80px;
}



