
body {
 
  font-family: Arial, Helvetica, sans-serif;
  line-height: 135%;
  font-size:90%;
  color: #000000;
  background-color: #fff;
  behavior:url("/sociaalhuiskuurne.be/WWW/resources/skins/custom/css/csshover.htc");
}

body.mainLayout {
  background-color: #F6F2DE;

  /*width: 771px;*/
  margin: 0px;
  padding: 0px;
  /*background-image: url("../images/bg_21.gif");
  background-repeat: repeat-y;
  background-position:top left;*/

 
}

body.miniLayout {
  margin: 0px;
}

p.daisy-error {
  border: 1px solid #c03333;
  background-color: #f1b2b2;
  margin: 4px;
  padding: 2px 4px;
}

img {
  border: 0px; /* otherwise img's inside a's have those fat blue boxes around them */
}

.doclinks h2 {
    font-size: 1em;
    font-weight: bold;
}

p.note {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 40px;
  background-image: url("../images/note.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
  min-height: 24px;
}

p.warn {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 40px;
  background-image: url("../images/important.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
  min-height: 24px;
}

p.fixme {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 40px;
  background-image: url("../images/fixme.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
  min-height: 24px;
}

pre.query {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 60px;
  background-image: url("../images/query.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
}

pre.include {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 60px;
  background-image: url("../images/include.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
}

pre.query-and-include {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 100px;
  background-image: url("../images/query-and-include.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
}

pre {
  border: 1px solid gray;
  background-color: lightgrey;
}

h1.daisy-document-name {
  display: inline;
  font-size: 110%;
  margin: 0px;
  color: #666666;
  text-align: left;
  padding: 0px 6px 0px 6px;
  border-left: 4px solid #A92D25;
  border-right: 4px solid #A92D25;
  
}

h1 {
  font-size: 110%;
  color: #A92D25;
  margin-bottom: 0px;
  padding: 0px 5px 0px 0px;
  
}

h2 {
  font-size: 110%;
  font-style: italic;
  color: #A4A4A4;
  font-weight: 700;
  padding-bottom: 0px;
  
}

h3 {
  font-size: 100%;
  margin-left: 2em;
  margin-bottom: 0px;
  padding: 0px;
  color: #666666;
}

h4 {
  color: #A92D25;
  font-size: 100%;
  margin-left: 2em;
  margin-bottom: 0px;
  padding: 0px;
  
}

h5 {
  color: #A4A4A4;
  font-size: 100%;
  font-style: italic;
  margin-left: 2em;
  margin-bottom: 0px;
  padding: 0px;
}

.footnotes {
    margin-top: 1em;
    padding-top: 0.5em;
    margin-bottom: 1em;
    border-top: 1px solid gray;
}

#search {
  padding: 2px 0px 2px 4px;
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: right;
  width: 95%;
}

#rss{
  padding: 2px 0px 2px 4px;
  position: absolute;
  top: 36px;
  left: 8px;
  text-align: right;
  width: 95%;
}

#rss a{
    color: #FFFFFF;
    padding-left: 5px;
}

#rss img{
    vertical-align:bottom;
}


#searchInput {
  border: 1px solid #000000;
  font-size: 80%;
}

#searchButton {
  font-size: 75%;
}

#pageMessage {
  background-color: #a4e886;
  border: 1px solid #53803f;
  padding: 8px;
  margin: 8px;
}

/*
  General layout styles
 */
 
.layoutHeader {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  text-align: left;
}

.miniLayoutHeader {
  background-color: #BFB4A6;
  border-bottom: 2px solid #A92D25;
  padding-bottom: 3px;
}

.miniLayoutHeader h1 {
  color: white;
}

.miniLayoutContent {
  margin: 0px 4px 0px 4px;
}

.generalNavigation {
  font-size: 80%;
  padding-left: 120px;
 
}

table.layout {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-collapse: collapse;
}

