/* The following is a sample CSS file for UseModWiki 1.0.
   It is not pretty, but it demonstrates all of the new DIVs and
   tag classes. */
body {
  background-color : #eee;
  color:#000;
  font-family:Trebuchet MS, sans serif;
}
h1 { margin:0px; }
h2 { margin:0px; }
h3 { margin:0px; }
HR {
  color:#ccc;
  height:1px;
}
DIV.wikitext {
  padding:16px;
border:1px solid #888;
}
DIV.xwikipreview {
  background-color : Lightblue;
  padding:5px;
}
DIV.wikifooter {
  background-color : #ddd;
  padding:5px;
}

.markup { margin:0px 10px; font-size:x-small; }

.core { background-color:#777; }


.popup {   position:absolute;
  top:10px;
  right:20px;
  width:170px;
  background:#fff;
padding:2px 4px;
border:1px solid #000;
font-size:x-small;
}


