/* Обычная таблица */
.standart
{
 width: 95%;
 border-collapse: collapse;
 margin-top: 0.5em;
 text-indent: 0;
 font-size: 13pt;
}

.standart td
{
 border: 1px solid #333;
 padding: 3px;
 text-align: center;
}

.standart a
{                           /* Стиль отображения ссылок в таблице */
 text-decoration: none;     /* Убираем подчеркивание у ссылок */
}

.standart a:hover
{ 
 text-decoration: underline; /* Добавляем подчеркивание 
                                при наведении курсора мыши на ссылку */
}

.standart tr.head
{
 background: #FAF3D2;
 font-size: 13pt;
}



/* Широкая таблица */

.wide_table
{
 width: 95%;
 border-collapse: collapse;
 margin-top: 0.5em;
 text-indent: 0;
 font-size: 13pt;
}

.wide_table td
{
 border: 1px solid #333;
 padding-top: 3px;
 padding-bottom: 3px;
 padding-right: 2px;
 padding-left: 2px;
 text-align: center;
}

.wide_table a
{                           /* Стиль отображения ссылок в таблице */
 text-decoration: none;     /* Убираем подчеркивание у ссылок */
}

.wide_table a:hover
{ 
 text-decoration: underline; /* Добавляем подчеркивание 
                                при наведении курсора мыши на ссылку */
}

.wide_table tr.head
{
 background: #FAF3D2;
 font-size: 13pt;
}

/* Таблица калькулятора */

.erpcalc
{
}

.erpcalc tr.head
{
 text-align: center;
 background: #FAFAD2;
}

.erpcalc tr.other
{
 background: #CCFFCC;
}

.erpcalc tr.result
{
 background: #CCCCCC;
}

.erpcalc td
{
}
/* таблица мануалов */.manuals{ width: 95%; border-collapse: collapse; margin-top: 0.5em; text-indent: 0; font-size: 13pt;}.manuals td{ border: 1px solid #333; padding: 3px;}.manuals a{                           /* Стиль отображения ссылок в таблице */ text-decoration: none;     /* Убираем подчеркивание у ссылок */}.manuals a:hover{  text-decoration: underline; /* Добавляем подчеркивание                                 при наведении курсора мыши на ссылку */}.manuals tr.head{ background: #FAF3D2; font-size: 13pt;}