/*
Pluck Photo Galleries
css/hdn/modules/pluckphotos.css
*/


/* --------------------------------GALLERY BODY ----------------------------------- */

.contentbody { 
margin: 10px 0 10px 10px;
background: url('/img/modules/pluckphotos/vertical_dots.gif') repeat-y;
}

.contentbody .column1 { width: 591px; }
.contentbody .column2 { width: 336px; }

.contentbody .column1,
.contentbody .column2 { display: inline; float: left; }

.contentbody .column2 { margin-left: 21px; }

/* Gallery Table (some styles herein reset Pluck inline styles) ------------- */

#sfg_community_galleries { font-family: Verdana, sans-serif; }

div.PublicGalleries_SectionHead { display: none; }

table.PublicGalleries_Table {
margin-top: 0 !important; 
border-collapse: collapse !important;
border-spacing: 0  !important;
}


table.PublicGalleries_Table tr {
background: transparent url('/img/modules/pluckphotos/dotrule.gif') left bottom repeat-x;
}

td.PublicGalleries_TableImg {
width: 62px !important;
padding: 10px 0 11px 0 !important;
text-align: center;
}
td.PublicGalleries_TableImg img {
border: 1px solid black !important;
}

td.PublicGalleries_TableDetails{
width: 519px !important;
padding: 10px 0 11px 10px !important;
}
div.PublicGalleries_Title{ font-size:14px !important; margin-bottom: 2px; }

div.PublicGalleries_Description{ font-size:11px !important; padding: 0 0 3px 0 !important;}

div.PublicGalleries_Description p { margin: 0; padding-bottom: 5px; }

div.PublicGalleries_ViewLink,
div.PublicGalleries_UploadLink {
display:     inline;
padding:     0 !important;
font-size:   11px !important;
font-weight: normal !important;
}

div.PublicGalleries_ViewLink   { padding: 0 3px 0 0 !important; border-right: 1px solid #999; }
div.PublicGalleries_UploadLink { padding: 0 0 0 7px !important; }


td.PublicGalleries_TableDetails a:link    { text-decoration: none; color: #015660; }
td.PublicGalleries_TableDetails a:visited { text-decoration: none; color: #667b7b; }
td.PublicGalleries_TableDetails a:hover,
td.PublicGalleries_TableDetails a:active  { text-decoration: underline; }



/* Ad Styles ---------------------------------------------------------------- */

#adpos3     { width: 300px; margin: 0 18px 10px 18px; }
#topmost,
#adpos2     { margin-bottom: 10px; }
#adjacency,
#adpos2div  { display: inline; float: left; }
#adjacency  { width: 166px; }
#adpos2div  { width: 160px; padding-left: 10px; }

/* Remove Pluck Branding ---------------------------------------------------------------- */

.Sitelife_PluckLogo, .Pluck_FooterLink {display:none;}


/* end css/hdn/modules/pluckphotos.css */