/* css/gallery/gallery.css */
#sfg_group {
background-color:#eee;
}

#sfg_group          { background: #eeeeee     url('http://imgs.sfgate.com/graphics/gallery/curvebox_photoGallery_1.gif') left  top    no-repeat; }
#sfg_group .corner2 { background: transparent url('http://imgs.sfgate.com/graphics/gallery/curvebox_photoGallery_2.gif') right top    no-repeat; }
#sfg_group .corner3 { background: transparent url('http://imgs.sfgate.com/graphics/gallery/curvebox_photoGallery_3.gif') right bottom no-repeat; }
#sfg_group .corner4 { background: transparent url('http://imgs.sfgate.com/graphics/gallery/curvebox_photoGallery_4.gif') left  bottom no-repeat; }

/* top row */
#sfg_group .sfg_set {
font-family:Verdana;
font-size:.86em;
float:left;
padding:15px 9px 10px 23px;
width:120px;
}

#sfg_group .sfg_set .header1{
color:#000;
font-family:Arial;
font-size:13px;
font-weight:bold;
padding-bottom:8px;
}

#sfg_group .sfg_set .header2{
color:#015660;
font-family:Arial;
font-size:13px;
font-weight:bold;
padding-bottom:8px;
}

#sfg_group div.sfg_set a:link {
color:#015660;
text-decoration:none;
}

#sfg_group div.sfg_set a:hover {
text-decoration:underline;
}

#sfg_group div.sfg_set a:visited {
color:#015660;
}

#sfg_group div.sfg_set img {
border:1px solid #000;
}

#sfg_group div.sfg_set div.updated{
color:#c00;
font-weight:bold;
}

/*******************************************************/
/* Bottom Set */

#gallery {
padding-top:11px;
padding-bottom:20px;
}

#gallery .sfg_gallery {
font-family:Verdana;
font-size:.86em;
padding:10px 10px 10px 0;
clear:left;
}

#gallery .sfg_gallery a:link{
color:#015660;
font-weight:bold;
text-decoration:none;
}

#gallery .sfg_gallery a:hover{
text-decoration:underline;
}

#gallery .sfg_gallery a:visited{
color:#015660;
}

#gallery .sfg_gallery img {
display:block;
float:left;
border:1px solid #000;
margin-right:10px;
}

#gallery .sfg_gallery div.bold {
font-weight:bold;
}

/* e: css/gallery/gallery.css */