html, body{
   font-family:Arial,sans-serif;
   margin: 20px;
   _padding: 0px;
   background-color: #fff;
   color: #222;
   line-height: 140%;
   font-size: 11pt;
}

td {
   align:left;
   valign:top;
}

.sqlexample {
    color:#555;
    font: 1em/normal "courier new", courier, monospace;
}
    
.splunkexample {
    color:#373;
    background-color:#DDD;
    font: 1em/normal "courier new", courier, monospace;
    white-space: nowrap;
    font-weight: bold;
}
.splunkexample a{
    text-decoration: underline
}


.note {
      color:#400;	
      font: 1em/normal "courier new", courier, monospace;
      white-space: normal;
  }

.typename {
	   color:"red";
}

code, pre {
     font: 1em/normal "courier new", courier, monospace;
}
h1, h2, h3, h4 {
  color: #006a00;
}
a {
  color: #006a00;
  text-decoration: none;
}
#headerbar {
   padding: 1.0em 0 1.0em 3em;
   background-color: #006a00;
   _xmargin: 3em -2em 1em 0;
   _border-width: 0px;
   _xwidth: 80%;
   _min-width: 900px;
}
.title {
      color: white;
      font-size: 24pt;
      margin: 2px;
      font-family:Tahoma, Lucida Sans Unicode,Arial,sans-serif;
      font-weight: bold;
}
.tag, .medias, .medias a {
      color: white;
      font-size: 14pt;
      font-style: italic;
      margin: 2px;
      line-height: 1.5;
}
.tag {
      font-style: normal;
      font-size: 13pt;
}
.medias, .medias a {
      font-style: normal;
      font-size: 11pt;
}
.sidebar {
     float: left;
     font-size: 12pt;
     color: #006a00;
     width: 150px;
}
.sidebar li {
     list-style-type: none;
}
.sidebar li a {
     text-decoration: none;
     color: #006a00;
}
.content {
    width: 700px;
    margin-left: 200px;
    xpadding: 10px;
    min-height: 800px;
}
