/* Home Page
--------------------------------------------*/
#home_page {
}

#home_page li {
  list-style: none;
  font: bold 16px helvetica;
  color: RGB(102,102,102);
  padding:0px;
  
}

#home_page li img{  
  vertical-align:middle;
}

.library_item_display {
  padding-left: 30px;
  text-align: left;
  cursor: move;
}

.search_sub_header {
  font: bold 16px arial;
  border-bottom: 1px solid rgb(200,200,200);
  margin-bottom: 10px;
}