body {
	margin: 0;
	padding: 241px 0 0 0;
	background-color: #fff;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

.Page {
	width: 460px;
}
.Content {}

#idHeader {
	width: 875px;
	height: 161px;
	background: url(/i/header.jpg) no-repeat top left;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -440px;
}
#idHeader h1 {
	display: none;
}
#idHeader a {
	border: 0px solid red;
	display: block;
	position: absolute;
	left: 164px;
	top: 28px;
	width: 488px;
	height: 107px;
}
h2 {
	margin: 40px 0 20px 0;
	padding: 0;
	width: 100%;
	font-weight: normal;
	font-family: Myriad Pro, Tahoma;
	font-size: 1.9em;
}

h3 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 11pt;
	font-weight: bold;
}

p {
	margin: 0;
	padding: 0.5em 0;
	font-size: 10pt;
}

.Comment {
	color: #999;
}



/* Аватар */
#Avatars {
	margin: 0 -3px;
	white-space: nowrap;
}
.Avatar {
	border: 3px solid #ffffff;
/*
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
*/
}
.Avatar.Selected {
	border-color: #fc7601;
}
.Person {
	display: none;
	padding-top: 1.3em;
	width: 524px;
	position: absolute;
/*	background-color: #fff;*/
}
a .Avatar {
	cursor: default;
}



/* Формы */
form {
	margin: 0;
	padding: 0;
}
label {
	font-size: 9pt;
	color: #999;
	display: block;
}



/* Таблицы */
table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	border: 0;
}
table td {
	padding: 0.4em;
	vertical-align: top;
	border: 0;
}



/* Ссылки */
a:link,
a:visited {
	color: #fc7601;
	text-decoration: underline;
}
a:hover,
a:active,
a:focus {
	color: #333;
	outline: none;
}
/*
a.Tool {
	text-decoration: none;
	border-bottom: 1px dashed #fc7601;
}
a.Tool:hover {
	border-color: #333;
}
*/
span.Tool {
	color: #fc7601;
	border-bottom: 1px dashed #fc7601;
	cursor: pointer;
	_cursor: hand;
}
span.Hover {
	color: #333;
	border-color: #333;
}



/* Подвал */
p.Copyright {
	margin: 90px 0;
	padding: 0;
	font-size: 9pt;
	color: #999;
}

p.Copyright a:link,
p.Copyright a:visited {
	color: #999;
	text-decoration: underline;
}

p.Copyright a:hover,
p.Copyright a:active,
p.Copyright a:focus {
	color: #333;
}



/* Списки */
li {
	margin: 0.5em 0 0.5em /*1.3em*/ 0;
}
ul {
	list-style-type: none;
}
ul li {
	padding: 0;
	behavior: expression(
		( !this.before && parentNode && parentNode.tagName == 'UL' )
		?
			( this.before = true )
			& ( parentNode.style.listStyleImage = 'none' )
			& (
				( this.firstChild && this.firstChild.firstChild )
				?
					( this.firstChild.style.marginTop = '-1.2em' )
					& ( this.firstChild.style.position = 'relative' )
				: ''
			)
			& ( eNOBR = document.createElement( '<nobr style="position: relative; display: block; width: 1.25em; left: -1.25em; margin: 0 -1.25em -1.2em 0;" />' ) )
			& ( eNOBR.innerHTML = '&mdash;&nbsp;' )
			& ( this.insertBefore( eNOBR, this.firstChild ) )
		: ''
	);
}
ul>li:before {
	content: '\2014\a0';
	float: left;
	margin-left: -1.25em;
}
ul>li>*:first-child:-moz-first-node {
	margin-top: -1.2em;
}
ul>li>* {
	text-indent: 0;
}
ul li .sup {
	position: relative;
	top: -0.5em;
	font-size: 0.75em; //font-size: 0.89em;
	line-height: 0;
	vertical-align: baseline;
}
