﻿div.NewsWidget
{
	text-align	: left;
	overflow	: hidden;
	font-size	: 0.8em;
}

div.NewsWidget div.DIV_News
{
	margin	: 0px;
	overflow: hidden;
}

div.NewsWidget table.News
{
	width		: 100%;
	table-layout: fixed;
	font-size	: 11px
}

table.News p
{
	margin: 5px 0px 5px 0px; 
}

table.News tr
{
	/*width: 210px;
    color: Black;*/
}

table.News td
{
    padding: 2px 5px 2px 5px;
}

table.News tr a
{
	/*color: #003E73;
	font-weight: bold;
	font-size: 12px;*/
}

/*
	Nadpis
*/
table.News tr.TR_header
{
	width: 210px;
    height: 50px;
    background-image: url('../img/Inex/Novinky.png');
    color: White;
}

table.News tr.TR_header th
{
    font-size           : 14px;
    font-weight         : bold;
	text-align          : left;
	padding-left        : 5px;
}

table.News tr.TR_Odd
{
	background-color: #E9F5FA;
}


table.News tr.TR_Even
{
	background-color: White;
}
