html
{
	overflow: auto;
}

html, body
{
	height: 100%;
}
/**** Tables Page Styles ****/

#SongsTable
{
	margin-left: 4px;
	margin-top: 23px;
	border-style: solid;
	border-color: #999999; /*#C3C3C3;*/
	border-width: 1px;
	border-style: outset;
	width: 600px;
	font-size: 90%;
	
}

#SongsTable td
{
	padding: 2px 0 2px 3px;
}

th
{
	color: black;
	/*background: #FFCC99;*/
	background-color: #A8BEE3;
	padding: 2px 0 2px 3px;
}

.commonTH
{
	width: 190px;
}

.latinTH
{
	width: 150px;
	margin-bottom: 10px;
}

.sizeTH
{
	width: 90px;
}

.latin
{
	/*display: inline;*/
	font-style: italic;
	color: #666666;
	font-size: 10pt;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	color: blue;
	text-decoration: none;
}


/***Notes Styles***/

.notesHeaderStyle
{
	background-color: #A8BEE3;
	margin-left: 4px;
	margin-bottom: 20px;
	margin-right: 8px;
	padding: 6px;
}

.notesHeader 
{
	font-weight: bold;
}

.notesTH
{
	width: 60px;
}

.notesLatin
{
	font-style: italic;
	color: #717171;
	/*margin-bottom: 22px;*/
}

.notesBody
{
	margin: 10px;
}


/***Bird Navbar (LeftTop) frame styles***/


#NavBody
{

      margin: 0;
      padding: 0;
      border-width: 0px 0 0 5px;
	  border-color: white;
	  border-style: solid;
      /*background-color: #A8BEE3;*/
	  background-color: white;
	  
}

#NavTable
{
	width: 95%;
	margin: 23px 0 0 0px;
	border-width: 1px;
	border-color:  #999999;
	border-style: outset;
	height: 90%;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-top: 19px;
	padding-right: 8px;
	background: #A8BEE3;
}

#TaxTreeRow
{
	vertical-align: top;
}

#TaxTreeTD
{
	height: 240px;
	overflow: auto;
	border-color: white;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 0 5px 5px 10px;
	/*background: white;*/

}


#TaxTreeTD a:link {color: blue; }
#TaxTreeTD a:hover{ color: blue; }
#TaxTreeTD a:active{ color: blue; }
#TaxTreeTD a:focus{ color: blue; }
	

.adds
{
	color: white;
	/*border-width: 1px;
	border-style: outset;
	padding: 3px 0px 3px 0px;
	border-color:#99A7B7;
	background-color: #EAEAEA;*/
}

.Order
{
  	font-variant: small-caps;
	padding-top: 7px;
}
  
.Family
{
  	margin-left: 16px;
}
  
.Subfamily
{
  	margin-left: 32px;
	font-size: 90%;
}

ul
{
	list-style-type: none;
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
	color: white;
}

ul li { padding: 3px 0px 3px 0px ;}

#test a:link {color: white; }
#test a:visited {color: white;}
#test a:hover{ color: blue; }
#test a:active{ color: blue; }
#test a:focus{ color: blue; }