body
{
	background-color: white;
	font: 75% "Trebuchet MS", Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 13px;
	margin: 0;
}

h1
{
	background-color: black;
	border: 0;
	color: white;
	margin: 0;
	padding: 0 0 0 5px;
}

ul
{
	list-style-type: square;
}

pre
{
	font-size: 13px;
	margin: 0;
	padding: 0;
}

div.code
{
	border: 2px dotted black;
	font-size: 13px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	width: 90%;
}

div.code p
{
	background-color: black;
	border: 0;
	color: white;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0 -5px;
	padding: 3px 7px 3px 3px;
	width: 100%;
}

ul.header
{
	border: 0;
	border-bottom: 2px solid black;
	list-style-type: none;
	margin: 0 0 5px 5px;
	padding: 0 0 5px 0;
	width: 100%;
}
ul.header li {display: inline;}
ul.header form {border: 0; margin: 0; padding: 0;}

ul.view, ul.edit, ul.create
{
	border: medium solid black;
	list-style-type: none;
	margin: 0 20px 0 20px;
	padding: 0;
}
ul.view li.title, ul.edit li.title, ul.create li.title
{
	background-color: black;
	border-bottom: thin solid black;
	color: white;
	font-size: 15pt;
	margin: 0;
	padding: 2px;
}
ul.view li, ul.edit li, ul.create li
{
	padding: 5px;
}
ul.edit textarea, ul.create textarea
{
	border: 0;
	margin:0;
	padding: 0;
	width: 100%;	
}
ul.view h1,h2
{
	background-color: white;
	border: 0;
	color: black;
	margin: 0;
	padding: 0;
	font-size: 20px;
}
ul.view ul
{
	margin: 0;
	padding: 0;
}
ul.view ul li
{
	border: 0;
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}
