/* Style Sheet for Kulchitsky.Org/rus (c)2002-2004Anton Kulchitsky 
   
   $Revision: 1.6 $ $Date: 2004/06/03 02:04:26 $
   
   */

/* MAIN PARAGRAPHS */
.base{background-color:#E8E7F5;}
p.base:first-letter{color:purple;font-size:150%;}
p.base{text-indent:7mm;}
p.base{text-align:justify;}

p.dialog{text-indent:7mm;}
p.dialog{text-align:justify;}

p.epigraph{text-align:right;font-style:italic;}

/*banners*/
p.menubanners{text-align:center;}

/* COPYRIGHT ETC. */
p.cpr{text-align:right;text-indent:7mm}
p.cpr:first-letter{color:purple;font-size:150%}

/* for documenta under the GPL */
p.gpl{font-size:75%;color:#777777;text-align:justify;}

/* POEMS PARAGRAPH */
p.poem:first-letter{color:purple;font-size:150%;}
p.poem{text-align:left;}

/* TABLES AND EMPTY TABLES

  Main table: 7 strings (<tr>) and  6 cells (<td>) each string

  tr1: Header
  tr2: Menu:empty, Main Text: ruler
  tr3: EMPTY (just for adjustment)
  tr4: Menu: main menu, Main Text: all text of the page
  tr5: EMPTY (just for adjustment)
  tr6: Menu:empty, Main Text: ruler
  tr7: Menu:empty, Main Text: Copyright string
  
  cell 1 (td1): just a margin from the left (default: 1%, menu background)
  cell 2 (td2): main menu column (default: 18%)
  cell 3 (td3): right margin of menu column (default width 1%, menu color)
  cell 4 (td4): left margin of the main text (default: 5%, main color)
  cell 5 (td5): main text (default: width 70%, class base)
  cell 6 (td6): right margin of the text (width 5%)

*/

.maintable{border-width:0;border-style:none;}

.td1{background-color:#0033FF;width:1%;}
.td2{background-color:#0033FF;width:18%;}
.td3{background-color:#0033FF;width:1%;}
.td4{background-color:#E8E7F5;width:5%;}
.td5{background-color:#E8E7F5;width:70%;}
.td6{background-color:#E8E7F5;width:5%;}

/*PHOTO TABLE*/
.phototable{width:100%;border-width:3px;border-style:outset;}
.phtd{text-align:center}

/*BASE TABLE*/
.basetable{width:100%;border-width:3px;border-style:outset;}
.bttd1{text-align:left;width:20%;}
.bttd2{text-align:left;width:80%;}
/*.bttr{text-valign:top;}*/

/* HEADERS */
h1{color:blue;text-align:left}

/* MENU */
menu.main{list-style-type:none;}
a.menulink{color:white;text-decoration:none;}
a.speclink{color:yellow;text-decoration:none;}
#menu_td2{vertical-align:top;color:yellow;}

/* MENU TO UNI-K and JAPAN */
menu.menuadd{color:#CCCCCC;list-style-type:none;text-decoration:none;}
a.addlink{color:#CCCCCC;text-decoration:none;}

/* Code */
code{color:#777777;}
code.comment{color:#dd8855;}
code.string{color:#AAAA00;}
font.codestring{color:#AAAA00;}
font.codecomment{color:#dd8855;}

/* Table of contents */
ol.contents{font-size:75%;}

/*Images*/
img.papers{ height:auto; width:auto; float:left;}
img.papers{ border-style:hidden; margin: 10px}
