/* controls topic files  */

body	{
	padding: 10px 5px 5px 5px;
	margin: 0;
	background-color: #ffe1d2;
	color: black;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
div.navbar {
	width: 100%; 
	text-align: center;
	font-family: arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: darkgray;
	margin-bottom: 25px;
}

div.back {
	float: left;
}
div.forward {
	float: right;
}

div.forward a {
	display: block;
	text-decoration: none;
	background: url(next-on.gif);
	height: 25px;
	width: 25px;
}
div.forward a:hover {
	background: url(next-off.gif);
}

div.forward a.begin, div.back a.begin {
	background: url(begin.gif)
}

div.forward a:hover.begin, div.back a:hover.begin {
	display: block;
	background: url(begin.gif)
}

div.back a {
	display: block;
	text-decoration: none;
	background: url(back-on.gif);
	height: 25px;
	width: 25px;
}
div.back a:hover {
	background: url(back-off.gif);
}

.slide	{
	border: solid 1px #cecece;
	margin-bottom: 50px;
	margin-top: 0;
	height: 680px;
	background-color: white;
	padding: 14px;
}

p, pre  {
margin: 0px 15px 15px 15px;
}

ul  {margin-top: 10px;
	font-weight: bold;
	color: #039;
}

ul li {
	list-style-image: url("../help-makeover/graphics/arrowrt.gif");
	margin-bottom: 4px;
	font-weight: normal;
	color: black;
}

code, pre  {
	color: #330099;
}

b { color: #039}

a  {
	color: #330099;
	font-size: .85em;
}

a:hover  {
	color: #cc6600;
}

.forward .slidenumber {
	display: none;
}