table.layout td {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.footer {
  border-top: 1px solid #A92D25;
  padding-top: 3px;
  color: #A92D25;
  font-size: 70%;
  text-align: center;
  width: 100%;
}

.leftSideBlock {
  background-image: url("../images/bg_leftside.gif");
  background-repeat:repeat-y;
  background-position: top left;
  vertical-align: top;
  width: 208px;
 z-index: 10;
  
}

.pagenavigationBlock {
  vertical-align: top;
  text-align: center;
}

.mainBlock {
  margin: 0px;
  vertical-align: top;
  z-index: -1;
  
}
.NewsBlock {
 
 background-color: #F6F2DE;
 border: 1px solid #A92D25;
  font-size: 90%;

}
.InDeKijker {
 
 background-color: #FFFFFF;
 border: 1px solid #A92D25;
  font-size: 90%;

}


.rightSideBlock {
 
 background-color: #FFFFFF;
  font-size: 90%;
  width: 150px;
 border: 1px solid #BFB4A6;
 align: right;
}
.rightSideBlock p {
 padding: 0px;
 
  

}
.rightSideBlock p img{
 padding: 0px;


}

.content {
  margin-left: 20px;
  margin-right: 0px;
  padding-left: 5px;
  padding-top: 5px;
  z-index: -1;
}

.content p {
  margin-right: 0,5em;
  margin-left: 0,5em;
}

/*.content a {
 line-height: 150%;
 padding-bottom: 1px;
}

.content a:link {
  text-decoration: none;
  color: #0099d8;
  }

.content a:hover {
  text-decoration: underline;
  
}
.content a:visited:hover {
  text-decoration: underline;
  
}


.content a:visited {
  text-decoration: none;
  color: #5a8090;
}*/

a:link {
  text-decoration: none;
  color: #A92D25;
  }

a:hover {
  text-decoration: underline;
  
}

a:visited {
  text-decoration: none;
  color: #666666;
}
a:visited:hover {
  text-decoration: underline;
  
}

.content p img{
padding: 4px;
}

.pageNavigation {
  z-index: 0;
  font-size: 79%;
  margin: 4px;
  padding: 4px;
}

.pageNavigation ul {
  margin: 0px;
  padding: 0px;
  height: 10px;
  list-style-type: none;
}

.pageNavigation li {
  border-right: 1px solid #A92D25;
  display: inline;
}

.pageNavigation a {
  display: inline;
  color: #666666;
  width: 100%; /* 200 -4 -4 -3 -3 */
  padding: 1px 5px 1px 5px;
  text-decoration: none;
  }

/*.pageNavigation ul a {
  border-bottom: 1px solid #bc0377;
}*/

.pageNavigation a:hover {
  color: #A92D25;
}

.siteNavigation {
  font-size: 80%;
}

.siteNavigation a {
  color: #fff;
  text-decoration: none;
}

.siteNavigation a:hover {
  text-decoration: underline;
}

.documentInfo {
  border-top: 1px solid gray;
  color: gray;
  padding: 2px 2px 4px 4px;
  font-size: 67%;
}

/*
  Styles used for rendering the hierarchical navigation
 */

#navcontainer {
  font-size: 75%;
  margin: 0 0 1em 1em;
  z-index: 10;
}

#navcontainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 158px;
  height: auto;
}

#navcontainer a {
  display: block;
  color: #F0E6DA;
  width: 152px;
  padding: 0px 2px 0px 0.5em;
  text-decoration: none;
  border-bottom: 1px solid #F0E6DA;
}


#navcontainer li {
  display: block;
  position: relative;
  vertical-align: middle;
  width: 158px;
  height: auto;
  padding: 0px;
  margin: 0px;
}

#navcontainer ul li ul{
  bottom: 50px;
  left: 158px;
  width: 158px;
  height: auto;
  position: relative;
  display: none;
  background-color: #A92D25;
  border-top: 1px solid #F0E6DA;
  border-right: 1px solid #F0E6DA;
  border-left: 1px solid #F0E6DA;
  z-index: 10;
}

#navcontainer ul li ul.single, #navcontainer ul li ul li ul.single{
    bottom: 21px;
}

#navcontainer ul li ul li ul {
  /*bottom: auto;
  top: -2px;*/
  z-index: 10;
}

#navcontainer ul li ul li ul li ul {
  bottom: auto;
  top: -40px;
  z-index: 10;
}

#navcontainer ul li:hover ul {
  display: block;
  height: auto;
  z-index: 10;
}

#navcontainer ul li:hover ul li ul{
  display: none;
  left: 158px;
  z-index: 10;
}

