/* (c)  1999 <maxcom@vinchi.ru> */

BODY { font-family: sans-serif; }

.text { text-align: justify }

.hr { background: #404040; }
hr { color: #404040; }

H1 { color: #ffffff; }
H2 { color: #ffffff; }

H1 A { text-decoration: none; }

/* FORM { color: #ffffff; } */

/* info boxes on columns */
DIV.column { text-align: center; }

DIV.column DIV.boxlet H2 
   { 
    text-align: center; 
    color: white; 
    font-size: medium; 
    font-family: sans-serif; 
    width: 158px; 
    background-color: #000080; 
    border: 1px; 
    padding-bottom: 5px;
    font-weight: bold;
   }

DIV.column DIV.boxlet H3
   {
    font-size: small;
   }

DIV.column DIV.boxlet H2 A { text-decoration: none; color: white }
DIV.column DIV.boxlet A { text-decoration: none; }
DIV.column DIV.boxlet A:link {color: #D0D0F0}
DIV.column DIV.boxlet 
   { 
    font-size: small; 
    font-family: sans-serif; 
    width: 158px; 
    text-align: left; 
    background-color: #000030; 
    border: 1px;
    padding-bottom: 1em;
   }

DIV.column DIV.boxlet LI { list-style: inside }

DIV.columnimg
   { 
    font-size: small; 
    font-family: sans-serif; 
    margin-top: 30px; 
    text-align: center; 
   }

/* news items */
.news H2 { font-family: sans-serif; margin-bottom: 5px; margin-top: 5px; }
.news H2 A { text-decoration: none; color: white; }
.news DIV.msg { text-align: justify }
.news DIV.nav { text-align: left; margin-top: 1em; }
.news DIV.sign { font-style: italic; margin-top: 1em; }

/* view-forum */
DIV.forum A { text-decoration: none }
TR.color1 { background: #808080; }
TR.color2 { background: #000080; }

/* view-message */
DIV.messages H1 { text-align: center; }
DIV.messages DIV.nav { text-align: center; margin-bottom: 1em; }
DIV.messages .title { background: #000080; }
.messages .comment .title { background: #000080; }
.messages .body { background: #000040; }
.messages .comment .nav { text-align: left; font-style: italic; }
.messages H2 { margin-bottom: 0em; margin-top: 0em; }

/* general */
DIV.notes 
   { 
    text-align: center; 
    font-style: italic; 
    margin-top: 0.5em; 
    margin-bottom: 0.5em;
    border: solid white;
   }

IMG.newsimage { float: left; }