/* 
   jGallery 1.3 default stylesheet
   -----------------------------------------------------
   Because jGallery has to work when included, it uses
   php to parse this stylesheet, therefor it is limited
   to pre-defined selectors and syntax.
   
   Background images work when stated with url('')
   -----------------------------------------------------
*/




/* Selector 'body' only parsed when jGallery is not included */
body { 
   background-color:#FFFFFF;
} 




/* Selector 'maintable' defines settings for the whole table */
maintable {
   border-collapse: collapse;
   width: 600px;
}




/* Selector 'location' defines settings for the location navigation-bar */
location {
   background-color: #FFFFFF;
   background-color: #FFFFFF;
   background-repeat: repeat-x;
}
font.location {
   font-family: Arial, Helvetica, sans-serif, verdana;
   font-size: 12px;
   color:#000000;
}
a.JGALL_location  {
   color: #159CE0;
   text-decoration: none;
}
a:hover.JGALL_location {
   color: #159CE0;
   text-decoration: underline;
}

info{
font-size: 12px;
text-decoration: none;
color:#555555;

}
/* Selector 'pagelink' defines settings for the pagelink navigation-bar */
pagelink {
   background-color: #FFFFFF;

}
font.pagelink {
   font-family: Arial, Helvetica, sans-serif, verdana;
   font-size: 12px;
 
}
a.JGALL_pagelink {
   
   text-decoration: none;
   color: #159CE0;
}
a:hover.JGALL_pagelink {
   text-decoration: underline;
   color: #159CE0;
}




/* Selector 'gallery_info' defines settings for the gallery information */
gallery_info {
   background-color: #FFFFFF;
   width: 600px;
}
font.gallery_info {
   font-family: Arial, Helvetica, sans-serif, verdana;
   font-size: 12px;
   color:#555555;
}




/* Selector 'gallery' defines settings for the gallery */
gallery {
   background-color: #FFFFFF;
   width: 600px;
}
font.emptydir {
   font-family: Arial, Helvetica, sans-serif, verdana;
   font-size: 20px;
   color:#000000;
}


/* Style for links in folders */
a.JGALL_folderlink {
   font-family: Arial, Helvetica, sans-serif, verdana;
   font-size: 12px;
	color: #159CE0;
   text-decoration: none;
}
a:hover.JGALL_folderlink {
   text-decoration: underline;
}


/* Style for links under thumbs thumbs */
a.JGALL_thumblink {
   font-family: arial, Trebuchet MS, verdana, Helvetica, sans-serif;
   font-size: 12px;
   color: #159CE0;
   text-decoration: none;
   
   
   
   text-decoration: none;
}
a:hover.JGALL_thumblink {
   text-decoration: underline;
}


/* Selector 'gallery_thumb' defines settings for thumbnails in gallery */
gallery_thumb { 
   border: 1px #F0F0F0 solid;  /* border must begin with (num)px, set to 0px for no border */
}


/* Selector 'gallery_image' defines settings for image-viewing */
gallery_image
{
   border: 1px #F0F0F0 solid; /* must begin with (num)px, set to 0px for no border */
}



/* END jGallery 1.3 default stylesheet */
