/*-*- tab-width: 4 -*-*/
body {
	margin: 0;
	padding: 0;
	color: #222;
	background-color: #eaba00;
	background-image: url("images/LuaBack.gif");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center right;
}

.shadow, .text {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

.shadow {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
}

span.code, table.code {
	font-family: Verdana, sans-serif;
	font-style: italic;
}

span.keyword {
	font-weight: bold;
}

span.comment {
	color: #9e8a4b;
}

span.string {
	font-style: normal;
	color: #906060;
}

table.luacode {
	border: 1px solid #eaba00;
}

table.shell {
	border: 1px solid #50a050;
}

div.ccode {
	background: #e0e0e0;
	border: 1px solid black;
	margin: 0.5cm;
	padding: 0.5cm;
}

table.ccode {
	font-style: italic;
	width: 100%;
}

table.defs {
	border: 1px solid #a0a0e0;
}

.std, dl.code {
	margin-left: 0.5cm;
}

dt.doc {
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
}

dd.doc {
	margin-left: 0.5cm;
	margin-bottom: 0.5cm;
}

dd.doc .std {
	margin-left: 0cm;
}

div.disp {
	margin: 1cm;
}

li {
	margin-bottom: 0.5cm;
}
