body {
  font-family: Verdana, Helvetica, sans-serif;
  background-color: #FFFFFF;
}

p, table {
    font-size: 90%;
}

table.searchresults {
	background-color: #EDEDED;
	border: 0;
	border-collapse: collapse;
}

.searchresults tr {
    border-bottom: solid 2px white;

}

.searchresultscount, .searchfield, .searchtext {
    font-weight: bold;
    color: #880000;

}

input.search_form_submit {
    margin-top: 20px;
    /*margin-left: 50px;*/
    color: #222266;
    float:right;
}


td, th {
	padding: 7px;
	font-size: 90%;
	border-left: dotted 2px white;
}

.t1 {
  color: #222266;
}


.titlebar {
  /* display: inline;  */
  background-color:  #EDEDED;
  width: 90%;
  margin-bottom: 20px;
}

.titlebar h2 {
  display: inline;
  padding-right:40px;
}
.titlebar .cell {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 80%;
}

div.titlebar a.searchbtn.cell {
    font-weight: bold;
}

a:link 
{ color: #3333aa; 
  text-decoration: none; 
}

a:visited
{
  text-decoration: none; 
}

.hoverMe:hover,  a:hover
{ 
  text-decoration: none; 
  color: blue;  }

.deleted {
  font-size: 80%;
}

.time {

    margin-top: 20px;
    font-size: 80%;

}

#id_title {
    width: 500px;
}

#id_year, #id_keyx {
    width: 100px;
}

#id_artist, #id_composer, #id_lyricist {

    width: 300px;

}
#id_page1, #id_page2, #id_page3 { 
    width: 100px;
}

table.editTable th {
    color: #161616;
    text-align: right;

}

#id_progression, #id_lyric, #id_notes {
    width: 100%;

}
