/******  1. BASIC ELEMENTS
******************************/

*					{ padding: 0; margin: 0; }
HTML				{ height: 100%; padding: 0; margin: 0; }
BODY				{ height: 100%; padding: 0; background: #FFFFFF; color: #000000; font-size: 100%; font-family: Times; }
IMG					{ border: none; display: inline; }
P					{ margin: 0 0 1em 0; }
UL, OL				{ margin: 0 0 1em 0; }
UL LI, OL LI		{ margin: 0 0 0 3em; }
A					{ color: #0a80d3; }
A:visited			{ color: #0a80d3; }

OL LI				{ margin: 0 0 0.6em 2.5em; }

H1, H2, H3, H4, H5, H6
{ margin: 0 0 1em 0; }
H1	{ font-size: 2em; font-weight: normal; margin-bottom: 1em; padding-top: 0.4em; }
H2	{ font-size: 1.5em; font-weight: normal; margin-bottom: 0.5em; color: #ed6b02; }
H3	{ font-size: 1.3em; font-weight: normal; margin-bottom: 0.5em; color: #529a0c; }
H4	{  }
H5	{  }

TABLE, TD, TH
{ border-collapse: collapse; border-spacing: 0; border: none; vertical-align: top; text-align: left; font-weight: normal; }

HR	{ height: 1px; color: #FFFFFF; border: none; border-bottom: 1px solid #CCCCCC; margin-bottom: 15px; }

#MetaLayout			{ font-size: 1em; }

* HTML IMG			{ behavior: url('/js/pngbehavior.htc'); }

/******  2. STANDART CLASSES
******************************/

.Nowrap			{ white-space: nowrap; }
.Clear			{ clear: both; }
BR.Clear		{ clear: both; font-size: 0; line-height: 0;}
.Local			{ color: #00a1e4; text-decoration: none; border-bottom: 1px dashed #00a1e4; cursor: pointer; }
.Local:hover	{ color: #00a1e4; text-decoration: none; border-bottom: 1px dashed #00a1e4; }
.Numbers		{ text-align: right; }
.UpCase			{ text-transform: uppercase; }
.Right			{ text-align: right; font-style: italic; }
.orange			{ color: #ed6b02; }

/******  3. Списки в текте
******************************/

.WithDash
{ padding: 0; margin: 1em 0 1em 0; }
.WithDash LI		{ margin: 0.5em 0 0.5em 1.3em; }
.WithDash			{ list-style-type: none; // list-style-image: url('../i/li.gif'); }
.WithDash LI		{
    padding: 0;
    behavior: expression( !this.before && parentNode && parentNode.tagName == 'UL' ? this.before = ( 1
            | ( parentNode.style.listStyleImage = 'none' )
            | ( this.firstChild && this.firstChild.nodeType != 3
                ? ( 1 | ( this.firstChild.style.marginTop = '-1.2em' ) | ( this.firstChild.style.position = 'relative' ) ) : 1 )
            | ( this.innerHTML = '<nobr style="position: relative; width: 1.25em; left: -1.25em; margin: 0 -1.25em 0 0;">&mdash;&nbsp;</nobr>'
                + this.innerHTML ) ) : '' );
}
.WithDash>LI:before								{ content: '\2014\a0'; float: left; margin-left: -1.25em; }
.WithDash>li>*:first-child:-moz-first-node		{ margin-top: -1.2em; }
.WithDash>li>*									{ text-indent: 0; }
.WithDash .SUP									{ position: relative; top: -0.5em; font-size: 0.75em; //font-size: 0.89em; line-height: 0; vertical-align: baseline; }

