/***********************************************************************
** snotes.css
**  Copyright (c) 2005-2010 V.Krishn (insteps.net)
**  This file is part of Cookbook Recipe "SNotes" for PmWiki;
**  You can redistribute it and/or modify it under the terms of the
**  GNU General Public License as published by the  Free Software
**  Foundation; either version 2 of the License, or (at your option)
**  any later version. See pmwiki.php for full details.
***********************************************************************/
/***********************************************************************
** This defines styles for general purpose notes/stickynotes for PmWiki.
** DONOT EDIT THIS FILE DIRECTLY OR YOU MAY LOSE CHANGES WHEN UPGRADING!
** If you want to make changes to these settings, you can create a
** custom style in pub/css/ or you can use pub/css/local.css to override
** the settings here. See PmWiki Documentations on PerGroup Settings.
***********************************************************************/
.gennote, .lftnote, .cennote, .rhtnote { overflow: hidden; }
.gennotes, .snote, .snotes { overflow: auto; }
.gennote, .gennotes, .snote, .snotes, .lftnote, .cennote, .rhtnote {
  display: block;
  list-style-position: inside;
  margin-left: 2px;
  padding: 2px 2px 2px 3px;
  text-align: left;
}
.snote, .snotes, .lftnote, .cennote, .rhtnote { width: 158px; }
.gennote, .gennotes { clear: left; margin-right: 5px; }
.snotes { height: 300px; background-color: #def; color: #606060; }
.lftnote, .lft { float: left; }
.rhtnote, .rht { float: right; }
.rhtnote { margin-right: 5px; }
.nodisp { display: none; }
.hidden { visibility: hidden; }
.abs { position: absolute; }
.rel { position: relative; }
.br { height:1px; clear:both; font-size:1px; }
.brr { height:1px; clear:right; font-size:1px; }
.brl { height:1px; clear:left; font-size:1px; }
.block { display: block; }
.inline { display: inline; }
.nowrap { white-space: nowrap; }
.wspre { white-space: pre; }
.cennote { margin: 0 auto ; }
.snote, .snotes {
  border-bottom: 3px solid #eee;
  font-size: 11px;
  font-family: Helvetica, Arial, sans-serif;
}
.gennote, .gennotes, .lftnote, .cennote, .rhtnote {
  border: 1px solid #ddd;
  background: url(images/notehead_bg.png) repeat-x;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
}


.listcompact dl, .listcompact dl dt, .listcompact dl dd { float: left;  margin: 0; }
.listcompact dl dt { font-weight: bolder; }
.listcompact dl dd { line-height: 18px; margin: 0px 0px 0px 5px; border-left: 1px solid #ccc; padding-left: 3px; }
.listcompact dl dt a { color: green; text-decoration: none; }
.listcompact dl dt a:hover { text-decoration: underline; }
.listcompact dl dd a { color: #7777CC; text-decoration: none; }
.listcompact dl dd a:hover { border-top: 1px dotted green; border-bottom: 1px dotted green; color: blue; }
.listcompact ul, .listcompact ul li { float: left; margin: 0; }
.listcompact ul li { list-style: none; list-style-type: none; line-height: 18px; margin-left: 2px; padding-left: 3px; }
.listcompact ul li a { color: #7777CC; text-decoration: none; }
.listcompact ul li a:hover { border-top: 1px dotted green; border-bottom: 1px dotted green; color: blue; }



