/*  gaussmarkov.css */

body {
	background-color: black;
	color: #ffff99;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 auto 0 auto; /*	margin-left: 1em; */
	width: 800px;
}

/* standard text link formats */

a.std:link    { color: #ffff99; background: black; text-decoration: underline; }
a.std:visited { color: #ffcc33; background: black; text-decoration: underline; }
a.std:active  { color: #ccff00; background: black; text-decoration: underline; }
a.std:hover   { color: #ff9933; background: black; text-decoration: none; }

/* navigation menu style */

table.navmenu {
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-right: 0px;
	margin-left:  0px;
	font-size: 75%;
	color: black;
	background-color: white;
	clear: both;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
td.navhigh {
	border: none;
	border-spacing: 0px;
	margin: 0px;
	width: 100em;
	background: url(images/chromebg.gif) center center;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	background-repeat: repeat-x;
}
td.navdivider {
	border: none;
	border-spacing: 0px;
	margin: 0px;
	width: 2px;
	background: url(images/divider1.gif) center center;
	background-repeat: no-repeat;
	padding: 0px;
}
td.navdeep {
	border: none;
	border-spacing: 0px;
	margin: 0px;
	width: 100em;
	background: url(images/chromedeepbg.gif) center center;
	text-align: center;
	font-weight: bold;
	color: #770000;
	padding: 0px;
	background-repeat: repeat-x;
}
table.navmenu td a:link    { color: black; text-decoration: none;
	background: url(images/chromebg.gif) center center;
	background-repeat: repeat-x;
	background-color: white; }
table.navmenu td a:visited { color: #333333; text-decoration: none;  
	background: url(images/chromebg.gif) center center;
	background-repeat: repeat-x;
	background-color: white; }
table.navmenu td a:active  { color: #660000; text-decoration: none; 
	background: url(images/chromebg.gif) center center;
	background-repeat: repeat-x;
	background-color: white; }
table.navmenu td a:hover   { color: #cc0000; text-decoration: underline; font-style: normal; 
	background: url(images/chromebg.gif) center center;
	background-repeat: repeat-x;
	background-color: white; }

/* summary paragraph in box style */

div.introduction {
	border: #ffff99 solid 1px;
	padding-top: 0.7em;
	padding-bottom: 1em;
	padding-right: 15%;
	padding-left: 15%;
	height: 9.5em;
}

/* table styles */

/* tutorial pages */

table.tutorial { border-collapse: collapse; }
table.tutorial tr { vertical-align: top; }
td.tutorialtxt { padding-left: 1em; padding-right: 5em; padding-bottom: 2em; } 
td.tutorialimg { text-align: left; padding-bottom: 2em; color: red }

/* projects pages */

table.projects { border-collapse: collapse; }
table.projects tr {
	vertical-align: top;
	/* border-bottom: 1px solid #ff8c00 */
}
table.projects td { padding-left: 1em; padding-right: 5em; padding-bottom: 2em; padding-top: 2em } 
table.projects td img { width:350px; text-align: left; margin-top: 2ex; padding-bottom: 2em; color: red }
table.projects h2 { border-bottom: solid 1px #ffff99; }
table.projects ul {text-indent: -30px; list-style: none; margin-left: 30px}
table.projects li:before { content: "- "}

/* library page */

table.library  { border-collapse: collapse; margin-left: 1em; }
table.library th { padding: 1em; text-align: left; text-decoration: underline; }
table.library td { padding-right: 2em; padding-left: 2em; padding-top: 1em; vertical-align: top; }
table.library td ul { margin-top: 0em; }

/* links page */

table.links {
	border-collapse: collapse;
}
table.links th {
	text-align: left;
	font-weight: bold;
	border-bottom: solid 1px #cc9966;
	padding-top: 2ex;
	color: #cc9966;
}
table.links td {
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 2ex;
	vertical-align: top;
}
table.links td p {
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 2ex;
}
table.links a:link    { color: #ffff99; background: black; text-decoration: underline; }
table.links a:visited { color: #ffcc33; background: black; text-decoration: underline; }
table.links a:active  { color: #ccff00; background: black; text-decoration: underline; }
table.links a:hover   { color: #ff9933; background: black; text-decoration: none; }

hr { border-top: solid; color: #ffff99; background: black; }

p  { margin-left: 1em; margin-right: 0; }

table.lastmodified {
	clear: both;
	padding: 0.25em;
	margin-top: 4em;
	font-size: 80%;
	font-style: italic;
	background: #ffff99;
	color: black;
	width: 100%;
}

img.floatright {
	float: right;
	margin-left: 2em;
	margin-right: 0;
	margin-bottom: 1em;
	color: red;
}
img.floatleft {
	float: left;
	margin-left: 0;
	margin-right: 2em;
	margin-bottom: 1em;
	color: red;
}
img.tool {
	background: #ffff99;
	float: left; 
	border: none;
	vertical-align: middle;
	color: red;
}
table.frac {border-collapse: collapse; margin-left: auto; margin-right: auto; color: #ff9933;}
td.numerator {
	border-bottom: 1px solid #ff9933;
	text-align: center;
	padding-left: 1ex;
	padding-right: 1ex;
}
td.denominator {
	text-align: center;
	padding-left: 1ex;
	padding-right: 1ex;
}
table.eqn {
	border-collapse: collapse;
	border: none;
	margin-top: 1ex;
	margin-bottom: 1ex;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	color: #ff9933;
}
table.eqn:tr { padding: none; margin: none; }
sub { font-style: normal; }
td.lhs { text-align: right; vertical-align: center; padding: none; margin: none; }
td.rhs { text-align: left; vertical-align: center; padding: none; margin: none; }

