//后台css代码
ul{
    margin: 0;
    padding: 0;
}
.x-combo-checker{ 
	background-position: 50% -2px; 
	margin-left: 1px; 
	background-color: transparent; 
	background-image: url("../js/extjs/resources/themes/images/default/grid/unchecked.gif"); 
	background-position: -1px -1px; 
	background-repeat: no-repeat; 
	height: 14px; 
	width: 14px; 
	display: inline-block; 
}

.banner_index{
	background:url('../images/index_logo.png') no-repeat 0 0 !important;
	padding:5px;
}
.upload-icon {
    background: url('../images/image_add.png') no-repeat 0 0 !important;
}
#CheckCode{ float:left;} 
.x-form-code{width:73px;height:22px;vertical-align:middle;cursor:pointer; float:left; margin-left:7px;} 
.x-boundlist-selected .x-combo-checker { background-image: url("../js/extjs/resources/themes/images/default/grid/checked.gif"); }

.add {
	background-image: url(../images/icons/add.gif) !important;
}

.delete {
	background-image: url(../images/icons/delete.gif) !important;
}

.up {
	background-image: url(../images/icons/up.gif) !important;
}

.trash {
	background-image: url(../images/icons/trash.gif) !important;
}

.cancel {
	background-image: url(../images/icons/cancel.gif) !important;
}
.x-datepicker {
    background-color: white;
    border-color: #1b376c;
    border-style: solid;
    border-width: 1px;
    width: 220px;
}
