﻿/* News List */
.sf_singleNews red-link1 a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f5351e;
	line-height: 20px;
	text-decoration: none;
}
.sf_singleNews red-link1 a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	text-decoration: none;
}
.sf_newsList
{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.sf_newsList li
{
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}

.sf_newsList sf_newsTitle
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	text-decoration: none;
}
.sf_SingleNewsTitle
{
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1E398D;
}
.newslink 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:normal;
	text-decoration: none;
	line-height:18px;
}
.newslink a
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1e398d;
	font-weight: bold;
	text-decoration: none;
	line-height:18px;
}
.newslink a:hover
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1e398d;
	font-weight: bold;
	text-decoration: underline;
	line-height:18px;
}
.newslinkgrey a
{
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1e398d;
	font-weight: bold;
	text-decoration: none;
	line-height:18px;
}
.newslinkgrey a:hover
{
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1e398d;
	font-weight: bold;
	text-decoration: underline;
	line-height:18px;
}

.sf_newsDate /* This is using in date */
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height:18px;
}
.sf_newsDate_Detail /* This is using in date in detail section */
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:20px;
}
.sf_NewsContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.sf_NewsSummary
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E398D;
	line-height: 18px;
	font-weight: normal;
}
.sf_NewsDetailSummary /*For summary in bold*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	font-weight: bold;
}
/* News tag list */
dl.sf_newsTagList
{
}
dl.sf_newsTagList dt, dl.sf_newsTagList dd
{
	display: inline;
}
/* Pager */
ol.sf_pager
{
	margin: 10px 0;
	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
	clear: both;
}
ol.sf_pager li
{
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
	float: left;
}
ol.sf_pager li a
{
	padding: 3px 5px;
}
ol.sf_pager li a[disabled="disabled"], ol.sf_pager li a.sf_PagerSelItem
{
	color: #666;
	text-decoration: none;
	cursor: default;
}
