@namespace xf url(http://www.w3.org/2002/xforms);
@namespace html url(http://www.w3.org/1999/xhtml);

html , body {
background : #fff; 
color : #000;
margin: 0;
}

h1 {
font-size: 24px;
font-family: Arial Narrow;
font-weight : normal;
line-height: 24px;
}

h2 {
font-size : 16px; 
font-family : Arial; 
text-align : left; 
font-weight : bold; 
} 

h3 {
font-size : 14px; 
font-family : Arial; 
text-align : left; 
font-weight : bold; 
} 

a.menu {
font-family : Arial Narrow; 
text-decoration : none; 
color : #bb0044; 
font-size : 20px; 
font-weight : bold;
line-height : 40px;
} 
a.menu:hover {
color : black; 
} 
a.menu:active {
color : black; 
} 

a.submenu {
font-family : Verdana; 
text-decoration : none; 
color : #bb0044; 
font-size : 20px; 
font-weight : normal;
} 
a.submenu:hover {
color : black; 
} 
a.submenu:active {
color : black; 
} 

a.articleTitle {
font-family : Verdana; 
text-decoration : none; 
color : #bb0044; 
font-size : 16px; 
line-height: 16px;
font-weight : bold;
}

p, li {
font-family: Verdana;
font-size : 12px;
text-align : justify;
}

p.date {
font-family: Verdana;
font-size : 12px;
line-height : 16px;
color: #777777;
font-weight: bold;
}

p.subMenuDesc {
font-family: Verdana;
font-size : 11px;
color: #444444;
}

p.errortext {
color : red; 
font-size : 12px; 
font-weight : bold; 
}





div.img01 {
	position:relative;
	left:0px;
	top:0px;
	width:222px;
	height:113px;
}

div.img02 {
	position:relative;
	left:0px;
	top:0px;
	width:266px;
	height:113px;
}







/* @namespace xf url('http://www.w3.org/2002/xforms'); */

xf|output.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.indent {
	margin-left: 50px;
}

xf|trigger > xf|label.bold {
	font-weight: bold;
	font-size: 12pt;
	}

xf|input,
xf|select,
xf|select1,
xf|textarea,
xf|upload,
xf|secret,
xf|submit {
	display: table-row;
}

xf|select1 > xf|label,
xf|input > xf|label,
xf|select > xf|label,
xf|textarea > xf|label,
xf|secret > xf|label,
xf|upload > xf|label {
	display: table-cell;
	font-family: Arial;
	font-size:14px;
	width: 200px;
	height: 30px;
	vertical-align: top;
}

/* Задаем относительное позиционирование
HTML-элементов в блоках xf:select,
чтобы списки не смещались вправо вниз */
xf|select1 html|span {
	position: relative;
}

xf|select1 html|div html|* {
	position: relative;
}

/* Ширина обычных контейнеров xf:input */
xf|input > html|input {
	width: 400px;
}

/* То же для xf:secret */
xf|secret > html|input {
	width: 400px;
}

/* Ширина контейнеров xf:input с типом xsd:boolean */
xf|input > html|input[type="checkbox"] {
	width: auto;
}

/* Стиль xf:input для диалога выбора даты */
xf|input html|span html|table {
	position: relative;
	left: -233px;
}

/*xf|input:disabled {
	color: red;
}*/

xf|select1 xf|item html|input[type="radio"]{
	position: relative;
	border:1px dashed magenta;
}

xf|select1 xf|item xf|hint html|* {
	position: relative;
	width: auto;
	z-index: 1000;
	overflow: visible;
}

xf|hint {
	position:absolute;
	left: 300px;
	top: -200px;
	width: 160px;
}

xf|textarea textarea {
	width: 400px;
	height: 200px;
}

xf|submit > xf|label{
	display: table-cell;
}

*:invalid {
	color: red;
}

