td,div,span{font-size:14px;}


a:link {COLOR: #444444; TEXT-DECORATION: none;}
a:visited {COLOR: #444444;TEXT-DECORATION: none;}
a:active {COLOR: #444444; TEXT-DECORATION: none;}
a:hover {COLOR: #111111; TEXT-DECORATION:underline;}

div{overflow-x: auto;white-space: nowrap;overflow-y: hidden;}
div::-webkit-scrollbar {display: none;}

.div_shadow
{
	border: 1px solid #696;text-align:center;background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 0px 20px;
	-moz-box-shadow: #666 0px 0px 20px;
	box-shadow: #666 0px 0px 20px;
	padding:10px;
}

.bg {background: url(/common/images/bg.gif) top right;}

/*自定义radio*/
label.bui-radios-label input[type="radio"]{position: absolute;opacity: 0; visibility: hidden;}
label.bui-radios-label .bui-radios{display: inline-block;position: relative;width: 16px;height: 16px;
        							background-color: #fff;border: 1px solid #979797;border-radius: 50%;
        							vertical-align: -2px;margin-right: 5px;}
/*单选框选中后，自定义radio的样式*/
label.bui-radios-label input[type="radio"]:checked + .bui-radios:after{ position: absolute;content: "";
   							width: 8px;height: 8px;background-color: #fff;border-radius: 50%;top: 3px;left: 3px;}
label.bui-radios-label input[type="radio"]:checked + .bui-radios{background-color: #FF9900;border:1px solid #FF9900;}
label.bui-radios-label input[type="radio"]:disabled + .bui-radios{background-color: #e8e8e8;border:1px solid #979797;}
label.bui-radios-label input[type="radio"]:disabled:checked + .bui-radios:after{background-color: #c1c1c1;}
/*自定义radio的过渡效果*/
label.bui-radios-label.bui-radios-anim .bui-radios
{  -webkit-transition:background-color ease-out .5s;transition:background-color ease-out .5s;}


/*自定义checkbox*/
label.bui-checkbox-label input[type="checkbox"]{position: absolute;visibility: hidden;opacity: 0;}
label.bui-checkbox-label .bui-checkbox{display: inline-block;position: relative;width: 18px;height: 18px;
            			border: 1px solid #ddd;background-color: #fff;vertical-align: -4px;margin-right: 5px;}
label.bui-checkbox-label input[type="checkbox"]:checked + .bui-checkbox:after
{position: absolute;content: "";width:10px;height: 6px;border-left:2px solid #fff;border-bottom: 2px solid #fff;
 transform: rotate(-45deg) translate(-50%,-50%);/*top:50%;*/left:50%;}
label.bui-checkbox-label input[type="checkbox"]:checked + .bui-checkbox {background-color: #FF9900;}
label.bui-checkbox-label input[type="checkbox"]:disabled + .bui-checkbox{background-color: #e8e8e8;border:1px solid #979797;}
label.bui-checkbox-label input[type="checkbox"]:disabled:checked + .bui-checkbox:after{border-color: #000;}
label.bui-checkbox-label.bui-checkbox-anim .bui-checkbox
{-webkit-transition:background-color ease-in-out .3s;transition:background-color ease-in-out .3s;}


/* easyui 表单中的表格样式 */
.table1{margin:0 auto;width:100%;}
.td1{width:100px;text-align:right;}