﻿   /*глобальные стили*/
    .StandartBorder
    {
        border:1px solid silver;
        margin:5px;
    }
    
    div.WithShadowAndRoundedBorder
    {
        
        background:white;/*для IE нужно указать фон иначе заглючит*/
        
        border-radius:5px;
        -moz-border-radius: 5px; /* Firefox */
        -webkit-border-radius: 5px; /* Safari, Chrome */
        -khtml-border-radius: 5px; /* KHTML */
        
        -webkit-box-shadow: #666 0px 2px 3px;
        -moz-box-shadow: #666 0px 2px 3px;
        box-shadow: #666 0px 2px 3px;
        
        behavior: url(/Scripts/PIE.htc);
        
    }

    div.WithRoundedBorder
    {
        
        background:white; 

        border-radius:5px;
        -moz-border-radius: 5px; /* Firefox */
        -webkit-border-radius: 5px; /* Safari, Chrome */
        -khtml-border-radius: 5px; /* KHTML */
        
        behavior: url(/Scripts/PIE.htc);
         
    }
    
    .b1px
    {
        border:1px solid silver;   
    }
    
    .rb3px
    {
       background:white; 

        border-radius           : 3px;
        -moz-border-radius      : 3px; /* Firefox */
        -webkit-border-radius   : 3px; /* Safari, Chrome */
        -khtml-border-radius    : 3px; /* KHTML */
        
        behavior                : url(/Scripts/PIE.htc); 
    }
    
    .m3px
    {
        margin:3px;
    }
    
    
    .RoundedBorder5px
    {
        
        background:white; 

        border-radius:5px;
        -moz-border-radius: 5px; /* Firefox */
        -webkit-border-radius: 5px; /* Safari, Chrome */
        -khtml-border-radius: 5px; /* KHTML */
        
        behavior: url(/Scripts/PIE.htc);
         
    }
    
    .RoundedBorder4px
    {
        
        background:white; 

        border-radius:4px;
        -moz-border-radius: 4px; /* Firefox */
        -webkit-border-radius: 4px; /* Safari, Chrome */
        -khtml-border-radius: 4px; /* KHTML */
        
        behavior: url(/Scripts/PIE.htc);
         
    }
    a img
    {
        border: none; /* Убираем рамку вокруг картинок ссылок*/    
    }
    #Main
    {   
        display:none;
        position:absolute;
        min-height:98%;

        
        width :1236px;
        /* по центру родительского окна */       
        left: 50%;
        margin-left: -618px;
        /* отрицательный отступ равный 1/2 ширины (width) позиционируемого блока */
        border:1px solid silver;             
    }
    
    #navigation_menu
    {
        
        position:relative;
        margin_:4px 4px 4px 4px;
        
       
        height:auto;
        border:0px solid silver;
        
    }
    
    #HorisontLine
    {
         
       margin-top:1px;
       margin-bottom:1px;
       border:none;
       border-top:1px solid silver;
       
    }
    #RenderBody111
    {
        position:absolute;
        top:140px;
        bottom:3px;
        width :1228px;
        left:3px;
        right:3px;
        
        min-height_:98%;
        left1:0px;
        top1:0px;
        margin1:5px 5px 5px 5px;
        margin1:3px;
        
        height1:650px;
        height1:auto;
        border:1px solid silver;
        
        
    }
    
    #RenderBody
    {
        position:relative;
        margin:3px ;
        border:0px solid silver;
        
    }
    
 /*
#overlay {
  position: absolute; 
  top: 0px; 
  left: 0px;
  background: #000;
  opacity: 0.2;
  z-index: 9000;
  width: 100%;
  height: 100%;
  display: none;
  cursor : wait;
  
}
*/