
/***********************************************/
/* global attributes */

body
{
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-style:   normal;
    font-variant: normal;
    font-size:    100%;
    font-weight:  normal;
    font-stretch: normal;
    text-shadow:  none;

    text-decoration: none;
    text-transform:  none;

    letter-spacing:  normal;
    word-spacing:    normal;

    color:            #000000;
	background-color: #ffffff;
/*    background-color: #f8f8fe;*/
/*    background-color: #f8f8f0;*/

    text-indent:    0px;
    vertical-align: top;
    text-align:     justify;

    white-space:    normal;

    margin-left:    40px;
    margin-right:   0px;
    margin-top:     30px;
    margin-bottom:  20px;

    padding-top:    0px;
    padding-bottom: 0px;
    padding-left:   0px;
    padding-right:  30px;

/*    scrollbar-arrow-color: #DBFFFF; */
/*/*    scrollbar-base-color: #2050A0;  */*/
/*    scrollbar-base-color: #0030a0;  */
}


P
{
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-style:   normal;
    font-variant: normal;
    font-size:    100%;
    font-weight:  normal;
    font-stretch: normal;
    text-shadow:  none;

    text-decoration: none;
    text-transform:  none;

    letter-spacing:  normal;
    word-spacing:    normal;

    color:            #000000;

    text-indent:    0px;
    vertical-align: top;
    text-align:     justify;

    white-space:    normal;

    margin-left:    0px;
    margin-right:   0px;
    margin-top:     1em;
    margin-bottom:  1em;

    padding-top:    0px;
    padding-bottom: 0px;
    padding-left:   0px;
    padding-right:  0px;
}



