﻿/* News List */
.sf_newsList 
{
	margin: 0px;
	padding: 0px 20px 0px 0px;
	list-style: none;
}

.sf_newsTitleHome
{
    font-size: 11px;
    margin-top: 1px;
    width: 120px;}

.sf_newsList li
{
	margin: 10px 0px;
	list-style-type: none;
}


.sf_newsList li.home
{
	margin: 0px !important;
	padding-top: 9px;
	padding-left: 7px;
	list-style-type: none;
	display: block;
	background-image: url(images/newsItemBG.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 235px;
	height: 23px;
	cursor: pointer;
}

.sf_newsList li.home:hover
{
    background-image: url(images/newsItemBG_hover.jpg);
	background-repeat: no-repeat;
	background-position: top left;
    
    }
    
.sf_newsList li.WhatsNew
{
	margin: 0px !important;
	padding-top: 9px;
	padding-left: 7px;
	list-style-type: none;
	display: block;
	background-image: url(images/whatsNewItem.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 290px;
	height: 23px;
	cursor: pointer;
}

.sf_newsList li.WhatsNew:hover
{
    background-image: url(images/whatsNewItem_hover.jpg);
	background-repeat: no-repeat;
	background-position: top left;
    }

.sf_readMore 
{
    border-bottom: dotted #753F00 1px;
    padding-bottom: 10px;}

.sf_newsList h2.sf_newsTitle
{
	margin: 20px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
}

a .sf_newsDateHome 
{
    color: Black;
    text-decoration: none;
    font-size: 11px;
    padding-top: 1px;
    }
    
a .sf_newsDateHome:hover 
{
    color: Black;
    text-decoration: none !important;
    font-size: 11px;
    padding-top: 1px;
    }

.sf_newsList .sf_newsDate 
{
	font-size: .9em;
}
.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;
}
/* 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;
}

.sf_singleNews
{
    padding-right: 20px;}