﻿/* 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: #990000;
}
.newslink a
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	text-decoration: none;
}
.newslink a:hover
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	text-decoration: underline;
}
.newslinkgrey a
{
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration:none;
}
.newslinkgrey a:hover
{
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration:none;
}

.sf_newsDate
{
	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;
}
.datebg
{
	background-image: url(/Quantum/App_Themes/QuantumSecure/images/date-bg.jpg);
	background-repeat: no-repeat;
	width: 44px;
	height: 44px;
	margin: auto;
}

.datemonth
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding-top: 7px;
	line-height: 12px;
}
.sf_NewsSummary
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	font-weight: normal;
}
.sf_NewsDetailSummary
{
	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;
}
