/* Main style / Background of whole gallery */
.gallery {
  background:none;
  color:none;
  padding: 5px;
}

/* Heading of the component */
.gallery .componentheading {
  font:12pt normal Tahoma, Verdana, Arial, Century Gothic;
  text-align:center;
  background-color:none;
  color:none;
  padding:0.8em 0;
}

.jg_pathway {
  background-color:#F0F0F0;
  color:#000;
  border: #BBB solid 1px !important;
}

/* Links in pathway */
.jg_pathway a,.jg_pathway a:visited, .jg_pathway a:link {
  color:#c64934;
}
.jg_pathway a:hover {
  color:#900;
}
div.gallery .sectiontableheader {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  font-family: "Trebuchet MS",Arial,Helvetica,Sans-Serif;
  /*background-color:#EEE !important;
  background-image:none !important;
  color:#333 !important;
  border: #BBB solid 1px !important;*/
  padding: 0.8em;
}
div.gallery .sectiontableentry {
  background-color:#0009ff;
  background-image:none;
  color:#0009ff;
}
div.gallery .sectiontableentry1 {
  background-color:none;
  background-image:none;
}
div.gallery .sectiontableentry2 {
  background-color:none;
  background-image:none;
}

/* box elements in detailed view */
div.jg_details, div.jg_voting, div.jg_send2friend, div.jg_commentsarea{
  border: 1px solid #999;  
}

/* Images displayed in the category overview   */
/* Uncomment below e.g. to align the text left */
.jg_catelem{
  /* text-align:left;   */
}

/* Category elements in gallery overview */
.jg_element_gal {
  /* text-align:center; */ 
}

/* Subcategory elements in category view */
.jg_element_cat {
  /* text-align:left;   */
}

/* Toplists picture elements */
.jg_top_element {
   /* text-align:left; */
   /* uncomment below to have elements ordered vertically 
      instead of horizontally */   
   /*  float:none; */
}

ul.jg_ul, li.jg_ul {
   background-image: none;
}

/* CUSTOM COMPONENTS */
.jg_back {
   text-align: center;
}
