/* ---------- Pagination ---------- */
/* ---------- 这个是分页的CSS样式 ---------- */
.table {
    margin-bottom: 0px;
}

.article_table {
	table-layout: fixed; 
}

.article_table td{
	word-wrap:break-word;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}

.table th.width25{
	width: 25px;
}

.table th.width50{
	width: 50px;
}

.table th.width75{
	width: 75px;
}

.table th.width100{
	width: 100px;
}

.table th.width125{
	width: 125px;
}

.table th.width150{
	width: 150px;
}

.table th.width175{
	width: 175px;
}

.table th.width200{
	width: 200px;
}

.table th.width225{
	width: 225px;
}

.table th.widthMin125{
	min-width: 125px;	
}

.table th.widthMin50{
	min-width: 50px;	
}

/* .table th{
	word-wrap:break-word;
}
.table th:FIRST-CHILD{
	width: 25px;
}
.pagination {
    margin: 0px;
} */
div.pagination {
    height: 20px;
    float: right;
    font-size: 13px;
    margin: 0px 20px;
    /*padding: 10px 0px;*/
}

div.pagination a, div.pagination span {
    height: 20px;
    line-height: 20px;
    display: inline;
    float: left;
    margin-left: 3px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    blr: expression(this.hideFocus = true);
}

div.pagination a {
    padding: 0px 5px;
    border: 1px solid #cccccc;
}

div.pagination a:hover {
    border: 1px solid #fd6d01;
    text-decoration: none;
}

div.pagination a.previousPage {
    width: 20px;
    padding: 0px;
    background: url(../images/list.gif) 0px -180px no-repeat;
}

div.pagination span.previousPage {
    width: 20px;
    cursor: default;
    border: 1px solid #cccccc;
    background: url(../images/list.gif) -30px -180px no-repeat;
}

div.pagination a.nextPage {
    width: 20px;
    padding: 0px;
    background: url(../images/list.gif) 0px -210px no-repeat;
}

div.pagination span.nextPage {
    width: 20px;
    cursor: default;
    border: 1px solid #cccccc;
    background: url(../images/list.gif) -30px -210px no-repeat;
}

div.pagination a.firstPage {
    width: 20px;
    padding: 0px;
    background: url(../images/list.gif) -60px -180px no-repeat;
}

div.pagination span.firstPage {
    width: 20px;
    cursor: default;
    border: 1px solid #cccccc;
    background: url(../images/list.gif) -90px -180px no-repeat;
}

div.pagination a.lastPage {
    width: 20px;
    padding: 0px;
    background: url(../images/list.gif) -60px -210px no-repeat;
}

div.pagination span.lastPage {
    width: 20px;
    cursor: default;
    border: 1px solid #cccccc;
    background: url(../images/list.gif) -90px -210px no-repeat;
}

div.pagination .currentPage {
    padding: 0px 5px;
    color: #fd6d01!important;
    font-weight: bold;
    cursor: default;
    border: 1px solid #fd6d01;
    background-color: #ffede1;
}

div.pagination .pageBreak {
    padding: 0px 5px;
    color: #3366cc;
    cursor: default;
}

div.pagination .pageSkip {
    vertical-align: middle;
    padding: 0px 3px;
    color: #666666;
}

div.pagination .pageSkip input {
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    margin: 0px 5px;
    text-align: center;
    vertical-align: top;
    *vertical-align: middle;
    ime-mode: disabled;
    border: 1px solid #cccccc;
}

div.pagination .pageSkip button {
    width: 20px;
    height: 20px;
    margin: 0px 0px 0px 5px;
    vertical-align: top;
    *vertical-align: middle;
    cursor: pointer;
    outline: none;
    blr: expression(this.hideFocus = true);
    border: none;
    background: url(../images/list.gif) -120px -210px no-repeat;
}

.table th a {
    color: #ffffff;
}

.table th a:hover {
    color: #ffffff;
}

.table th a:active {
    color: #ffffff;
}

.dialogOverlay {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    _position: absolute;
    top: 0px;
    _top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight);
    left: 0px;
    z-index: 99;
    filter: alpha(opacity = 70);
    -moz-opacity: 0.70;
    opacity: 0.70;
    zoom: 1;
    background: url(../images/dialog_overlay.png);
    opacity:0;
    transition:opacity 0.15s linear 0s;
}

.asterisk {
    color: #ff0000;
}

.form-group .field-title {
	font-weight: bold;
	padding-top:10px;
	text-align: right;
}

/** 涓婁紶鎸夐挳. */
/* .uploadify-button {
	padding: 5px 10px;
	line-height: 21px;
	border-radius: 3px;
	transition: all 0.2s ease-out 0s;
	border-width: 0;
	font-size: 12px;	
	color: #fff;
	background: #428bca;
	display: inline-block;
    margin-bottom: 0;
	border-color: #357ebd;
}

.uploadify:hover .uploadify-button {
  color: #fff;
  background: #3071a9;
  border-color: #285e8e;
} */
/*  按钮颜色设置      */
.permission_btn{
	color:#1874CD;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
}
/** 下面用于按钮单个设置  */
span.add{
	
}


