/***********************************************************************
** hugo.alroe.dk local.css - modified from pmwiki 0.6.5 stdlayout.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
***********************************************************************/
body { margin-left:2%; }
ul, ol, dl { margin-top:0px; margin-bottom:0px; }

 /* [HFA 7sep04] This css style gives a scrollbox to be used in connection with 
 ** preformatted text such as code text. In pmwiki preformatted text is rendered 
 ** by way of having a space at the beginning of the line. 
 ** Problem: MSIE makes hight one line too small*/
pre{border:1px dotted  #cccccc; width:640px; vertical-align:top; padding-left: 2px; 
padding-bottom: 20px; margin-top:2px; margin-bottom:2px; overflow:auto; }

.indent { margin-left:40px; }

.pagetitle { 
font-size:150%; font-weight:bold; color:#999999;
 }

#wikiedit textarea { width:98%; }
td#wikileft { vertical-align:top; }
td#wikibody { vertical-align:top; }
td#wikiright { vertical-align:top; }

/* links */
a { 	color: #006600; 
	font-weight: bold; 
	text-decoration: none; }
a:link { color: #006600; text-decoration: none; }
a:visited { color: #006600; text-decoration: none;}
a:hover { text-decoration: underline; }
a:active { color: #006600; text-decoration: none;}
/* in orgprints the visited and active links are color: #686868 */

a.varlink { text-decoration:none; }

/* horisontal lines */
hr { width: 60% }

/*purpose of the following is to get pagetoc table of contents to flow left of Sidebar line*/
div.tocfloat {  margin-right: 0px; padding-right: 0px;  }

