/* <body> сайта */
body {
  background-color: #000000;
  background-image: url(../image/background.gif);
  color: #FFFFFF;
  font-size: 12pt;
  margin: 0;
  position: relative;
}

/* картинки */
img {
	border: none;
}

/* заголовок сайта */
.head {
  font-size: 24pt;
  color: #33DCFD;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  font-family:  Magneto, serif;
  line-height: 50px
}

/* основное меню сайта */
.menu {
  font-size: 14pt;
  text-align: center;
  line-height: 20pt;
  font-weight: bold;
  color: #33DCFD;
}

/* параметры ссылок на сайте */
a {
  outline-style:none;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
}

a:link { /* непосещенная ссылка */
  color: #33DCFD;
}
a:visited { /* посещённые ссылки   */
  color: #33DCFD;
}
a:hover { /* пользователь провёл над */
  color: #0000FF;
}
a:active { /* активные ссылки */
  color: #0000FF;
}

/* неактивные пункты в меню media */
.media_menu{
    font-weight: bold;
    font-style: italic;
}

.head_news {
  background-color: #33DCFD;
  background-image: url(../image/bg_news_head.gif);
  color: #000000;
  font-weight: bold
}

/* заголовок боковой панели */
.head_lateral_panel {
  font-size: 11pt;
  text-align: center;
  font-weight: bold;
  color: #33DCFD;
}

.tr_flash:hover {
  background-color: #666666;
}


/* всплывающие окна */
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
}
.popup_block {
	background: #000;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 480px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;

}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #000;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #000;
}

.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));

	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft
	+ (document.body.clientWidth /2 )
	: document.body.scrollLeft
	+ (document.body.offsetWidth /2 ));
}

/*--IE 6 PNG Fix--*/

img{ behavior: url(iepngfix.htc) }


/* всплывающая подсказка */
/** {margin:0; padding:0}*/
#text {
    margin:50px auto;
    width:500px
}
.hotspot {
    color:#900;
    padding-bottom:1px;
    border-bottom:1px dotted #900;
    cursor:pointer
}
#tt {
    position:absolute;
    /*display:block;*/
    /*background:url(index/tooltip/tt_left.gif) top left no-repeat*/
}
#tttop {
    /*display:block;*/
    height:5px;
    margin-left:5px;
    /*background:url(index/tooltip/tt_top.gif) top right no-repeat;*/
    overflow:hidden
}
#ttcont {
    font-size:10pt;
    font-family: Arial, Helvetica, sans-serif;
    display:block;
    padding:3px 3px 3px 3px;
    margin-left:10px;
    margin-right: 10px;
    background:#000000;
    color:#FFFFFF;
    border: 1px solid #FF0000;
}
#ttbot {
    /*display:block;*/
    height:5px;
    margin-left:5px;
    /*background:url(index/tooltip/tt_bottom.gif) top right no-repeat;*/
    overflow:hidden
}













/* меню в биографии */
.bio_menu {
  color: #FF0000;
  font-size: 10pt;
  font-style: italic;
  text-decoration: none
}

/* ответ на запрос подписки на рассылку */
.posting_form_answer {
  text-align: center;
  line-height: 30pt
}
