/*
 *
  Example Style Sheet for Pawfaliki  
 *
 */
input.fileupload,input, textarea, body { 	

		font-family: Helvetica, Arial, Sans-serif;        }
small 	{
		font-family: Helvetica, Arial, Sans-serif;
		font-size: 16px;}
/* wiki syntax */
table.wikisyntax
{
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}
.page	{ display: block; margin: 20px;}
/* color for opional syntax values */
span.optionalvalue
{
	color: #0000FF;
}

/* general bits & bobs */
body
{  
	background-color: white;
	color: #444   ;
	width: 780px; 
	font-size: 22px;
	font-size: normal;
	line-height: 140%;  
	margin: 10px auto;
}

/* horizontal rule */
hr
{ }

/* link */

a           {	text-decoration: none;    	color: #999;  border-bottom: 2px dotted #F08;}
a:hover     {	background: #F08; color: #FFF;  }
a:visited    {	text-decoration: none;    	color: #444;  border-bottom: 2px dotted #F08;}    
a:active    {   color: green;   }
b 			{ font-weight: normal; color: #000;}
/* input */
input
{	
	font-size: 12px; 
	color: lime;
	background: black;
	border-style: none;
	padding: 0px;
	cursor: pointer;
}


/* file upload entry */
{
	font-size: 12px;
	color: lime;
	padding: 0px;
	background: black;
}

/* main text area */
textarea
{	
   width: 100%;
	font-size: 12px; 
	color: black;
	background: white;
	padding: 4px;
	border-style: none; 
	height: 320px;
}
/* .navi { font-size: 10px;	line-height:12px;}
.navi a {  color: #000; !important;            font-weight: normal;} */


.navi 	{ 
		  display: block;  
			height: 30px;
		
/*		  border: 1px solid #F00; */
		
		
		}
			
.pagebody { 
/*	  border: 1px solid #F00; */
	}
	
/ *.edit { 
		position: absolute;
;margin-left: 260px ;
		  display: block;         
			width: 550px;
	/*	  border: 1px solid #F00; */
		} */