/*
	Style Sheet for OpenLab
*/

/* page title */
span.wiki_header
{
	font-size: 24px;
	font-weight: bold;   
}

/* error messages */
p.error
{
	font-weight: bold;
	text-align: center;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	color: red;
}

/* page container */
table.wiki_body_container
{	
	border-style: none;
  padding: 0px;
}

/* page contents */
span.wiki_body
{	
}

body
{
	font-family: courier-new, monospace;
	font-size: 12px;  
	margin-left: 6px;
	margin-right: 18px;
}

hr
{
	border-style: none;
}

textarea
{	
	font-family: courier-new, monospace;
	font-size: 12px; 
	padding: 4px;
	border-style: none; 
	height: 320px;
	width: 99%;
}