A:link    { color:#000000 }
A:visited { color:#000000 }
A:hover   { color:#000099 }
A:active  { color:#0000AA }
/*A:focus   { color:#009900 }*/




/***********************************************/
/* <div> attributes */


.Title
{
    font-family:   Verdana, Arial, Helvetica, sans-serif;
    font-size:     1.5em;
    font-weight:   bold;
    font-style:   normal;
    font-variant: normal;
    font-stretch: normal;
    text-shadow:  none;
    
    text-align:    center;

    margin-top:    1em;
    margin-bottom: .5em;

/*    color:        #ffffff; */
}



.SubTitle
{
    font-family:   Verdana, Arial, Helvetica, sans-serif;
    font-size:     1.25em;
    font-weight:   bold;
    font-style:   normal;
    font-variant: normal;
    font-stretch: normal;
    text-shadow:  none;
    
    text-align:    center;

    margin-top:    .5em;
    margin-bottom: .5em;

/*    color:        #ffffff; */
}


.Heading1
{
    font-family:   Verdana, Arial, Helvetica, sans-serif;
    font-size:     1.6em;
    font-weight:   bold;
    font-style:    italic;
    font-variant:  normal;
    font-stretch:  normal;
    text-shadow:   none;
    
    text-align:    left;

    margin-top:    2em;
    margin-bottom: .8em;
}


.Heading2
{
    font-family:   Verdana, Arial, Helvetica, sans-serif;
    font-size:     1.2em;
    font-weight:   bold;
    font-style:   normal;
    font-variant: normal;
    font-stretch: normal;
    text-shadow:  none;
    
    text-align:    left;

    margin-top:    4em;
    margin-bottom: .4em;
}


/* heading for properties of ActiveX controls */
.RefPropHead
{
    font-family:   Verdana, Arial, Helvetica, sans-serif;
    font-size:     1.1em;
    font-weight:   normal;
    font-style:    normal;
    font-variant:  normal;
    font-stretch:  normal;
    text-shadow:   none;

    text-align:    left;

    margin-top:    4em;
    margin-bottom: .2em;
}

/* heading for methods */
.RefFuncHead
{
    font-family:   Verdana, Arial, Helvetica, sans-serif;
    font-size:     1.1em;
    font-weight:   bold;
    font-style:    normal;
    font-variant:  normal;
    font-stretch:  normal;
    text-shadow:   none;

    text-align:    left;

    margin-top:    4em;
    margin-bottom: .2em;
}


.SeeAlso
{
    font-family:   Verdana, Arial, Helvetica, sans-serif;
    font-size:     1em;
    font-weight:   normal;
    font-style:    normal;
    font-variant:  normal;
    font-stretch:  normal;
    text-shadow:   none;

    text-align:    left;

    margin-top:    1em;
    margin-bottom: 2em;
}


.SynHdr
{
    font-family:   Verdana, Arial, Helvetica, sans-serif;
    font-size:     1.05em;
    font-weight:   normal;
    font-style:    normal;
    font-variant:  normal;
    font-stretch:  normal;
    text-shadow:   none;

    text-align:    left;

    margin-top:    .5em;
    margin-bottom: 0em;
}



.SynDist
{
    font-family:   Verdana, Arial, Helvetica, sans-serif;
    font-size:     .5em;
    font-weight:   normal;
    font-style:    normal;
    font-variant:  normal;
    font-stretch:  normal;
    text-shadow:   none;

    text-align:    left;

    margin-top:    0em;
    margin-bottom: 1em;
}



.FuncDist
{
    font-family:   Verdana, Arial, Helvetica, sans-serif;
    font-size:     1em;
    font-weight:   normal;
    font-style:    normal;
    font-variant:  normal;
    font-stretch:  normal;
    text-shadow:   none;

    text-align:    left;

    margin-top:    0em;
    margin-bottom: 7em;
}





/***********************************************/
/* <pre> attributs */


.CodeBlock
{
    font-family:   Courier New, Lucida Console, Courier, monospace;
    font-size:     1em;
    font-weight:   normal;
    font-style:    normal;
    font-variant:  normal;
    font-stretch:  normal;
    text-shadow:   none;

    text-align:    left;

    margin-top:     1em;
    margin-bottom:  1em;

    padding-left:   1em;
}







/***********************************************/
/* <span> attributes */




/* C++ and other language source code names */
.code
{
    font-family:   Courier New, Lucida Console, Courier, monospace;
    font-weight:   normal;
    font-style:    normal;
    font-variant:  normal;
    font-stretch:  normal;
    text-shadow:   none;
}

.VRML
{
    font-family:   Lucida Console, Courier New, Courier, monospace;
    font-weight:   normal;
    font-style:    normal;
    font-variant:  normal;
    font-stretch:  normal;
    text-shadow:   none;
}




/***********************************************/
/* Users Guide specific styles */


/* Getting Startet */
.SectionDistance
{
    margin-top: 5.5em;
    margin-bottom:1.5em;
}

.SectionShorterDistance
{
    margin-top: 2em;
    margin-bottom:2em;
}

.EndOfTable
{
    margin-top: 0em;
    margin-bottom:0em;

    font-size: 0.5em;
}



.SectionHeading
{
	margin-top:0em;
	margin-bottom:0em;
	margin-left:0em;
	margin-right:0em;

    text-align:left;

    font-family:   Verdana, Arial, Helvetica, sans-serif;
    font-weight:   bold;
    font-style:    normal;
    font-variant:  normal;
    font-stretch:  normal;
    text-shadow:   none;
}

.Heading
{
	margin-top:3em;
	margin-bottom:0em;
	margin-left:0em;
	margin-right:0em;

    text-align:left;

    font-family:   Verdana, Arial, Helvetica, sans-serif;
    font-weight:   bold;
    font-style:    normal;
    font-variant:  normal;
    font-stretch:  normal;
    text-shadow:   none;
}

.Text
{
	margin-top:1em;
	margin-bottom:1em;
	margin-left:2em;
	margin-right:0em;

    text-align:Justify;

    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
    font-variant:normal;
    font-stretch:normal;
    text-shadow:none;
}



/* Preferences */
.PrefName
{
	margin-top:2em;
	margin-bottom:0.4em;
	margin-left:0em;
	margin-right:0em;

    text-align:Left;

    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-style:normal;
    font-variant:normal;
    font-stretch:normal;
    text-shadow:none;
}


.PrefDesc
{
	margin-top:0.0em;
	margin-bottom:1em;
	margin-left:2em;
	margin-right:0em;

    text-align:Justify;

    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
    font-variant:normal;
    font-stretch:normal;
    text-shadow:none;
}


.ListIntro
{
	margin-top:0.0em;
	margin-bottom:0em;
	margin-left:2em;
	margin-right:0em;

    text-align:Justify;

    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
    font-variant:normal;
    font-stretch:normal;
    text-shadow:none;
}

UL
{
	margin-top:0.4em;
	margin-bottom:1.5em;
	margin-left:2em;
	margin-right:0em;
}

.ListTitle
{
	margin-top:0em;
	margin-bottom:0.2em;
	margin-left:2em;
	margin-right:0em;

    text-align:Left;

    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:Bold;
    font-style:normal;
    font-variant:normal;
    font-stretch:normal;
    text-shadow:none;
}

.ListBody
{
	margin-top:0.2em;
	margin-bottom:0.8em;
	margin-left:0em;
	margin-right:0em;

    text-align:Justify;

    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
    font-variant:normal;
    font-stretch:normal;
    text-shadow:none;
}






/***********************************************/
/* table attributes */


table
{
}


/* for parameter and descriptions */
td.param
{
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-style:   normal;
    font-variant: normal;
    font-size:    100%;
    font-weight:  normal;
    font-stretch: normal;
    text-shadow:  none;

    text-decoration: none;
    text-transform:  none;

    letter-spacing:  normal;
    word-spacing:    normal;

    color:            #000000;
    background-color: #e8e8ea;

    text-indent:    0px;
    vertical-align: top;
    text-align:     right;

    width:          12em;

    white-space:    normal;

    padding-top:    2px;
    padding-bottom: 2px;
    padding-left:   .5em;
    padding-right:  .3em;
}



/* for parameter and descriptions */
td.desc
{
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-style:   normal;
    font-variant: normal;
    font-size:    100%;
    font-weight:  normal;
    font-stretch: normal;
    text-shadow:  none;

    text-decoration: none;
    text-transform:  none;

    letter-spacing:  normal;
    word-spacing:    normal;

    color:            #000000;
    background-color: #f0f0f2;

    text-indent:    0px;
    vertical-align: top;
    text-align:     justify;

    white-space:    normal;

    padding-top:    2px;
    padding-bottom: 2px;
    padding-left:   .3em;
    padding-right:  .5em;
}

/* for parameter and descriptions */
td.return
{
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-style:   oblique;
    font-variant: normal;
    font-size:    100%;
    font-weight:  normal;
    font-stretch: normal;
    text-shadow:  none;

    text-decoration: none;
    text-transform:  none;

    letter-spacing:  normal;
    word-spacing:    normal;

    color:            #000000;
    background-color: #d0d0d4;

    text-indent:    0px;
    vertical-align: top;
    text-align:     right;

    width:          12em;

    white-space:    normal;

    padding-top:    2px;
    padding-bottom: 2px;
    padding-left:   .5em;
    padding-right:  .3em;
}

 
