/* custom style sheet for SoftImage Help and SDK */
table.ruled, table.ruled-wide {
    border:1px white solid;
    background-color: #e7e7e7;

}

table.ruled th, table.ruled-wide th {
    color: #000;
    background-color: #b7c7ef;
	 border:1px white solid;
}

table.ruled td, table.ruled-wide td {
    padding: 6px 10px 7px 12px;
	 border: 1px white solid;
}
div.note-note,
div.note-tip,
div.note-important,
div.note-related,
div.note-warning {
  background: #cccccc;
  padding: 10px 5px 10px 10px;
}


div.note-note p,
div.note-tip p,
div.note-important p,
div.note-related p,
div.note-warning p {
  background-color: #cccccc;
}
span.MenuCascade {
  font-weight: bold;
}

div.section div.section p.section_title_h2, div.section div.section p.section_title_h3 {
font-size: 10pt;
font-weight: bold;
color: #333388;
margin: 10pt 0 6pt 0;
}
div.section div.section div.section {
	margin-left: 25px;
}

