.isblock {
	display: block;
}
.navbutton {
	display: block;
	height: 20px;
	line-height: 20px;
	background: url(/images/buttondown.gif) repeat-x;
	box-shadow: 2px 5px 17px #660000;
}
.navbutton:hover {
	background: url(/images/buttonup.gif);
}

#modal {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  text-align: center;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style : normal;
  font : bold 12;
}
#modal DIV {
  background-color: transparent;
/*  border: 1px solid black; */
  margin: auto;
  margin-top: 6%;
  width: 400px;
  height: 100px;
}


body{
	background: linear-gradient(90deg, rgba(174,15,23,1) 0%, rgba(96,4,4,1) 50%, rgba(174,15,23,1) 100%);
  	background-color: #AE0F17;
	background-image: url(../images/fonline.gif);
	/* background-repeat: repeat-y; */
	background-position: center;

	margin : 0px;
	padding:0px; 
 
  scrollbar-face-color: #AE0F17; 
  scrollbar-highlight-color: Black; 
  scrollbar-shadow-color: black; 
  scrollbar-arrow-color: black; 
  scrollbar-darkshadow-color: #AE0F17; 
  scrollbar-base-color: #AE0F17;
}

#Content { 
position:absolute; 
left:50%; 
width:500px; 
margin-top:50px; 
margin-left:-250px; /* For IE5/Win. */ 
padding:15px; 
border:1px dashed #333; 
background-color:transparent; 
text-align : center;
COLOR: #EEDEBD; 
        
        font : bold 12px;

} 
body>#Content { 
/* 
margin-left:-266px; 
Correct value. */ 
} 

.Content {
        position: static;
        PADDING-TOP: 20px; 
        PADDING-RIGHT: 20px; 
        PADDING-LEFT: 20px; 
        PADDING-BOTTOM: 0px; 
        COLOR: #EEDEBD; 
/*      MARGIN: 0px 100px 50px; 
        BORDER-RIGHT: black 1px dashed;  
        BORDER-TOP: black 1px dashed;  
        BORDER-LEFT: black 1px dashed; 
        BORDER-BOTTOM: black 1px dashed; */
        BACKGROUND-COLOR: transparent;
        text-align : center;
        z-index : 1;
        
        font : bold 12px;

}


A {
        COLOR:#E1BF77; 
        TEXT-DECORATION: none;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-style : normal;
        font : bold 12;
        font-size: 12px;
        font-weight: bold;
        
}
A:hover {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        COLOR: #FFCC99; 
        TEXT-DECORATION: none;
        
}

a.BlackLink{
   /*     color: #330000; */
        COLOR: #660000; 
        font-size: 11px;
      font-weight: bold;
} 
a.BlackLink:hover{
        COLOR: #660000; 
        font : bold 11;
}
a.BlackLink:visited{
        COLOR: #660000; 
        font : bold 11;
}

table{
	border: 0;
	
	font-size: 12px;
	font-weight: bold;

	display: table;
	border-spacing: 8px !important;
	border-collapse: separate !important;
}

.BkTable{
	background: url(../images/gerb.gif) no-repeat;
	background-position: top;
	margin: 30px 0px 0px 0px;
	
	font-size: 12px;
	font-weight: bold;

}


@media (max-width: 767px) {
	/* стили для xs-устройств */
	.BkTable{
		font-size: 16px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
  /* стили для sm-устройств */
	.BkTable{
		font-size: 14px;
	}
}




h3{
        color : #EEDEBD;
        font-family : "Times New Roman", Times, serif;
        
	font-size: 12px;
	font-weight: bold;
}

#TabBanner{border: 0px}
#TabNews{
         border: 0px;
         FONT-FAMILY: Arial, Helvetica, sans-serif, Tahoma, Verdana; 
         TEXT-ALIGN: justify;
}

#TD_Back{
  background-image:url(../images/buttondown.gif);
  height: 20px;
  padding: 0px;
  
	font-size: 12px;
	font-weight: bold;
	cursor :hand;
}
#TD_rBack{
  background-image:url(../images/rbuttonup.gif);
  height: 20px;
  
  font-size: 12px;
  font-weight: bold;
  cursor :hand;
}
#TRWaves{
	background-image:url(../images/waves.gif);
	background-repeat : no-repeat;
	background-position : top;
	height: 30px;	
}

#TabNoBorder{
  border : 0; 
  text-align : center;
  cursor :auto;
}



td, th {
    padding: 0;
}