﻿.Gallery {
  background-position: left top;
  background-repeat: no-repeat;
  clear: left;
  height: 100px;
  margin-bottom: 10px;
  width: 365px;
}

.Gallery img { border: solid 1px #ccc; float: left; margin-right: 10px; padding: 5px; width: 135px; height: 90px; }

.Gallery span.Title {
  background-color: inherit;
  color: #04438A;
  display: block;
  font-size: 11pt;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 2px 0;
}

.Gallery span.Posted { background-color: inherit; color: #080; display: block; font-style: italic; padding-bottom: 5px; }

.RandomGallery { float: right; width: 250px; margin-right: 50px; }
.RandomGallery h4 { margin: 0 !IMPORTANT; padding: 0 !IMPORTANT; }
.RandomGallery img { border: solid 1px #ccc; margin-bottom: 10px; margin-top: 20px; padding: 5px; }

.RandomGallery span.Title {
  background-color: inherit;
  color: #04438A;
  display: block;
  font-size: 11pt;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 2px 0;
}

.RandomGallery span.Posted { background-color: inherit; color: #080; display: block; font-style: italic; padding-bottom: 5px; }


/*
   Gallery Data
   Is used by /home/galleries/gallery.aspx to cope with the wider page
*/
.GalleryData { float: right; width: 350px; }
.GalleryData span.Posted { background-color: inherit; color: #080; display: block; font-style: italic; padding-bottom: 5px; }
/*
  Gallery Info
  Is used by the usercontrol /usercontrols/galleries/view.ascx.
  and therefore by a lot of sections in the site.
*/
.GalleryInfo { float: right; width: 200px; }
.GalleryInfo span.Posted { background-color: inherit; color: #080; display: block; font-style: italic; padding-bottom: 5px; }

.GalleryItem {
  background-position: left top;
  background-repeat: no-repeat;
  clear: left;
  height: 100px;
  margin-bottom: 10px;
  width: 550px;
}

.GalleryItem img { border: solid 1px #ccc; float: left; margin-right: 10px; padding: 5px; }

.GalleryItem span.Title {
  background-color: inherit;
  color: #04438A;
  display: block;
  font-size: 11pt;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 2px 0;
}

.GalleryItem span.Posted { background-color: inherit; color: #080; display: block; font-style: italic; padding-bottom: 5px; }

.BlueBar350 {
  background-image: url(/Masters/Images/BlueBar_350.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  clear: both;
  font-weight: bold;
  line-height: 25px;
  height: 25px;
  margin: 10px 0;
  padding: 0 0 0 10px;
}