@charset "utf-8";
/*
  adfmf-styles.css
 Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. 
*/

h2.children, h2.attributes {
}

th.tagname {
  font-size:		large;
  font-weight:		bold;
  padding:		0px;
  vertical-align:	center;
}

th.tagvalue {
  font-size:		large;
  font-weight:		normal;
  color:		blue;
  padding:		0px;
  vertical-align:	center;
}


table.children, table.attributes {
  font-size: 		small;
  rules: 		all;
  border-collapse: 	collapse;
  border:		1px solid black;
  width:		100%;
}

td.children, td.attributes {
  text-align: 		left;
  vertical-align: 	bottom;
  border:		1px solid black;
  padding:		3px;
}

th.children, th.attributes {
  font-weight: 		bold;
  text-align: 		center;
  vertical-align: 	bottom;
  border:		1px solid black;
  padding:		3px;
}

hr.tag-separator {
  align:		center;
  width:		90%;
}