#navcontainer ul li:hover ul li:hover ul {
  display: block;
  z-index: 10;
}

#navcontainer ul li:hover ul li:hover ul li ul {
  display: none;
  left: 158px;
  z-index: 10;
}

#navcontainer ul li:hover ul li:hover ul li:hover ul {
  display: block;
  z-index: 10;
}

li > ul {
	top: auto;
	left: auto;
}


#navcontainer li li a {
  display: block;
  color: #F0E6DA;
  width: auto;
  height: auto;
  padding: 0px 2px 0px 1em;
  text-decoration: none;
  border-bottom: 1px solid #F0E6DA;
  
  
}

#navcontainer li li li a
{
  display: block;
  color: #F0E6DA;
  width: auto;
  padding: 0px 2px 0px 1em;
  text-decoration: none;
  border-bottom: 1px solid #F0E6DA;
   
}

#navcontainer li li li li a
{
  display: block;
  color: #F0E6DA;
  width: auto;
  padding: 0px 2px 0px 1em;
  text-decoration: none;
  border-bottom: 1px solid #F0E6DA;
}

#navcontainer li li li li li a
{
  display: block;
  color: #F0E6DA;
  width: auto;
  padding: 0px 2px 0px 1em;
  text-decoration: none;
  border-bottom: 1px solid #F0E6DA;
}


#navcontainer a.active-navnodenavnode {
  font-weight: bold;
}

#navcontainer a.active-navnodenavgroupnode {
  background-image: url("../images/pijl.gif");
  background-repeat: no-repeat;
  background-position: bottom right;
  font-weight: bold;
}

#navcontainer a.naverror {
  cursor: default;
  background-color: #ff0000;
  color: white;
}

#navcontainer a.navgroup-clickable {
  background-image: url("../images/pijl.gif");
  background-repeat: no-repeat;
  background-position: bottom right;
}


#navcontainer a.navgroup, a.navgroupnode {
  background-image: url("../images/pijl.gif");
  background-repeat: no-repeat;
  background-position: bottom right;
}

#navcontainer a:hover {
  background-color: #BFB4A6;
  color: #454440;
}

#navigationdoc a {
  font-size: 75%;
  color: #F0E6DA;
}

.navbundle{
    position: absolute;
}

/*
 * Styles used for the general menu.
 */
 #menuTop {
  z-index: 0;
  position: absolute;
   top: 140px;
  left: 280px;
  width: 700px;
  padding: 0px;
  margin: 0px;
}

#menuTop ul {
  
  list-style : none;
  width: 150px;
  padding: 0;
  margin : 0;
  position : relative;
  visibility : hidden;
  white-space : nowrap;
  background-color: #fff;
}
#menuTop li {
  display : inline;
 
 
}
#menuTop li a {
  padding : 2px 7px 2px 7px;
  text-decoration : none;
  color: #F6F2DF;
  font-size: 90%;
}
#menu li a:hover, #menuTop li a:hover {
 
  color: #A92D25;
}
#menuTop li a.menuLink:hover {
  text-decoration: none;
  cursor: default;

}

.breadcrumb {
	position: relative;
	font-size: 85%;	
	padding-right: 15px;
	text-align: right;
	z-index: -1;
}


#menu {
  z-index: 0;
  position: absolute;
  top: 180px;
  left: 280px;
  width: 700px;
  padding: 0px;
  margin: 0px;
}


#menu ul, #menuTop ul {
  
  list-style : none;
  width: 150px;
  padding: 0;
  margin : 0;
  position : absolute;
  visibility : hidden;
  white-space : nowrap;
  background-color: #fff;
}
  
#menu li {
  display : inline;
 
  border-right: 1px solid #998E81;
}
#menu li.separator, #menuTop li.separator {
  border-bottom: 1px solid #998E81;
}
#menu li a{
  padding : 2px 7px 2px 7px;
  text-decoration : none;
  color: #998E81;
  font-weight: 500;
}

#menu li a:hover {
  background-color: #998E81;
  color: #fff;
}

#menu li a.menuLink:hover {
  text-decoration: none;
  cursor: default;
  background-color: #998E81;
}

