@charset "utf-8";
/* CSS Document */

/* News List */
.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_newsSummary{color:#5b6a6e;}
.sf_newsSummary a:link, .sf_newsSummary a:visited, .sf_newsSummary a:active{ color:#178fc0; text-decoration:none;}
.sf_newsSummary a:hover{ color:#178fc0; text-decoration:none;}

.sf_newsTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	font-weight:normal;
	display:block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.2em;
}

.sf_newsTitle a:link, .sf_newsTitle a:visited, .sf_newsTitle a:active{ color:#0e2d43; text-decoration:none;}
.sf_newsTitle a:hover{ color:#0e2d43; text-decoration:none;}
.sf_newsList .sf_newsTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	font-weight:normal;
	display:block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.2em;
}
.sf_singleNews .sf_newsDate 
{
	font-size: 14px;
	color:#178fc0;
	padding:10px 0 0 0;
}
.sf_newsList .sf_newsDate 
{
	font-size: 14px;
	color:#178fc0;
	padding:10px 0 0 0;
}
.sf_newsList .sf_newsSummary 
{	
}
.sf_newsList .sf_newsSummary img 
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* News tag list */
dl.sf_newsTagList 
{
}
dl.sf_newsTagList dt, dl.sf_newsTagList dd
{
	display: inline;
}/* Comments List */
.sf_contentComments
{
	margin: 3em 0 1em;
	padding: 0;
}
.sf_contentComments .sf_commentsList 
{
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}
.sf_contentComments .sf_commentsList li
{
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
}
.sf_contentComments .sf_commentAuthor
{
	margin: 0;
	padding: 0;
}
.sf_contentComments abbr 
{
	font-size: .8em;
}
.sf_contentComments .sf_commentsList .sf_commentAuthor strong 
{
	font-size: 1.1em;
}
.sf_contentComments .sf_eventSubTitle, .sf_contentComments legend
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.4em;
}

.sf_newsThumbnail{
float:left; position:relative; top:0px; left:0px; padding: 0px 10px 10px 0px;
}
/* Event */
.sf_contentComments .sf_contentCommentForm 
{
	margin: 0;
	padding: 0;
	border: 0;
}
.sf_contentComments .sf_contentCommentForm ol 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
}
.sf_contentComments .sf_contentCommentForm li 
{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}
.sf_contentComments .sf_contentCommentForm label
{
	display: block;
}
.sf_contentComments .sf_contentCommentForm .sf_commentsValidator strong
{
	font-weight: normal;
	display: block;
}
/* Editor in comments tools toggle */
.formattingOptionsToggleBtn {
	display: block;
	text-align: right;
	outline-width: 0;	
}
.rade_toolbarWrapper 
{
	visibility: hidden;
}
.formattingOptions .rade_toolbarWrapper 
{
	visibility: visible;
}
/* Pager */
ol.sf_pager 
{
	margin: 10px 0;
	padding: 0;
	width: 100%;
	list-style: none;
	width:300px;
	float:right;
	position:absolute; top:540px; right:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
ol.sf_pager li
{
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
	float: right;
}
ol.sf_pager li a
{
	padding: 3px 5px; color:#178fc0; text-decoration:none;
}
ol.sf_pager li a:hover
{
	padding: 3px 5px; color:#178fc0; text-decoration:underline;
}
ol.sf_pager li a[disabled="disabled"], ol.sf_pager li a.sf_PagerSelItem
{
	color: #666;
	text-decoration: none;
	cursor: default;
}