/* ----------------------------------- 
 List content container 
 ----------------------------------- */
.InfoList {
	display: block;
	overflow: hidden;
	}
.InfoList .Header {
	border-bottom: 1px dotted #999999;
	overflow: hidden;
	padding: 3px;
	padding-bottom: 8px;
	}
.InfoList .Header .Title {
	color: #333333;
	float: left;
	font-size: 16px;
	font-weight: bold;
	}
.InfoList .Header .More {
	background: url(../../images/default/common/vmenu_active.png) no-repeat;
	float: right;
	font-size: 12px;
	padding-left: 12px;
	}
	
/* InfoList's icon */
.InfoList .Announcement {
	background: url(../../images/default/icons/announcement.png) no-repeat;
	padding-left: 22px;
	}
.InfoList .News {
	background: url(../../images/default/icons/gamenews.png) no-repeat;
	padding-left: 22px;
	}
.InfoList .Forum {
	background: url(../../images/default/icons/forum.png) no-repeat;
	padding-left: 22px;
	}
	
.InfoList .Content {
	clear: both;
	padding: 6px 3px;
	}
.InfoList .Content .MsgRow {
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
	vertical-align: middle;
	width: 100%;
	}
.InfoList .Content .MsgRow .Symbol {
	background: url(../../images/default/common/bullet_green.png) no-repeat;
	display: block;
	float: left;
	width: 20px;
	}
.InfoList .Content .MsgRow .Date {
	color: #666666;
	float: left;
	font-size: 10px;
	vertical-align: middle;
	}
.InfoList .Content .MsgRow .Type {
	color: #409900;
	float: left;	
	font-size: 12px;
	font-weight: normal;
	}
.InfoList .Content .MsgRow .Title a, .InfoList .Content .MsgRow .Title a:visited {
	color: #666666;
	float: left;
	text-decoration: none;
	}
.InfoList .Content .MsgRow .Title a:hover {
	color: #F38630;
	float: left;
	text-decoration: underline;
	}
	
/* region menu */
ul.RegionMenu {
	background: #FFFFFF;
	border: solid 1px #D9ECBF;
	color: #FFFFFF;
	display: none;
	line-height: 18px;	
	padding: 0px;
	position: absolute;
	margin-top: -3px;
	z-index: 9999; 
	}
ul.RegionMenu li {
	color: #FFFFFF;
	padding: 5px 15px 5px 25px;
	}
ul.RegionMenu li.Selected {
	color: #FFFFFF;
	background: url(../../images/default/icons/check.png) no-repeat 2px;
	vertical-align: middle;
	}
ul.RegionMenu li:link, ul.RegionMenu li a:link {
	display: block;	
	color: #666666;
	clear: both;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	list-style: none;
	padding: 0px;
	}
ul.RegionMenu li:hover, ul.RegionMenu li a:hover {
	background: #9DCF6A;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;	
	}