/*
 * This file is part of the xTention
 * Copyright (C) 2002 Boxalino Deutschland GmbH.  All rights reserved
 * $Id: xtention_builder.css,v 1.3 2003/01/17 10:27:22 biermaye Exp $
 */

/* Some space */

h1, h2, h3, h4, h5, h6 {color:#000066;
			margin-top: 3pt;
                        font-size: medium;
			margin-bottom: 6pt;
	                padding-bottom: 0pt;}
a {color:#660000;}
a:active {color:#083163;}
a:visited {color:#000066;}
span.searchhit {background-color:#FFCE00;}
table {	border-color:#000000;}
body {
	font-size:	small;
        font-family:Arial;
	padding-left:   6pt;
	padding-top:    0pt;
	padding-right:  6pt;
	padding-bottom: 0pt;
        margin-left:0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
}

samp{font-size:	small;}
kbd{font-size:	small;}
em{ font-style:normal;
    background-color:#FFFFFF}

UL {  font-size: small;
      padding-top: 0pt;
      padding-bottom: 0pt;
      padding-left:   0pt;
      margin-left:   12pt;
      margin-top: 0pt;
      margin-bottom: -3pt;
}


LI {  padding-top: 0pt;
      padding-bottom: 0pt;
      padding-left: 0pt;
      margin-left:   6pt;
      margin-top: 0pt;
      margin-bottom: -3pt;
}
BLOCKQUOTE {padding-top: 0pt;
      padding-bottom: 0pt;
      padding-left: 0pt;
      margin-left:   18pt;
      margin-top: 0pt;
      margin-bottom: -3pt;}

p {  padding-top: 0pt;
     padding-left:   0pt;
     padding-bottom: 0pt;
     margin-top: 0pt;
     margin-left:0px;
     margin-bottom: 6pt;
}

/* Fonts */
span.searchhit {
	background-color:#FFCE00;
}

table {
	border-color:#000000;
}
.Footnotesize
{
    font-size: x-small;
}

.Large
{
    font-size: medium;
}

/* Alignment */

.Center
{
    text-align: center;
}

.Right
{
    text-align: right;
}

.Left
{
    text-align: left;
}


/* Special Stuff */

/* footnotes */

.FootnoteRule
{
    text-align: left;
    width: 25%;
}

/* marginpars */

.RightMarginPar 
{
    float: right;
    width: 38.2%;
}
   
.LeftMarginPar  
{
    float: left;
    width: 38.2%;
}

.LeftMarginPar .MarginPar
{
    border: 2px solid #0000ff;
    border-left-width: 0pt;	
    border-top-width: 0pt;	
    border-right-width: 2pt;	
    border-bottom-width: 0pt;	
    padding-right: 3pt;
    font-size: 70%;
    text-align: left;
}

.RightMarginPar .MarginPar
{
    border: 2px solid #0000ff;
    border-left-width: 2pt;	
    border-top-width: 0pt;	
    border-right-width: 0pt;	
    border-bottom-width: 0pt;	
    padding-left: 3pt;
    font-size: 70%;
    text-align: left;
}

/* Paragraphs with no/left/right/both marginpars */

.Textflow
{
    width: auto
}

.TextflowL
{

    width: auto
}

.TextflowR
{
    width: auto
}

.TextflowLR
{
    width: auto
}


/* return to full width of UA */

.NoMarginPars
{
    display: none;
    width: 100%;
    clear: both;
}


/* xrefs in the error section */

.ISAinfo
{
    color: black;
    background-color: #00ff00;
}

.ISAwarning
{
    color: black;
    background-color: #ffff00;
}

.ISAerror
{
    color: black;
    background-color: #ff9999;
}


/* Navigation Tables */

.NavigationBar
{
    text-align: center;
    width: 100%;
    background: #cccccc;
}

.NavigationBarDisabled
{
    color: #999999;
}

.MiniToc
{
    background: #cccccc;
}


/* Notizen */
.Note { 
    visibility: hidden;
    position:   absolute;
    overflow:   visible;
    width:      350px;
    height:     240px;
    padding:    5px;
    margin:     0px;
    background-color: #FFFFd0;
    border:     1px solid #000000;
}

.NoteFrame { 
    visibility: hidden;
    position:   absolute;
    overflow:   visible;
    padding:    0px;
    margin:     0px;
    border:     0px;
}

.NoteText {
    font-family:   sans-serif;	
    font-size:	   9pt;
}

.NoteTitle {
    margin-bottom: 0pt;
    font-family:   sans-serif;	
    font-size:	   11pt;
}

A.NoteRef {
}


