/************************************************************/ 
/*                  Basic Elements                          */
/************************************************************/ 
body {
//    font: 80% Arial, sans-serif;
    background-color: White;
    color: Black;
    margin-left: 200px;
    padding: 5px;
    text-align: justify;
}




a {
    text-decoration: none;
    color: #2f5e73;
    background-color: transparent;
}

a:hover {
    text-decoration: underline; 
    
    /* border: 1px solid black;
       -moz-border-radius:1em; 
       padding: 0 9px;
    */ 
}





h1, h2, h3, h4, h5, h6 {
    color: Black;
    background-color: transparent;
    font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    border-bottom: 1px solid #8cacbb;
}

h2 a:hover {text-decoration: none;}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: Black ! important; 
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
    border-bottom: none;
}

h3 {
    font-size: 120%;
    border-bottom: none;
}

h4 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 90%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 75%;
    border-bottom: none;
    font-weight: bold;
}


ul { 
    line-height: 1em;
    list-style-type: square;
    margin: 0.5em 0 0 1.5em;
    padding:0;
    /* list-style-image: url("/static/bullet.gif"); */ 
}

ol {
    line-height: 1em;
    margin: 0.5em 0 0 2em;
    padding:0;
}

/*li {
    margin-bottom: 0.5em;
}*/



p a {
    text-decoration: underline;
}



pre {
    font-size: 120%;
    padding: 1em;
    border: 1px solid #8cacbb;
    color: Black;
    background-color: #dee7ec;
    overflow: auto;
}
.pre a {
    text-decoration: underline;
}




h1.title {
    font-size: 200%;
    margin:0px 0px 15px 0px;
    border-bottom: none;
    text-align: center;
}


.section h1 {
    font-size: 150%;
    border-bottom: 1px dashed #8cacbb;
}

.section h2 {
    font-size: 110%;
    font-weight: bold;
    border-bottom: 0.5px dashed #8cacbb;
    }

.section p,
.section pre,
.section li,
.section h2
{
    margin: 1em 0.5em 1em 1em;
}


p.topic-title{ display: none; }


ul#menu,div#menu li>ul
{
  /*Make the sub list items indented*/
  display : none;
}


#menu {
        position: fixed;
        width: 150px;
        display: block;
        left: 20px;
	padding-bottom: 10px;
	border: 2px solid #9FB1BC;
        
        list-style-type: none;
        font: 12px helvetica, verdana, arial, sans-serif; 
	font-weight: bold;

	}

#menu li {
	margin: 0; 
	padding: 0 0 2px 0;
        display: block;
	}
	
#menu a:link, #menu a:visited {
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
	}

#menu a:link.active, #menu a:visited.active, #menu a:hover {
	color: #000;
	background: url(tab_pyra.gif) no-repeat left center;
	}


div.attention, div.caution, div.danger, div.error, div.hint,
div.important, div.note, div.tip, div.warning {
  background-color: #cccccc;
  width: 40%;
  border: medium outset ;
  padding: 3px;
  float: right;
 }
