/* CSS for context-sensitive help */

body {background-color: white; color: black;}
a:link {color: #0000FF;}
a:active {color: #0000FF;}
a:visited {color: #840084;}

table.nav  {background-color: #E7EBF7;}
table.note {background-color: #E7EBF7;}
li table.note {margin-top:.8ex; margin-bottom:1ex;}
dd table.note {margin-bottom:1ex;}

p {margin-top:0ex;}
ul ul {list-style-type:square;}
ul li p {margin-top:0ex; margin-bottom:.5ex; padding:0}
li p.listimage {margin-top:.8ex; margin-bottom:1ex; padding:0}
ol li p {margin-top:0ex; margin-bottom:.5ex; padding:0}
ul,ol {padding-left:1.5em; margin-left:0;} /* Move lists slightly left for CSH */

/* name of ref pg */
h1.reftitle {color:#990000}
h1.reftitle {font-size:3.7ex; margin-top:0; margin-bottom:0; font-weight:normal}
/* margin-top was 1ex, margin-bottom was .8ex */

/* Reduce vertical space around titles, for CSH */
/* chaptertitle */
h1.title {color:black; font-size:4ex; margin-top:0ex; margin-bottom:0px; font-weight:bold}

/* sect1 */
h2.title {color:#990000; margin-top:0ex; margin-bottom:0ex; font-weight:bold; font-size:3ex}

/* sect2 */
h3.title {color:#990000; margin-top:0ex; margin-bottom:0ex; font-weight:bold; font-size:2.5ex}

/* sect3 */
h4.title {color:#990000; margin-top:0ex; margin-bottom:0ex; font-weight:bold; font-size:2ex}

/* refsect1 */
h2 {color:#990000; margin-top:0ex; margin-bottom:0ex; font-weight:bold; font-size:2.5ex}
/* refsect2 */
h3 {color:#990000; margin-top:0ex; margin-bottom:0ex; font-weight:bold; font-size:2ex} 
/* refsect3 */
h4.refsect3 {color:#990000; margin-top:1ex; margin-bottom:.9ex; font-weight:bold;}

i.comment {color:red}

/* Match indentation for programlisting and graphic inside an example or informalexample */
/* Move code to the left for CSH */
pre.programlisting {margin-left:0px;}
p.synopsis {margin-left:0px;}
pre.synopsis {margin-left:0px;}
p.programlistingindent {margin-left:0px;}
table.programlistingindent {margin-left:0px;}
p.listprogramlistingindent {margin-left:32px; margin-top:.8ex; margin-bottom:1ex; padding:0;}

/* Add more vertical space below simplelist if it has a following sibling.
   If it doesn't have a following sibling, then still put a little vertical
   space because CSH headings do not have a top margin. 

   Indent simplelists except in tables. */
/* But for CSH, use smaller indent - similar to that of bulleted list. */
table.simplelist_nottable_notlast {margin-left:1.3em; margin-bottom:2ex;}
table.simplelist_nottable_last {margin-left:1.3em; margin-bottom:1.5ex;}
table.simplelist_table_notlast {margin-left:-3px; margin-bottom:2ex;}
table.simplelist_table_last {margin-left:-3px;}

/* Vertical space in tables other than the header and footer banners */
table.body {margin-top:2ex; margin-bottom:2ex;}

/* Underline the keyboard accelerator. */
span.accel {text-decoration:underline;}

/* Left-align table headers. <th> is centered by default. */
th {text-align: left;}
/* Permit overrides */
th.center {text-align: center;}
 
/* Make superscripts/subscripts smaller and further up/down. */
sup {font-size: 75%; position:relative; top:-3px;}
sub {font-size: 75%; position:relative; bottom:-3px;}

/* Change spacing in glossary */
dt.glossary {margin-bottom:-.8ex;}
dd.glossary {margin-left:0;}
dd.glossary p {margin-top:1ex;}

p.copy { margin:0; }

/* Permit color-coded text. */
.blue {color:blue;}
.red {color:red;}
.green {color:green;}
.violet {color:blueviolet;}
.orange {color:orange;}
.gray {color:#808080;}
.brown {color:#CC9933;}
.darkred {color:#CC0000;}
.black {color:black;}

/* Vertically align inline images, especially equations. */
img.baseline1 {vertical-align:-1pt;}
img.baseline2 {vertical-align:-2pt;}
img.baseline3 {vertical-align:-3pt;}
img.baseline4 {vertical-align:-4pt;}
img.baseline5 {vertical-align:-5pt;}
img.baseline6 {vertical-align:-6pt;}
img.baseline7 {vertical-align:-7pt;}
img.baseline8 {vertical-align:-8pt;}
img.baseline9 {vertical-align:-9pt;}
img.baseline10 {vertical-align:-10pt;}
img.baseline11 {vertical-align:-11pt;}
img.baseline12 {vertical-align:-12pt;}
img.baseline13 {vertical-align:-13pt;}
img.baseline14 {vertical-align:-14pt;}
img.baseline15 {vertical-align:-15pt;}

/* Footer monospace */
tt.minicdot {font-size: 1.6ex; }

/* doc center override */
.site_container { margin-left:30px !important; }
.site_container .content_container { padding-top:15px !important; }

/* Copyright 2002-2013 The MathWorks, Inc. */
