/*文字雲 - 所有前台Theme共用*/
.TagBox {
	background-color: #ebf5fa;
	margin-bottom: 10px;
}
.TagBox a {
	margin-right: 3px;
	margin-left: 3px;
}
.TagBox a:hover {
	text-decoration: underline;
}
.TagBoxCt {
	padding-top: 6px;
	padding-right: 8px;
	padding-left: 8px;
}
.hs1 {
	font-size: 14pt;
	font-weight: bold;
	color: #ea328d;
}
.hs2 {
	font-size: 13pt;
	font-weight: bold;
	color: #1266f1;
}
.hs3 {
	font-size: 15px;
	color: #ff7b05;
	font-weight: bold;
}
.hs4 {
	font-size: 15px;
	color: #219621;
}
.hs5 {
	font-size: 14px;
	color: #7c40e1;
}
.hs6 {
	font-size: 11pt;
	color: #a08800;
}
.hs7 {
	font-size: 11pt;
	color: #05c1a4;
}
.hs8 {
	font-size: 10pt;
	color: #e13333;
}
.hs9 {
	font-size: 10pt;
	color: #7c2d05;
}
.hs0 {
	font-size: 10pt;
	color: #5b5b5b;
}

.AgentList {
	border: 1px solid #cedef6;
	line-height: 160%;
	color: #545252;
	padding-top: 8px;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	width: 703px;
}
.AgentList strong {
	font-weight: normal;
}

.ArticleList h2 {
	font-size: 12pt;
	font-weight: normal;
}
.AgentList th {
	font-weight: normal;
	color: #DC6823;
	text-align: right;
	width: 65px;
}
.AgentList a {
	color: #0c64d0;
	text-decoration: none;
	margin-right: 10px;
}
.AgentList a:hover {
	color: #FF3333;
}

.AgentList_Name {
	font-weight: bold;
	color: #fa1c6b;
	font-size: 13pt;
	line-height: 100%;
	letter-spacing: 1pt;
}
.AgentListInfotd {
	padding-right: 20px;
}
.AgentListFt {
	background-color: #e8effb;
	padding-left: 128px;
	margin-top: 5px;
	line-height: 200%;
	height: 23px;
	padding-top: 1px;
}
.AgentListFt a {
	color: #6e7690;
	padding-left: 12px;
	display: block;
	float: left;
	width: 85px;
	background-image: url(/App_Themes/<%= Page.Theme %>/images/AgentsIcon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 0px;
}.AgentListFt a:hover {
	color: #FF0033;
	background-image: url(/App_Themes/<%= Page.Theme %>/images/AgentsIcon_hv.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	margin-right: -1px;
}
.AboutMeTab {
	background-image: url(/App_Themes/<%= Page.Theme %>/images/AboutMeTab.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 10px;
	margin-left: 5px;
	padding-bottom: 2px;
	margin-bottom: -2px;
	width: 705px;
}
.AboutMeTabBtn {
	text-align: right;
	float: right;
	margin-right: 10px;
}

