body	{font-size: 10pt; font-family: Arial; color: "#555555" } /*все что неопределено стилем*/
table 	{font-size: 10pt; font-family: Arial; color: "#555555" }

hr { color: "#cc0033";  height:1px }

/*main menu*/
table.menu	{background=#cc0033 }	/*таблица меню*/
td.pmenu 	{background=#FBD6CE }	/*ячейка (полоска) под меню*/
td.knop 	{ background=#B50C2C; text-align: center }	/*неактивная кнопка*/
td.aknop 	{ background=#FBD6CE; text-align: center }	/*активная кнопка*/
.menu	{ text-align: center ;background=#B50C2C; font-size: 8pt; font-family: Arial; font-weight: bold; text-decoration: none; color: White }	/*текст неактивной кнопки (линки) меню*/
.menuactiv	{text-align: center ; background:"#FBD6CE" ;font-size: 8pt; font-family: Arial; font-weight: bold; text-decoration: none; color: Black }	/*текст текущей кнопки меню*/
a:visited.menu	{ text-align: center ;background=#B50C2C; font-size: 8pt; font-family: Arial; font-weight: bold; text-decoration: none; color: White }	/*текст неактивной кнопки (линки) меню*/
a:visited.menuactiv	{text-align: center ; background:"#FBD6CE" ;font-size: 8pt; font-family: Arial; font-weight: bold; text-decoration: none; color: Black }	/*текст текущей кнопки меню*/
a:hover.menu	{ text-align: center ;background=#B50C2C; font-size: 8pt; font-family: Arial; font-weight: bold; text-decoration: none; color: White }	/*текст неактивной кнопки (линки) меню*/
a:hover.menuactiv	{text-align: center ; background:"#FBD6CE" ;font-size: 8pt; font-family: Arial; font-weight: bold; text-decoration: none; color: Black }	/*текст текущей кнопки меню*/

/*Линки в тексте*/
a 				{font-size: 10pt; font-family: Arial; color: "#555555" }
a:hover	{font-size: 10pt; font-family: Arial; color: "#555555" ;text-decoration: none}
a:visited	{font-size: 10pt; font-family: Arial; color: "#335599" }
a:active	{font-size: 10pt; font-family: Arial }

/*Линки в списках*/
	.list	{font-size: 9pt; font-family: Arial; color: "#555555" }
a:hover.list	{font-size: 9pt; font-family: Arial; color: "#555555" ;text-decoration: none}
a:visited.list	{font-size: 9pt; font-family: Arial; color: "#335599" }
a:active.list	{font-size: 9pt; font-family: Arial }

h1	{font-size: 14pt; font-family: Arial; color: "#555555" ; text-indent: 10pt }
h2	{font-size: 14pt; font-family: Arial; color: "#555555" }


/*СТИЛИ В БД */
/*Линки разделов в базе*/
/*при наведении		hover 	*/ 
/*посещенные 		visited	*/ 
/*при нажатии 		active	*/

/*rdb - разделы */
	   .rdb {font-size: 10pt; font-family: Arial ; font-weight: bold;text-decoration: none ; color: "#555555"}
a:hover.rdb {font-size: 10pt; font-family: Arial ; font-weight: bold; text-decoration: underline}
a:visited.rdb  {font-size: 10pt; font-family: Arial ; font-weight: bold;color: "#335599"}
a:active.rdb {font-size: 10pt; font-family: Arial ; font-weight: bold}

/*pdb - параграфы*/
	   .pdb {font-size: 10pt; font-family: Arial;text-decoration: none ; color: "#555555" }
a:hover.pdb {font-size: 10pt; font-family: Arial;text-decoration: underline }
a:visited.pdb  {font-size: 10pt; font-family: Arial;color: "#335599" }
a:active.pdb {font-size: 10pt; font-family: Arial }

/*Кружки разделители в параграфах*/
.krug {color: "#e02630" }

/*Шапки таблиц*/
.thdb {padding-left: 5pt ;padding-right: 5pt;font-size: 10pt; font-family: Arial; font-weight: bold; text-decoration: none; text-align: center; color: White; background: #cc0033 }

/*данные таблицы (нормальный шрифт)*/
/*цвет ячеек данных задается в ivt файле, переменные clr_data_bg1 и clr_data_bg2*/
/*цвет шривта в ячейках данных задается в ivt файле, переменные clr_data_fg1 и clr_data_fg2*/
.tddb {padding-left: 5pt ;padding-right: 5pt; font-size: 10pt; font-family: Arial; font-weight: normal; text-decoration: none}

/*данные таблицы (мелкий шрифт)*/
.tddbsmal {padding-left: 5pt ;padding-right: 5pt;font-size: 8pt; font-family: Arial; font-weight: normal; text-decoration: none}

/*Линки в ячейках данных*/
	   .linkdb {font-size: 10pt; font-family: Arial ; font-weight: normal;text-decoration: underlinenone ; color: "#555555"}
a:hover.linkdb {font-size: 10pt; font-family: Arial ; font-weight: normal; text-decoration: none}
a:visited.linkdb  {font-size: 10pt; font-family: Arial ; font-weight: normal;color: "#335599"}
a:active.linkdb {font-size: 10pt; font-family: Arial ; font-weight: normal}
