/* ********************************************************************************
 * Building blocks
 * h2, h3, p, etc        Standard html tags
 * div.gbBlock           Sidebar or content section with style for contained lists
 * ul.gbBreadCrumb       List of links/path elements
 * table.gbDataTable     Table for data/form elements with styles for shading rows
 */



/* ********************************************************************************
 * SIPS-specifc album layout
 */
 
#gsSidebarCol
{
  width: 200px;
  background: #faffdc;
  border-right: 1px solid #888888;
  border-left: 1px solid #888888;
  padding: 4px;
}

#gsContent
{
  padding: 4px;
}
#sipsThumbMatrix
{
}

#siteAdminForm, #itemAdminForm
{
  clear: both;
}

.sipsAlbumMatrix
{
}

#sipsNavBar
{
  padding-top: 18px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 12px;
}


  .sipsAlbumThumbMatrix
  {
    width: 100%;
  }

  .sipsAlbumThumbMatrix td.odd
  {
    background: #eeeeee;
  }
  
  .sipsImage
  {
    display: inline;
  }

  .odd .sipsImage
  {
    float: left;
    margin-right: 0;
    margin-bottom: 6px;
  }

  .odd
  {
    clear: both;
  }

  .even .sipsImage
  {
    float: right;
    margin-left: 0;
    margin-bottom: 6px;
  }

  .sipsImage img
  {
    border: none;
    border: 2px solid;
    margin: 6px;
    border-color: #888888 #cccccc #dddddd #999999;
  }
  
  .odd .sipsImage img
  {
    margin-right: 0;
    margin-left: 14px;
  }
  
  .even .sipsImage img
  {
    margin-left: 0;
    margin-right: 14px;
  }
  
  .sipsImageInfo
  {
    font-size: 12px;
    display: inline;
    margin-top: 6px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 12px;
    padding: 10px;
    width: 160px;
    min-height: 15px;
    background: #f8f8f8;
    background-image: url('images/greyfade.gif');
    background-repeat: repeat-x;
    background-position: 0px -8px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #f8f8f8;
  }
  
  .odd .sipsImageInfo
  {
    float: left;
    text-align: left;
    margin-left: 0px;
    position: relative;
    left: -6px;
    top: 4px;
  }

  .even .sipsImageInfo
  {
    float: right;
    text-align: right;
    margin-right: 0px;
    position: relative;
    left: 6px;
  }
  
.odd .sipsItemEditMenu
  {
    text-align: left;
    border-right: 1px solid #dddddd;
    margin-left: 0px;
  }

.even .sipsItemEditMenu
  {
    text-align: right;
    border-left: 1px solid #dddddd;
    margin-right: 0px;
  }
  
  .sipsDescription
  {
    font-size: 12px;
    font-weight: bold;
  }
  
  .giTitle
  {
    font-weight: bold;
  }


