#skinedit {
	width: 95%;
}

.css_class {
display: none;
}

body{
	background-color: #A2A2A2;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
/*	font: normal 10px/14px Trebuchet MS, Verdana, sans-serif;  */
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
}

ul { list-style-type: square;
}

.notes {
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 1px;
	color: #FFFFFF;
	font-weight: normal;	
}

.page {
	padding: 20px;
	text-align: left;
}

.page A:link, .page A:visited {
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 1px;
	height: auto;
	width: auto;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: underline;
/*	background-color: #FFFFFF;  */
}

.page A:hover, .page A:active {
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 1px;
	height: auto;
	width: auto;
	line-height: 14px;
	color: #FFFFFF;
	background-color: #888888;
	text-decoration: none;
/*	background-color: #CCCCCC;
	font-weight: normal;    */
}

.container {
	background-color: #FFF;
	border: 1px solid #888888;
	padding-left: 30px;
	padding-right: 15%;
	padding-top: 30px;
	padding-bottom: 20px;
}

.page h1 {
	font-size: 210%;
	text-align: left;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.page h2 {
	font-size: 180%;
	text-align: left;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.page h3 {
	font-size: 140%;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.page h4 {
	font-size: 126%;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
}

.page h5 {
	font-size: 110%;
	letter-spacing: 0.7em;
	text-align: left;
}

.include h2 {
	font-size: 18px;
}



ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.indent {
	margin-left: 40px;
}

.additions {
	color: #008800;
}

.deletions {
	color: #880000;
}

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

.header {
	display:none; 
	padding: 10px;
	padding-top: 0px;
}

.header A:link, .header A:visited {
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 1px;
	height: auto;
	width: auto;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

.header A:hover, .header A:active {
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 1px;
	height: auto;
	width: auto;
	line-height: 14px;
	color: #FFFFFF;
	background-color: #888888;
	text-decoration: none;
}

/*
.footer {
	clear: both;
	height: 20px;
	background-color: #767676;
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}

.footer A:link, .footer A:visited{
	font: 12px/14px Arial, Helvetica, sans-serif; 
	margin: 1px;
	padding: 1px;
	height: auto;
	width: auto;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

.footer A:hover, .footer A:active {
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 1px;
	height: auto;
	width: auto;
	line-height: 14px;
	color: #F78E1F;
	font-weight: normal;
	text-decoration: none;
}

*/

.commentsheader {
display: none;
}

.comment {
display: none;
}

.commentinfo {
display: none;
}

.commentform {
display: none;
}

.code {
	color: black;
	background:	   #ffffee;
	border: 1px solid #888;
	font: 11px "Bitstream Vera Sans Mono","Courier New", monospace;
	width: auto;
	margin: 20px;
	overflow: auto;
	padding: 3px;
}

.revisioninfo {
	color: #AAAAAA;
	padding-bottom: 20px;
}

.smallprint {
	display:none; 
	font-size: 0.8em; 
	color: #ffffff; 
	padding-right: 0.5%; 
	text-align: right;
}

.smallprint a {
	color: #fff;
}

.exttail {
display: none;
}

hr {border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 80%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
}

tt {
	font-size: 11px;
}

blockquote {
	width: 500px;
	margin-bottom: 0px;
}

.missingpage {
	color: #993357;
	text-decoration: none;
	background-color: transparent;
	border: none;
}

.missingpage:after {
	content: " •";
}

br {
	clear: none;
}

.col1 {
	width: 200px;
	float: left;
}

.col2 {
	width: 200px;
	float: left;
}

.col3 {
	width: 200px;
	float: left;
}

img {border: 0px;}
img.centre {display: block; text-align: center; margin: 5px auto;}
img.center {display: block; text-align: center; margin: 5px auto;}
img.left {margin: 5px 5px 5px -5px; float: left;}
img.right {margin: 5px -5px 5px 5px; float: right;}

.indent {
	margin-left: 40px;
}

.clear {clear:both;}

.floatl {
	float: left; 
	width: 45%; 
	margin: .5%; 
}

.floatr {
	float: right; 
	width: 45%; 
	margin: .5%; 
}

.editornamecss { background-color:#CCCCFF; font-size: 18px; padding: 0 10px; }

.underline { text-decoration: underline;}
.highlight {color: red; background: #FFFFD0;}

.strikethrough {color: #FFFFFF; text-decoration: line-through;}

.deletions {color: #FF0000; text-decoration: line-through;}

.centre {text-align: center;}

.center, .center p {text-align: center;}

.keys {	
	color: #333;
	background-color: #EFEFEF;
	font: normal 80% "Verdana", sans-serif;
	text-align: center;
	border-top: 2px double #DDDDDD;
	border-left: 2px solid #DDDDDD;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	padding-left: 0.2em;
	padding-top: 0em;
	padding-right: 0.2em;
	padding-bottom: 0em;
	line-height: 1.6em;
	vertical-align: top;
}
