/* start sitemap */
body,td{ font-family: arial, verdana, sans-serif; font-size: 10pt; }
body{ margin: 0; }
.content{ }
.content a{ text-decoration: none; border-bottom: 1px dotted; }
.content a:hover{ border-bottom: 1px solid; color: #f00; }
.subsection{ background: #f6f6f6; padding: 5px; }
h1,h2,h3{ margin: 10px 0px 5px 0px; }
h1{ font-size: 200%; }
h2{ font-size: 150%; }
ul{	margin: 1px; list-style: square; padding-left: 0px; list-style-position: inside; }
/* end sitemap */

.content{ padding: 20px; }

.tool{
  /* grey styled box for js tools */
  border:3px #f9f9f9 dotted; background-color: #f6f6f6; 
  padding: 10px;
  margin: 20px,0px,20px,0px; 
  margin-top: 20px;
  margin-bottom: 20px; 
  width: 50%;
}

.search{
  /* style container for placing search form */
  /* border-bottom: 10px #e0e0ff solid; background: #f3f3f3; */
  background: #eedd66; border-bottom: 1px #000 solid;
  padding: 10px;
  height:40px;
}

.search{ height: 50px; }
html>body .search{ height: auto; min-height: 30px; }
