/* reset */
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

body
{
	padding: 0 1em;
	font-family: sans-serif;
	font-size: 80%;
	background: #fff;
	width: 800px;
	margin: 0 auto;
}
h1
{
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 0.2em;
}
h2
{
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0.2em;
}
p
{
	margin: 0 0 .5em 0;
}
hr
{
	height: 1px;
	background-color: #C0C0C0;
	margin: 0 0 4px 0;
	border: none;
}
/*
ul,ol
{
	margin-left: 1em;
	padding-left: 2em;
}
*/
li
{
	list-style-type: none;
	padding: 2px;
	margin-bottom: 3px;
}
pre
{
	margin: 1em 0;
	padding: .5em;
	border: 1px solid #D5D4B9;
	background: #F1F0DD;
}
a:visited
{
	color: #800000;
}
.path
{
	font-weight: bold;
}
.note
{
	color: #999;
	font-size: 90%;
}
.warn
{
	border: 1px solid #d0d0d0;
	background-color: #feffaf;
	padding: 3px;
}
.paused
{
	background-color: #ffcd70;
}
#header
{
	color: #808080;
	letter-spacing: 2px;
	padding: 10px 0px 6px 0px;
}
#content
{
	//margin: 1em auto;
	//padding: 1em;
	padding: 0px 0px 10px 0px;
	//border: 1px solid #a0a0a0;
	//background: #fff;
}

form input, form textarea
{
	padding: 2px;
}

form input[type=text], form textarea
{
	width: 40em;
}

form textarea
{
	height: 10em;
}

table
{
	margin: 0 0 .1em 0;
}

th, td
{
	padding: 2px;
}

thead tr:first-child th:first-child
{
	border-radius: 0.3em 0 0 0;
	padding-left: 4px;
}

thead tr:first-child th:last-child
{
	border-radius: 0 0.3em 0 0;
	padding-right: 4px;
}

td button, td a button
{
	font-size: 95%;
	padding: 0px 2px 0px 2px;
}

button::-moz-focus-inner
{
	padding: 0;
	border: 0;
}

.trunc
{
	max-width: 10em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
