/* ----------------------------------- 
 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;
	}