﻿/*********Conc Gallery Style Sheet*************/
/******************************************/


#groupPlaceholderContainer
{
    font-size:11px;
}

.concGallery
{
    margin-left:0px;
}

.viewGallery
{
    background-image:url('/Portals/0/images/view_gallery.gif');
    background-repeat:no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    display:block;
    height:28px;
    width:193px;
    margin-top:10px;
}

.viewGallery:hover
{
    background-image:url('/Portals/0/images/view_gallery_hover.gif');
    background-repeat:no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    display:block;
    height:28px;
    width:193px;
    margin-top:10px;
}

.galleryTitle
{
    font-family:Georgia, Helvetica, Sans-Serif;
    font-size:18px;
    color:#62523c;
    margin-bottom:15px;
    line-height:130%;
}

#galleryDescription
{
    color:#666666;
    font-size:12px;
    line-height:160%;
    margin-left:0px;
    text-align:justify;
    width:230px;
}

#galleryImg
{
    background-image:url('/Portals/0/images/gallery_thumb_shadow.jpg');
    background-repeat:no-repeat;
    width:210px;
    height:135px;
}

