/*
 Created By: V. Subhash
 Created On: 25 November 2008
 Updated On: 21 December 2008
*/

body { margin: 5px auto 50px auto; width: 996px; min-width: 996px; }

div#nl_content {
  font: normal 0.8em Segoe UI, Liberation Sans, Tahoma, Verdana, Arial, Helvetica, sans-serif!important;
  margin: 10px 100px;
  width: 796px;
}

div#nl_content a {
  color: navy;
  text-decoration: none;
  border-bottom: 1px dotted navy;
}

div#nl_content h1,
div#nl_content h2,
div#nl_content h3,
div#nl_content h4,
div#nl_content h5,
div#nl_content h6 {
 font-weight: normal;
 font-style: italic;
 font-family: Cambria, Liberation Serif, Constantia, Georgia, Times, serif;
 margin: 1em auto 0.2em auto;
}

div#nl_content h1 { font-size: 2.7em; }
div#nl_content h2 { font-size: 2.4em; }
div#nl_content h3 { font-size: 2.1em; }
div#nl_content h4 { font-size: 1.9em; }
div#nl_content h5 { font-size: 1.6em; }
div#nl_content h6 { font-size: 1.3em; }

div#nl_content p, div#nl_content li {
 line-height: 1.3em;
 margin-top: 0.2em;
}

div#nl_content li {
 margin: 0.2em 0 0.5em 0;
}

div#nav_trail {
  margin: 25px 0 -10px 0;
}

div#nl_content code { background-color: whitesmoke; }

div#nl_content pre.nlpre {
 font: normal 1em Consolas, Liberation Mono, Lucida Console, Courier New, Courier, monospace;
 border: dashed 1px #d9d9d9;
 margin: 2.5em 50px 2.5em 50px;
 padding: 20px;
 background-color: ghostwhite;
}

div#nl_content .remG {
    color: green;
}

div#nl_content .keyH {
  color: purple;
  font-weight: bold;
}

div#nl_content ul li { list-style: circle; }

div.screenshot { text-align: center; margin: 2.5em 0; padding: 0px; }
div.screenshot img { border-style: none; margin: auto auto 0px auto; }
div.screenshot h6 { margin: 5px auto 1em auto; }



.notes { font-size: 0.8em; }

blockquote.note_important {
  background-color: snow!important; 
  border: 1px solid lavender!important; 
  color: firebrick;
  margin: 0.5em auto!important;
  padding: 0.5em 1em!important; 
  width: 500px!important;   
}    

blockquote.note_important h5, blockquote.note_important h6 {
  font-weight: bold!important;
  text-align: center; 
  
}    

blockquote.note_important a {
    border-bottom: 1px dotted firebrick!important;
    color: firebrick!important;
}   