/* gallery_list_details */
.gallery_list_details{
  width: 100%;
  padding: 8px;
}
.gallery_list_details td{
  padding: 8px;
}

#galleryRefreshListLoadingGif {
    position: fixed;
    z-index:1;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    text-align: center;
    vertical-align: middle;
    filter: alpha(opacity=60);
    opacity: 0.5;
    background-color: #DDDDDD;
    background-image: url("/images/loader.gif");
    background-position: center;
    background-repeat: no-repeat;
}
#galleryImageList{

}
.languageGreen{
  background-color: #009900;
  padding: 1px;
}
.languageRed{
  background-color: red;
  padding: 1px;
}
a{
  text-decoration: none;
}

a:hover{
  color:white;
  text-decoration: underline;
}

/* gallery_list_details */