#menu ul li, #menuTop ul li {
 
  display: block;
  float: none;
  margin: 0px;
  padding : 0px;
  white-space : normal;
  border-right: 1px solid #998E81;
  border-bottom: 1px solid #998E81;
  border-left: 1px solid #998E81;
}
#menu ul li a, #menuTop ul li a {
  padding : 0px;
  text-decoration: none;
  color: #998E81;
  background-color: #fff;
  padding: 2px 3px 2px 3px;
  margin: 0px 0px 0px 0px;
  width: 150px;
  display: block;
}
#menu ul li a:hover, #menuTop ul li a:hover {
  background-color: #998E81;
  color: #fff;
}



/* Styles used for the various tables such as version overview table, search result table, ... */
table.default {
  border-spacing: 0pt;
  border-collapse: collapse;
  font-size: small;
  margin-top: 4px;
  margin-bottom: 4px;
}
table.default tr td {
  border: 1px solid gray;
  padding: 2px 4px 2px 4px;
}
table.default tr th {
  border: 1px solid gray;
  background-color: lightgrey;
  padding: 2px 4px 2px 4px;
}

/* Normal tables that are part of the document content. */
table.content {
  border-spacing: 0pt;
  border-collapse: collapse;
  font-size: small;
  margin-top: 4px;
  margin-bottom: 4px;
}
table.content tbody tr td {
  border: 1px solid gray;
  padding: 2px 4px 2px 4px;
}
table.content tbody tr th {
  border: 1px solid gray;
  background-color: lightgrey;
  padding: 2px 4px 2px 4px;
}

/* Special 'borderless' tables part of document content. */
table.borderless {
  border-spacing: 0pt;
  border-collapse: collapse;
  /*font-size: small;*/
  margin-top: 4px;
  margin-bottom: 4px;
}
table.borderless tbody tr td {
  padding: 2px 4px 2px 4px;
}
table.borderless tbody tr th {
  background-color: lightgrey;
  padding: 2px 4px 2px 4px;
}

/*
* Styles specific for the document page
*/
div.info-message {
  border: 1px solid gray;
  padding: 8px;
  margin: 8px;
  background-color: #f5fd9d;
}

.commentsTitle {
  font-size: 130%;
  font-weight: bold;
}

div.comments {
  margin-top: 20px;
  margin: 8px;
}

