feat: Geutebruck GeViScope/GeViSoft Action Mapping System - MVP
This MVP release provides a complete full-stack solution for managing action mappings in Geutebruck's GeViScope and GeViSoft video surveillance systems. ## Features ### Flutter Web Application (Port 8081) - Modern, responsive UI for managing action mappings - Action picker dialog with full parameter configuration - Support for both GSC (GeViScope) and G-Core server actions - Consistent UI for input and output actions with edit/delete capabilities - Real-time action mapping creation, editing, and deletion - Server categorization (GSC: prefix for GeViScope, G-Core: prefix for G-Core servers) ### FastAPI REST Backend (Port 8000) - RESTful API for action mapping CRUD operations - Action template service with comprehensive action catalog (247 actions) - Server management (G-Core and GeViScope servers) - Configuration tree reading and writing - JWT authentication with role-based access control - PostgreSQL database integration ### C# SDK Bridge (gRPC, Port 50051) - Native integration with GeViSoft SDK (GeViProcAPINET_4_0.dll) - Action mapping creation with correct binary format - Support for GSC and G-Core action types - Proper Camera parameter inclusion in action strings (fixes CrossSwitch bug) - Action ID lookup table with server-specific action IDs - Configuration reading/writing via SetupClient ## Bug Fixes - **CrossSwitch Bug**: GSC and G-Core actions now correctly display camera/PTZ head parameters in GeViSet - Action strings now include Camera parameter: `@ PanLeft (Comment: "", Camera: 101028)` - Proper filter flags and VideoInput=0 for action mappings - Correct action ID assignment (4198 for GSC, 9294 for G-Core PanLeft) ## Technical Stack - **Frontend**: Flutter Web, Dart, Dio HTTP client - **Backend**: Python FastAPI, PostgreSQL, Redis - **SDK Bridge**: C# .NET 8.0, gRPC, GeViSoft SDK - **Authentication**: JWT tokens - **Configuration**: GeViSoft .set files (binary format) ## Credentials - GeViSoft/GeViScope: username=sysadmin, password=masterkey - Default admin: username=admin, password=admin123 ## Deployment All services run on localhost: - Flutter Web: http://localhost:8081 - FastAPI: http://localhost:8000 - SDK Bridge gRPC: localhost:50051 - GeViServer: localhost (default port) Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,559 @@
|
||||
/*<meta />*/
|
||||
|
||||
body
|
||||
{
|
||||
font-family: Arial;
|
||||
font-size: 10pt;
|
||||
padding-right: 25px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
h1
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
||||
h2
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 18pt;
|
||||
}
|
||||
|
||||
h3
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 14.0pt;
|
||||
}
|
||||
|
||||
h4
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 14pt;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
h5
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
h6
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
margin-top: 0pt;
|
||||
margin-bottom: 0pt;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
ol,
|
||||
ul
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
border: none;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
a.Popup
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
MadCap|expandingHead
|
||||
{
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
cursor: hand;
|
||||
text-decoration: none;
|
||||
color: #006600;
|
||||
}
|
||||
|
||||
MadCap|expandingBody
|
||||
{
|
||||
color: #777777;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
MadCap|dropDownHotspot
|
||||
{
|
||||
cursor: hand;
|
||||
font-style: italic;
|
||||
text-decoration: none;
|
||||
color: #006600;
|
||||
}
|
||||
|
||||
MadCap|breadcrumbsProxy
|
||||
{
|
||||
color: #696969;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
mc-breadcrumbs-prefix: '| ';
|
||||
border-bottom-color: #a9a9a9;
|
||||
}
|
||||
|
||||
MadCap|miniTocProxy
|
||||
{
|
||||
color: #696969;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
border-top-width: 0px;
|
||||
mc-toc-depth: 4;
|
||||
margin-top: 2px;
|
||||
padding-left: 10px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
a.MiniTOC1
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
a.MiniTOC2
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
p.MiniTOC1
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
p.MiniTOC2
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC3
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
p.MiniTOC3
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
p.MiniTOC3
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
MadCap|xref
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #6b8e23;
|
||||
font-size: 8pt;
|
||||
mc-format: ' >> {paratext}';
|
||||
}
|
||||
|
||||
img.marginalie
|
||||
{
|
||||
position: absolute;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
tr
|
||||
{
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
mc-table-style: url('Styles.css');
|
||||
}
|
||||
|
||||
p.Verdana8pt
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
p.Zwischenueberschrift
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #696969;
|
||||
}
|
||||
|
||||
p.marginalie
|
||||
{
|
||||
left: 5px;
|
||||
position: absolute;
|
||||
width: 95px;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
p.Notice
|
||||
{
|
||||
font-size: 8pt;
|
||||
color: #ffffff;
|
||||
background-color: #0066ff;
|
||||
padding: 1px;
|
||||
font-family: Verdana;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.Advice
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #6bbc33;
|
||||
padding: 1px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.Caution
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #fff60c;
|
||||
padding: 1px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.Warning
|
||||
{
|
||||
font-size: 8pt;
|
||||
background-color: #ff9900;
|
||||
padding: 1px;
|
||||
color: #ffffff;
|
||||
font-family: Verdana;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.Danger
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ea2b03;
|
||||
padding: 1px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.GutZuWissen
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ddedfe;
|
||||
border-bottom: solid 1px;
|
||||
border-bottom-color: #000000;
|
||||
border-top: solid 1px;
|
||||
border-top-color: #000000;
|
||||
letter-spacing: 1px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.Uebrigens
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ccffcc;
|
||||
letter-spacing: 1px;
|
||||
border-bottom: solid 1px;
|
||||
border-top: solid 1px;
|
||||
border-top-color: #c0c0c0;
|
||||
border-bottom-color: #c0c0c0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.CODEetc
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
font-size: 9pt;
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
span.CODEetc
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
font-size: 9pt;
|
||||
color: #696969;
|
||||
}
|
||||
|
||||
span.Diverse
|
||||
{
|
||||
font-family: Verdana;
|
||||
letter-spacing: 1px;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
span.Header
|
||||
{
|
||||
font-weight: bold;
|
||||
vertical-align: 10px;
|
||||
}
|
||||
|
||||
span.Font8pt
|
||||
{
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
p.Beispiel
|
||||
{
|
||||
font-size: 8pt;
|
||||
letter-spacing: 1px;
|
||||
border-bottom: solid 1px;
|
||||
border-top: solid 1px;
|
||||
background-color: #fdf5e6;
|
||||
border-bottom-color: #c0c0c0;
|
||||
border-top-color: #c0c0c0;
|
||||
font-family: Verdana;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
@media print
|
||||
{
|
||||
body
|
||||
{
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
p.Notice
|
||||
{
|
||||
background-color: #0066ff;
|
||||
}
|
||||
|
||||
p.Advice
|
||||
{
|
||||
background-color: #6bbc03;
|
||||
}
|
||||
|
||||
p.Caution
|
||||
{
|
||||
background-color: #fff60c;
|
||||
}
|
||||
|
||||
p.Danger
|
||||
{
|
||||
background-color: #ea2b03;
|
||||
}
|
||||
|
||||
p.Warning
|
||||
{
|
||||
background-color: #ff9900;
|
||||
}
|
||||
|
||||
p.marginalie
|
||||
{
|
||||
font-family: Verdana;
|
||||
letter-spacing: 2px;
|
||||
left: 0px;
|
||||
width: 0px;
|
||||
font-size: 10pt;
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
p.Seitenumbruch
|
||||
{
|
||||
page-break-after: always;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
font-size: 9pt;
|
||||
}
|
||||
}
|
||||
|
||||
p.NoticePrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #cce0ff;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.AdvicePrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #e1f2d6;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.CautionPrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #fffdce;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.DangerPrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #fbd5cd;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.WarningPrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ffebcc;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.BeispielHeader
|
||||
{
|
||||
letter-spacing: 2px;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
p.GutZuWissenHeader
|
||||
{
|
||||
letter-spacing: 2px;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
p.UebrigensHeader
|
||||
{
|
||||
letter-spacing: 2px;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
@media non-print
|
||||
{
|
||||
p.marginalie
|
||||
{
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:link
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
}
|
||||
}
|
||||
|
||||
img.padding600
|
||||
{
|
||||
padding-bottom: 10px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
a.MCBreadcrumbsLink:link
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #6b8e23;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a.MCBreadcrumbsLink:visited
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a.MiniTOC1:link
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC1:visited
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC2:link
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC2:visited
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC3:link
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC3:visited
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a:link
|
||||
{
|
||||
color: #6b8e23;
|
||||
text-decoration: none;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,552 @@
|
||||
/*<meta />*/
|
||||
|
||||
.MCTopicBody
|
||||
{
|
||||
margin: 8px;
|
||||
font-family: Arial;
|
||||
font-size: 10pt;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
h1
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
||||
h2
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 18pt;
|
||||
}
|
||||
|
||||
h3
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 14.0pt;
|
||||
}
|
||||
|
||||
h4
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 14pt;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
h5
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
h6
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
margin-top: 0pt;
|
||||
margin-bottom: 0pt;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
ol,
|
||||
ul
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
border: none;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
a.Popup
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
MadCap|expandingHead
|
||||
{
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
cursor: hand;
|
||||
text-decoration: none;
|
||||
color: #006600;
|
||||
}
|
||||
|
||||
MadCap|expandingBody
|
||||
{
|
||||
color: #777777;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
MadCap|dropDownHotspot
|
||||
{
|
||||
cursor: hand;
|
||||
font-style: italic;
|
||||
text-decoration: none;
|
||||
color: #006600;
|
||||
}
|
||||
|
||||
MadCap|breadcrumbsProxy
|
||||
{
|
||||
color: #696969;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
mc-breadcrumbs-prefix: '| ';
|
||||
border-bottom-color: #a9a9a9;
|
||||
}
|
||||
|
||||
MadCap|miniTocProxy
|
||||
{
|
||||
color: #696969;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
border-top-width: 0px;
|
||||
mc-toc-depth: 4;
|
||||
margin-top: 2px;
|
||||
padding-left: 10px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
a.MCBreadcrumbsLink:link
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #6b8e23;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a.MCBreadcrumbsLink:visited
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a.MiniTOC1
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
a.MiniTOC1:link
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC1:visited
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC2
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
p.MiniTOC1
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
p.MiniTOC2
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC3
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
p.MiniTOC3
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
p.MiniTOC3
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC2:link
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC2:visited
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC3:link
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC3:visited
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
MadCap|xref
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #6b8e23;
|
||||
font-size: 8pt;
|
||||
mc-format: ' >> {paratext}';
|
||||
}
|
||||
|
||||
img.marginalie
|
||||
{
|
||||
position: absolute;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
tr
|
||||
{
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
mc-table-style: url('Styles.css');
|
||||
}
|
||||
|
||||
p.Verdana8pt
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:link
|
||||
{
|
||||
color: #6b8e23;
|
||||
text-decoration: none;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
p.Zwischenueberschrift
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #696969;
|
||||
}
|
||||
|
||||
p.marginalie
|
||||
{
|
||||
left: 5px;
|
||||
position: absolute;
|
||||
width: 95px;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
p.Notice
|
||||
{
|
||||
font-size: 8pt;
|
||||
color: #ffffff;
|
||||
background-color: #0066ff;
|
||||
padding: 1px;
|
||||
font-family: Verdana;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.Advice
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #6bbc33;
|
||||
padding: 1px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.Caution
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #fff60c;
|
||||
padding: 1px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.Warning
|
||||
{
|
||||
font-size: 8pt;
|
||||
background-color: #ff9900;
|
||||
padding: 1px;
|
||||
color: #ffffff;
|
||||
font-family: Verdana;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.Danger
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ea2b03;
|
||||
padding: 1px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.GutZuWissen
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ddedfe;
|
||||
border-bottom: solid 1px;
|
||||
border-bottom-color: #000000;
|
||||
border-top: solid 1px;
|
||||
border-top-color: #000000;
|
||||
letter-spacing: 1px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.Uebrigens
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ccffcc;
|
||||
letter-spacing: 1px;
|
||||
border-bottom: solid 1px;
|
||||
border-top: solid 1px;
|
||||
border-top-color: #c0c0c0;
|
||||
border-bottom-color: #c0c0c0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.CODEetc
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
font-size: 9pt;
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
span.CODEetc
|
||||
{
|
||||
color: #808080;
|
||||
font-family: 'Courier New';
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
span.Diverse
|
||||
{
|
||||
font-family: Verdana;
|
||||
letter-spacing: 1px;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
span.Header
|
||||
{
|
||||
font-weight: bold;
|
||||
vertical-align: 10px;
|
||||
}
|
||||
|
||||
span.Font8pt
|
||||
{
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
p.Beispiel
|
||||
{
|
||||
font-size: 8pt;
|
||||
letter-spacing: 1px;
|
||||
border-bottom: solid 1px;
|
||||
border-top: solid 1px;
|
||||
background-color: #fdf5e6;
|
||||
border-bottom-color: #c0c0c0;
|
||||
border-top-color: #c0c0c0;
|
||||
font-family: Verdana;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
@media print
|
||||
{
|
||||
body
|
||||
{
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
p.Notice
|
||||
{
|
||||
background-color: #0066ff;
|
||||
}
|
||||
|
||||
p.Advice
|
||||
{
|
||||
background-color: #6bbc03;
|
||||
}
|
||||
|
||||
p.Caution
|
||||
{
|
||||
background-color: #fff60c;
|
||||
}
|
||||
|
||||
p.Danger
|
||||
{
|
||||
background-color: #ea2b03;
|
||||
}
|
||||
|
||||
p.Warning
|
||||
{
|
||||
background-color: #ff9900;
|
||||
}
|
||||
|
||||
p.marginalie
|
||||
{
|
||||
font-family: Verdana;
|
||||
letter-spacing: 2px;
|
||||
left: 0px;
|
||||
width: 0px;
|
||||
font-size: 10pt;
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
p.Seitenumbruch
|
||||
{
|
||||
page-break-after: always;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
font-size: 9pt;
|
||||
}
|
||||
}
|
||||
|
||||
p.NoticePrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #cce0ff;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.AdvicePrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #e1f2d6;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.CautionPrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #fffdce;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.DangerPrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #fbd5cd;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.WarningPrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ffebcc;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.BeispielHeader
|
||||
{
|
||||
letter-spacing: 2px;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
p.GutZuWissenHeader
|
||||
{
|
||||
letter-spacing: 2px;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
p.UebrigensHeader
|
||||
{
|
||||
letter-spacing: 2px;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
@media non-print
|
||||
{
|
||||
p.marginalie
|
||||
{
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:link
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,720 @@
|
||||
/*<meta />*/
|
||||
|
||||
body
|
||||
{
|
||||
font-family: Arial;
|
||||
font-size: 10pt;
|
||||
padding-right: 25px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
h1
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
||||
h2
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 18pt;
|
||||
}
|
||||
|
||||
h3
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 14.0pt;
|
||||
}
|
||||
|
||||
h4
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 14pt;
|
||||
font-style: italic;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
h5
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0;
|
||||
color: #696969;
|
||||
}
|
||||
|
||||
h6
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
font-style: italic;
|
||||
color: #696969;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
margin-top: 0pt;
|
||||
margin-bottom: 0pt;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
ol,
|
||||
ul
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
border: none;
|
||||
}
|
||||
|
||||
a.Popup
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
MadCap|expandingHead
|
||||
{
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
cursor: hand;
|
||||
text-decoration: none;
|
||||
color: #006600;
|
||||
}
|
||||
|
||||
MadCap|expandingBody
|
||||
{
|
||||
color: #777777;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
MadCap|dropDownHotspot
|
||||
{
|
||||
cursor: hand;
|
||||
font-style: italic;
|
||||
text-decoration: none;
|
||||
color: #006600;
|
||||
}
|
||||
|
||||
MadCap|breadcrumbsProxy
|
||||
{
|
||||
color: #696969;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
mc-breadcrumbs-prefix: '| ';
|
||||
border-bottom-color: #a9a9a9;
|
||||
}
|
||||
|
||||
MadCap|miniTocProxy
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
border-top-width: 0px;
|
||||
padding-top: 1px;
|
||||
margin-top: 1px;
|
||||
padding-left: 1px;
|
||||
mc-toc-depth: 4;
|
||||
}
|
||||
|
||||
a.MiniTOC1
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
a.MiniTOC2
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
p.MiniTOC1
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
font-weight: normal;
|
||||
margin: 0, 5em;
|
||||
}
|
||||
|
||||
p.MiniTOC2
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
font-weight: normal;
|
||||
margin: 0, 5em;
|
||||
margin-left: 5pt;
|
||||
}
|
||||
|
||||
a.MiniTOC3
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
p.MiniTOC3
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
font-weight: normal;
|
||||
margin: 0, 5em;
|
||||
margin-left: 10pt;
|
||||
}
|
||||
|
||||
p.MiniTOC4
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
font-weight: normal;
|
||||
margin: 0, 5em;
|
||||
margin-left: 15pt;
|
||||
}
|
||||
|
||||
MadCap|xref
|
||||
{
|
||||
text-decoration: none;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
mc-format: '-> {paratext}';
|
||||
color: #6b8e23;
|
||||
}
|
||||
|
||||
img.thumbnail
|
||||
{
|
||||
mc-thumbnail: popup;
|
||||
mc-thumbnail-max-height: 90px;
|
||||
margin-right: 5px;
|
||||
margin-top: 3px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
tr
|
||||
{
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
mc-table-style: url('Styles.css');
|
||||
}
|
||||
|
||||
p.Verdana8pt
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
p.Zwischenueberschrift
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #696969;
|
||||
}
|
||||
|
||||
p.marginalie
|
||||
{
|
||||
left: 5px;
|
||||
position: absolute;
|
||||
width: 95px;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
p.Notice
|
||||
{
|
||||
font-size: 8pt;
|
||||
color: #ffffff;
|
||||
background-color: #0066ff;
|
||||
padding: 1px;
|
||||
font-family: Verdana;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.Advice
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #6bbc33;
|
||||
padding: 1px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.Caution
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #fff60c;
|
||||
padding: 1px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.Warning
|
||||
{
|
||||
font-size: 8pt;
|
||||
background-color: #ff9900;
|
||||
padding: 1px;
|
||||
color: #ffffff;
|
||||
font-family: Verdana;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.Danger
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ea2b03;
|
||||
padding: 1px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.GutZuWissen
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ddedfe;
|
||||
border-bottom: solid 1px;
|
||||
border-bottom-color: #000000;
|
||||
border-top: solid 1px;
|
||||
border-top-color: #000000;
|
||||
letter-spacing: 1px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.Uebrigens
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ccffcc;
|
||||
letter-spacing: 1px;
|
||||
border-bottom: solid 1px;
|
||||
border-top: solid 1px;
|
||||
border-top-color: #c0c0c0;
|
||||
border-bottom-color: #c0c0c0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.CODE_GRAU
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
font-size: 10pt;
|
||||
color: #696969;
|
||||
}
|
||||
|
||||
span.CODEetc
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
color: #696969;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
span.Diverse
|
||||
{
|
||||
font-family: Verdana;
|
||||
letter-spacing: 1px;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
span.Header
|
||||
{
|
||||
font-weight: bold;
|
||||
vertical-align: 10px;
|
||||
}
|
||||
|
||||
span.Font8pt
|
||||
{
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
p.Beispiel
|
||||
{
|
||||
font-size: 8pt;
|
||||
letter-spacing: 1px;
|
||||
border-bottom: solid 1px;
|
||||
border-top: solid 1px;
|
||||
background-color: #fdf5e6;
|
||||
border-bottom-color: #c0c0c0;
|
||||
border-top-color: #c0c0c0;
|
||||
font-family: Verdana;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
@media print
|
||||
{
|
||||
body
|
||||
{
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
p.Notice
|
||||
{
|
||||
background-color: #0066ff;
|
||||
}
|
||||
|
||||
p.Advice
|
||||
{
|
||||
background-color: #6bbc03;
|
||||
}
|
||||
|
||||
p.Caution
|
||||
{
|
||||
background-color: #fff60c;
|
||||
}
|
||||
|
||||
p.Danger
|
||||
{
|
||||
background-color: #ea2b03;
|
||||
}
|
||||
|
||||
p.Warning
|
||||
{
|
||||
background-color: #ff9900;
|
||||
}
|
||||
|
||||
p.marginalie
|
||||
{
|
||||
font-family: Verdana;
|
||||
letter-spacing: 2px;
|
||||
left: 0px;
|
||||
width: 0px;
|
||||
font-size: 10pt;
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
p.Seitenumbruch
|
||||
{
|
||||
page-break-after: always;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
img.thumbnail
|
||||
{
|
||||
max-width: 600px;
|
||||
}
|
||||
}
|
||||
|
||||
p.NoticePrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #cce0ff;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.AdvicePrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #e1f2d6;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.CautionPrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #fffdce;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.DangerPrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #fbd5cd;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.WarningPrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ffebcc;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.BeispielHeader
|
||||
{
|
||||
letter-spacing: 2px;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
p.GutZuWissenHeader
|
||||
{
|
||||
letter-spacing: 2px;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
p.UebrigensHeader
|
||||
{
|
||||
letter-spacing: 2px;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
@media non-print
|
||||
{
|
||||
p.marginalie
|
||||
{
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:link
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
}
|
||||
}
|
||||
|
||||
img.padding600
|
||||
{
|
||||
padding-bottom: 10px;
|
||||
padding-top: 10px;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
p.Important
|
||||
{
|
||||
font-size: 8pt;
|
||||
letter-spacing: 1px;
|
||||
font-family: Verdana;
|
||||
padding: 5px;
|
||||
background-color: #ffffff;
|
||||
border-bottom-color: #b22222;
|
||||
border-left-color: #b22222;
|
||||
border-right-color: #b22222;
|
||||
border-top: solid 0px;
|
||||
border-top-style: none;
|
||||
border-bottom: solid 2px;
|
||||
border-left: solid 2px;
|
||||
border-right: solid 2px;
|
||||
}
|
||||
|
||||
span.CODEetcBlau
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
color: #3333ff;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
span.CODEetcGruen
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
color: #008000;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
span.CODEetcRot
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
color: #ff0000;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
p.CODE_BLAU
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
font-size: 10pt;
|
||||
color: #3333ff;
|
||||
}
|
||||
|
||||
p.CODE_GRUEN
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
font-size: 10pt;
|
||||
color: #008000;
|
||||
}
|
||||
|
||||
p.CODE_ROT
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
font-size: 10pt;
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
p.CODE_HELLBLAU
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
font-size: 10pt;
|
||||
color: #1e90ff;
|
||||
}
|
||||
|
||||
MadCap|glossaryTerm
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
p.MiniTOC4
|
||||
{
|
||||
margin: 0, 5em;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
color: #a9a9a9;
|
||||
font-weight: normal;
|
||||
margin-left: 15pt;
|
||||
}
|
||||
|
||||
p.Ausserdem
|
||||
{
|
||||
font-size: 8pt;
|
||||
letter-spacing: 1px;
|
||||
border-top: solid 1px;
|
||||
border-top-color: #c0c0c0;
|
||||
font-family: Verdana;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
p.Header
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
img.pict_left
|
||||
{
|
||||
margin-right: 10px;
|
||||
float: left;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
MadCap|conceptLink
|
||||
{
|
||||
color: #696969;
|
||||
mc-label: 'See Also...';
|
||||
}
|
||||
|
||||
a.MCBreadcrumbsLink:link
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #6b8e23;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a.MCBreadcrumbsLink:visited
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a.MiniTOC1:link
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC1:visited
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC2:link
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC2:visited
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC3:link
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC3:visited
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC4:link
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC4:visited
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a:link
|
||||
{
|
||||
color: #6b8e23;
|
||||
text-decoration: none;
|
||||
font-size: 9pt;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #808080;
|
||||
font-style: italic;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
a:hover
|
||||
{
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,720 @@
|
||||
/*<meta />*/
|
||||
|
||||
body
|
||||
{
|
||||
font-family: Arial;
|
||||
font-size: 10pt;
|
||||
padding-right: 5px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
h1
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
||||
h2
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 18pt;
|
||||
}
|
||||
|
||||
h3
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 14.0pt;
|
||||
}
|
||||
|
||||
h4
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 14pt;
|
||||
font-style: italic;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
h5
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0;
|
||||
color: #696969;
|
||||
}
|
||||
|
||||
h6
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
font-style: italic;
|
||||
color: #696969;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
margin-top: 0pt;
|
||||
margin-bottom: 0pt;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
ol,
|
||||
ul
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
border: none;
|
||||
}
|
||||
|
||||
a.Popup
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
MadCap|expandingHead
|
||||
{
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
cursor: hand;
|
||||
text-decoration: none;
|
||||
color: #006600;
|
||||
}
|
||||
|
||||
MadCap|expandingBody
|
||||
{
|
||||
color: #777777;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
MadCap|dropDownHotspot
|
||||
{
|
||||
cursor: hand;
|
||||
font-style: italic;
|
||||
text-decoration: none;
|
||||
color: #006600;
|
||||
}
|
||||
|
||||
MadCap|breadcrumbsProxy
|
||||
{
|
||||
color: #696969;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
mc-breadcrumbs-prefix: '| ';
|
||||
border-bottom-color: #a9a9a9;
|
||||
}
|
||||
|
||||
MadCap|miniTocProxy
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
border-top-width: 0px;
|
||||
padding-top: 1px;
|
||||
margin-top: 1px;
|
||||
padding-left: 1px;
|
||||
mc-toc-depth: 4;
|
||||
}
|
||||
|
||||
a.MiniTOC1
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
a.MiniTOC2
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
p.MiniTOC1
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
font-weight: normal;
|
||||
margin: 0, 5em;
|
||||
}
|
||||
|
||||
p.MiniTOC2
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
font-weight: normal;
|
||||
margin: 0, 5em;
|
||||
margin-left: 5pt;
|
||||
}
|
||||
|
||||
a.MiniTOC3
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
p.MiniTOC3
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
font-weight: normal;
|
||||
margin: 0, 5em;
|
||||
margin-left: 10pt;
|
||||
}
|
||||
|
||||
p.MiniTOC4
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
font-weight: normal;
|
||||
margin: 0, 5em;
|
||||
margin-left: 15pt;
|
||||
}
|
||||
|
||||
MadCap|xref
|
||||
{
|
||||
text-decoration: none;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
mc-format: '-> {paratext}';
|
||||
color: #6b8e23;
|
||||
}
|
||||
|
||||
img.thumbnail
|
||||
{
|
||||
mc-thumbnail: popup;
|
||||
mc-thumbnail-max-height: 90px;
|
||||
margin-right: 5px;
|
||||
margin-top: 3px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
tr
|
||||
{
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
mc-table-style: url('Styles.css');
|
||||
}
|
||||
|
||||
p.Verdana8pt
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
p.Zwischenueberschrift
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #696969;
|
||||
}
|
||||
|
||||
p.marginalie
|
||||
{
|
||||
left: 5px;
|
||||
position: absolute;
|
||||
width: 95px;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
p.Notice
|
||||
{
|
||||
font-size: 8pt;
|
||||
color: #ffffff;
|
||||
background-color: #0066ff;
|
||||
padding: 1px;
|
||||
font-family: Verdana;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.Advice
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #6bbc33;
|
||||
padding: 1px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.Caution
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #fff60c;
|
||||
padding: 1px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.Warning
|
||||
{
|
||||
font-size: 8pt;
|
||||
background-color: #ff9900;
|
||||
padding: 1px;
|
||||
color: #ffffff;
|
||||
font-family: Verdana;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.Danger
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ea2b03;
|
||||
padding: 1px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
p.GutZuWissen
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ddedfe;
|
||||
border-bottom: solid 1px;
|
||||
border-bottom-color: #000000;
|
||||
border-top: solid 1px;
|
||||
border-top-color: #000000;
|
||||
letter-spacing: 1px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.Uebrigens
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ccffcc;
|
||||
letter-spacing: 1px;
|
||||
border-bottom: solid 1px;
|
||||
border-top: solid 1px;
|
||||
border-top-color: #c0c0c0;
|
||||
border-bottom-color: #c0c0c0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.CODE_GRAU
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
font-size: 10pt;
|
||||
color: #696969;
|
||||
}
|
||||
|
||||
span.CODEetc
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
color: #696969;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
span.Diverse
|
||||
{
|
||||
font-family: Verdana;
|
||||
letter-spacing: 1px;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
span.Header
|
||||
{
|
||||
font-weight: bold;
|
||||
vertical-align: 10px;
|
||||
}
|
||||
|
||||
span.Font8pt
|
||||
{
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
p.Beispiel
|
||||
{
|
||||
font-size: 8pt;
|
||||
letter-spacing: 1px;
|
||||
border-bottom: solid 1px;
|
||||
border-top: solid 1px;
|
||||
background-color: #fdf5e6;
|
||||
border-bottom-color: #c0c0c0;
|
||||
border-top-color: #c0c0c0;
|
||||
font-family: Verdana;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
@media print
|
||||
{
|
||||
body
|
||||
{
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
p.Notice
|
||||
{
|
||||
background-color: #0066ff;
|
||||
}
|
||||
|
||||
p.Advice
|
||||
{
|
||||
background-color: #6bbc03;
|
||||
}
|
||||
|
||||
p.Caution
|
||||
{
|
||||
background-color: #fff60c;
|
||||
}
|
||||
|
||||
p.Danger
|
||||
{
|
||||
background-color: #ea2b03;
|
||||
}
|
||||
|
||||
p.Warning
|
||||
{
|
||||
background-color: #ff9900;
|
||||
}
|
||||
|
||||
p.marginalie
|
||||
{
|
||||
font-family: Verdana;
|
||||
letter-spacing: 2px;
|
||||
left: 0px;
|
||||
width: 0px;
|
||||
font-size: 10pt;
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
p.Seitenumbruch
|
||||
{
|
||||
page-break-after: always;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
img.thumbnail
|
||||
{
|
||||
max-width: 600px;
|
||||
}
|
||||
}
|
||||
|
||||
p.NoticePrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #cce0ff;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.AdvicePrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #e1f2d6;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.CautionPrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #fffdce;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.DangerPrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #fbd5cd;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.WarningPrint
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ffebcc;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
p.BeispielHeader
|
||||
{
|
||||
letter-spacing: 2px;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
p.GutZuWissenHeader
|
||||
{
|
||||
letter-spacing: 2px;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
p.UebrigensHeader
|
||||
{
|
||||
letter-spacing: 2px;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
@media non-print
|
||||
{
|
||||
p.marginalie
|
||||
{
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:link
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
}
|
||||
}
|
||||
|
||||
img.padding600
|
||||
{
|
||||
padding-bottom: 10px;
|
||||
padding-top: 10px;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
p.Important
|
||||
{
|
||||
font-size: 8pt;
|
||||
letter-spacing: 1px;
|
||||
font-family: Verdana;
|
||||
padding: 5px;
|
||||
background-color: #ffffff;
|
||||
border-bottom-color: #b22222;
|
||||
border-left-color: #b22222;
|
||||
border-right-color: #b22222;
|
||||
border-top: solid 0px;
|
||||
border-top-style: none;
|
||||
border-bottom: solid 2px;
|
||||
border-left: solid 2px;
|
||||
border-right: solid 2px;
|
||||
}
|
||||
|
||||
span.CODEetcBlau
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
color: #3333ff;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
span.CODEetcGruen
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
color: #008000;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
span.CODEetcRot
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
color: #ff0000;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
p.CODE_BLAU
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
font-size: 10pt;
|
||||
color: #3333ff;
|
||||
}
|
||||
|
||||
p.CODE_GRUEN
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
font-size: 10pt;
|
||||
color: #008000;
|
||||
}
|
||||
|
||||
p.CODE_ROT
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
font-size: 10pt;
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
p.CODE_HELLBLAU
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
font-size: 10pt;
|
||||
color: #1e90ff;
|
||||
}
|
||||
|
||||
MadCap|glossaryTerm
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
p.MiniTOC4
|
||||
{
|
||||
margin: 0, 5em;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
color: #a9a9a9;
|
||||
font-weight: normal;
|
||||
margin-left: 15pt;
|
||||
}
|
||||
|
||||
p.Ausserdem
|
||||
{
|
||||
font-size: 8pt;
|
||||
letter-spacing: 1px;
|
||||
border-top: solid 1px;
|
||||
border-top-color: #c0c0c0;
|
||||
font-family: Verdana;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
p.Header
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
img.pict_left
|
||||
{
|
||||
margin-right: 10px;
|
||||
float: left;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
MadCap|conceptLink
|
||||
{
|
||||
color: #696969;
|
||||
mc-label: 'See Also...';
|
||||
}
|
||||
|
||||
a.MCBreadcrumbsLink:link
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #6b8e23;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a.MCBreadcrumbsLink:visited
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a.MiniTOC1:link
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC1:visited
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC2:link
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC2:visited
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC3:link
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC3:visited
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC4:link
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC4:visited
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a:link
|
||||
{
|
||||
color: #6b8e23;
|
||||
text-decoration: none;
|
||||
font-size: 9pt;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #808080;
|
||||
font-style: italic;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
a:hover
|
||||
{
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,421 @@
|
||||
/*<meta />*/
|
||||
|
||||
body
|
||||
{
|
||||
font-family: Arial;
|
||||
font-size: 10pt;
|
||||
padding-right: 25px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
h1
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
||||
h2
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 18pt;
|
||||
}
|
||||
|
||||
h3
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 14.0pt;
|
||||
}
|
||||
|
||||
h4
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 14pt;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
h5
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
h6
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
margin-top: 0pt;
|
||||
margin-bottom: 0pt;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
ol,
|
||||
ul
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
border: none;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
a.Popup
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
MadCap|expandingHead
|
||||
{
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
cursor: hand;
|
||||
text-decoration: none;
|
||||
color: #006600;
|
||||
}
|
||||
|
||||
MadCap|expandingBody
|
||||
{
|
||||
color: #777777;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
MadCap|dropDownHotspot
|
||||
{
|
||||
cursor: hand;
|
||||
font-style: italic;
|
||||
text-decoration: none;
|
||||
color: #006600;
|
||||
}
|
||||
|
||||
MadCap|breadcrumbsProxy
|
||||
{
|
||||
color: #696969;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
mc-breadcrumbs-prefix: '| ';
|
||||
border-bottom-color: #a9a9a9;
|
||||
}
|
||||
|
||||
MadCap|miniTocProxy
|
||||
{
|
||||
color: #696969;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
border-top-width: 0px;
|
||||
mc-toc-depth: 4;
|
||||
}
|
||||
|
||||
a.MCBreadcrumbsLink:link
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #6b8e23;
|
||||
}
|
||||
|
||||
a.MCBreadcrumbsLink:visited
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a.MiniTOC1
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
a.MiniTOC1:link
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC1:visited
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC2
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
p.MiniTOC1
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
p.MiniTOC2
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC3
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
p.MiniTOC3
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
p.MiniTOC3
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC2:link
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC2:visited
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC3:link
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.MiniTOC3:visited
|
||||
{
|
||||
color: #a9a9a9;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
MadCap|xref
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #6b8e23;
|
||||
font-size: 8pt;
|
||||
mc-format: ' >> {paratext}';
|
||||
}
|
||||
|
||||
img.marginalie
|
||||
{
|
||||
position: absolute;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
tr
|
||||
{
|
||||
font-size: 8pt;
|
||||
font-family: Verdana;
|
||||
mc-table-style: url('Styles.css');
|
||||
}
|
||||
|
||||
p.Verdana8pt
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:link
|
||||
{
|
||||
color: #6b8e23;
|
||||
text-decoration: none;
|
||||
font-size: 9pt;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #808080;
|
||||
font-style: italic;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
p.Zwischenueberschrift
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #696969;
|
||||
}
|
||||
|
||||
p.marginalie
|
||||
{
|
||||
left: 5px;
|
||||
position: absolute;
|
||||
font-size: 8pt;
|
||||
width: 95px;
|
||||
}
|
||||
|
||||
p.Notice
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #0066ff;
|
||||
color: #ffffff;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
p.Advice
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #6bbc33;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
p.Caution
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #fff60c;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
p.Warning
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ff9900;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
p.Danger
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ea2b03;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
p.GutZuWissen
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ddedfe;
|
||||
border-bottom: solid 1px;
|
||||
border-bottom-color: #000000;
|
||||
border-top: solid 1px;
|
||||
border-top-color: #000000;
|
||||
letter-spacing: 1px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
p.Uebrigens
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 8pt;
|
||||
background-color: #ccffcc;
|
||||
letter-spacing: 1px;
|
||||
border-bottom: solid 1px;
|
||||
border-top: solid 1px;
|
||||
border-top-color: #c0c0c0;
|
||||
padding: 5px;
|
||||
border-bottom-color: #c0c0c0;
|
||||
}
|
||||
|
||||
p.WhatsNew
|
||||
{
|
||||
font-variant: small-caps;
|
||||
font-family: Verdana;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
p.CODEetc
|
||||
{
|
||||
font-family: 'Courier New';
|
||||
font-size: 9pt;
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
span.CODEetc
|
||||
{
|
||||
color: #808080;
|
||||
font-family: 'Courier New';
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
span.WhatsNew
|
||||
{
|
||||
font-variant: small-caps;
|
||||
font-family: Verdana;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
span.Header
|
||||
{
|
||||
font-weight: bold;
|
||||
vertical-align: 10px;
|
||||
}
|
||||
|
||||
span.Font8pt
|
||||
{
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
p.Beispiel
|
||||
{
|
||||
font-size: 8pt;
|
||||
letter-spacing: 1px;
|
||||
padding: 5px;
|
||||
border-bottom: solid 1px;
|
||||
border-top: solid 1px;
|
||||
background-color: #fdf5e6;
|
||||
border-bottom-color: #c0c0c0;
|
||||
border-top-color: #c0c0c0;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,715 @@
|
||||
/* MadCap Table Style: */
|
||||
|
||||
/*<meta />*/
|
||||
|
||||
mcTableStyle {
|
||||
name: Rows;
|
||||
border-collapse: collapse;
|
||||
border-left-style: solid;
|
||||
border-left-width: 1px;
|
||||
border-left-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-top-style: solid;
|
||||
border-top-width: 1px;
|
||||
border-top-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
cell-padding-left: 1px;
|
||||
cell-padding-right: 1px;
|
||||
cell-padding-top: 1px;
|
||||
cell-padding-bottom: 1px;
|
||||
}
|
||||
|
||||
mcTableColumnStyle {
|
||||
span: 1;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
mcTableHeadStyle {
|
||||
span: 1;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
background-color: #8fbc8b;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
mcTableBodyStyle {
|
||||
span: 1;
|
||||
font-weight: normal;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
background-color: #f0fff0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
mcTableBodyStyle {
|
||||
span: 1;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
mcTableFootStyle {
|
||||
span: 1;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
background-color: #dcdcdc;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Cell Styles: */
|
||||
|
||||
.TableStyle_Rows
|
||||
{
|
||||
border-left-style: solid;
|
||||
border-left-color: #a9a9a9;
|
||||
border-left-width: 1px;
|
||||
border-right-style: solid;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-top-color: #a9a9a9;
|
||||
border-top-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-width: 1px;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0px 0px;
|
||||
mc-cell-padding: 1px 1px 1px 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Head_0_0
|
||||
{
|
||||
background-color: #8fbc8b;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Head_0_0 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Head_0_0_RowSep_ColSep
|
||||
{
|
||||
background-color: #8fbc8b;
|
||||
color: #ffffff;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Head_0_0_RowSep_ColSep p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Head_0_0_RowSep
|
||||
{
|
||||
background-color: #8fbc8b;
|
||||
color: #ffffff;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Head_0_0_RowSep p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Head_0_0_ColSep
|
||||
{
|
||||
background-color: #8fbc8b;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Head_0_0_ColSep p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Head_0_0_RowSep_ColEnd
|
||||
{
|
||||
background-color: #8fbc8b;
|
||||
color: #ffffff;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Head_0_0_RowSep_ColEnd p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Head_0_0_RowEnd
|
||||
{
|
||||
background-color: #8fbc8b;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Head_0_0_RowEnd p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Head_0_0_RowEnd_ColSep
|
||||
{
|
||||
background-color: #8fbc8b;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Head_0_0_RowEnd_ColSep p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Head_0_0_RowEnd_ColEnd
|
||||
{
|
||||
background-color: #8fbc8b;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Head_0_0_RowEnd_ColEnd p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Head_0_0_ColEnd
|
||||
{
|
||||
background-color: #8fbc8b;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Head_0_0_ColEnd p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_0_0
|
||||
{
|
||||
font-weight: normal;
|
||||
background-color: #f0fff0;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_0_0 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_0_0_RowSep_ColSep
|
||||
{
|
||||
font-weight: normal;
|
||||
background-color: #f0fff0;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_0_0_RowSep_ColSep p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_0_0_RowSep
|
||||
{
|
||||
font-weight: normal;
|
||||
background-color: #f0fff0;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_0_0_RowSep p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_0_0_ColSep
|
||||
{
|
||||
font-weight: normal;
|
||||
background-color: #f0fff0;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_0_0_ColSep p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_0_0_RowSep_ColEnd
|
||||
{
|
||||
font-weight: normal;
|
||||
background-color: #f0fff0;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_0_0_RowSep_ColEnd p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_0_0_RowEnd
|
||||
{
|
||||
font-weight: normal;
|
||||
background-color: #f0fff0;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_0_0_RowEnd p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_0_0_RowEnd_ColSep
|
||||
{
|
||||
font-weight: normal;
|
||||
background-color: #f0fff0;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_0_0_RowEnd_ColSep p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_0_0_RowEnd_ColEnd
|
||||
{
|
||||
font-weight: normal;
|
||||
background-color: #f0fff0;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_0_0_RowEnd_ColEnd p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_0_0_ColEnd
|
||||
{
|
||||
font-weight: normal;
|
||||
background-color: #f0fff0;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_0_0_ColEnd p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_1_0
|
||||
{
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_1_0 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_1_0_RowSep_ColSep
|
||||
{
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_1_0_RowSep_ColSep p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_1_0_RowSep
|
||||
{
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_1_0_RowSep p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_1_0_ColSep
|
||||
{
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_1_0_ColSep p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_1_0_RowSep_ColEnd
|
||||
{
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_1_0_RowSep_ColEnd p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_1_0_RowEnd
|
||||
{
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_1_0_RowEnd p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_1_0_RowEnd_ColSep
|
||||
{
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_1_0_RowEnd_ColSep p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_1_0_RowEnd_ColEnd
|
||||
{
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_1_0_RowEnd_ColEnd p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_1_0_ColEnd
|
||||
{
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Body_1_0_ColEnd p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Foot_0_0
|
||||
{
|
||||
background-color: #dcdcdc;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Foot_0_0 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Foot_0_0_RowSep_ColSep
|
||||
{
|
||||
background-color: #dcdcdc;
|
||||
border-top-width: 1px;
|
||||
border-top-color: #a9a9a9;
|
||||
border-top-style: solid;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Foot_0_0_RowSep_ColSep p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Foot_0_0_RowSep
|
||||
{
|
||||
background-color: #dcdcdc;
|
||||
border-top-width: 1px;
|
||||
border-top-color: #a9a9a9;
|
||||
border-top-style: solid;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Foot_0_0_RowSep p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Foot_0_0_ColSep
|
||||
{
|
||||
background-color: #dcdcdc;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Foot_0_0_ColSep p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Foot_0_0_RowSep_ColEnd
|
||||
{
|
||||
background-color: #dcdcdc;
|
||||
border-top-width: 1px;
|
||||
border-top-color: #a9a9a9;
|
||||
border-top-style: solid;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Foot_0_0_RowSep_ColEnd p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Foot_0_0_RowEnd
|
||||
{
|
||||
background-color: #dcdcdc;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Foot_0_0_RowEnd p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Foot_0_0_RowEnd_ColSep
|
||||
{
|
||||
background-color: #dcdcdc;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Foot_0_0_RowEnd_ColSep p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Foot_0_0_RowEnd_ColEnd
|
||||
{
|
||||
background-color: #dcdcdc;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Foot_0_0_RowEnd_ColEnd p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Foot_0_0_ColEnd
|
||||
{
|
||||
background-color: #dcdcdc;
|
||||
text-align: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.TableStyle_Rows_Foot_0_0_ColEnd p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,755 @@
|
||||
/* MadCap Table Style: */
|
||||
|
||||
/*<meta Version="7" />*/
|
||||
|
||||
mcTableStyle
|
||||
{
|
||||
name: Rows;
|
||||
border-collapse: collapse;
|
||||
border-left-style: solid;
|
||||
border-left-width: 1px;
|
||||
border-left-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-top-style: solid;
|
||||
border-top-width: 1px;
|
||||
border-top-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
cell-padding-left: 1px;
|
||||
cell-padding-right: 1px;
|
||||
cell-padding-top: 1px;
|
||||
cell-padding-bottom: 1px;
|
||||
max-id: 4;
|
||||
}
|
||||
|
||||
mcTableColumnStyle
|
||||
{
|
||||
span: 1;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
text-align: left;
|
||||
name: Column1;
|
||||
id: 0;
|
||||
}
|
||||
|
||||
mcTableHeadStyle
|
||||
{
|
||||
span: 1;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
background-color: #8fbc8b;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
name: Header1;
|
||||
id: 3;
|
||||
}
|
||||
|
||||
mcTableBodyStyle
|
||||
{
|
||||
span: 1;
|
||||
font-weight: normal;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
background-color: #f0fff0;
|
||||
text-align: left;
|
||||
name: Body1;
|
||||
id: 1;
|
||||
}
|
||||
|
||||
mcTableBodyStyle
|
||||
{
|
||||
span: 1;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
text-align: left;
|
||||
name: Body2;
|
||||
id: 2;
|
||||
}
|
||||
|
||||
mcTableFootStyle
|
||||
{
|
||||
span: 1;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
background-color: #dcdcdc;
|
||||
text-align: left;
|
||||
name: Footer1;
|
||||
id: 4;
|
||||
}
|
||||
|
||||
|
||||
/* Cell Styles: */
|
||||
|
||||
.TableStyle-Rows
|
||||
{
|
||||
border-collapse: collapse;
|
||||
border-left-style: solid;
|
||||
border-left-color: #a9a9a9;
|
||||
border-left-width: 1px;
|
||||
border-right-style: solid;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-top-color: #a9a9a9;
|
||||
border-top-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-width: 1px;
|
||||
border-spacing: 0px 0px;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .Column-Column1
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .Head-Header1
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .HeadI-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
background-color: #8fbc8b;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .HeadI-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .HeadE-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
background-color: #8fbc8b;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .HeadE-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .HeadF-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
background-color: #8fbc8b;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .HeadF-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .HeadH-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
background-color: #8fbc8b;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .HeadH-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .HeadD-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
background-color: #8fbc8b;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .HeadD-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .HeadC-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
background-color: #8fbc8b;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .HeadC-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .HeadB-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
background-color: #8fbc8b;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .HeadB-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .HeadA-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
background-color: #8fbc8b;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .HeadA-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .HeadG-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
background-color: #8fbc8b;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .HeadG-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .Foot-Footer1
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .FootI-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .FootI-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .FootE-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
border-top-width: 1px;
|
||||
border-top-color: #a9a9a9;
|
||||
border-top-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .FootE-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .FootF-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
border-top-width: 1px;
|
||||
border-top-color: #a9a9a9;
|
||||
border-top-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .FootF-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .FootH-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .FootH-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .FootD-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
border-top-width: 1px;
|
||||
border-top-color: #a9a9a9;
|
||||
border-top-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .FootD-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .FootC-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .FootC-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .FootB-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .FootB-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .FootA-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .FootA-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .FootG-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .FootG-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .Body-Body1
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyI-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f0fff0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyI-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyE-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f0fff0;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyE-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyF-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f0fff0;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyF-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyH-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f0fff0;
|
||||
text-align: left;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyH-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyD-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f0fff0;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyD-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyC-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f0fff0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyC-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyB-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f0fff0;
|
||||
text-align: left;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyB-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyA-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f0fff0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyA-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyG-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f0fff0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyG-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .Body-Body2
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyI-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyI-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyE-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyE-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyF-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyF-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyH-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyH-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyD-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyD-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyC-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyC-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyB-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyB-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyA-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyA-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyG-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-Rows .BodyG-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,784 @@
|
||||
/* MadCap Table Style: */
|
||||
|
||||
/*<meta Version="7" />*/
|
||||
|
||||
mcTableStyle
|
||||
{
|
||||
name: TABLE_Blau;
|
||||
border-collapse: collapse;
|
||||
border-left-style: solid;
|
||||
border-left-width: 1px;
|
||||
border-left-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-top-style: solid;
|
||||
border-top-width: 1px;
|
||||
border-top-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
cell-padding-left: 1px;
|
||||
cell-padding-right: 1px;
|
||||
cell-padding-top: 1px;
|
||||
cell-padding-bottom: 1px;
|
||||
max-id: 4;
|
||||
}
|
||||
|
||||
mcTableColumnStyle
|
||||
{
|
||||
span: 1;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
text-align: left;
|
||||
name: Column1;
|
||||
id: 0;
|
||||
}
|
||||
|
||||
mcTableHeadStyle
|
||||
{
|
||||
span: 1;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
background-color: #6495ed;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
name: Header1;
|
||||
id: 3;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
mcTableBodyStyle
|
||||
{
|
||||
span: 1;
|
||||
font-weight: normal;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
background-color: #f0f8ff;
|
||||
text-align: left;
|
||||
name: Body1;
|
||||
id: 1;
|
||||
}
|
||||
|
||||
mcTableBodyStyle
|
||||
{
|
||||
span: 1;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
text-align: left;
|
||||
name: Body2;
|
||||
id: 2;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
mcTableFootStyle
|
||||
{
|
||||
span: 1;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
background-color: #dcdcdc;
|
||||
text-align: left;
|
||||
name: Footer1;
|
||||
id: 4;
|
||||
}
|
||||
|
||||
|
||||
/* Cell Styles: */
|
||||
|
||||
.TableStyle-TABLE_Blau
|
||||
{
|
||||
border-collapse: collapse;
|
||||
border-left-style: solid;
|
||||
border-left-color: #a9a9a9;
|
||||
border-left-width: 1px;
|
||||
border-right-style: solid;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-top-color: #a9a9a9;
|
||||
border-top-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-width: 1px;
|
||||
border-spacing: 0px 0px;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .Column-Column1
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .Head-Header1
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .HeadI-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #ffffff;
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
background-color: #6495ed;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .HeadI-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .HeadE-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
color: #ffffff;
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
background-color: #6495ed;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .HeadE-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .HeadF-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #ffffff;
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
background-color: #6495ed;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .HeadF-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .HeadH-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
color: #ffffff;
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
background-color: #6495ed;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .HeadH-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .HeadD-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #ffffff;
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
background-color: #6495ed;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .HeadD-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .HeadC-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #ffffff;
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
background-color: #6495ed;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .HeadC-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .HeadB-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
color: #ffffff;
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
background-color: #6495ed;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .HeadB-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .HeadA-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #ffffff;
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
background-color: #6495ed;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .HeadA-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .HeadG-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #ffffff;
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
background-color: #6495ed;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .HeadG-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .Foot-Footer1
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .FootI-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .FootI-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .FootE-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
border-top-width: 1px;
|
||||
border-top-color: #a9a9a9;
|
||||
border-top-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .FootE-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .FootF-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
border-top-width: 1px;
|
||||
border-top-color: #a9a9a9;
|
||||
border-top-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .FootF-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .FootH-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .FootH-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .FootD-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
border-top-width: 1px;
|
||||
border-top-color: #a9a9a9;
|
||||
border-top-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .FootD-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .FootC-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .FootC-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .FootB-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .FootB-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .FootA-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .FootA-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .FootG-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .FootG-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .Body-Body1
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyI-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f0f8ff;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyI-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyE-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f0f8ff;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyE-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyF-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f0f8ff;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyF-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyH-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f0f8ff;
|
||||
text-align: left;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyH-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyD-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f0f8ff;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyD-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyC-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f0f8ff;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyC-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyB-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f0f8ff;
|
||||
text-align: left;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyB-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyA-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f0f8ff;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyA-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyG-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f0f8ff;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyG-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .Body-Body2
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyI-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
background-color: #ffffff;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyI-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyE-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
background-color: #ffffff;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyE-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyF-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
background-color: #ffffff;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyF-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyH-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
background-color: #ffffff;
|
||||
text-align: left;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyH-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyD-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
background-color: #ffffff;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyD-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyC-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
background-color: #ffffff;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyC-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyB-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
background-color: #ffffff;
|
||||
text-align: left;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyB-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyA-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
background-color: #ffffff;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyA-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyG-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
background-color: #ffffff;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Blau .BodyG-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,755 @@
|
||||
/* MadCap Table Style: */
|
||||
|
||||
/*<meta Version="7" />*/
|
||||
|
||||
mcTableStyle
|
||||
{
|
||||
name: TABLE_Grau;
|
||||
border-collapse: collapse;
|
||||
border-left-style: solid;
|
||||
border-left-width: 1px;
|
||||
border-left-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-top-style: solid;
|
||||
border-top-width: 1px;
|
||||
border-top-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
cell-padding-left: 1px;
|
||||
cell-padding-right: 1px;
|
||||
cell-padding-top: 1px;
|
||||
cell-padding-bottom: 1px;
|
||||
max-id: 4;
|
||||
}
|
||||
|
||||
mcTableColumnStyle
|
||||
{
|
||||
span: 1;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
text-align: left;
|
||||
name: Column1;
|
||||
id: 0;
|
||||
}
|
||||
|
||||
mcTableHeadStyle
|
||||
{
|
||||
span: 1;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
background-color: #808080;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
name: Header1;
|
||||
id: 3;
|
||||
}
|
||||
|
||||
mcTableBodyStyle
|
||||
{
|
||||
span: 1;
|
||||
font-weight: normal;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
background-color: #f5f5f5;
|
||||
text-align: left;
|
||||
name: Body1;
|
||||
id: 1;
|
||||
}
|
||||
|
||||
mcTableBodyStyle
|
||||
{
|
||||
span: 1;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
text-align: left;
|
||||
name: Body2;
|
||||
id: 2;
|
||||
}
|
||||
|
||||
mcTableFootStyle
|
||||
{
|
||||
span: 1;
|
||||
separator-style: solid;
|
||||
separator-width: 1px;
|
||||
separator-color: #a9a9a9;
|
||||
background-color: #dcdcdc;
|
||||
text-align: left;
|
||||
name: Footer1;
|
||||
id: 4;
|
||||
}
|
||||
|
||||
|
||||
/* Cell Styles: */
|
||||
|
||||
.TableStyle-TABLE_Grau
|
||||
{
|
||||
border-collapse: collapse;
|
||||
border-left-style: solid;
|
||||
border-left-color: #a9a9a9;
|
||||
border-left-width: 1px;
|
||||
border-right-style: solid;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-top-color: #a9a9a9;
|
||||
border-top-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-width: 1px;
|
||||
border-spacing: 0px 0px;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .Column-Column1
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .Head-Header1
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .HeadI-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
background-color: #808080;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .HeadI-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .HeadE-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
background-color: #808080;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .HeadE-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .HeadF-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
background-color: #808080;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .HeadF-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .HeadH-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
background-color: #808080;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .HeadH-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .HeadD-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
background-color: #808080;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .HeadD-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .HeadC-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
background-color: #808080;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .HeadC-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .HeadB-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
background-color: #808080;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .HeadB-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .HeadA-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
background-color: #808080;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .HeadA-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .HeadG-Column1-Header1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
background-color: #808080;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .HeadG-Column1-Header1 p
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .Foot-Footer1
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .FootI-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .FootI-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .FootE-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
border-top-width: 1px;
|
||||
border-top-color: #a9a9a9;
|
||||
border-top-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .FootE-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .FootF-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
border-top-width: 1px;
|
||||
border-top-color: #a9a9a9;
|
||||
border-top-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .FootF-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .FootH-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .FootH-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .FootD-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
border-top-width: 1px;
|
||||
border-top-color: #a9a9a9;
|
||||
border-top-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .FootD-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .FootC-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .FootC-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .FootB-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .FootB-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .FootA-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .FootA-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .FootG-Column1-Footer1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .FootG-Column1-Footer1 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .Body-Body1
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyI-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f5f5f5;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyI-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyE-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f5f5f5;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyE-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyF-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f5f5f5;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyF-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyH-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f5f5f5;
|
||||
text-align: left;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyH-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyD-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f5f5f5;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyD-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyC-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f5f5f5;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyC-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyB-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f5f5f5;
|
||||
text-align: left;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyB-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyA-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f5f5f5;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyA-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyG-Column1-Body1
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
font-weight: normal;
|
||||
background-color: #f5f5f5;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyG-Column1-Body1 p
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .Body-Body2
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyI-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyI-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyE-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyE-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyF-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyF-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyH-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyH-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyD-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #a9a9a9;
|
||||
border-bottom-style: solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyD-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyC-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyC-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyB-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
border-right-width: 1px;
|
||||
border-right-color: #a9a9a9;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyB-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyA-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyA-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyG-Column1-Body2
|
||||
{
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.TableStyle-TABLE_Grau .BodyG-Column1-Body2 p
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user