html {}

body,p,h1,h2,h3,h4,table,td,th,ul,ol,textarea,input
{
    font-family:verdana,helvetica,arial,sans-serif;
    padding: 4px 10px 4px 10px;
}

body {
  font-size:11px;
  margin:0px;
  position:relative;
  padding:0px;
  color: #202020;
  background-color: #e8e8e8;
}

ol
{
  margin-left:15px;
}
li
{
  margin-left:15px;
}
ul
{
  margin-left:14px;
}


a:link
{
    text-decoration: none;
    color:#B05000;
}
a:visited
{
    text-decoration: none;
    color:#B05000;
}
a:hover
{
    text-decoration: none;
    color:#ff8000;
}

 a.ext-link .icon 
 {
  background: url(css-content/default_css_content/extlink.gif) center center no-repeat;
  padding-left: 12px;
 }
 
 a.mail-link .icon 
 {
  background: url(css-content/default_css_content/envelope.png) center center no-repeat;
  padding-left: 14px;
 }
 

h1
{
    background-image: url(css-content/default_css_content/grDarkSmall.png);
	background-repeat: repeat-x;
   /* background-color: #000000;*/
    color: #e4dee4;
    padding: 4px 10px 4px 10px;
    margin:0px;
}

h2,h3,h4
{
    background-image: url(css-content/default_css_content/grBright.png);
	background-repeat: repeat-x;
    background-color: #c8c8c8;
    color: #3c3c3c;
    padding: 4px 10px 4px 10px;
}


h1 {font-size:180%;margin-top:0px;font-weight:600}
h2 {font-size:120%;margin-top:30px;margin-bottom:4px;font-weight:600}
h3 {font-size:120%;font-weight:500;}
h4 {font-size:100%;}


.wiki-toc h4
{
    margin-top:0px;
    background-color: Red;
    {font-size:120%;}
}


img.user-manual-background-image {
  /* Set up proportionate scaling */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  
  /* Set up positioning */
  position: fixed;
  z-index:-1;
}

  

#header {
  font-size: x-large;
  font-weight: bold;
  font-style: oblique;
  padding-top: 10px;
  text-align:center;
  vertical-align:middle;
}

#footer {
  font-size: x-small;
  font-style: italic;
  padding-bottom: 4px;  
  text-align:center;
  vertical-align:middle;

}

/*
Note: No idea why I originally did this but on the Director/Plugins page it
messes up the horizontal scroll bars for the code snippets and the side becomes
very width. 

#user-manual-content {
	padding-left: 0px;
	padding-right: 0px;
	position:absolute;
	left:0px;
	top:0px;
}
*/

 /*
img.usermanual-image 
{
  border: none;
  text-align:center;
  margin-right:auto; display:block; margin-left:auto;
}
   */         
table.wiki {
 border: 1px solid #ccc;
 border-collapse: collapse;
 border-spacing: 0;
 font-size:11px;
 padding: 4px 10px 4px 10px;
 margin: 10px;
}

table.wiki td {
 border: 1px solid #ccc;  padding: .1em .25em;
}

table.wiki th {
 border: 1px solid #bbb;
 padding: .1em .25em;
 background-color: #f7f7f7;
}

pre.wiki, pre.literal-block {
 background: #f7f7f7;
 border: 1px solid #d7d7d7;
 margin: 1em 1.75em;
 padding: .25em;
 overflow: auto;
}

li.active
{
  background-color:#F8F8F8
} 


div.ventuz-node-summary table.wiki {
  /*background-color:#A5A5A5;*/
  border:0px;
  border-top: 2px solid #AAAAAA;
  border-bottom: 2px solid #AAAAAA;
  margin:0em;
  padding:0px 0px 0px 0px;
  font-size:12px;
  border-collapse:collapse;
  width: 100%;
}

div.ventuz-node-summary table.wiki td {
   border:0px;
}

