/*
 *
  Style Sheet for Pawfaliki  
 *
 */

/* general bits & bobs */
body
{
	color: #fff; 
	/*font-family:'ＭＳ Ｐゴシック',sans-serif;*/
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	line-height:1.5em;
	margin-left: 6px;
	margin-right: 18px;
	background: #290502 URL(../img/menu/menu.png) repeat-y;

}

/* page title - span.wiki_header */
span.wiki_header
{
	font-weight: bold;
	font-size: 20px;
	color: #f00;
	/*font-family: "Times New Roman",serif;*/
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W6",Osaka,"ＭＳ Ｐゴシック", sans-serif;
	text-decoration: none;
	line-height: 1.3em;
	padding:5px;
	padding-bottom:0px;
	margin:0;
}

/* 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: #aa;
}

/* page contents */
span.wiki_body
{	
}

/* horizontal rule */
hr
{  
	border-style: none;
	border-top-style: dashed;
	border-top-width: 1px;
	border-color: #aaa;
}

/* link */
a
{
	text-decoration: none;  
	color: #f00;
}
a:hover,a:active
{
	color: #fff;
	background:#000;
}

/* input */
input
{	
	font-family: courier-new, monospace;
	font-size: 12px; 
	color: #fff;
	background: #f00;
	border-style: none;
	padding: 0px;
	margin:0;
	cursor: pointer;
}

/* mouse-over input */
input:hover,input:active
{	
	color: #fff;
	background: #000;
}

/* password entry */
input.pass
{
	font-family: courier-new, monospace;
	background:#fff;
	border:1px solid #f00;
	color: lime;
}  

/* mouse-over password entry */
input.pass:hover
{
}

/* file upload entry */
input.fileupload
{
	font-family: courier-new, monospace;
	font-size: 12px;
	color: lime;
	padding: 0px;
	background: black;
}

/* main text area */
textarea
{	
	font-family: courier-new, monospace;
	font-size: 12px; 
	color: black;
	background: white;
	padding: 4px; 
	height: 500px;
	width: 99%;
	border:1px solid #888;
}

/* other */