div.comment {
  padding: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

div.publicComment {
  border: 1px solid #729c9a;
  /* background-color: #b4fdf9; */
}

div.editorsComment {
  border: 1px solid #ee7600;
  /* background-color: #eebd8d; */
}

div.privateComment {
  border: 1px solid #de005e;
  /* background-color: #d9a3ba; */
}

div.commentheader {
  font-size: small;
  font-weight: bold;
  padding-left: 20px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

div.publicComment div.commentheader {
  background-image: url("../images/public_comment.gif");
}

div.privateComment div.commentheader {
  background-image: url("../images/private_comment.gif");
}

div.editorsComment div.commentheader {
  background-image: url("../images/editors_comment.gif");
}

span.commentActions {
  font-size: small;
}

span.commentVisibility {
  font-size: small;
  font-weight: bold;
}

div.commentbody {
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 6px;
}

div.addCommentTitle {
  font-weight: bold;
  margin-top: 12px;
  padding-left: 23px;
  background-image: url("../images/speak.gif");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

div.addComment {
  margin-left: 23px;
}

/*
 * Styles specific for fulltext search result page
 */
div.fulltext-doc-summary {
  margin-left: 1em;
  margin-right: 2em;
}

div.fulltext-infoline {
  margin-left: 1em;
  margin-right: 2em;
  color: gray;
}

/*
 * Styles specific for document editing page
 */
table.docedit-links tr.targetrow td {
  padding-bottom: 8px;
}

.saveOptions {
  font-size: 80%;
  margin: 3px 0px 3px 0px;
}

a.button {
  text-decoration: none;
  color: #fff;
  padding: 3px 8px 3px 8px;
  background-color: #BFB4A6;
  border: 1px solid #000000;
  font-size: 80%;
}

a.button:hover {
  color: #A92D25;
  text-decoration: underline;
}

a.button:visited {
  color: #fff;
}

ul.doceditor-tabs li {
  display: inline;
  border: 1px solid black;
  padding: 2px 10px 0 10px;
  margin: 0 5px 0 0;
  position: relative;
  text-align: center;
}

ul.doceditor-tabs li.here {
  border-bottom: 1px solid white;
  z-index: 1;
}

ul.doceditor-parts {
  margin: 5px 0 0 10px;
  padding: 0;
}

ul.doceditor-parts li {
  display: inline;
  border: 1px solid black;
  padding: 3px 5px 2px 5px;
  margin: 0 5px 0 0;
  position: relative;
  font-size: 80%;
  line-height: 1.3em;
  text-align: center;
}

ul.doceditor-parts li.here {
  border-bottom: 1px solid ButtonFace;
  background: ButtonFace;
  z-index: 1;
}

ul.doceditor-tabs li a, ul.doceditor-parts li a {
  text-decoration: none;
}

div.editor-outerframe {
  padding: 10px 10px 10px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  position: relative;
  z-index: 0;
}

div.doceditor-parteditor {
  padding: 5px 10px 10px 10px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  position: relative;
  z-index: 0;
  background: ButtonFace;
}

/*
 * Styles specific for the doctype selection page.
 */
.doctypeLabel {
}

.doctypeDescription {
    font-style: italic;
    padding-bottom: 10px;
    padding-left: 20px;
}

/*
 * Styles specific for the diff page.
 */
div.diff-added {
  font-family: "Andale Mono" monospace;
  font-size: 80%;
  background-color: #ccffcc; /* light green */
  border-left: 4px solid darkgreen; /* light green */
}
div.diff-removed {
  font-family: "Andale Mono" monospace;
  font-size: 80%;
  background-color: #fdc6c6; /* light red */
  border-left: 4px solid darkred; /* dark red */
}
div.diff-unchanged {
  font-family: "Andale Mono" monospace;
  font-size: 80%;
  border-left: 4px solid lightgrey;
}
span.diff-added {
  background-color: #58ff87;
}
span.diff-removed {
  background-color: #ff8686;
  text-decoration: line-through;
}

span.diffpage-nochanges {
  font-style: italic;
}

div.diffpage-contentdiff-title {
  border: 1px solid gray;
  text-align: center;
  border-bottom: 0px;
}
div.diffpage-contentdiff {
  border: 1px solid gray;
}

span.diffpage-removedfield {
  text-decoration: line-through;
}


/*
 * Styles specific for the versions overview page.
 */
tr.live {
  background-color: lightgreen;
}

/*
 * Styles specific for the site index page.
 */
table.siteindex td {
  padding: 6px;
}

a.sitelink {
  padding-left: 10px;
  background-image: url("../images/bullet.png");
  background-repeat: no-repeat;
  background-position: 0 .5em;
}

/*
 * Styles specific for the faceted navigation
 */
div.facetbrowser-resultcount {
  font-weight: bold;
  font-size: 110%;
}

div.facetbrowser-docsummary {
  margin-top: 3px;
  font-style: italic;
}

div.facetbrowser-facet {
  margin-top: 1em;
  margin-bottom: 1em;
}

div.facetbrowser-facettitle {
  font-weight: bold;
  border-bottom: 1px solid black;
}

div.facetbrowser-morevalues {
  font-style: italic;
}

div.facetbrowser-filters {
  border: 1px solid gray;
  padding: 3px;
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 90%;
}

div.facetbrowser-docdetails {
  font-size: 90%;
  padding-left: 1em;
}

a.facetbrowser-doclink {
  font-weight: bold;
}

div.facetbrowser-resultdoc {
  border-bottom: 1px dotted gray;
  padding: 0.5em;
}

/*
 * The following rules are taken from Mozilla's quirck mode stylesheet.
 * See http://lxr.mozilla.org/seamonkey/source/layout/html/document/src/quirk.css
 * They avoid the top and bottom margin of elements in table cells.
 */
td > form:-moz-first-node, th > form:-moz-first-node,
td > p:-moz-first-node, th > p:-moz-first-node,
td > dl:-moz-first-node, th > dl:-moz-first-node,
td > multicol:-moz-first-node, th > multicol:-moz-first-node,
td > blockquote:-moz-first-node, th > blockquote:-moz-first-node,
td > h1:-moz-first-node, th > h1:-moz-first-node,
td > h2:-moz-first-node, th > h2:-moz-first-node,
td > h3:-moz-first-node, th > h3:-moz-first-node,
td > h4:-moz-first-node, th > h4:-moz-first-node,
td > h5:-moz-first-node, th > h5:-moz-first-node,
td > h6:-moz-first-node, th > h6:-moz-first-node,
td > listing:-moz-first-node, th > listing:-moz-first-node,
td > plaintext:-moz-first-node, th > plaintext:-moz-first-node,
td > xmp:-moz-first-node, th > xmp:-moz-first-node,
td > pre:-moz-first-node, th > pre:-moz-first-node,
td > ul:-moz-first-node, th > ul:-moz-first-node,
td > menu:-moz-first-node, th > menu:-moz-first-node,
td > dir:-moz-first-node, th > dir:-moz-first-node,
td > ol:-moz-first-node, th > ol:-moz-first-node {
   margin-top: 0;
}

td > p:-moz-last-node, th > p:-moz-last-node {
   margin-bottom: 0;
}

td > form:empty:-moz-first-node, th > form:empty:-moz-first-node,
td > p:empty:-moz-first-node, th > p:empty:-moz-first-node,
td > dl:empty:-moz-first-node, th > dl:empty:-moz-first-node,
td > multicol:empty:-moz-first-node, th > multicol:empty:-moz-first-node,
td > blockquote:empty:-moz-first-node, th > blockquote:empty:-moz-first-node,
td > h1:empty:-moz-first-node, th > h1:empty:-moz-first-node,
td > h2:empty:-moz-first-node, th > h2:empty:-moz-first-node,
td > h3:empty:-moz-first-node, th > h3:empty:-moz-first-node,
td > h4:empty:-moz-first-node, th > h4:empty:-moz-first-node,
td > h5:empty:-moz-first-node, th > h5:empty:-moz-first-node,
td > h6:empty:-moz-first-node, th > h6:empty:-moz-first-node,
th > listing:empty:-moz-first-node,
th > plaintext:empty:-moz-first-node,
td > xmp:empty:-moz-first-node, th > xmp:empty:-moz-first-node,
td > pre:empty:-moz-first-node, th > pre:empty:-moz-first-node,
td > ul:empty:-moz-first-node, th > ul:empty:-moz-first-node,
td > menu:empty:-moz-first-node, th > menu:empty:-moz-first-node,
td > dir:empty:-moz-first-node, th > dir:empty:-moz-first-node,
td > ol:empty:-moz-first-node, th > ol:empty:-moz-first-node {
   margin-bottom: 0;
}

td > form:empty:-moz-last-node, th > form:empty:-moz-last-node,
td > p:empty:-moz-last-node, th > p:empty:-moz-last-node,
td > dl:empty:-moz-last-node, th > dl:empty:-moz-last-node,
td > multicol:empty:-moz-last-node, th > multicol:empty:-moz-last-node,
td > blockquote:empty:-moz-last-node, th > blockquote:empty:-moz-last-node,
td > h1:empty:-moz-last-node, th > h1:empty:-moz-last-node,
td > h2:empty:-moz-last-node, th > h2:empty:-moz-last-node,
td > h3:empty:-moz-last-node, th > h3:empty:-moz-last-node,
td > h4:empty:-moz-last-node, th > h4:empty:-moz-last-node,
td > h5:empty:-moz-last-node, th > h5:empty:-moz-last-node,
td > h6:empty:-moz-last-node, th > h6:empty:-moz-last-node,
td > listing:empty:-moz-last-node, th > listing:empty:-moz-last-node,
td > plaintext:empty:-moz-last-node, th > plaintext:empty:-moz-last-node,
td > xmp:empty:-moz-last-node, th > xmp:empty:-moz-last-node,
td > pre:empty:-moz-last-node, th > pre:empty:-moz-last-node,
td > ul:empty:-moz-last-node, th > ul:empty:-moz-last-node,
td > menu:empty:-moz-last-node, th > menu:empty:-moz-last-node,
td > dir:empty:-moz-last-node, th > dir:empty:-moz-last-node,
td > ol:empty:-moz-last-node, th > ol:empty:-moz-last-node {
  margin-top: 0;
}



