/* Copyright 2007 */
/* Common CSS styles used across PmWikis
/* Last Updated */
/* 2007 03 04 original version */
/* Changes to PmWiki styles */
h1 a {
  text-decoration: none;
}
.lastmod {
	border: none;
	float: left;
	clear: left;
	font-size: smaller;
}
.lfloat {
	clear: left;
}
.rfloat {
	clear: right;
}
/* additional formatting styles */
.small, table.small td {
  font-size: small;
}
.smaller, table.smaller td {
  font-size: smaller;
}
.large, table.large td {
  font-size: large;
}
.larger, table.larger td {
  font-size: larger;
}

/* styles for blocks */
.italic, .emphasis {
  font-style: italic;
}
.bold, .strong {
  font-weight: bold;
}
/* styles for debug */
div {
	border: thin none Blue;
}
table {
	border: medium none Lime;
}
tr {
	border: medium none Teal;
}
td {
	border: medium none Green;
}
.wikitrail {
  font-size: smaller;
  float: right;
  clear: right;
  background-color: Silver; /* individual wikis to override this value */
}
/* CSS for thumblist recipe */
img.thumbs {
  border: 1px solid Silver;
  margin: 2px;
  padding: 3px;
  vertical-align: middle;
}
img.thumbs:hover {
  border-color: Gray;
  border-width: 3px;
  padding: 1px;
}
table.thumbtable td {
  background-color: #F5F5F5;
}
table.thumbtable img.thumbs {border:0; padding:0;}
table.thumbtable td.thumbtd {
  border: 1px solid Silver;
  margin: 1px;
  padding: 3px;
}
table.thumbtable td.thumbtd:hover {
  border-color: Gray;
  border-width: 3px;
  padding: 1px;
}
table.thumbtable {
  border: 1px solid Silver;
}
.caption {
  font-size: 75%;
  padding-left: 8px; /* margin + margin + padding */
/* settings for div */
  position: relative;
  bottom: 0em;
  left: 0em;
/* settings for span */
/*
  clear: left;
  float: left;
*/
}
.thumbdiv {
  float: left;
  border: 1px solid Silver;
  margin: 2px;
  padding: 0px;
  vertical-align: middle;
}
/* end thumblist CSS */
/* AttachTable CSS */
.attachtable td { padding-right: 2em; font-size:smaller; }
.attachtable a { text-decoration: none; }
.attachtable a:hover { text-decoration: underline; }
.attachtable .del, .attachtable .del a { color: #cccccc; }
.attachtable .titlerow
	{
		color: #cccccc;
		font-style: italic;
		font-size: smaller;
	}
/* end AttachTable CSS */

/* turn off printing for navigation and similar objects */
@media print {
/* style sheet for print */
  .toc, .tocfloat, .newpage, .newpagebutton, .newpagetext,
  #wikilogo, #wikihead, #wikifoot, #wikileft, #wikicmds, /* #wikititle, */
  .wikitrail, .noprint {
    display : none;
  }
  body {
    width:100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  #wikileft, #wikiright {
    width: 0px;
  }
}
/* Colours */
