/* Style Sheet for LightNEasy Pawfaliki plugin */

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

/* error messages - p.error */
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;
 	padding-left: 2px;
 	padding-right: 2px;
}

/* wiki syntax */
table.wikisyntax {
	border-style: solid;
	border-width: 1px;
	width: 100%;
	border-color: #666666;
}

/* color for opional syntax values */
span.optionalvalue {
	color: #0000FF;
}

/* page contents */
.wiki_body {
	line-height: 1.3em;
	margin-bottom: 10px;
}

/* main text area */
textarea.wikitextarea {	
	font-family: courier-new, monospace;
	font-size: 12px; 
	color: black;
	background: #f0f0f0;
	padding: 4px;
	border-style: none; 
	height: 320px;
	width: 99%;
}
