@import "help.css";

/* Product Specific Coloring */
#header, #footer, #toc, #content, h1 {
	border-color: #C00;
}
#header {
	background: #9CF;
	color: #000;
}
a {
	color: #C00;
	text-decoration: none;
}
a:hover, #toc a:hover {
	text-decoration: underline;
}

#toc a.current {
	color: #C00;
}

/* Document Styles */
.Limited {
	color: red;
	font-style: italic;
	font-size: 0.8em;
}
.a0, .Term {
	font-weight: bold;
}
.Interface {
	font-family: Monospace;
	background: #EEE;
}
p.HeadingArticle {
	font-weight: bold;
	padding-left: 0em;
}
p.ListBullet+level0 {
	margin-left: 2em;
}
p.level1 {
	margin-left: 4em;
}
td {
	vertical-align: top;
	padding: 4px;
}
p.NoteBox {
	border: solid 1px #ffcc66;
	background-color: #ffffcc;
	padding: 6px;
}
p.Picture {
	margin-top: 12px;
	border: solid 1px #f5f5f5;
}
p.PictureCaption {
	margin-top: 0;
	font-weight: bold;
}
table.TablePretty td {
	background: #f5f5f5;
}
table.TablePretty tr.row1 td {
	background: #dcdcdc;
	font-weight: bold;
}
table.TableNameValue td.col1 {
	font-weight: bold;
}
table.TableMatrix td {
	text-align: center;
	vertical-align: middle;
	background: #f5f5f5;
}
table.TableMatrix tr.row1 td {
	background: #dcdcdc;
	font-weight: bold;
}
table.TableMatrix td.col1 {
	background: #dcdcdc;
	font-weight: bold;
}
