﻿/*=======================================================
** Promotions & Events
**======================================================*/
.promoHeader { color: Black; font-weight: bolder; font-size: 14pt; font-family: Arial Black, Arial; text-transform: uppercase; }


/*=======================================================
** Promotion Thumbnail
**======================================================*/
.promotionThumbDisplay { margin: 0px 3px 0px 1px; border-style: none; padding: 0px 0px 0px 4px; }
.promotionThumbItemStyle { text-align:left; height: 160px; width: 130px; margin: 0px 3px 0px 1px; border-bottom: solid 1px #cccccc; }
.promotionThumbAltItemStyle { text-align:left; height: 160px; width: 130px; margin: 0px 3px 0px 1px; border-bottom: solid 1px #cccccc; background-color:#eeeeee; }
.promotionThumb {  text-align:left; height: 160px; width: 130px; border-style: none; padding-bottom: 15px; }

.promotionThumbImg { width: 100px; margin-top: 8px; padding-left: 15px; }
.promotionThumbImg img { width: 100px; }

.promotionThumbTitle { text-align:center; font-weight: bold; font-size: 12pt; }
.promotionThumbTitle A:link {color:#1A2F5A; text-decoration:underline }
.promotionThumbTitle A:visited {color:#1A2F5A; text-decoration:underline }
.promotionThumbTitle A:active {color:#1A2F5A; text-decoration:underline }
.promotionThumbTitle A:hover {color:#1A2F5A; text-decoration:none }

.promotionThumbSummary {  display: none; }

.promotionThumbMoreInfo { text-align:center; color:#1A2F5A; font-style: italic; /*display: none;*/ }
.promotionThumbMoreInfo A:link {color:#1A2F5A; text-decoration:none }
.promotionThumbMoreInfo A:visited {color:#1A2F5A; text-decoration:none }
.promotionThumbMoreInfo A:active {color:#1A2F5A; text-decoration:none }
.promotionThumbMoreInfo A:hover {color:#1A2F5A; text-decoration:underline }


/*=======================================================
** Promotion Details - had to be put in children.css
**======================================================*/



/*=======================================================
** Event Details
**======================================================*/
.eventDetailWrap { padding: 0px 10px 10px 5px; }
.eventDetails { padding: 10px 10px 10px 8px; clear: both; }
.eventDetails th  { vertical-align: top; }
.eventDetails A:link {color:#1A2F5A; text-decoration:underline }
.eventDetails A:visited {color:#1A2F5A; text-decoration:underline }
.eventDetails A:active {color:#1A2F5A; text-decoration:underline }
.eventDetails A:hover {color:#1A2F5A; text-decoration:none }

.registerButton { padding-left: 10px; }
.registerButton button { color: #1A2F5A; }
.registerButton A:link {color:#1A2F5A; text-decoration:underline }
.registerButton A:visited {color:#1A2F5A; text-decoration:underline }
.registerButton A:active {color:#1A2F5A; text-decoration:underline }
.registerButton A:hover {color:#1A2F5A; text-decoration:none }

