body{font-family:"宋体", Arial;}
a.qcLink:link { color: #0c82ff; text-decoration:none;font-size:12px}
a.qcLink:visited {color: #0c82ff;text-decoration:none;font-size:12px}
a.qcLink:hover { color:#0c82ff; text-decoration:underline;font-size:12px}
a.qcLink:active { color:#0c82ff;font-size:12px}
a.redLink:link { color: #e5471d; text-decoration:none;font-size:12px}
a.redLink:visited {color: #e5471d;text-decoration:none;font-size:12px}
a.redLink:hover { color:#e5471d; text-decoration:underline;font-size:12px}
a.redLink:active { color:#e5471d;font-size:12px}
.font12,.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber{
	font-size:12px;
}
table,td,tr,th{ font-size:12px;}


#companyGroup_tab_tools{
    border-left: 0;	
}
#companyGroup_tab_tools.tabs-tool {
    background-color: #FFFFFF;
}

#tab-tools .textbox{
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
	border:0;
	
}

#tab-tools .l-btn:hover{
	background:none;
	
	
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
	width: 5px;
	height: 7px;
	background-color: #F5F5F5;
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #c2c2c2;
}


/*表格、控件字体*/
.datagrid-header .datagrid-cell span,.l-btn-text,.textbox .textbox-text,.combobox-item, .combobox-group, .combobox-stick,.menu-text, .menu-text span
{
	font-size:12px;
}
.tabs-wrap{
	overflow:visible;
}
.hongse{color: #FA1418}


.backInput{
	border:1px solid #ccc;
	font-size: 10pt; 
	font-family: 宋体;
}

.blackText{
	font-size: 13px; 
	font-family: 宋体;
	color:#333333;
}

.redText{
	font-size: 13px; 
	font-family: 宋体;
	color:#f7a303;
}

.msgText{
	font-size: 12px; 
	font-family: 宋体;
	color:#ff0000;
}
.jiacu{
	font-weight:bold;
}
.shou{
	cursor:hand;
}

.font12{
	font-size:12px;
}
.font14{
	font-size:14px;
}
.font16{
	font-size:16px;
}

img.mid{ vertical-align:middle;}
input.mid{ vertical-align:middle;}

.czIcon{vertical-align: middle;}
.czIcon_xiugai{//修改
    vertical-align: middle;
    cursor: pointer;
    content:url(../../js/jquery-easyui-1.9.4/themes/IconsExtension/xiugai.png);
}
.czIcon_del{//删除
    vertical-align: middle;
    cursor: pointer;
    content:url(../../js/jquery-easyui-1.9.4/themes/IconsExtension/delete.png);
}
.czIcon_guanlian{//关联
    vertical-align: middle;
    cursor: pointer;
    content:url(../../js/jquery-easyui-1.9.4/themes/IconsExtension/hl_guanlian.png);
}
.czIcon_quanxian{//权限
    vertical-align: middle;
    cursor: pointer;
    content:url(../../js/jquery-easyui-1.9.4/themes/IconsExtension/hl_quanxian.png);
}
.czIcon_qiyong{//启用
    vertical-align: middle;
    cursor: pointer;
    content:url(../../js/jquery-easyui-1.9.4/themes/IconsExtension/hl_qiyong.png);
}
.czIcon_jinyong{//禁用
    vertical-align: middle;
    cursor: pointer;
    content:url(../../js/jquery-easyui-1.9.4/themes/IconsExtension/hl_jinyong.png);
}
.czIcon_huifu{//恢复
    vertical-align: middle;
    cursor: pointer;
    content:url(../../js/jquery-easyui-1.9.4/themes/IconsExtension/hl_huifu.png);
}
.czIcon_shenhe{//审核
    vertical-align: middle;
    cursor: pointer;
    content:url(../../js/jquery-easyui-1.9.4/themes/IconsExtension/shenhe.png);
}
.czIcon_quxiaoshenhe{//取消审核
    vertical-align: middle;
    cursor: pointer;
    content:url(../../js/jquery-easyui-1.9.4/themes/IconsExtension/hl_quxiaoshenhe.png);
}
.czIcon_genggaileibie{//类别
    vertical-align: middle;
    cursor: pointer;
    content:url(../../js/jquery-easyui-1.9.4/themes/IconsExtension/hl_genggaileibie.png);
}
.czIcon_jingzhidenglu{//禁止登录
    vertical-align: middle;
    cursor: pointer;
    content:url(../../js/jquery-easyui-1.9.4/themes/IconsExtension/hl_jingzhidenglu.png);
}
.czIcon_qiyongdenglu{//启用登录
    vertical-align: middle;
    cursor: pointer;
    content:url(../../js/jquery-easyui-1.9.4/themes/IconsExtension/hl_qiyongdenglu.png);
}
.uploadify-button {
	background-color:#FFFEE6;
	border-radius: 5px;
	border: 0;
	
}