/* png fix */
* html img,
* html .png{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
/* png fix */
* {
 margin:0;
 padding:0;
 border:0;
}
html {
 font-size: 62.5%;
 font-family: arial, helvetica, "microsoft sans serif", sans-serif;
 color:#000000;
}
body {
 font-size: 1.2em;
 line-height: 1.6em;
 background:#D3E5EF;
 padding-bottom:0px;
}

a:link { text-decoration: underline; color: #000000; }
a:visited { text-decoration: underline; color: #000000; }
a:hover { text-decoration: none; color: #083072; }
a:active { text-decoration: underline; color: #000000; }

#main { position:relative; width:100%; }

.clearfix:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

#header
{
height:167px;
background:url(images/header_bg.jpg) top right;
clear:both;
text-align:right;
}
.floatLeft { float:left; }
.floatRight { float:right; }

.header { position:absolute; top:0; left:0; }

#subheader
{
background:url(images/bg_menu.jpg) center center repeat-y #4168A6;
text-align:center;
padding-left:0px;
}

.clear { clear:both; font-size:0px; line-height:0px; }

table.main, table.main td, table.main tr
{
text-align:left;
vertical-align:top;
border-collapse:collapse;
}

table.main { width:100%; }

#langs { float:right; padding-right:0px; }
#langs img { margin:8px 8px 0 0 }

#leftColl, #rightColl { width:222px; }
#leftColl { text-align:center; }

td.borders { border:7px solid #D3E5EF; border-collapse:collapse; }

tr.paddings td { padding:5px; }

tr.paddings td.content { padding-left:0; padding-right:0; }


/* Begin CSS Menus at Left */
#menuleft { text-transform:uppercase;}
#menuleft a {display:block; width:220px; border-bottom:1px solid #D3E6EE;}
#menuleft a {text-decoration:none; background:#A0BFCD; padding:3px 0; text-align:center; color:#0B3274;}

#menuleft ul li ul li a {text-decoration:none; background:#A0BFCD; padding:3px 0; color:#0B3274; border-top:1px solid #fff; border-bottom:1px solid #5C5C5C; text-align:left; padding-left:5px; }
#menuleft ul li ul li a:link, #menuleft ul li ul li a:visited {color:#0B3274 ; width:220px;}
#menuleft ul li ul li a:hover, #menuleft ul li ul li a:active {color:#fff; background:#1E437F;}

#menuleft ul li ul li a.z {text-decoration:none; background:#083072; padding:3px 0;
 color:#fff; border-top:1px solid #fff; border-bottom:1px solid #5C5C5C;
 text-align:left; padding-left:5px; }
#menuleft ul li ul li a.z:link, #menuleft ul li ul li a.z:visited {color:#fff ; width:220px;}
#menuleft ul li ul li a.z:hover, #menuleft ul li ul li a.z:active {color:#fff; background:#083072;}

#menuleft ul li ul {border:1px solid #305189; width:225px;}
#menuleft form {margin:0;}
#menuleft li {margin:0;padding:0;list-style-type:none;}
#menuleft ul, #menuleft ul ul, #menuleft ul ul ul {margin:0;padding:0; list-style-image:none;width:220px;}

/* Begin CSS Popout Menus at Left */
#menuleft ul li {position:relative;}
#menuleft li ul {position:absolute; left:224px;top:0;display:none;}

 /* Fix IE. Hide from IE Mac \*/
 * html #menuleft ul li{float:left;height:1%;}
 * html #menuleft ul li a{height:1%;}
 /* End */

div#menuleft ul ul,
div#menuleft ul ul ul,
div#menuleft ul li:hover ul ul,
div#menuleft ul li:hover ul ul ul {display:none;}

div#menuleft ul li:hover ul,
div#menuleft ul ul li:hover ul,
div#menuleft ul ul ul li:hover ul {display:block;}

#menuleft a.x, #menuleft a.x:visited
{ color:#fff; text-align:center; padding:3px 2px; background:#7591A8; width:220px; }

#menuleft a.x:hover, #menuleft a.x:active { color:#fff; background:#083072; }

#menuleft a.y,
#menuleft a.y:visited,
#menuleft a.y:hover,
#menuleft a.y:active { color:#fff; text-align:center; padding:3px 2px; background:#083072; width:220px; }

/* End CSS Popout Menus at Left */
/* End CSS Menus at Left */


h1
{
background:#9CB8CF;
font-size:1.5em;
line-height:1.5em;
text-align:right;
font-weight:normal;
text-transform:uppercase;
padding:0em 4em;
}
h2
{
font-size:1.3em;
line-height:1.4em;
text-decoration:none;
text-align:center;
font-weight:normal;
color:#083072;
text-transform:uppercase;
margin:0.5em 0;
}
#rightColl h2
{
background:#375FA1;
font-size:1.2em;
line-height:1.4em;
text-decoration:none;
text-align:center;
font-weight:bold;
color:#fff;
border-bottom:1px solid #D3E6EF;
padding:3px;
text-transform:uppercase;
margin:0;
}
#rightColl p.block { background:#AAC6DC; padding:5px; line-height:1.3em; }
#rightColl p.block a { display:block; text-align:right; }

#rightColl p.blockforum { background:#AAC6DC; padding:5px; line-height:1.2em; }
#rightColl p.blockforum a { display:block; text-align:left; }

p { padding:0 0 1em 0; font-size:14px; text-align:justify; }

.padding { padding:0 20px; }

.borderImg { border:3px solid #9CB8CF; }
.leftImg { float:left; margin:0 10px 5px 0; }
.rightImg { float:right; clear:both; margin:0 0 5px 10px; }

.hr { background:url(./images/hr.jpg) center center repeat-x; clear: both; }

#logo { position:absolute; top:0; left:25%; }

#flashheader { background:#D3E5EF; }

#footer
{
background:url(images/bg_menu.jpg) center center repeat-y #4168A6;
text-align:center;
padding-left:100px;
height:10px;
padding:0px;
}
#footer a:link, #footer a:visited, #footer a:active { text-decoration: none; color: #083072; }
#footer a:active, #footer a:hover { text-decoration: underline; color: #000000; }

#td_center
{
font-size:1.5em;
line-height:1.6em;
text-align:center;
color:#083072;
margin:0.5em 0;
padding-left:0px;
padding:5px;
}

p.dali
{
text-align:right;
}


div#en-news-mdau28g6qmvvgi8m6rpelrkrsc8200.feedburnerFeedBlock p.feedTitle
{
background:#9CB8CF;
font-size:1.5em;
line-height:1.5em;
text-align:center;
font-weight:normal;
text-transform:uppercase;
padding:0em 2em;
clear:both;}

div#en-news-mdau28g6qmvvgi8m6rpelrkrsc8200.feedburnerFeedBlock ul
{padding-left:0px; padding-top:0px; padding-bottom:0px; list-style-type:none;}

div#ua-news-mdauunu0rpou6rr17ic7f61b7s5dlk.feedburnerFeedBlock ul li p.date
{padding-left:15px; padding-top:0px; padding-bottom:0em; list-style-type:none;}

div#en-news-mdau28g6qmvvgi8m6rpelrkrsc8200.feedburnerFeedBlock ul li span.headline
{
padding-left:0px;
padding-top:0px;
padding-bottom:0px;
font-size: 14px;
font-weight:bold;
text-align: justify;
}

div#en-news-mdau28g6qmvvgi8m6rpelrkrsc8200.feedburnerFeedBlock ul li span.headline a
{
color:#375FA1;
}

div#en-news-mdau28g6qmvvgi8m6rpelrkrsc8200.feedburnerFeedBlock ul li div
{
padding-left:15px;
padding-top:0px;
padding-bottom:1em;
font-size: 14px;
text-align: justify;
}

div#msau-forumu6h7bvl7od01ojtfin1skla2cc.feedburnerFeedBlock { background:#AAC6DC; }
div#msau-forumu6h7bvl7od01ojtfin1skla2cc.feedburnerFeedBlock ul { padding-left:0px; padding-top:0px; padding-bottom:0px; list-style-type:none; background:#AAC6DC; }
div#msau-forumu6h7bvl7od01ojtfin1skla2cc.feedburnerFeedBlock ul li span.headline { font-size: 14px; }
div#msau-forumu6h7bvl7od01ojtfin1skla2cc.feedburnerFeedBlock ul li span.headline a { display:block; text-align:left; padding:5px; }