span.usermanual-keyboard
{
     padding:0px 2px;
     position:relative; 
     top: -1px;
     font-family:microsoft sans serif, sans-serif;
     font-size: 9px;
     font-weight: normal;
     white-space:nowrap;
     color:#fff;
     background:#222;
     border-width:2px 2px 2px 2px;
     border-style:solid;
     border-color:#aaa #666 #444 #888;
}

span.usermanual-mouse
{
     padding:0px 2px;
     position:relative; 
     top: -1px;
     font-family:microsoft sans serif, sans-serif;
     font-size: 10px;
     font-weight: normal;
     white-space:nowrap;     
}

img.usermanual-mouse
{
     display:inline;
}

div.usermanual-see-also {
  font-size:normal;
  font-style:italic;
  font-weight:bold;
  border:0px;
  border-top: 1px solid gray;
  border-collapse:collapse;
  margin:0px;
  min-height:20px;
  padding:10px 10px 10px 10px;
 
}

li.usermanual-see-also {
  font-style:normal;
  font-weight:normal;
}                                

.usermanual-underconstruction, .usermanual-internalpage, .usermanual-internalnote {
  font-style:oblique;
  font-weight:bold;
  background-color:#FFDD77;
  background-position:20px 50%;
  background-repeat:no-repeat;
  border: 1px solid #EEAA00;
  border-collapse:collapse;
  margin:2em;
  min-height:20px;
  padding:15px 20px 15px 80px;
  text-align:center;
  vertical-align:middle;               
}


.usermanual-underconstruction {
  margin:2em;
  background-image:url(css-content/default_css_content/underconstruction.png);
}

div.usermanual-todo {
  -moz-border-radius-bottomleft:20px;
  -moz-border-radius-bottomright:20px;
  -moz-border-radius-topleft:20px;
  -moz-border-radius-topright:20px;
  font-size:small;
  font-style:italic;
  font-weight:bold;
  background-color:#FFDD77;
  border: 1px solid #EEAA00;
  float:right;
  border-collapse:collapse;
  margin:20px;
  min-height:20px;
  padding:10px 10px 10px 20px;
  text-align:justify;
  vertical-align:middle;  
}


div.usermanual-todo li {
  font-style:normal;
  font-weight:normal;
}

/*
  Settings taken from Notebox plug-in for support during export.
  */

.noteboxbase, .noteboxwarn, .noteboxnote, .noteboxtip
{
  background-position:20px 50%;
  background-repeat:no-repeat;
  border-collapse:collapse;
  margin:2em;
  min-height:40px;
  padding:10px 20px 10px 70px;
  text-align:justify;
  vertical-align:middle;
}
 
.noteboxwarn {
  background-color:#ff6c5f;
  border:1px solid #a01e14;
  background-image:url(css-content/default_css_content/usermanual_warning.png);
}

.noteboxtip {
  background-color:#f0f080; 
  background-image:url(css-content/default_css_content/usermanual_tip.png);
  border: none;
}
.noteboxnote {
  background-color:#f8f8f8;
  background-image:url(css-content/default_css_content/usermanual_note.png);
  border:1px solid #9a9a9a;                            
}



/* syntax highlighting */

