﻿ul.Reports
{
	list-style-image: none;
	list-style-type: none;
}

ul.Reports li
{
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.Reports li img
{
	vertical-align: middle;
}

ul.SubReports li
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.ReportStatistics
{
	float: left;
	padding: 10px 20px;
	border: 1px solid gray;
	background-color: white;
	margin: 20px;
	width: 400px;
}

.ReportStatisticsFilter
{
	float: left;
	padding: 10px 20px;
	border: 1px solid gray;
	margin: 20px;
	margin-top: 10px;
	%margin-top: 0px;
	_margin-top: 0px;
}

.ReportStatisticsFilter legend
{
	border: 1px solid gray;
	padding: 1px 5px;
	%margin-bottom: 10px;
	_margin-bottom: 10px;
}


/*#reportStatistics table
{
}

#reportStatistics table td
{
}

#reportStatistics table td table
{
	border: none;
}

#reportStatistics table td table td
{
	padding: 2px;
}

#reportStatistics table td table td.Left
{
	text-align: left;
}
#reportStatistics table td table td.Right
{
	text-align: right;
}
*/


/* ********************************************** 2.3 ************************************************ */

.LargeTables
{
    overflow:auto;
    padding: 1px;
}

.TariffActsTable
{
	border-collapse: collapse;
}

.TariffActsTable td
{
	border: 1px solid black;
	padding: 5px;
}

.TariffActsTable th
{
	padding: 5px;
}

.TariffActsTable th.Solver
{
	background-color: #CCFFCC;
	color: Black;
	font-weight: bold;
	border: 1px solid black;
}

.TariffActsTable th.SolverTariff
{
	background-color: #C0C0C0;
	color: Black;
	font-weight: bold;
	border: 1px solid black;
}

.TariffActsTable td.Submitter
{
	background-color: white;
	color: #FF00FF;
	font-weight: bold;
}

.TariffActsTable td.Folder
{
	background-color: white;
	color: Navy;
	font-weight: bold;
}

.TariffActsTable td.FormDefItem
{
	background-color: white;
	color: #FF00FF;
	font-weight: bold;
}

.TariffActsTable td.Value
{
	background-color: #CCFFFF;
	color: black;
	text-align: right;
}

.TariffActsTable th.SumHours
{
	background-color: #FF9CCE;
	color: Black;
	border: 1px solid black;
}

.TariffActsTable th.SumPrice
{
	background-color: #FFFF9C;
	color: Black;
	border: 1px solid black;
}

.TariffActsTable td.Hours
{
	background-color: white;
	color: Black;
	text-align: right;
	font-weight: bold;
}

.TariffActsTable td.Price
{
	background-color: white;
	color: Black;
	text-align: right;
	font-weight: bold;
}

.TariffActsTable td.SumHoursOfSolver
{
	background-color: white;
	color: #008400;
	font-weight: bold;
}

.TariffActsTable td.SumHoursOfSolverValue
{
	background-color: white;
	color: Black;
	text-align: right;
	font-weight: bold;
}