/**
 * common for all files
 */
@import url('../OnlineDocRuntime/css/description.css');
p            { FONT-SIZE: 10pt; MARGIN-LEFT: 40px; FONT-FAMILY: arial; TEXT-ALIGN: left }
li           { FONT-SIZE: 10pt; FONT-FAMILY: arial; TEXT-ALIGN: left } 
.body, td.body, body {BACKGROUND-COLOR: #ffffff; }

/**
 * table formatting
 */


table        { border:thin ridge #C0C0C0; margin-left: 40px; margin-right: auto; margin-top: 20px; margin-bottom: 20px; border-collapse: collapse} 
td			 { border:thin ridge #C0C0C0; padding:5px; empty-cells: show}


.tablehead   { font-family: Arial; font-size: 10pt; background-color: #C0C0C0; text-align: left; margin-top:0; margin-bottom:0 }
.tableline   { font-family: Arial; font-size: 10pt; font-weight: normal; text-align: left; margin-top:0; margin-bottom:0}


/**
 * for normal files
 */


h1           { FONT-WEIGHT: bold; FONT-SIZE: 14pt; FONT-STYLE: normal; FONT-FAMILY: arial; TEXT-ALIGN: left }
h2           { FONT-WEIGHT: bold; FONT-SIZE: 12pt; FONT-STYLE: normal; FONT-FAMILY: arial; TEXT-ALIGN: left }
h3           { FONT-WEIGHT: bold; FONT-SIZE: 11pt; MARGIN-LEFT: 40px; FONT-STYLE: normal; FONT-FAMILY: arial; TEXT-ALIGN: left }
h4           { FONT-WEIGHT: normal; FONT-SIZE: 10pt; FONT-STYLE: normal; FONT-FAMILY: arial; TEXT-ALIGN: left }
pre          { MARGIN-LEFT: 0mm; FONT-FAMILY: arial; TEXT-ALIGN: left }
ul           { FONT-SIZE: 10pt; MARGIN-LEFT: 80px; FONT-FAMILY: arial; TEXT-ALIGN: left }
ol           { FONT-SIZE: 10pt; MARGIN-LEFT: 80px; FONT-FAMILY: arial; TEXT-ALIGN: left }
table        { FONT-SIZE: 10pt; MARGIN-LEFT: 40px; WIDTH: 95%; FONT-FAMILY: arial; TEXT-ALIGN: left }

span.windowref { font-weight: bold; font-style: italic;}

/**
 * to get tables without borders. Where needed for layout reasons, for instance in banner.
 */
.tableClean { border:0px none #FFFFFF; font-family: arial; font-size: 8pt;  border-collapse:collapse; width: 100%; margin: 0; }
.tableCellClean { border:0px none #FFFFFF; padding:0px; empty-cells: show}
.bannerLinks  { font-family: Arial; font-size: 8pt; }

.copyright         { font-size:8pt; font-style:italic; text-align:center; margin-left:55; margin-right:55}
