/* teislides.css */
.slide { }

body {
	background: white;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 16pt;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 0;
	/* cursor: uri(empty.gif);*/
	/* not supported */
	cursor: crosshair;
}

h1.maintitle {
	color: #4b6fda;
	font-size: 20pt;
	text-align: center;
}

h1.slidetitle {
	color: #4b6fda;
	font-size: 18pt;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}

pre.eg {
	background: yellow;
	padding: 6pt;
	font-style: roman;
	font-size: 16pt;
	color: blue margin-left: 1em;
	margin-top: 6pt;
	border-style: inset;
}

div.docAuthor {
	text-align: right;
	font-size: 24pt color: green;
}

div.docDate {
	text-align: right;
	font-size: 24pt color: blue;
}

hr.topbar { color: green; }
hr.bottombar { color: blue; }
tr,p,ul,ol,li,dd { font-size: 16pt; }

dt {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: .2em;
}

p.box {
	background: blue;
	color: white;
	padding: 10pt;
	margin-left: 5%;
	font-size: 18pt;
	text-align: right;
	font-style: bold;
	margin-right: 5%;
	margin-top: 12pt;
	border-style: outset;
}

td {
	color: black;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 3%;
}

pre, code, tt {
	font-family: monospace;
	color: black;
	font-size: 16pt;
}

.mono { font-family: courier, monospace; }
.red { color: red; }
tt.url { font-family: sans-serif; }

h2 {
	margin-top: 18pt;
	font-size: 20pt;
	font-family: serif;
	color: green;
	background: white;
	text-align: center;
	border-width: 5pt;
	border-color: white;
	padding: 0pt;
	margin: 0pt;
}

ul,dl,ol {
	/* font-style: italic; */
	font-size: 18pt;
}

/* lists inside items should not have big margins */
dd ul {
  margin: 0;
}

dd {
 margin-bottom: .5em;
}

li.lower { font-style: normal; }
li { padding-top: .5em; }

blockquote {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	/*    color: gray; */
	text-align: justify;
	font-size: smaller;
}

address {
	font-style: normal;
	font-family: cursive;
	letter-spacing: .1em;
	font-size: x-small;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: navy;
	text-decoration: none;
}

a:active {
	color: purple;
	text-decoration: none;
}

a:hover { color: purple; }

.titlebar {
	color: white;
	background: navy;
}

.bottombar {
	font-size: 10pt;
	font-style: italic;
}

.navbar { font-size: 10pt; }

.hang {
	margin-left: 2em;
	text-indent: -2em;
	padding: 0;
}

div.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

p.center {
	text-align: center;
	line-height: 1.25;
}

/* Styles for graphically rendered tables */
table.graphic {
	width: 90%;
	margin: 2em;
	page-break-inside: avoid;
}

table.graphic td {
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 12pt;
	/*        background-color: #8ed764; */
	background-color: #99ff9c;
	vertical-align: top;
}

table.graphic td.label {
	width: 15%;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	vertical-align: top;
	/*  background-color: #65d75d; */
	background-color: #6fff6d;
}

table.graphic th {
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	vertical-align: top;
	background-color: #65d75d;
}

table.graphic td li {
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 12pt;
}

.xx-small { font-size: xx-small; }
.x-small { font-size: x-small; }

div.caption {
	font-size: xx-small;
	text-align: left;
	margin: 3em 1em 3em 3em;
	padding: 1em 0 1em 1em;
	border: 1px solid black;
	background-color: #99ccff;
}

.b { font-weight: bold; }
.i { font-style: italic; }
.ital { font-style: italic; }
span.ital { font-style: italic; }
div.caption p { font-size: xx-small; }

/* */

