/**
 * 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
 **/
a:hover{
	text-decoration: underline;
}
.gallery .sectiontableheader{  
  padding:0px 5px;
  text-align:left;
  font-weight: bold;
  margin: 20px 0px;
  color:#ffffff;
  font-size:14px;
  clear:both;
}

.gallery .sectiontableheader a{
	color:#9a9a9a;
	text-decoration:none;
} 

.gallery .sectiontableheader a{
	text-decoration:underline;
} 

.jg_rm, .jg_sm, .jg_dm {
  font-size:10px;
  padding-left:5px;
}

.jg_dm {
	color:#999;
}
.jg_rm {
  color:#999;
}

.jg_sm {
  color:#999;
}

.jg_back{
  padding-left:5px;  
}

img.jg_photo {
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}

.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:1px solid #c0c0c0;
  background-color:none;
  background-image:none;
}

a:hover img.jg_photo, .jg_minis a:hover img {
  /*border:1px solid #999;*/  
}

.jg_pathway{
	padding: 0px 0px 0px 40px;
	width:55%;
}

.jg_pathway a img{
  vertical-align:middle;  
}

.jg_mygal{
  text-align:left;
  font-weight:bold;
  padding-left:5px;
}

/* 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:right;
  padding:0px 20px 0px 40px;
}

.jg_pagination{
	float:right;
	/*position:absolute;
	top:48px;
	left:295px;*/
}

.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;
}
.jg_floatright{
  float:right;
}

/* div around searchbox */
div.jg_search {
  text-align:right; /* align searchbox right */
  margin:0px;
  padding: 0px;
  position:absolute;
  top:0px;
  left:380px;
}

/* searchbox */
div.jg_search .inputbox {
  margin:15px 20px 0px 0px;
  background:url(../images/search_icon.gif) no-repeat;
  padding: 2px 0px 0 23px;
  color:#c7c7c7;
  font-size:10px;
  width:129px;
  height:17px;
}

.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;
}

.pngfile{
  behavior: url('components/com_joomgallery/assets/js/pngbehavior.htc');
}

img.jg_icon{
  width:16px;
  height:16px;
  border:0px;
  vertical-align:bottom;
float:right;
}

/* Tooltip-Styles::Overlib */
.jl-tips-font {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}
 
.jl-tips-capfont {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  padding-top:2px;
  padding-bottom:2px;
}
 
.jl-tips-closefont {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #9999FF; /*#730000;*/
  text-align: right;
}
 
.jl-tips-closefont a, .jl-tips-closefont a:link, .jl-tips-closefont a:visited {
  color: #730000;
}
 
.jl-tips-closefont a:hover {
  color: #730000;
}
 
.jl-tips-fg {
  background-color: #FFFFFF; /*#CCCCFF;*/
  border: 1px solid #d0d0ca;
  padding: 2px; /*15px;*/
}
 
.jl-tips-bg {
  background:#C64934; /*#333333;*/
  /*border-left:1px solid #d0d0ca;
  border-right:1px solid #d0d0ca;
  border-top:1px solid #d0d0ca;*/
}
 
.jl-tips-button, .jl-tips-button:link, .jl-tips-button:visited, .jl-tips-hover {
  margin: 0px 0.5em 0.5em 0;
  padding: 0;
  white-space: nowrap;
  text-align: center;
  display: block;
  width: 8em;
  background:#333333;
  font: bold 12px Menu, Arial, Verdana, sans-serif;
  border: 1px solid #d0d0ca;
  color: #404040;
  text-decoration: none;
  padding: 2px;
  padding-left:5px;
  padding-right:8px;
  margin-top:10px;
}
 
.jl-tips-button:hover, .jl-tips-hover:hover {
  background: #EEEEEE;
  color: #000040;
  text-decoration: none;
}