a {
    color: #07d;
    text-decoration: none;
}
.feature-help {
    float: right;
    line-height: 34px;
}
.homepage-box {
    padding: 10px;
    margin-bottom: 15px;
    background:rgba(255,255,255,1.0);
	border:1px solid #ccc;
}
.homepage-box .logo {
    float: left;
    margin-right: 12px;
}
.homepage-box .logo img {
    width: 39px;
    height: 39px;
}
.homepage-box .homepage-meta {
    float: left;
    width: 400px;
}
.homepage-box .homepage-title {
    font-size: 12px;
    color: #fff;
    margin-bottom: 2px;
	line-height: 18px;
}
.homepage-box .homepage-title strong {
    font-size: 14px;
    color: #000;
	font-weight: normal;
	line-height: 18px;
}
.homepage-box .homepage-create-time {
    color: #6B6B6B;
	line-height: 18px;
}
.homepage-box .homepage-operate {
    float: right;
    width: 270px;
    text-align: right;
}
.homepage-box .homepage-operate a {
    padding: 2px 4px;
    margin-left: 4px;
    border: 1px solid #fff;
	color:#07D;
    line-height: 38px;
    border-radius: 2px;
}
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.ui-chosen {
    top: 0px;
    right: 4px;
    position: absolute;
    vertical-align: middle;
}
.ui-chosen .chosen-container-single {
    width: 100px !important;
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 26px;
}
.ui-chosen .chosen-single {
    line-height: 26px;
    text-align: center;
    background: none !important;
    border: none !important;
    -webkit-box-shadow: 0 0 0 !important;
    box-shadow: 0 0 0 !important;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui-chosen .chosen-single span {
    margin-right: 22px !important;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}
.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}
.ui-chosen .chosen-drop {
    border-top: 1px solid #aaa !important;
    margin-top: 1px !important;
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.chosen-container-single .chosen-search input[type="text"] {
    padding-left: 20px;
    background: url(../images/chosen-sprite.png) no-repeat -30px -20px,linear-gradient(#eeeeee 1%, #ffffff 15%);
}
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/chosen-sprite.png') no-repeat 0px 2px;
}
.ui-search-box {
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: 10;
    vertical-align: middle;
    margin: 0;
}
.ui-search-box .txt {
    width: 70px;
    height: 16px;
    padding: 5px;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #ddd;
    margin: 0;
    padding-left: 20px;
    background: #fff url("../images/ico-search.png") 4px center no-repeat;
    background-image: -webkit-image-set(url("../images/ico-search.png") 1x, url("../images/ico-search@2x.png") 2x);
    border-radius: 2px;
    -webkit-transition: width linear 0.25s;
    -moz-transition: width linear 0.25s;
    transition: width linear 0.25s;
}
.ui-table.ui-table-list {
    border: none;
	border:1px solid #ccc;
}
.ui-table th.checkbox, .ui-table td.checkbox {
    width: 18px;
    padding: 10px 0 10px 10px;
}
.ui-table th.checkbox input[type="checkbox"], .ui-table td.checkbox input[type="checkbox"] {
    float: none;
    margin: 4px 0 0 0;
    vertical-align: top;
}
.ui-table .cell-25 {
    width: 25%;
}
.ui-table .cell-12 {
    width: 12%;
}
.ui-table .cell-10 {
    width: 10%;
}
.pull-left {
    float: left;
}
.pagenavi {
    font-size: 12px;
    line-height: 16px;
    text-align: right;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}
.ui-search-box .txt:focus{border-color:#aaa;outline:none;width:180px;}