﻿[data-component=slideshow] .imageslide 
{
	display: none;
  	text-align: left;
}

[data-component=slideshow] .imageslide.active 
{
	display: block;
}

[data-component=slideshow] .newsslide 
{
	display: block;
	background-color: white;
}

[data-component=slideshow] .newsslide.active 
{
	display: block;
	border-radius: 5px;
	background-color: #EEEEEE;
	border: 1px solid gray;
}

div.newsheading
{
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	color: lime;
	text-align: center;
	padding-top: 3px;
}

div.newstitleheading
{
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 3px;
}

div.newsdateheading
{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: gray;
	text-align: center;
	margin: 5px;
}

div.newstitle
{
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 5px;
}

div.newsdate
{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: gray;
	text-align: left;
	margin: 5px;
}

div.newscontent
{
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin: 5px;
	text-decoration: none;
}

div.newspreviewsection
{
	background-color: #eeeeee;
	border-radius: 5px;
	border: 1px solid gray;
}

a.newscontent
{
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	text-align: justify;
	text-decoration: none;
	color: black;
}
