@CHARSET "UTF-8";

/*角色管理*/
.fitem{
	margin-top: 10px;
}

.fitem input{
	width:200px;
}

.fitem  label{
	width:60px;
	text-align:right;
}

.fitem ul{
	margin-left: 20px;
	margin-top: 10px;
}

.dlg_detail_title{
	width:60px;
	text-align:right;
	float:left;	
	background: #F5FAFA;
    color: #797268;
    border: 1px solid #C1DAD7;   
    background: #fff;
    font-size:11px;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
}

.dlg_detail_item{
	width:200px;
	float:left;	
	border: 1px solid #C1DAD7;   
    background: #fff;
    font-size:11px;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
}

.dlg_detail_div{
	clear:both;
}

/*用户权限分配*/
.myTable{
	padding: 0;
    margin: 0;   
    border-collapse:collapse;
    width:100%;
}

.myTable td {
    border: 1px solid #C1DAD7;   
    background: #fff;
    font-size:11px;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
    text-align: left;
    width: 70%;
}

.myTable td.alt {
    background: #F5FAFA;
    color: #797268;
    text-align: right;
    width: 30%;
}

.myTable tr.area {
    height:85px;
}

.myTable tr.bigArea {
    height:200px;
}



