@charset "utf-8";
#news-tabs {
	border:0;
}
#news-tabs a {
	background-color: transparent;
	width: 0%;
	height: 0%;
	width: 183px;
	float: left;
	height: 42px;
	margin: 0px;
	padding: 0px;
	border: 0;
	border-radius: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 42px;
	font-weight: 900;
	color: #FFF;
	text-transform: uppercase;
	background-image: url(../images/news_tabs.png);
	text-align: center;
}

#news-tabs li .Annoucements {
	background-position: -183px;

}
#news-tabs li .Updates {
	background-image: url(../images/news_tabs.png);
	background-position: -366px;
}
#news-tabs li .Events {
	background-position: -549px;
}
#news-tabs a i {
	margin-right: 5px;
	margin-top: 0px;
}
#vic_news .tab-content {
	padding: 0px;
	width: 732px;
	margin-top: -18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: visible;
}
#vic_news .tab-content .tab-pane {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#vic_news .tab-content div #news_title {
	background-image: url(../images/news-tab.png);
	height: 31px;
	width: 732px;
}
#vic_news .tab-content div span {
	display: block;
	float: left;
	height: 31px;
	line-height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}
#vic_news .tab-content div .tag {
	width: 85px;
	background-image: url(../images/tag-news.png);
	background-repeat: no-repeat;
	background-position: center 8px;
}
#vic_news .tab-content div .title {
	width: 582px;
}
#vic_news .tab-content div .date {
	width: 60px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}
#vic_news .tab-content div .news_content {
	height: 150px;
	width: 732px;
	background-color: #020b14;
}
#vic_news .tab-content div .news_content .news_avatar {
	height: 114px;
	width: 180px;
	margin-top: 18px;
	margin-left: 18px;
	background-color: #05203A;
	float: left;
}
#vic_news .tab-content div .news_content .news_text {
	float: right;
	width: 505px;
	max-height: 100px;
	margin-top: 18px;
	margin-right: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
}
#vic_news .tab-content div .news_content .more {
	float: right;
	display: block;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-right: 422px;
	text-decoration: none;
	color: #0474a5;
}
#vic_news .tab-content div .news_content .more:hover {
	text-decoration: underline;
}

