/* This is the new CSS gallery UI class lib */

.gallery_ui_rule {
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
}

#gallery_image_UI{
}

#gallery_image_UI p{
font-size:11px;
margin-top:3px;
margin-bottom:8px;
}

/* Enabled link style */

#gallery_image_UI a:link{
color: #666; 
text-decoration: underline; 
font-weight: bold;
cursor:pointer;
}
#gallery_image_UI a:visited{ 
color: #666; 
text-decoration: underline; 
font-weight: bold; 
cursor:pointer;
}
#gallery_image_UI a:hover{ 
color: #999;
text-decoration: none;
font-weight:bold;
cursor:pointer;
}

/* headline style */
#gallery_image_UI a.headline:link 	{ font-weight:normal; color: #333; text-decoration: none; cursor:pointer; }
#gallery_image_UI a.headline:visited 	{  font-weight:normal; color: #333; text-decoration: none; cursor:pointer; }
#gallery_image_UI a.headline:hover 	{  font-weight:bold; color: #333; text-decoration: none; cursor:pointer; }
#gallery_image_UI a.headline {
 font-weight:normal;
cursor:pointer; 
color: #777;
text-decoration: none;
}



/* Disabled link style */

#gallery_image_UI a.gi_disabled_link:link 	{ color: #ddd; text-decoration: none; cursor:pointer; }
#gallery_image_UI a.gi_disabled_link:visited 	{ color: #ddd; text-decoration: none; cursor:pointer; }
#gallery_image_UI a.gi_disabled_link:hover 	{ color: #ddd; text-decoration: none; cursor:pointer; }
#gallery_image_UI a.gi_disabled_link {
cursor:pointer; 
font-size: 12px;
font-weight: bold;
color: #ddd;
text-decoration: none;
}

.gallery_headline{
padding-top:10px;
color #666;
font-size:11px;
font-weight:normal;
}

#gallery_page_UI{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

/* These go with the page number UI */
/* these need more work... */

#gallery_page_UI p{
	font-weight:normal;
}


#gallery_page_UI a.gallery_page_UI_current_link:link { color: #333; text-decoration: none; }
#gallery_page_UI a.gallery_page_UI_current_link:visited { color: #333; text-decoration: none; }
#gallery_page_UI a.gallery_page_UI_current_link:hover { border: 2px solid #555; color: #333; text-decoration: none;}
#gallery_page_UI a.gallery_page_UI_current_link {
				font-weight: bold;
				border: 2px solid #555;
				color: #333;
				text-decoration: underline;
				padding-left:3px;
				padding-right:3px;
				padding-top:1px;
				padding-bottom:1px;
				}

#gallery_page_UI a.gallery_page_UI_link:link { color: #333333; text-decoration: none; }
#gallery_page_UI a.gallery_page_UI_link:visited { color: #444444; text-decoration: none; }
#gallery_page_UI a.gallery_page_UI_link:hover { border: 2px solid #000; color: #111111; text-decoration: underline;}
#gallery_page_UI a.gallery_page_UI_link {
				font-weight: bold;
				color: #666666;
				text-decoration: none;
				border: 2px solid #eee;
				padding-left:3px;
				padding-right:3px;
				padding-top:1px;
				padding-bottom:1px;
				}

