body {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.85em;
}

table {
	font-size: 1em;
}
a:link {
	color: #0388a6;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
.dlterm {
	margin-top: 1em;
}
pre {
	white-space: pre;
	font-family: monospace;
	font-size: 1.1em;
	line-height: 1.48;
	background-color: #F0F0F0;
	border-color: #D0D0D0;
	padding: 0.37em;
	margin-top: 1.48em;
	margin-bottom: 1.48em;
}
.apiname {
  padding: 1px 4px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 3px;
}

/* Заголовок примечания trouble */
span.troubletitle {
	font-weight: bold;
}

/* Примечания */
div.note,
div.tip,
div.important,
div.warning,
div.fastpath,
div.remember,
div.trouble {
	margin-left: 30px;
	border-style: dotted;
	border-width: 2px;
	padding: 5px;
	border-radius: .5em;
}

div.note {
	border-color: #F9A81B;
}
div.tip {
	border-color: #0367B3;
}
div.important {
	border-color: #5F3299;
}
div.warning {
	border-color: #F01D26;
}
div.fastpath {
	border-color: #00AFAF;
}
div.remember {
	border-color: #FEF102;
}
div.trouble {
	border-color: #02A762;
}


