body {
	margin: 0px;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
} 

#container {
	background-color: #ffffff;
	margin-right: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
	margin-top: 1em;
}

#upperoutside {
	background-color: #ffffff;
	/* [disabled]border: 1px solid #000000; */
}

#upperinside {
	/* [disabled]border: 1px solid #f3dcb0; */
	height: 76px;
	background-color: #ffffff;
}

#logo {
	color: #ffffff;
	font-size: 1.5em;
	text-align: left;
}

#logo a {
color: #e9e9e9;
}

#logo a:hover {
	color: #F60;
	text-decoration: underline;
}

#actionsoutside {
	background-color: #ffffff;
	/* [disabled]border: 1px solid #000000; */
}

#actionsinside {
	background-color: #ffffff;
	/* [disabled]border: 1px solid #f3dcb0; */
}

#pageactions {
	text-align: left;
	color: #F90;
	font-size: 85%;
}

#pageactions a {
	color: #FFF;
}

#pageactions a:hover {
	color: #F90;
	text-decoration: underline;
}

#search {
	text-align: right;
	color: #F60;
	font-size: 85%;
}

#search a {
	color: #F60;
}

#search a:hover {
color: #f3dcb0;
text-decoration: underline;
}

#middleoutside {
	background-color: #ffffff;
	border: 1px solid #000000;
}

#middleinside {
	background-color: #ffffff;
	border: 1px solid #f3dcb0;
}
#menu {
	background-image: url(images/bg01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000;
	border: 1px solid #000000;
	color: #F60;
	font-size: 100%;
}
#menu pre {
	/*color: #F60;
	background-color: #FC8;*/
	color: #FFF;
	font-size: 120%;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 10px;
}
#menu pre a {
	color: #FFF;
}
#menu li {
	margin: 0 0 0 0px;
	padding: 3px 0pt 3px 0px;
	font-size: 95%;
	color: #FFF;
}
#menu li ul {
	margin: 0 0 0 18px;
	padding: 3px 0pt 3px 18px;
}
#menu li a {
	color: #FFF;
}
#menu li a.selflink {
	color: #06C;
}
#menu li a.selected {
	color: #06C;
}
#menu .hover { color: red; cursor: pointer; }
#spacer {
	width: 0.1em;
	background-color: #ffffff;
}

#pagecontent {
	width: 75%;
	padding: 5px 5px 5px 5px;
	color: #151b28;
	background-color: #FFF;
	border: 1px solid #000000;
	font-size: 100%;
}

#loweroutside {
	background-color: #ffffff;
	border: 1px solid #000000;
}

#lowerinside {
	background-color: #ffffff;
	border: 1px solid #f3dcb0;
}

#lastmod {
	width: 50%;
	text-align: left;
	color: #F90;
	font-size: 85%;
}

#lastmod a {
	color: #06C;
}

#lastmod a:hover {
	color: #FFF;
	text-decoration: underline;
}

#links {
	width: 50%;
	text-align: right;
	color: #F90;
	font-size: 85%;
}

#links a {
	color: #FFF;
}

#links a:hover {
	color: #06C;
	text-decoration: underline;
}

#wikiedit textarea {
width:100%;
}

a {
	text-decoration: none;
	color: #F60;
}

a:hover {
	text-decoration: underline;
	color: #06C;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #06C;
}

a.createlinktext {
	color: #F93;
	border-bottom: none;
}

hr {
	height: 1px;
	background-color: #F93;
}

h1,h2,h3,h4,h5,h6 {
line-height: 20px;
}

h1 {
font-size: 20px;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 16px;
}

h4 {
font-size: 14px;
}
h5 {
font-size: 12px;
}

h6 {
font-size: 10px;
}

code {
font-size: 105%;
overflow: auto;
}

/*pre {
background-color: #d2d2d2;
font-size: 105%;
overflow: auto;
}*/

ul {
list-style-type: square;
}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(images/treeview-default2.gif) -64px -24px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

p a[target="_blank"] {
	background: url(images/link.gif) no-repeat right center;
	padding-right:14px;
	}
li a[target="_blank"] {
	background: url(images/link2.gif) no-repeat right center;
	background-position: 100% 50%;
	padding-right:14px;
	}	