/* CSS Document */
/*  ModuleName:   notes.css in system/styles
    Version       01.03
    Build:        0005
    Updated:      080515
    Checked:      01.00.0002
    
    01.03.0005  +notes-block p
    01.02.0004  !class notes-visible
*/
.notes_text_a
{
  
  font-style: italic;
}
  
.notes_text_q
{
  font-weight: bold;
  
}

.notes-block
{
  margin:5px;
  padding:1em;
  /* border:1px solid #ddd; */
}

.notes-block p {
  padding-bottom: 5px;
  }
  
.notes-block a {
  color: white;
  }
  
.notes-prefix {
  letter-spacing:0.2em;
  font-variant: small-caps;
  padding-bottom: 5px;
  }

.notes-title
{
  font-size: 120%;
  font-weight: bold;
  color: red;
  padding-bottom: 5px;
  
  }

.notes-subtitle {
  font-style: italic;
  padding-bottom: 5px;;
  }

.notes-visible p {
  padding-bottom: 5px;
 
  } 

   

.notes-suffix {
  text-align: right;
  
  }

.notes-image {
  margin: 5px;
  }
     
.notes-image-right {
  float: right;
  margin-left: 5px;
  }  
 .notes-image-left {
  float: left;
  margin-right: 5px;
  }  
.notes-content {
margin:5px;
  padding:1em;
}    
.notes-content a {
  color: white;
  }
  
a.notes-hidden
{
color:white; /* #000; */
text-decoration:none;
outline-style:none;
}

a.notes-hidden em
{
display:none;
}

a.notes-hidden:hover
{
text-decoration:none;
}

a.notes-hidden span {
  color: 	#87CEFA; /* lightskyblue; */
  }

a.notes-hidden:active, a.notes-hidden:focus
{
background: black;
}

a.notes-hidden:active span, a.notes-hidden:focus span
{
display:none;
}

a.notes-hidden:active em, a.notes-hidden:focus em
{
display:block;
color: inherit; /*#000;*/
width:100%;
font-style:normal;
cursor:default;
}

.clear
{
clear:both;
}
