﻿
#contentContainer
{
	padding: 0px;
}

.utilityContainer
{
	background-color: #e8e7e2;
	background-image: url(Images/BreadcrumbBackground.gif);
	background-repeat: repeat-x;
	border-bottom: solid 1px white;
}

.EventDetailTitle
{
	background-color: Black;
	width: 100%;
}
.EventDetailTitle td
{
	padding: 14px;
	color: White;
	font-family: Cambria, Georgia, Times New Roman, helvetica, serif;
	font-size: 120%;
}

h1.EventTitle
{
	padding: 0 14px 0 14px;
}
.EventBody
{
	padding: 0 14px 0 14px;
	font-size: 75%;
}


.EventLeftColumn
{
	padding: 18px 10px 18px 10px;
}

.EventLeftColumn,
.EventDetailColumn
{
	background-image: url(Images/EventDetailBackground.gif);
	background-repeat:repeat-x;
}

.EventDetails
{
	margin: 18px 10px 18px 10px;
}
.EventDetails .Image
{
	margin-right: 15px;
}
.EventDetails td.Body
{
	font-size: 75%;
	padding-bottom: 20px;
}
.EventDetails .h1
{
	font-size: 140%;
	margin: 0 0 10px 0;
}
.EventDetailsBottom
{
	background-image: url(Images/EventDetailBackgroundBottom.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
}



.CalendarTitle
{
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	white-space: nowrap;
}

.EventRightColumn
{
	width: 202px;
	background-color: #ebe8de;
	color: #333333;
	font-size: 70%;
}

.EventRightColumn p
{
	padding: 0 9px 0 9px;
	margin: 0px;
}

.EventRightColumn h1
{
	background-image: url(Images/EventRightTitle.gif);
	color: white;
	font-size: 110%;
	font-family: Verdana;
	padding: 4px 3px 3px 15px;
	margin: 0 0 13px 0;
	font-weight: bold;
}

.EventRightColumn h2
{
	border-top: solid 1px white;
	padding: 9px 9px 9px 16px;
	padding-bottom: 0px;
	font-family: Verdana;
	font-size: 110%;
	background-image: url(Images/ArrowRight.gif);
	background-position: 8px 15px;
	background-repeat: no-repeat;
	color: #666666;
	text-transform: uppercase;
}

.EventRightColumn h3
{
	font-size: 100%;
	color: Black;
	margin: 0px;
	padding: 15px 9px 0 16px !important;
	font-family: Verdana;
}

.EventRightColumn h4
{
	font-size: 80%;
	color: #666666;
	margin: 0px;
	padding: 0 9px 0px 16px !important;
	font-weight: normal;
}

.EventRightColumn h5
{
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0 9px 0px 16px !important;
}

.EventRightColumn .Bottom1,
.EventRightColumn .Bottom2,
.EventRightColumn .Bottom3,
.EventRightColumn .Bottom4
{
	height: 1px;
	font-size: 0px;
	border: solid 1px #efece4;
	border-top: none;
	border-bottom: none;
}
.EventRightColumn .Bottom2
{
	border-color: #f3f1ea;
}
.EventRightColumn .Bottom3
{
	border-color: #faf9f7;
}
.EventRightColumn .Bottom4
{
	border-color: white;
}


.Calendar .Day,
.Calendar .Other,
.Calendar .Selected,
.Calendar .HoverSelected,
.Calendar .Current,
.Calendar .HoverCurrent
{
	border: solid 1px #c6c6c6;
	font-size: 70%;
	height: 25px;
	width: 25px;
	padding-top: 5px;
}

.Calendar .Selected,
.Calendar .Current,
.Calendar .HoverSelected,
.Calendar .HoverCurrent
{
	color: White;
	cursor: hand;
}
.Calendar .Selected		{ background-color: #29619C ; }
.Calendar .HoverSelected{ background-color: #29619C ; }
.Calendar .Current		{ background-color: #FF9933; }
.Calendar .HoverCurrent	{ background-color: #29619C ; }

.Calendar .Other
{
	color: #999999;
	background-color: #E8E8E8;
}
.Calendar .Title
{
	font-size: 80%;
}
.Calendar .DayNames
{
	font-size: 60%;
	font-weight: normal;
}


.EventsHeader
{
	background-color: #e8e7e2;
	font-weight: bold;
	color: White;
	text-align: left;
	background-image: url(Images/EventsHeader.gif);
	background-repeat: repeat-x;
}
.EventsHeader a
{
	text-decoration: Underline;
}


.EventPopup
{
	display:none;
	position:absolute;
	z-index:2;
	width:450px;
	top:300px;
	top:0px;
}
.EventPopup .Close
{
	float: right;
	padding: 5px;
	font-size: 60%;
}
.EventPopup .Close a
{
	color: Black;
}
.EventPopup .Body
{
	border: solid 3px #676767;
	background-color: #F1F1F1;
	border-left: none;
}
.EventPopup #popupBody
{
	padding: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.EventPopup .Left
{
	height: 127px;
	width: 45px;
	text-align: right;
	background-image: url(Images/EventPopup2.gif);
	background-repeat: repeat-y;
	padding-top: 125px;
}
.EventPopup h2
{
	font-family: Georgia, Verdana;
	font-size: 140%;
}
.EventPopup .Date { font-weight: bold; }
.EventPopup .Date,
.EventPopup p
{
	font-size: 80%;
}

#leftColumn
{
	padding: 10px 0 0 10px;
}
.centerColumn
{
	padding-right: 20px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 75%;
}
.centerColumn td,
.centerColumn th
{
	font-size: 75%;
}

.MonthPrev
{
	background-image: url(Images/EventPrev.gif);
	background-repeat:no-repeat;
}
.MonthNext
{
	background-image: url(Images/EventNext.gif);
}
.MonthPrev,
.MonthNext
{
	background-repeat:no-repeat;
	width: 25px;
	height: 15px;
	display: block;
}


.VideoTemplate .BriefingRightColumn h1
{
	background-image: url(Video/VideoRightColumn.gif) !important;
	background-repeat: no-repeat;
}
