/* Nastavenie pisma v celom dokumente */

 TD { font-family : Tahoma;
      font-style: normal;
      font-size: 10pt;
      color: #ffffff;
    }
    
.farba { color: #ffffff;
       }

A:link		{ color: #ffffff;  text-decoration: none}
A:visited	{ color: #ffffff; text-decoration: none}
A:active	{ color: #ffffff; text-decoration: none}
A:hover	    { color: #ffffff; text-decoration: underline }


.message
{
	font-family: Tahoma;
}

.message .title
{
	font-weight: bold;
	font-size: 10pt;
	color: #F98C03;
	text-decoration: none;
}

.message .title:Hover
{
	color: #ffffff;
	text-decoration: underline;
}

.message .title:Visited
{
	color: #F98C03;
}

.message .subtitle
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	DECORATION: NONE;
}

.message .abstract
{
	font-family: Tahoma;
	font-size: 10pt;
        color: #ffffff;
}

.message .abstractbold
{
	font-weight:bold;
	font-size: xx-small;
}

.message .detail
{
	font-size: 70%;
}

.message .link
{
	font-weight:bold;
	font-size: xx-small;
	color: mediumblue;
	DECORATION: NONE;
}

.message .link:Hover
{
	color: orangered;
	text-decoration: underline;
}

.message .date
{
	font-size: 10pt;
	font-weight:normal ;
	color: #ffffff;
}

.object
{
	font-family: Tahoma;
}

.object .name
{
	font-weight: bold;
	font-size: 10pt;
	color: #4D73B9;
	text-decoration: none;
}
.object .name:Hover
{
	color: gray;
	text-decoration: underline;
}

.object .catalogitem
{
	font-size: 10pt;
	color: #4D73B9;
	text-decoration: none;
}

.object .catalogitem:Hover
{
	color: gray;
	text-decoration: underline;
}