div.code pre  { background: #f8f8f8;  border:1px solid #9a9a9a; padding:10px;margin:20px;  }
div.code pre .hll { background-color: #ffffcc;}
div.code pre .c { color: #008000 } /* Comment */
div.code pre .err { border: 1px solid #FF0000 } /* Error */
div.code pre .k { color: #0000ff } /* Keyword */
div.code pre .cm { color: #008000 } /* Comment.Multiline */
div.code pre .cp { color: #0000ff } /* Comment.Preproc */
div.code pre .c1 { color: #008000 } /* Comment.Single */
div.code pre .cs { color: #008000 } /* Comment.Special */
div.code pre .ge { font-style: italic } /* Generic.Emph */
div.code pre .gh { font-weight: bold } /* Generic.Heading */
div.code pre .gp { font-weight: bold } /* Generic.Prompt */
div.code pre .gs { font-weight: bold } /* Generic.Strong */
div.code pre .gu { font-weight: bold } /* Generic.Subheading */
div.code pre .kc { color: #0000ff } /* Keyword.Constant */
div.code pre .kd { color: #0000ff } /* Keyword.Declaration */
div.code pre .kn { color: #0000ff } /* Keyword.Namespace */
div.code pre .kp { color: #0000ff } /* Keyword.Pseudo */
div.code pre .kr { color: #0000ff } /* Keyword.Reserved */
div.code pre .kt { color: #2b91af } /* Keyword.Type */
div.code pre .s { color: #a31515 } /* Literal.String */
div.code pre .nc { color: #2b91af } /* Name.Class */
div.code pre .ow { color: #0000ff } /* Operator.Word */
div.code pre .sb { color: #a31515 } /* Literal.String.Backtick */
div.code pre .sc { color: #a31515 } /* Literal.String.Char */
div.code pre .sd { color: #a31515 } /* Literal.String.Doc */
div.code pre .s2 { color: #a31515 } /* Literal.String.Double */
div.code pre .se { color: #a31515 } /* Literal.String.Escape */
div.code pre .sh { color: #a31515 } /* Literal.String.Heredoc */
div.code pre .si { color: #a31515 } /* Literal.String.Interpol */
div.code pre .sx { color: #a31515 } /* Literal.String.Other */
div.code pre .sr { color: #a31515 } /* Literal.String.Regex */
div.code pre .s1 { color: #a31515 } /* Literal.String.Single */
div.code pre .ss { color: #a31515 } /* Literal.String.Symbol */

table.code td .hll { background-color: #ffffcc }
table.code td  { background: #ffffff; }
table.code td .c { color: #008000 } /* Comment */
table.code td .err { border: 1px solid #FF0000 } /* Error */
table.code td .k { color: #0000ff } /* Keyword */
table.code td .cm { color: #008000 } /* Comment.Multiline */
table.code td .cp { color: #0000ff } /* Comment.Preproc */
table.code td .c1 { color: #008000 } /* Comment.Single */
table.code td .cs { color: #008000 } /* Comment.Special */
table.code td .ge { font-style: italic } /* Generic.Emph */
table.code td .gh { font-weight: bold } /* Generic.Heading */
table.code td .gp { font-weight: bold } /* Generic.Prompt */
table.code td .gs { font-weight: bold } /* Generic.Strong */
table.code td .gu { font-weight: bold } /* Generic.Subheading */
table.code td .kc { color: #0000ff } /* Keyword.Constant */
table.code td .kd { color: #0000ff } /* Keyword.Declaration */
table.code td .kn { color: #0000ff } /* Keyword.Namespace */
table.code td .kp { color: #0000ff } /* Keyword.Pseudo */
table.code td .kr { color: #0000ff } /* Keyword.Reserved */
table.code td .kt { color: #2b91af } /* Keyword.Type */
table.code td .s { color: #a31515 } /* Literal.String */
table.code td .nc { color: #2b91af } /* Name.Class */
table.code td .ow { color: #0000ff } /* Operator.Word */
table.code td .sb { color: #a31515 } /* Literal.String.Backtick */
table.code td .sc { color: #a31515 } /* Literal.String.Char */
table.code td .sd { color: #a31515 } /* Literal.String.Doc */
table.code td .s2 { color: #a31515 } /* Literal.String.Double */
table.code td .se { color: #a31515 } /* Literal.String.Escape */
table.code td .sh { color: #a31515 } /* Literal.String.Heredoc */
table.code td .si { color: #a31515 } /* Literal.String.Interpol */
table.code td .sx { color: #a31515 } /* Literal.String.Other */
table.code td .sr { color: #a31515 } /* Literal.String.Regex */
table.code td .s1 { color: #a31515 } /* Literal.String.Single */
table.code td .ss { color: #a31515 } /* Literal.String.Symbol */

