/*
 */

/* page title - span.wiki_header */

body
{
	background-color: #000;
	color: #F0F; 
	font-family: 'Helvetica';
	font-size: 16px;  
	font-weight: normal;
	width: 660px;
	padding-left: 60px;
	margin-right: 18px;
}

i { font-size: 10px; 
	text-transform:lowercase;
	font-style: normal;
	}

b { font-size: 24px; 
	font-style: normal;
	letter-spacing: -2px;
	}

/* horizontal rule */
hr
{  
	border-style: none;
	border-top-style: solid;
	border-width: 1px;
	border-color: #666666;
}

/* link */
a
{
	text-decoration: none;  
	color: #F0F;
}

/* link mouse-over */
a:hover
{
	color: #FFF;
}

/* active link */
a:active
{
	color: green;
}

/* input */
input
{	
	font-family: courier-new, monospace;
	font-size: 12px; 
	color: lime;
	background: black;
	border-style: none;
	padding: 0px;
	cursor: pointer;
}

/* mouse-over input */
input:hover
{	
	color: black;
	background: lime;
}

/* active input */
input:active
{	
	color: green;
}

/* password entry */
input.pass
{
	font-family: courier-new, monospace;
	border-width: 0.5px;
	border-style: solid;
	border-color: white;
	color: lime;
}  

/* mouse-over password entry */
input.pass:hover
{
	color: lime;
	background: black;
}

/* 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;
	border-style: none; 
	height: 320px;
	width: 99%;
}

