
BODY {
    background-color : #FFFFCC;
    font-family      : Verdana, Tahoma, sans-serif;
    font-size        : 80%;
    color            : #330099;
    margin-left      : 5%;
    margin-right     : 5%;
    line-height      : 150%;

}


BODY.progra {
    background-color : #F0FFCC;
}

BODY.modul {
    background-color : #FFF0CC;
}

BODY.manual {
    background-color : #FFFBD9;
}


A {
    /* font-weight : bold; */
    text-decoration: underline;
    background-color: transparent;
}

A:visited {
    color : blue;
    background-color: transparent;
}

A:active {
    color : blue;
    background-color: transparent;
}

A:hover {
    cursor : hand;
    color  : #0099ff;
    background-color: transparent;
}


A.d, A.d:visited, A.d:active {
    font-weight : bold;
    color       : green;
    background-color: transparent;
}

TD, TH {
    padding: 2px 3px 2px 3px;
    font-size : 80%;
    border : 1px solid;
    border-color : #cccc99;
}



TABLE {
    border : 2px solid ;
    border-color : #eeeebb #aaaa77 #aaaa77 #eeeebb ;
    border-collapse : collapse;
}

TABLE.noborder {
    border : none;
}

TABLE.noborder TD {
    border : none;
}

TABLE.noborder TH {
    border : none;
}

TABLE.header TD {
    border : none;
}

TABLE.header TH {
    border : none;
}



TABLE.header {
    width : 100%;
    border : none;
}


TABLE.header TD {
    vertical-align: top;
    border : none;
}

TABLE.header TD.header-back {
    border : none;
	height : 109px;
	background : url(notka-gora.gif) no-repeat bottom;
}

TABLE.header TD.header-title {
    font-size: 220%;
    text-align: center;
    font-weight: bold;
    border : none;
}
TABLE.header TD.header-menu  {
	background : url(notka-srodek.gif) repeat-y top;
	width : 233px;
	list-style-image : url(listitem.gif);
        border : none;
}

TABLE.header TD.header-menu LI A {
    /* font-weight : bold; */
    text-decoration: none;
    background-color: transparent;
    border : none;
}


TABLE.header TD.header-bottom  {
	background : url(notka-dol.gif) top;
	width : 233px;
	height : 8px;
        border : none;
}

TABLE.header TD.header-menu LI {
    margin-top: 8px;
	margin-right: 25px;
    margin-left: 12px;
    margin-bottom: 10px;
	font-size : 8pt;
}

TABLE.header TD.header-description {
    border : none;    
}

TABLE.link-list {
    width: 90%;
    margin-left : 5%;
}

UL.link-tree  LI {
    font-weight: bold;
/*    border: 2px dashed black;*/
}

UL.link-tree  LI UL LI {
    font-weight: normal;
/*    border: 1px solid brown;*/
}

H3 {
    background: #3300CC;
    color : #FFFAFA;
    padding : 2px;
    width : 100%;
    text-align  : center;
    font-size : 120%;
}

/*
P:first-letter { font-size: 300%; float: left; }
*/


/*
 * f - file
 * t - type
 * v - variable
 * c - code
 * k - keyword
 */
U.f, U.t, U.v, U.c, U.k {
    text-decoration: none;
    font-family : "Courier New", Courier, monospace;
}

U.k { 
    font-weight: bold;
}

U.xman {
    font-size: 200%;
    color : red;
    background : yellow;
}

DIV.screen {
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}

Q {
    font-weight: bold;
    white-space : nowrap;
    quotes : none;
}

TABLE.link-list A Q {
    font-weight: normal;
}

UL.link-tree A Q {
    font-weight: normal;
}

DIV.ok {
    background-image: url("ok.gif");
    width: 16px;
    height: 20px;
    align: center;
}

TR.separ {
   background: #EEEEBB; 
}

TD.info {
   background: #F0F0FF; 
}

TD.howto {
/*   background: #C1FC54;  */
   background: #B1FFA6
}

TD.attn {
   background: #FFD2CC; 
}
