/* my_format_blue.css */

body { 
    background-color:white; 
    color:black; 
    padding:0; margin:0;
    font-size:90%;
    font-family:Arial,Helvetica,sans-serif; 
}

#header {
    position:relative;
    width:auto; 
    background:#eaecf2;
    padding:0 0 0 40px;
    margin:0;
    height:123px;
}

#header #logo {
    margin:0; padding:0;
    float:left;
}
    
#navigation {
    position:absolute;
    bottom:.5em; left:200px;
    width:auto;
    margin:.5em 0 0 -1ex;
    padding:0 0 0 2ex;
    font-size:100%;
}
    
#navigation li {
    display:inline;
    margin:0;
    padding:0;
}

#navigation a {
    padding:.125em 1ex;
}

#navigation a:hover {
    background:white; /* #cadefe; */
    color:#0020a0; /* #4080FF; black; */
}

#navigation a.active {
    color:white;
    background:#4080FF; 
}

#content {
    margin:1em 1em 3em 20px;
    width:750px;
    clear:both;
    font-size:100%;
}

#footer {
    border-top:1px solid #999;
    width:750px;
    margin-left:20px;
    padding-top:1ex;
}

#footer p {
    font-size:60%;
    margin-bottom:.5em;
    margin-top:0;
    
}

div.command {
    font-family:courier new,Courier;
    font-size:100%;
    margin:0 0 1em 10px;
}

div.command span {
    border:2px solid #ccc;
    padding:.2em 1ex;
    background:#ffcc00;
}

pre.options {
    margin-left:30px;
}

h1 { font-size:140%; margin-bottom:1ex; }

h2 { font-size:120%; margin-bottom:1ex;  color:#000070;}

h3 { font-size:110%;  color:#000090;}

h4 { font-size:105%; }

p { text-align:justify; margin-left:10px; margin-right:10px;}

li { margin-top:3px; }

code,kbd,tt,pre {
    font-family:Courier New,Courier; color:#0000B0; 
}

var { font-style:normal; color:#000070; }

blockquote,cite { font-style:italic; }

a { text-decoration:none; }

a:link    { color:#0000B0; }
a:visited { color:#0000B0; }
a:active  { color:#0000B0;  }

ins { color:#009900; font-weight:bold; text-decoration:none; }

del { color:#990000; font-weight:bold; text-decoration:line-through; }

hr { color:#000000; height:1px;}




/* webversion part */

pre { font-family:Courier New,Courier; font-size:10pt; color:#FF6103; }

#answerlinks a {
    color:#4080FF;
}




#checkboxes {
	margin:1em 1em 3em 3em;
}

#webinterface_frame {
  border-style: none;
  position: relative;
  top: -43px;
  width: 100%;
  height: 750px;
  

}

#navigation .no_hover a:hover {
  background-color:  #eaecf2;
}

