body, table, td, input, textarea, p, h1, h2, h3, h4, li
	{
	font-family: sans-serif;
	color: #000000;
	}

body
	{
	font-size: 90%;
	background: white;
	}
body, table, td, input, textarea, p, li, a
	{font-size: 100%;}

input.submit
	{
	background: white url(/i/bgLines.gif);
	font-weight: bold;
	color: #ff3333;
	width: 250;
	}

input.reset
	{
	background: white url(/i/bgLines.gif);
	color: #ff3333;
	font-size:75%; /* см. класс .mini */
	}

table.bgLines
	{background: url(/i/bgLines.gif);}

#mainCell
	{top:138px;} /* Отступ сверху для главной ячейки с содержимым */

#mainEditCell
	{top:60px;} /* Отступ сверху для главной ячейки с изменяемым содержимым */

.showForPrinter
	{display:none;} /* Показывать  только в принтере*/

.input_100_proc
	{width: 100%} /* Ширина элемента ввода в 100% */

a:visited
	{color:#999999;}
a, a:hover
	{color:#ff3333;}

a img{border:none;}

.error
	{
	font-weight:bold;
	color:#ff3333;
	}

.info
	{
	font-weight:bold;
	color:#999999;
	}

.mini
	{font-size:75%;} /* Уменьшает шрифт на 25% */

.thinFrame
	{
	border: 1px solid #ff3333;
	background-color:#cccccc;
	} /* Используется для создания рамки вокруг рисунков и форм */

/* Используется в текстовом меню */
td.menuActive
	{
	background-color:#ff3333;
	color:#cccccc;
	text-align:center;
	}
td.menuInActive
	{
	background-color:#cccccc;
	color:#000000;
	text-align:center;
	}
td.menuActive a, td.menuActive a:visited, td.menuActive a:hover
	{color:#cccccc;}
td.menuInActive a, td.menuInActive a:visited
	{color:#000000;}
td.menuInActive a:hover
	{color:#ff3333;}

li
	{padding-bottom:9;}

h1
	{
	margin-bottom:9;
	margin-top:9;
	text-align:center;
	} /* Заголовок страницы */

h2
	{margin-top:18;} /* Заголовок 2 уровня. Центровка – заменить на <div class=center>, где требуется */

div.center
	{
	text-align:center;
	margin:9;
	}
	
p.CyrAlphaList
	{
	margin-top:0;
	margin-left:50;
	margin-right:50;
	text-indent:-18;
	margin-bottom: 5;
	} /* Отступ для списка типа а),б) и в) */

table.t
	{background-color:#000000;} /* Используется для создания тонкой границы в таблицах */

caption
	{
	background-color:white;
	font-style:italic;
	text-align:right;
	padding-top:28;
	padding-bottom:14;
	}

.th{color:#cccccc;font-weight:bold;text-align:center;background-color:#ff3333;}
.th a{color:#ffffff;}

.tlb{background-color:#cccccc;font-weight:normal;color:#000000;}
.tc{background-color:#ffffff;text-indent:0;text-align:center;}
.tl{background-color:#ffffff;padding-left:9;padding-right:9;}
.te{background-color:#ffffff;padding-left:9;padding-right:9;color:#ffffff;}
tr.dark td.tlb{background-color:#ababab;}
tr.dark td.tc, tr.dark td.tl{background-color:#e2e2e2;}

.show {display: block}
.hide {display: none}