/*  These styles are for fixing generic tags used in the wiki.
    They keep spacing looking neat, so edit only if you feel it necessary  */

body {
	margin:		0px;
	padding:	40px;
}

h1 {
	margin: 2em 0em 0em 0em;
	font-size:	1.3em;
}

h2 {
	margin: 2em 0em 0em 0em;
	font-size: 1.0em;
	font-weight: bold;
}

td {
	margin: 0px;
	padding: 1px 10px 0px 0px;
}


/*  General styles for your wiki  */

#wikiHeader {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:	1.2em;
	color:		#888;
	border:		0px;
	border-bottom:	1px #ccc solid;
	padding:	0px 0px 10px 0px;
	margin-bottom:	30px;
}

#wikiHeader a {
	text-decoration: none;
	color:		#ccc;	
}

#wikiBody {
	font-family:	'Times New Roman', Times;
	font-size:	0.75em;
	color:		#000;
	margin-bottom:	60px;
}

#wikiFooter {
	border:		0px;
	border-top:	1px #eee solid;
	padding:	10px 0px 0px 0px;
	font-family:	'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size:	0.5em;
	color:		#eee;
}

#wikiFooter a {
	color:		#eee;
}



/*  Styles used by the wiki editor. Modify only if really needed  */

.fullForm {
	width:		100%;
}

#wikiEditor {
	font-family:	'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size:	0.7em;
	color:		#000;
}

.wikiDead {
	color:		#f00;
}

.wikiRuler {
	display:                block;
        height:                 1px;
        border-top:             1px #ddd solid;
        border-right:           0;
        border-bottom:          0;
        border-left:            0;
	margin-top:		20px;
	padding-bottom:		10px;
}

