﻿body
{
	background-color: #1e1bb4;
	font-family: tahoma;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

a
{
	text-decoration: underline;
	color: #ffff66;
}

table
{
	padding:0px;
	border:none;
	border-collapse: collapse;
	table-layout: fixed;
}

.TableLogo
{
	background-color: #1e1bb4;
	text-align: center;
}

.TableMenuButtons
{
	background-color: #f9fafc;
	text-align: center;
	width:100%;
}

.TableText
{
	color: #fdfdfb;
	font-family: arial;
	font-size: 12pt;
	text-align:left;
}

.TableDownload
{
	border-right: #f9fafc ridge;
	border-top: #f9fafc ridge;
	border-left: #f9fafc ridge;
	color: #1e1bb4;
	border-bottom: #f9fafc ridge;
	font-family: arial;
	background-color: #f9fafc;
}

.TableListini
{
	border-collapse: collapse;
	border: #f9fafc ridge 3px;
	color: royalblue;
	font-family: verdana;
	background-color: #1e1bb4;
	text-align: center;
	white-space:nowrap;
	table-layout:auto;
	width: 780px
}

.HeaderListini
{
	border: #f9fafc ridge 3px;
	color: white;
	font-family: verdana;
	background-color: #1e1bb4;
	font-size: 12pt;
}

.RowListini
{
	border: #f9fafc ridge 3px;
	color: white;
	font-family: verdana;
	background-color: #1e1bb4;
	text-align: center;
	font-size: 15pt;
	white-space:nowrap;
}

.AlternateRowListini
{
	border: #f9fafc ridge 3px;
	color: white;
	font-family: verdana;
	background-color: #1e1bb4;
	text-align: center;
	font-size: 15pt;
	white-space:nowrap;
}

.VenditoriRow
{
	text-align:left;
	color: navy;
	border-bottom: navy 1px dashed;
	padding-bottom:20px;
	padding-top:10px;
	padding-left:10px;
}

.VenditoriLink
{
	color: mediumblue;
}

.SpnVenditoriNotFound
{
	color: crimson;
	text-align: center;
	background-color:white; 
}