
/* Stylesheets - Photo Galerie */

  
body, td {
    color: black;
    font-family: Arial, Verdana;
    font-size: 12px;
  }


.categorieListingTd, .galerieListingTd {
    padding: 1px;
    border: 1px solid black;
  }


a:link, a:visited, a:active {
    color: black;
  }


a:hover {
    color: blue;
  }


  a.link2:link, a.link2:visited, a.link2:active {
    color: black;
    text-decoration: none;
    font-weight: bold;
  }
  
  a.link2:hover {
    color : blue;
    font-weight : bold;
    text-decoration : none;
  }  
  
  a.link3:link, a.link3:visited, a.link3:active {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  
  a.link3:hover {
    color : yellow;
    font-weight : bold;
    text-decoration : none;
  }
  
  
  /* Jumpmenue Link */
  a.jmLink:link, a.jmLink:visited, a.jmLink:active {
    color: black;
    text-decoration: none;
  }


  a.jmLink:hover {
    color: blue;
    text-decoration: none;
  }
  
  .jmActive {
    background-color: #0e85ff;
    color: #ffffff;
  }
  
  a.folder_link:link, a.folder_link:visited, a.folder_link:active {
    color: black;
    text-decoration: none;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 10px;
    background-image: url(icons/folder_open.png);
    background-repeat: no-repeat;
    display: block;
    min-width: 120px;
  }
  
  a.folder_link:hover {
    color: blue;
    text-decoration: none;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 10px;
    background-image: url(icons/folder_open.png);
    background-repeat: no-repeat;
    display: block;
    min-width: 120px;
  }


.selectedCategorie {
    color: #ffffff;
    background-color: #c0c0c0;
  }


.unselectedCategorie {
    color: #000000;
    background-color: none;
  }

.header {
  background-image: url(images/background.png);
  border-bottom: 1px solid #c0c0c0;
}

.footer {
  background-image: url(images/background.png);
  border-top: 1px solid #c0c0c0;
  color: #ffffff;
}

.bull {
  font-size: 15px;
  font-weight: bold;
}

  .categorie_selection, .slide_show {
    border-right: 1px solid #c0c0c0; 
    padding: 5px;
    width: 200px;
    height: 100%;
    overflow: auto;
  }
  
  .slide_image {
    margin-right: 5px;
    vertical-align: middle;
  }
  
  /* new in 1.1 ---------------------------------------------------------- */
  
.ball {
  padding-left: 24px;
  background-image: url(icons/point.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
}

  .main_msg {
    background-color: #000000;
    border: 1px solid #c0c0c0;
    font-weight: bold;
  }
  
  .error_msg {
    background-color: #ebebeb;
    border: 1px solid #c0c0c0;
    font-weight: bold;
    color: darkred;
  }
  
  .upload_history {
    border: 1px solid black;
    padding: 5px;
  }