html {
	font:96% Helvetica;
	color:#000;
	background:#f7f7f7;
	line-height:150%;
	}
	
body {
	color:#333;
	}
		
#wrapper {	
	margin:auto;
	width:60em;
	position:relative;
	}
		
#header {
	margin-top:20px;
	padding:0px 0px 7px 0px;
	}
	

#content {
	background:white;
	padding:1em;
	border:1px solid #ccc;
	outline:0.5em solid #000;
	margin:0.5em 0;
	padding:80px;
	min-height:20em;
	}
		

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica;
	background-color: transparent;
	color:#000;
	font-weight:bold;
	line-height:105%;
	padding:0;
	
	}
	

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	text-decoration:none;
	}
	

a {
	color:#00f;
	text-decoration:none;
	;
	}
	

a:visited {
	color:#00f;
	}
	

a.pending {
	color:#00f;
	text-decoration:none;

	}
	

a:hover {
	text-decoration:underline;
	}
	

a img {
	border:none;
	}
	
strong {
	font-weight: normal;
	color:#fff;
	background-color: #1474CA;
	padding: 0 5px 0 5px;
	
}
input,textarea {
	
	font-size:94%;
	border:1px solid #999;
	background:#fff;
	color:#666;
	outline:0.2em solid #eee;
	padding:0px;
	line-height:1.2;
	/*margin:0.5em;*/
	vertical-align:middle;
	}
	

textarea {
	margin-right:0;
	display:block;
	width:97%;
	}
	
input {
	margin-right:10px;
}
pre {
	outline:0.4em solid #eee;
	padding:0.5em;
	margin:0.5em;
	border:1px solid #e0d78a;
	background:#fef4a4;
	color:#644e22;
	width:640px;
	}
	

img {
	border:1px solid #ccc;
	outline:0.25em solid #eee;
	padding:0.25em;
	margin:0.25em 0 0.25em 0.5em;
	background:#fff;
	}
	

hr {
	height:0;
	border:none;
	color:#fff;
	background:#000;
	border-bottom:10px solid #000;
	
	}

p {
	font-family: Helvetica;
	line-height: 150%;
	}

#diff  {
	outline:none;
	border:none;
	}
	

#diff ins {
	color:green;
	text-decoration:none;
	font-weight:bold;
	}
	

#diff del {
	color:red;
	text-decoration:line-through;
	}
	

#diff {
	background:#fff;
	line-height:1.25;
	padding:1em;
	white-space:pre-wrap;
	word-wrap:break-word;
	    white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	width:97%;
	}
	

hr {
	margin:10px 0 10px 0;
	height:0px;
	overflow:hidden;
	border:0px;
	border-top:5px solid #fff;
	}
	

.error {
	color:#F25A5A;
	font-weight:bold;
	}
	

form {
	display:inline;
	}
	

#contentTextarea {
	height:44em;
	}
	

#toc {
	margin:5px 0 5px 10px;
	padding:6px 5px 7px 0px;
	float:right;
	outline:0.4em solid #eee;
	background:#fef4a4;
	border:1px solid #e0d78a;
	}
	

#toc ul {
	padding:3px 0 3px 10px;
	}
	

#toc li {
	font-size:11px;
	padding-left:10px;
	}
	

#toc ul li {
	font-size:10px;
	}
	

#toc ul ul li {
	font-size:9px;
	}
	

#toc ul ul ul li {
	font-size:8px;
	}
	

#toc ul ul ul ul li {
	font-size:7px;
	}
	

.pageVersionsList {
	letter-spacing:0px;
	font-variant:normal;
	font-size:12px;
	}
	

#renameForm {
	float:left;
	
	}
	

.clear {
	clear:both;
	}
	

.tagList {
	padding:0.2em 0.4em 0.2em 0.4em;
	margin-top:0.5em;
	/*border:1px dashed #1474CA;*/
	background:#000;
	color:#fff;
	}
	

.tagCloud {
	float:right;
	width:200px;
	padding:0.5em;
	margin:1em;
	/*border:1px dashed #1474CA;*/
	background:#000;
	color:#fff;
	}
	
.tagCloud a{
	color:#fff;
	background-color:transparent;
}
#fileTable {
	border-collapse:collapse;
	}
	

#fileTable td {
	border:1px solid #FEF4A4;
	padding:2px 6px 2px 6px;
	}
	

h2 span.par-edit, h3 span.par-edit, h4 span.par-edit, h5 span.par-edit, h6 span.par-edit  {
	display:none;
	}
	

h2:hover span.par-edit, h3:hover span.par-edit, h4:hover span.par-edit, h5:hover span.par-edit, h6:hover span.par-edit  {
	display:inline;
	font-size:x-small;
	font-weight: normal;
	}
	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a  {
	color:#000;
	background-color: transparent;
	list-style-position: inside/outside;
		}


h2 {
	margin-top:0px;
	font-size:40px;
	}

h3 {
	margin-top:30px;
	font-size:24px;
	}


