.app_icon_row .icon_container a:hover {
   border: solid 1px #aaa;
}

/****** APP ICON DOCK  *******/

.app_icon_row {
	background: white;
/*	padding: 0px 10px 5px;*/
/*	position: relative;*/
/*	z-index: 4;*/
}

.app_icon_row .icon_container {
/*   display: block;*/
   float: left;
   position: relative;
/*   z-index: 4;*/
   padding: 0px;
   margin: 0px;
}

.app_icon_row a:hover {
   text-decoration:none;
}

.app_icon_row .app_icon {
   display: block;
   background: transparent;
   background-repeat: no-repeat;
   background-position: center center;
   width: 20px;
   height: 20px;
   padding: 0px 0px 0px 0px;
   top: 0px;
   border: solid 1px #fff;
/*   position: static;*/
   text-decoration: none;
}

.tooltip {
   position: absolute;
/*   z-index: 5;*/
   left: -9999px;
   margin-top: 0px;
}


.app_icon_row .tooltip_text {
   padding: 3px 8px;
   text-align: center;
   white-space: nowrap;
}

.app_icon_row .loaded_tooltip .tooltip_text {
   left: 0px;
   color: white;
   font-size: 11px;
   background: #282828;
   position: relative;
}

.app_icon_row .loaded_tooltip .tooltip_pointer {
  height: 4px;
  width: 7px;
  font-size: 1px;
  margin: 0px auto 0px;
  padding: 0px;
  background: transparent url(http://www.journaldesseniors.com/img/dark-pointer.gif) top center no-repeat;
}

.app_icon_row .inner {
  height: 20px;
  width: 20px;
  margin: 0px auto;
}

