/**
 * Joomgallery CSS Style 
 *
 * - Common (used at all views)
 *
 * Please adjust the CSS to your needs in the file joom_local.css 
 * in this directory. You can either create it yourself, or 
 * rename joom_local.css.README.
 *
 * - allgemeine Einstellungen (wird von allen Ansichten benutzt)
 * 
 * Bitte nehmen Sie Änderungen in der Datei joom_local.css in diesem 
 * Verzeichnis vor. Sie können diese Datei erstellen oder die 
 * joom_local.css.README umbenennen
 **/

.gallery .sectiontableheader{  
  padding: 0px;
  text-align:center;
}

.jg_row_sectiontableentry1{  
  padding: 0px;
  text-align:center;
}

.jg_rm, .jg_sm {
  font-size:0.6em;
  padding-left:5px;
}

.jg_rm {
  color:#999;
}

.jg_sm {
  color:#999;
}

.jg_back{
  padding-left:0px;  
}

img.jg_photo {
  vertical-align:bottom;
  padding:0px;
  margin:0px 0px 0px 0px;
}

img.jg_photo_catlist {
  vertical-align:bottom;
  padding:0px;
  width: 100px;
  margin:0px 0px 0px 0px;
  border: 0px solid #999;
  background-color:#fff;
  background-image:none;
}

.jg_no_script {
  color:#999999;
  font-size:0.8em;
}

.jg_no_access {
  color:#777777;
}

/* Border for all images (thumbs, minis, full...) */
img.jg_photo, .jg_minis a img {
  border:0px solid #c0c0c0;
  background-color:#fff;
  background-image:none;
}

a:hover img.jg_photo, .jg_minis a:hover img {
  border:0px solid #999;  
}

.jg_pathway{
  padding: 5px;  
}

.jg_pathway a img{
  vertical-align:middle;  
}

.jg_mygal{
  text-align:left;
  font-weight:bold;
  padding-left:0px;
}

/* div around 'my favourites'-link */
div.jg_my_favourites {
  text-align:left;
  font-weight:bold;
  padding-left:5px;
}

.jg_txtrow, .jg_toplist, .jg_gallerystats, .jg_pagination, .jg_subcat_pagination {
  text-align:center;
  padding:0px 0px 10px 0px;
}

.jg_pagenav  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align:center;
}

a.jg_pagenav  , a.jg_pagenav:link, a.jg_pagenav:visited  {
	color: #336699; 
	text-decoration: none; 
	font-weight: bold;
	font-family:  Georgia, Serif;
	font-size: 12px;
}

a.jg_pagenav:hover  {
	color: #003399;	
	text-decoration: none;
	font-size: 12px;
}


.jg_hidden {
  visibility:hidden;
  text-align:center;
}

.jg_displaynone {
  display:none;
}

.jg_overflowhidden {
  padding:0.8em 0;
  overflow:hidden !important;
  overflow:hidden;
}

.jg_floatleft {
  float:left;
}

/* div around searchbox */
div.jg_search {
  text-align:right; /* align searchbox right */
  margin:2px;
  padding: 0.2em 0;
}

/* searchbox */
div.jg_search .inputbox {
  margin: 0 0 0 5px;
  background-image: url("../images/search_icon.gif");
  background-position: 5px center;
  background-repeat:  no-repeat;
  padding: 2px 5px 2px 20px;
}

.jg_poweredby {
  border:#666 solid 1px;
  padding:0.2em;
}

.jg_newpic {
  border:0 none;
  margin:0 0 0 0.6em;
  padding:0;
  vertical-align:bottom;
}

img.jg_icon{
  width:16px;
  height:16px;
  border:0px;
  vertical-align:bottom;  
}