/*
================================
COMMON STYLES 
================================
*/
.left {float:left;}
.right {float:right}
.hide {display:none;}
.pointer {cursor:pointer;}
.clearBoth {clear:both;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

/*
================================
NEWS LIST
================================
*/

/*#MainContent ul.NewsList
{
 margin:15px 0 0 0;
}


#MainContent ul.NewsList li
{
 margin:0 0 15px 0;
}

#MainContent ul.NewsList li a
{
 display:block;
}

#MainContent ul.NewsList li a.Event
{
	background-image:url(/Data/Assets/Misc/event_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:6px 8px 7px 18px;
}

#MainContent ul.NewsList li a.News
{
	background-image:url(/Data/Assets/Misc/news_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:6px 8px 7px 18px;
}

#MainContent .EventItem strong
{
	display:block;
}
*/

/*
.newsList
{
    margin:25px 0 0 0;
    width:630px;
}

    .newsList div
    {
        width:180px;
        margin:0 0 25px 45px;
        display:inline;
        
        color:#FFFFFF;
    }
    
    .newsList div.first
    {
        margin-left:0;
    }
    
        .newsList div span
        {
            font-weight:bold;
            font-size:11px;
        }*/

/* CSS if sIFR not enabled START */
/* newsList on HomePage */
.newsListHome
{
	/*padding: 5px;*/
	border: solid 1px silver;
	background-image: url(/Data/Assets/Misc/NewsItemBackground.jpg);
	background-repeat:repeat-x;
}

.newsListHome h2
{
	padding: 5px 10px 15px 10px;
	color: #ff6300;
	font-size: 12px;
	font-family: inherit;
	font-weight: bold;
}

.newsListHome p
{
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}

.newsListHome div h4
{
	font-size:12px;
	line-height:1em;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;  
	padding-top: 3px;
	padding-left:10px;
	padding-right: 10px;
}

.newsListHome div h4 a
{
	font-weight: bold;
	color: #197CBC;
	text-decoration:none;
}
    
.newsListHome div h4 a:hover
{
	color: #FF6300;
}

/* ======= Newslist on news page ====== */

.newsList .newsItem
{
	padding-bottom:10px;
}

.newsList .newsDate
{
	font-weight:bold;
	font-size:12px;
	font-family:Trebuchet MS, Verdana, Arial, MS Sans Serif;
	font-style:italic;
}

.newsList h2
{
	color: #ff6300;
	font-size: 14px;
	font-family: inherit;
	font-weight: bold;
}

.newsList div h4
{
	font-size:14px;
	line-height:1em;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;  
}

.newsList div h4 a
{
	font-weight: bold;
	color: #197CBC;
	text-decoration:none;
}
    
.newsList div h4 a:hover
{
	color: #FF6300;
} 

/* CSS if sIFR not enabled END */       

/*
================================
NEWS ITEM
================================
*/
.newsItem img
{
    margin:0 0 15px 0;
}

.newsItem .date
{
	font-weight:bold;
}

.newsItem .ParentLink
{
	font-size: 10px;
	text-align:right;
}

.SmallArticleImage img
{
	padding-top: 5px;
	float: right;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
