
/* Cards Table Elements */

.newsTableHomePage
{
	width: 250px;
}

.otherNewsText
{
	margin: 12px 0 0 11px;
}

.newsCell, .newsCellSelected
{
	padding: 15px 17px 12px 10px;
	vertical-align: top;
	width: 147px;
}

.newsCell
{
	background-color: #F4F4F4;
}

.newsCellSelected
{
	background-color: #E3E3E3;
}

.newsCellHomePage
{
	background-color: #F4F4F4;
	width: 250px;
	border-bottom: 1px dotted #696969;
	padding: 15px 0 14px 10px;
}

* html .newsContent {
	border-bottom: none;
	padding-bottom: 15px;
	background: url(images/dottedBorder.gif) repeat-x bottom;
	background-color: #F4F4F4;
}

.newsSmallImage
{
	margin-right: 10px;
	float: left;
}

.newsCellHeadline
{
	font-weight: bold;
	margin-top: 12px;
	height: 28px;
}

.newsCellDescr
{
	margin-top: 4px;
	height: 57px;
	overflow:hidden;
}

.newsCellHeadline, .newsCellDescr
{
	float: left;
	width: 146px;
}

.buttonMoreNews
{
	margin-top: 3px;
	float: right;
	cursor: pointer;
}


.newsImageHomePage
{
	float: left;
	margin-right: 7px;
}

.newsCellDateHomePage
{
}

.newsCellHeadlineHomePage
{
	display: block;
	font-weight: bold;
}

.buttonMoreNewsHomePage
{
	display: block;
	padding-top: 5px;
}

/* End Cards Table Elements */