*[lang~='de'] q:before, q[lang~='de']:before { content: '\201E'; }
*[lang~='de'] q:after, q[lang~='de']:after { content: '\201C'; }
*[lang~='de'] q q:before, q[lang~='de'] q:before { content: '\2019'; }
*[lang~='de'] q q:after, q[lang~='de'] q:after { content: '\2019'; }

q:before { content: '\201C'; }
q:after { content: '\201D'; }
q q:before { content: '\2018'; }
q q:after { content: '\2019'; }

#contentleft {
	margin-top: 38px;
	width: 235px;
	float: left;
}

#contentcenter {
	margin-top: 2px;
	padding: 0;
	width: 18px;
	float: left;
}

#contentright {
	margin-top: 18px;
	padding-left: 30px;
	width: 210px;
	height: 300px;
	float: left;
	border-left: 1px solid #808080;
}

#frame {
	text-align: left;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}

/* elements */

A[href] { text-decoration: none; color: #333; }
A:hover { text-decoration: underline; }
A:active { color: #666; }

BODY {
	background-color: #fff;
	font-family: 'Lucida Grande', Verdana, Helvetica;
	color: #222;
}

BODY, TD { font-size: 12px; }

H1 {
	line-height: normal;
	font-size: 18px;
	margin-top: 18px;
	margin-bottom: 12px;
	// color: #d98a00;
	padding: 8px;
	padding-left: 40px;
	background-image: url(images/appicon32.png);
	background-repeat: no-repeat;
	background-position-y: center;
}

H2 {
	font-size: 14px;
	color: #777;
	padding-bottom: 3px;
	border-bottom: 1px solid #bbb;
	line-height: normal;
}

H3 { font-size: 13px; margin-top: 20px; margin-bottom: 8px; color: #333; }
H4 { font-size: 12px; margin-bottom: 3px; color: #333; }
H5 { font-size: 11px; margin-bottom: 3px; }
I {	font-family: Helvetica; margin-right: 0.3em; }
P { margin-bottom: 0px; margin-top: 8px; }
TT, KBD, filepath { font-family: Monaco, Courier; font-size: 90%; }
UL { padding-left: 32px; }

/* classes */

.box {
	background-color: #eee;
	border: 1px solid #999;
	padding: 8px 10px;
	margin-top: 12px;
	margin-bottom: 18px;
}

.box :first-child { margin-top: 0px; }
.box[caption]:before { content: attr(caption) ": "; font-weight: bold; }
.box UL { margin-bottom: 0px; padding-left: 22px; }
.box OL { margin-bottom: 0px; padding-left: 24px; }
.box.white { background-color: white; }

.box.small {
	line-height: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
}

TABLE.bullet-list { margin-top: 10px; }
.bullet-list TD { font-size: 11px; }
.bullet-list TH:before { content: url(images/bullet.gif); padding-right: 7px; }
.bullet-list TH {
	padding-left: 18px;
	padding-right: 24px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

.content { margin-left: 24px; margin-right: 24px; margin-bottom: 48px; line-height: 145%; }
.content TD { line-height: 145%; }

.introduction H2 { font-size: 14px; margin-top: 16px; border-bottom-style: none; }
.introduction H2 a { color: #777; }

.menu {
	background-color: #fff;
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-y;
	background-position-x: right;
}

.menu1 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 18px;
	margin-left: 2px;
	color: #b35900;
}

.menu2 {
	font-size: 11px;
	margin-top: 2px;
	margin-left: 18px;
}

.preface {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin-bottom: 24px;
}

.red { color: #d00; }

.related-topics H2 {
	font-size: 13px;
	margin-top: 48px;
	padding-top: 4px;
	border: none;
	border-top: 1px solid #bbb;
}

.related-topics UL { margin-top: 8px; }
.related-topics LI { font-size: 11px; line-height: 135%; }

.screenshot {
	text-align: center;
	margin: 16px;
	margin-bottom: 24px;
	font-size: 11px;
}
.screenshot.left { text-align: left; margin-left: 0px; }
.screenshot P { margin-top: 0px; }

.see-also UL { margin: 0px; padding: 3px 14px; }
.see-also LI { font-size: 11px; line-height: 135%; }
.see-also H4 { margin-bottom: 0px; }

.small { font-size: 11px; }
.small UL { list-style-image: url(images/bullet-small.gif); }

.stretched LI { padding-top: 3px; padding-bottom: 3px; }
.stretched.small LI { padding-top: 2px; padding-bottom: 2px; line-height: 150%; }

.subnavigation {
	background-color: #eee;
	border: 1px solid #ccc;
	border-left-width: 8px;
	padding: 0px;
	margin-top: 18px;
	margin-bottom: 12px;
}
.subnavigation UL { margin: 0px; padding: 8px 24px; }
.subnavigation LI { font-size: 11px; line-height: 135%; }

.usage-examples UL {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px dotted #999;
}

.usage-examples UL.first {
	padding-top: 0px;
	border-top: none;
}

.xtable {
	margin-top: 20px;
	margin-bottom: 26px;
	padding: 0px;
	border-spacing: 1px;
	border-collapse: collapse;
}

.xtable TD {
	padding: 3px;
	padding-left: 6px;
	padding-right: 32px;
	border-top: 1px solid #d9c68c;
	border-bottom: 1px solid #d9c68c;
}

.xtable TH {
	background-color: #e6dfcc;
	padding: 3px;
	padding-left: 6px;
	padding-right: 32px;
	border-top: 1px solid #d9c68c;
	border-bottom: 1px solid #d9c68c;
	text-align: left;
	font-size: 12px;
}

.keyboard-shortcuts {
	margin-top: 20px;
	margin-bottom: 26px;
	padding: 0px;
	border-spacing: 1px;
	border-collapse: collapse;
	width: 100%;
}

.keyboard-shortcuts TD {
	padding: 6px;
	padding-left: 6px;
	padding-right: 32px;
	border-top: 1px dotted #d9c68c;
	border-bottom: 1px dotted #d9c68c;
	vertical-align: top;
	line-height: 145%;
}

.keyboard-shortcuts TH {
	background-color: #e6dfcc;
	padding: 3px;
	padding-left: 6px;
	padding-right: 32px;
	border-top: 1px solid #d9c68c;
	border-bottom: 1px solid #d9c68c;
	text-align: left;
	font-size: 12px;
}

/* printing */

@media print {
	H1 { padding-left:0px; background-image:none; }
	.related-topics { display: none; }
	.subnavigation { display: none; }
}
