body
{
	background-color: #D4D4D4;
	position: absolute;
	width: 720px;
	font-family: "lucida grande", verdana, arial, sans-serif;
	color: #333;
	margin-left: 0px;
	font-size: 13px;
}


/* body formatting */

h1 {
    page-break-before: auto;
	font-family: "Lucida Grande", "Verdana", "Arial", sans-serif;
	font-size: 22px;
	color: #666666;
	font-weight: normal;
	letter-spacing: 4px;
}

h2
{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	border-color: #CCCCCC;
	border-width: 0 0 1px 0;
	border-style: solid solid solid solid;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

ul, ol, pre, dl { margin-top:0px; margin-bottom:0px; }
.indent { margin-left:25px; border-left:7px solid #73A6D6;padding-left:5px;}
pre.sourcecode {background-color:#eee;padding:3px;border:1px solid #ddd;}

a {color: #FF6633;}
a.varlink { text-decoration:none; }
a.wikilink, a.urllink, a.wikiword, b.selfreference
{
	color: #FF6633;
	border-bottom: #FF6633;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	text-decoration: none;
	font-family: "Lucida Grande", "Verdana", "Arial", sans-serif;
	font-size: 12px;
}

a:visited
{
	color: #FF6633;
} 
a:active { color: #333333; } 
a:hover { color: #666666; } 


#wikifoot {
    font-size: 11px;
	float: left;
    padding:2px;
}

#wikifoot a
{
	color: #666;
	text-decoration: none;
	margin: 0 5px 0 5px;
}

#lastmod {
	float: right;
    font-size: 11px;
	margin: 0 5px 0 5px;    
}



#wikitext {
	font-family: "Lucida Grande", "Verdana", "Arial", sans-serif;
	font-size: 12px;
}
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }
h1.wikiaction { font-size:150%; margin:0px; }

#pagetitle
{
	font-size: 130%;
	font-weight: bold;
	margin: 10px 0px 8px 0px;
}


#pagetitle a
{

	color: #FF6633;
	font-weight: normal;
	font-family: "Lucida Grande", "Verdana", "Arial", sans-serif;
	font-size: 22px;
	line-height: 30px;
	text-decoration: none;
}


/* wikileft (nav) formatting */
#wikileft
{
	width: 150px;
	font-size: 12px;
	padding: 20px;
}
/*
	border-right: 2px solid #cccccc;
*/

#wikileft h1
{
	background-color: #EEEEEE;
	font-size: 12px;
	text-align: left;
	letter-spacing: 1px;
	padding: 2px;
	border-color: #CCCCCC;
	border-width: 1px;
}

#wikileft li
{
	margin: 0 0 0 10px;
	list-style-image: url(http://www.binarycloud.com/pub/bullet.gif);
}



td#wikileft { vertical-align:top; }
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }



/* diff css, unmodified */
.diffbox { border:1px #999999 solid; }
.diffauthor { font-weight:bold; }
.difftime
{
	font-family: "lucida grande", verdana, arial, sans-serif;
	font-size: 66%;
	background-color: #dddddd;
}
.difftype
{
	clear: both;
	font-family: verdana,sans-serif;
	font-size: 66%;
	font-weight: bold;
}
.diffadd
{
	border-left: #99FF99;
	padding-left: 5px;
	border-width: 0 0 0 5px;
	border-style: none none none solid;
}
.diffdel
{
	border-left: #FFFF99;
	padding-left: 5px;
	border-width: 0 0 0 5px;
	border-style: none none none solid;
}
.diffrestore
{
	clear: both;
	font-family: verdana,sans-serif;
	font-size: 66%;
	margin: 1.5em 0px;
}
