﻿@import "../LocalizedStylesheets/Localized.css";

*
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	background-color: #fff;
	font-family: 'Microsoft Sans Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 80%;
	line-height: 1.3;
	margin: 1.5em;
	mc-hyphenate: never;
}

@media handheld
{
	body
	{
		font-size: 100%;
		line-height: 1.5;
	}
}

@media print
{
	body
	{
		margin: 0;
	}
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
table,
img.pageWidth
{
	margin-bottom: 0.8em;
}

a,
a:link,
a code,
a span.path
{
	text-decoration: none;
	color: #3366d0;
}

a:visited
{
	color: #3366d0;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 2em;
	color: #1A7CB6;
	font-weight: normal;
	page-break-before: always;
	column-break-after: avoid;
	mc-heading-level: 1;
}

h2
{
	margin-top: 1em;
	border-bottom: 1px solid #1A7CB6;
	font-size: 1.5em;
	color: #1A7CB6;
	font-weight: normal;
	page-break-after: avoid;
	column-break-after: avoid;
	mc-heading-level: 2;
}

h3,
p.TOC
{
	margin-top: 1em;
	font-size: 1.2em;
	font-weight: normal;
	color: #1A7CB6;
	page-break-after: avoid;
	column-break-after: avoid;
	mc-heading-level: 0;
}

h4
{
	margin-top: 1em;
	font-size: 1em;
	font-weight: bold;
	color: #1A7CB6;
	page-break-after: avoid;
	column-break-after: avoid;
	mc-heading-level: 0;
}

h5
{
	margin-top: 1em;
	font-size: 1em;
	font-weight: bold;
	page-break-after: avoid;
	column-break-after: avoid;
	mc-heading-level: 0;
}

h6
{
	margin-top: 0.5em;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #289728;
	color: #1A7CB6;
	page-break-after: avoid;
	column-break-after: avoid;
	mc-heading-level: 0;
}

ul
{
	list-style-type: square;
}

ol,
ul
{
	list-style-position: outside;
	margin-left: 2.3em;
}

p.indent2
{
	margin-left: 2.3em;
}

p.indent3
{
	margin-left: 4.6em;
}

p.indent4
{
	margin-left: 6.9em;
}

p.compact,
li.compact
{
	margin-bottom: 0.2em;
}

p.compact2
{
	margin-bottom: 0.2em;
	margin-left: 2.3em;
}

p.compact3
{
	margin-bottom: 0.2em;
	margin-left: 4.6em;
}

p.compact4
{
	margin-bottom: 0.2em;
	margin-left: 6.9em;
}

.example p
{
	margin-bottom: 0.2em;
}

.example p.indent2,
.example p.compact2
{
	margin-left: 0;
	text-indent: 2.3em;
}

.example p.indent3,
.example p.compact3
{
	margin-left: 0;
	text-indent: 4.6em;
}

.example p.indent4,
.example p.compact4
{
	margin-left: 0;
	text-indent: 6.9em;
}

p.backToTop
{
	text-align: right;
	font-weight: normal;
}

pre,
code,
code *
{
	font-family: Consolas, 'Andale Mono', monospace;
	color: #444;
}

pre
{
	word-wrap: break-word;
	white-space: pre-wrap;
}

span.command
{
	font-weight: bold;
	color: #289728;
}

span.important
{
	font-weight: bold;
	color: #ff0000;
}

span.heading
{
	font-weight: bold;
	color: #1A7CB6;
}

span.userInterface
{
	font-weight: bold;
}

span.path
{
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	color: #444;
}

span.selectedText
{
	background-color: #87cefa;
}

span.userInput
{
	font-style: italic;
}

span.cursor
{
	color: #dc143c;
	font-weight: bold;
}

.note
{
	border: 1px solid #289728;
	padding: 0.5em 1em;
}

.example
{
	border: 1px solid #c9d1d7;
	background-color: #f1f5f9;
	padding: 0.5em 1em;
}

.warning
{
	border: 1px solid #289728;
	background-color: #f0f3f7;
	padding: 0.5em 1em;
}

.wide
{
	margin-bottom: 1.5em;
}

.columnBreak
{
	column-break-before: always;
}

table
{
	border-collapse: collapse;
	page-break-inside: avoid;
	font-size: 1em;
}

td,
th
{
	border: 1px solid #c9d1d7;
	text-align: left;
	vertical-align: top;
	padding: 0.4em;
	page-break-inside: avoid;
}

th
{
	background-color: #f0f3f7;
	color: #1A7CB6;
	font-weight: bold;
}

hr
{
	color: #289728;
	background-color: #289728;
	height: 1px;
	margin-bottom: 1.3em;
	margin-top: 1.3em;
}

img.pageWidth
{
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

@media print
{
	img.pageWidth
	{
		max-width: 15cm;
	}
}

img.iconLarge
{
	max-height: 48px;
	width: auto;
	margin-left: 0.1em;
	margin-right: 0.1em;
	vertical-align: text-bottom;
}

img.iconMedium
{
	max-height: 24px;
	width: auto;
	margin-left: 0.1em;
	margin-right: 0.1em;
	vertical-align: text-bottom;
}

img.iconSmall
{
	max-height: 16px;
	width: auto;
	margin-left: 0.1em;
	margin-right: 0.1em;
	vertical-align: text-bottom;
}

/* The following styles are for the Danube end-user help only.
   To enable them, apply the class "DanubeEndUser" to the <body> tag.
*/

.DanubeEndUser *
{
	font-family: Verdana, Arial, sans-serif;
}

.DanubeEndUser code, .DanubeEndUser pre
{
	font-family: Consolas, 'Andale Mono', monospace;
}

.DanubeEndUser h1
{
	font-size: 1.8em;
	color: #626D6F;
	font-weight: lighter;
}

.DanubeEndUser h2
{
	color: #626D6F;
	border-bottom: 0;
	font-weight: lighter;
}

.DanubeEndUser h3
{
	font-size: 1em;
	text-transform: uppercase;
	color: black;
}

.DanubeEndUser th
{
	color: #333333;
}

.DanubeEndUser a,
.DanubeEndUser a:link,
.DanubeEndUser a:visited
{
	text-decoration: none;
	color: #24a4f4;
}

.DanubeEndUser p.topic
{
	margin-bottom: 1.5em;
	font-size: 1.2em;
}

.DanubeEndUser a img
{
	margin-left: 0;
	margin-right: 10px;
}

.DanubeEndUser hr
{
	color: #C4CACA;
	background-color: #C4CACA;
}

/* The following style fixes the color of links that are part of the skin.
*/

#header a, nav a, aside a
{
	color: #ffffff !important;
}

/* The following styles fix issues with the top header in HTML5 output.
*/

.DanubeEndUser .tab-bar-section.middle,
.DanubeEndUser .tab-bar-section.middle > div
{
	min-height: 0;
}

.DanubeEndUser a.menu-icon.right-off-canvas-toggle
{
	margin-top: -5px !important;
}

.DanubeEndUser form.search
{
	padding-right: 45px !important;
}

