body
{
   background-color: #fffff0;
}

#hiddenitem
{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: yellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#container
{
	padding: .5em;
}

#top
{
	padding: .5em;
	background-color: #c0e0e0;
}

#top h1
{
	font-family: Arial;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	color: #003366;
	padding: 0;
	margin: 0;
}

#top h2
{
	font-family: Arial;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding: 0;
	margin: 0;
}

#leftNavigation
{
	float: right;
	width: 180px;
	background-color: #e0e0c0;
	font-family: Arial;
}

#leftNavigation h3
{
	font-family: Arial;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	color: #003366;
	padding: 0;
	margin: 0;
}

#leftNavigation ul
{
	margin: 0 0 0 1em;
	padding: 0;
}

#leftNavigation li
{
	margin: 0;
	padding: 0;
}

.annalNumber
{
	font-size: 16pt;
	margin-bottom: 0;
	padding-bottom: 0;
}

.annalText
{
	margin-left: 40px;
	margin-top: 0;
	padding-top: 0;
}

.lN
{
	float: left;
	width: 50;
	color: Black;
	text-decoration: none;
}

.folioNumber
{
	position: absolute;
	left: 40px;
	font-size: 18pt;
}

.aN
{
	float: left;
	width: 100;
}

.aT
{
	margin-left: 40px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.annotation
{
	color: Navy;
	font-size: 10pt;
	font-style: italic;
}

.reading
{
	color: Green;
	font-size: larger;
	font-style: italic;
}

.lemma
{
	color: Green;
}

.addition
{
	color: Green;
}

.erasure
{
	color: Red;
	text-decoration: line-through;
}

.popup
{
	text-decoration: underline;
}

.sH
{
	position: absolute;
	left: 300px
}

.hidden
{
	position: absolute;
	visibility: hidden;
}

dl.whatsnew dt
{
	font-weight: bold;
}

dl.msList
{
	margin-left: 40px;
}

dl.msList dt
{
	font-family: Arial;
}

dl.tagList dt
{
	font-weight: bold;
	font-size:   larger;
	font-family: Arial;
}

dl.attrList dt
{
	font-weight: bold;
	font-style:  italic;
}

dl.handList
{
	margin-left: 40px;
}

dl.handList dt
{
	font-weight: bold;
	font-family: Arial;
}

#MenuBar, #LinkBar {
  float:            left;
  width:            100%;
  /*position:         absolute;
  left:             0.8%; */
  border:           none;
}
/*
  z-index necessary to make links
  visible in Netscape 6
*/
#MenuBar {
  top:              1.5em;
  z-index:          4;
}
#LinkBar {
  top:              0.1em;
  z-index:          3;
}
/*
  Main menu and link styles identical.
*/
#Menu1, #Menu2, #Menu3, #Menu4, #Menu5,
#Link1, #Link2, #Link3, #Link4, #Link5 {
  float:            left;
  width:            19.4%;
  border-style:     solid;
  border-color:     #eee #dfdfdf #666 #ccc;
  margin:           0 0 0 0;
  color:            #039;
  background:       #c0e0e0;
  font-family:      "Arial";
  font-weight:      normal;
  font-size:        1em;
}
/*
  Differences in menu and link styles.
*/
#Menu1, #Menu2, #Menu3, #Menu4, #Menu5 {
  border-width:     0px 2px 1px 2px;
  position:			absolute;
  visibility:       hidden;
}
#Link1, #Link2, #Link3, #Link4, #Link5 {
  border-width:     2px 2px 1px 2px;
  visibility:       visible;
  height:           1.3em;
}
/*
  Must override float on the menu divs.
*/
#Menu1 UL, #Menu2 UL, #Menu3 UL,
#Menu4 UL, #Menu5 UL  {
  float:            none;
  margin:           0em 0em 0em 1em;
  padding:          0.2em 0em 0.5em 0em;
  font-family:      "Arial";
}
/*
  Make the whole width of the links
  active -- height necessary for IE 5.5
*/
#LinkBar a, #MenuBar a {
  display:          block;
  height:           1.3em;
}
#Menu1 a:visited, #Menu2 a:visited,
#Menu3 a:visited, #Menu4 a:visited,
#Menu5 a:visited, #Link1 a:visited,
#Link2 a:visited, #Link3 a:visited,
#Link4 a:visited, #Link5 a:visited {
  color:            #039;
  background:       #c0e0e0;
}
#Menu1 a:link, #Menu2 a:link,
#Menu3 a:link, #Menu4 a:link,
#Menu5 a:link, #Link1 a:link,
#Link2 a:link, #Link3 a:link,
#Link4 a:link, #Link5 a:link {
  color:            #039;
  background:       #c0e0e0;
}
#Menu1 a:hover, #Menu2 a:hover,
#Menu3 a:hover, #Menu4 a:hover,
#Menu5 a:hover, #Link1 a:hover,
#Link2 a:hover, #Link3 a:hover,
#Link4 a:hover, #Link5 a:hover {
  color:            #C00;
  background:       #c0e0e0;
}
