
BODY {
    background-color : #E6FFE6;
    font-family : Verdana, Tahoma, sans-serif;
    font-size : 80%;
    color : #222200;
    margin-left: 10%;
    margin-right: 10%;
    line-height: 150%;

}

BODY.program {
    background-color : #F0FFCC;
}

BODY.module {
    background-color : #FFF0CC;
}

BODY.manual {
    background-color : #FFFBD9;
}

A {
        color : #008000;
	text-decoration: none;
	background-color: transparent;
	font-size : 80%;
}

A:visited {
    color : #008000;
    background-color: transparent;
}

A:active {
    color : #008000;
    background-color: transparent;
}

A:hover {
    cursor : hand;
    color  : #10F010;
    background-color: transparent;
}


TD, TH {
    padding: 2px 3px 2px 3px;
    font-size : 80%;
    border : 1px solid;
    border-color : #10F010;
}



TABLE {
    border : 2px solid ;
    border-color :  #10F010 #008000 #008000 #10F010 ;
    border-collapse : collapse;
    empty-cells : show;
}

TABLE.noborder {
    border : none;
}

TABLE.noborder TD {
    border : none;
}

TABLE.noborder TH {
    border : none;
}

TABLE.header {
    width : 100%;
}


TABLE.header TD {
    vertical-align: top;
}

TABLE.header TD.header-back {
    text-align : center;
    width      : 25%;
}

TABLE.header TD.header-title {
    font-size: 220%;
    text-align: center;
    font-weight: bold;
}

TABLE.header TD.header-menu LI {
    margin-top: 8px;
}

TABLE.header TD.header-description {
    
}

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: #10F010;
    color : #008000;
    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.logo {
    background-image: url("qbs-logo.gif");
    width: 102px;
    height: 70px;
}

DIV.screen {
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}

Q {
    font-weight: bold;
    white-space : nowrap;
    quotes : none;
}

DIV.ok {
    background-image: url("ok.gif");
    width: 16px;
    height: 20px;
    align: center;
}

TR.separ {
   background: #EEEEBB; 
}
