﻿.alignCentre { text-align: center !IMPORTANT;}
.alignLeft { text-align: left !IMPORTANT; }
.alignRight { text-align: right !IMPORTANT; }

.floatClear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }

.fontBold { font-weight: bold; }
.fontItalic { font-style: italic; }

.RightPicture {
  background-color: #f7f7f7;
  border: solid 1px #bbb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  clear: right;
  float: right;
  margin-left: 11px;
  padding: 5px;
}

.Underline { text-decoration: underline; }

p.SubTitle {
  color: #999;
  font-size: 12pt;
  text-transform: uppercase;
  margin: 0 0 20px 0; 
}

/* Thumbnail Container */
.thumbnailContainer, .thumbnailContainerVideo {
  background-color:#F1F2F3;
  float:left;
  margin-right:3px;
  margin-bottom:5px;
  padding:5px;
  width: 200px;
}

.thumbnailContainerVideo { background-color: #efefcd; }

.thumbnailContainer img, .thumbnailContainerVideo img {
  border: 0;
  line-height: 0;
  margin: 0;
  padding-bottom: 3px;
}

.thumbnailContainer div, .thumbnailContainerVideo div {
  color: #666;
  font-weight: bold;
  margin: 0;
  padding-left: 5px;
}

.thumbnail-container div a, .thumbnail-container-vid div a {
  color: #C60;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
}

/* Newsletter */
.Newsletter { clear: both; }
.Newsletter img { float: left; padding: 5px; margin-right: 11px; margin-bottom: 11px; }
.Newsletter span.Date { display: block; font-size: 10pt; font-weight: bold; }
.Newsletter span.Details  { display: block; }
.Newsletter span.Link { display: block; }

/* Friends of OVPS */
.LeftPicture { 
  background-color: #f7f7f7;
  border: solid 1px #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  padding: 5px;
  margin: 0 11px 11px 0;
}

table { table-layout: fixed; }
table tbody tr { vertical-align: top; }

table.Default { background-color: #bbb; border-spacing: 1px; table-layout: fixed; }
table.Default thead tr th { background-color: White; color: #444; padding: 2px 5px; }
table.Default tbody tr td { background-color: White; color: #666; padding: 2px 5px; }

table.Calendar {}
table.Calendar caption { font-size: 12pt; font-weight: bold; caption-side: top; margin: 11px 0 5px 0; text-align: left; }

table.Calendar thead tr th { border-bottom: solid 1px #EE9E6E; color: #3E41A1; font-weight: bold; text-align: left; }
