/***********************************************************************
** uu.css
***********************************************************************/

body {
  margin:0px; background-color:#f7f7f7; 
  font-family:Bitstream Vera Sans Mono, monospace; font-size:12px;
  padding-bottom: 50px;
  background-image: url(logo_gray.png);
}

ul {
	margin-left: 0px;
	padding-left: 15px;
	list-style-type: square;
}
li {
	padding-left: 0px;
	margin-left: 0px; 
}

textarea#text {
	margin: 0px;
	width: 100%;
	border: 1px dotted gray;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	color: green;
	border-bottom: 1px dotted #AAF;
}
a:hover {
	background: #888;
	color: white;
}


#wikicmds { 
  position: absolute;
  padding-right: 10px;
  padding-left: 10px;
  top: -20px;
  background: white;
  height: 20px;
  right: 0px;
  white-space:nowrap; 
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds a {
	text-decoration: none;
	border-bottom: 1px dotted gray;
	color: gray;
}
#wikicmds a:hover { color: white; }

div.pagegroup { display: none }
/*div.pagegroup a { color: gray}
div.pagegroup a:hover { color: white }*/

h1 { margin-top: 0px; }
h1 {
	font-size: 12px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 12px;
}

div#maincard {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 520px;
/* 	border: 1px dotted gray; */
	z-index: 1;
	background: white;
}

div#wikipretext {
	position: relative;
}

div#wikitext {
/* 	background: pink; */
}

div#wikileft {
	position: absolute;
/* 	top: 0px; */
	left: -220px;
	width: 200px;
	text-align: right;
}

#wikileft ul { list-style:none; margin:0px; padding:0px; }
#wikileft li { display:inline; margin:0px 5px; }
#wikileft a { text-decoration:none; background: white; color:gray; border:none; }
#wikileft a:hover { background: gray; color:white; }

.lastmod {
	margin-top: 20px;
	color: gray;
}

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
/*@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}*/

.note {
	color: gray;
	font-style: italic;
}

.border img {
	margin: 5px;
	border: 2px solid lightgray;
}

