body {
width: 90%;
font-family: sans-serif;
  margin: 2em;
  padding: 2em;
  font: 400 1em  Arial, Verdana, Helvetica, sans-serif;
  line-height: 1.5em;
  background-color: white;
  color: black;
}

pre {
  font: 400 1.0em 'Inconsolata','Bitstream Vera Sans Mono','monospace','Courier New',Courier,Fixed;
      font-size: 1.0em;
 padding: 1em;
border: 1px solid;
border-color: gainsboro;
}

pre code {
  line-height: 120%;
  white-space: pre; 
  background: white;
  border-bottom: none;
}


code {

  font: 400 1.0em 'Inconsolata','Bitstream Vera Sans Mono','monospace','Courier New',Courier,Fixed;
  line-height: 120%;
  white-space: pre;
  
  background: #F4F4F4;
  border-bottom: 1px solid #D3D3D3;
}

#bluebar {
    background-color: #3B5998;
    left: 0px;    
    top: 0px;
    position: absolute;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.topmenu {
    border-bottom: 2px solid;
    padding: 7px;
    width: 100%;
    font: 400 1.2em Verdana, Helvetica, sans-serif;
}


.highlight  {
    border: 1px solid;
    padding: 4px;
    width: 100%;
    font: Verdana, Helvetica, sans-serif;
 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

table {
    border: 1px solid;
}

td {
    border: 1px solid;
}

table.mainmenutable {
	border: 0px;
}

table.mainmenutable td {
	border: 0px;
}

h1 { font-family: 'Droid Sans', 'Josefin Sans Std Light', arial, serif; }

blockquote { 
             border: 1px solid;
             background:#EEEEEE;
             color:#222222;
             width: 85%;
             margin: 1em;
	     padding: 0.5em;
 }

div.toc ol {
    list-style-type: type:disc;
    
}

.dxreview { 
border: 1px solid;
border-color: gainsboro;            
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
 }

.dxreview h3 { 
               background:#EEEEEE;             
margin-top: 0px;
 }
