.btnSite{
	text-align:center; 
	margin-top:5px;
}

.fontBold{
	font-weight:bold;
}

.clearBoth{
	clear:both;
}

.cursorPointer{
	cursor:pointer;
}

.pageAEDPopuplayer{
	overflow: auto;
}

/* 背景颜色 */
.bgColorRed{
	background-color:#f99417;
}

.bgColorGreen{
	background-color:#336600;
}

.bgColorYellow{
	background-color:#F0DB46;
}

.bgColorGray{
	background-color:gray;
}

.bgColorAgDelGray{
	background-color:#8d9baf;
}
/* 背景颜色 */


/* 列表字体颜色 */
.colorRed{
	color:red;
}

.color336600{
	color:#336600;
}

.colorLightGray{
	color:#888888;
}
/* 列表字体颜色 */

.fieldEditDisabled{/* 字段不能编辑调用此颜色进行区分 */
	color:#888888;
}

.destselector{
	width:147px;
	height:20px;
	border:1px solid #ccc;
	position:relative
}
	
.destselector input{
	width:130px;
	border:0;
	height:18px;
	padding-left:3px;
}
	
.destselector ul{
	width:147px;
	margin:0;
	padding:0;
	position:absolute;
	left:-1px;
	top:20px;
	border:1px solid #000;
	border-top:1px solid #ccc;
	border-left:2px solid #ccc;
	list-style:none;
	display:none;
}
	
.destselector li a{
	width:147px;
	line-height:20px;
	display:block;
	color:#000;
	background:#fff;
	text-decoration:none;
	text-indent:5px;
}
	
.destselector li a:hover{
	background:#316AC5;
	color:#fff;
}
	
.destselector .showdestlist{
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}


.pageTagList{
	clear:both;
	margin:10px;
	font-weight: normal;
	background-color:#F0F1F4;
	width: 906px; 
	margin: 5px 10px; 
	font-size: 14px;
	padding:3px 10px; 
	border:1px solid #7aaac5; 
	border-radius:5px; 
	-moz-border-radius:5px;
}

.blacklistLi{
	width:150px !important;
	height:72px !important;
}