﻿.validation-summary-errors, .important-message
{
    font-weight: bold;
    color: #ff0000;
}

.template 
{
	display: none;
}

.currentNavItem 
{
	background-color: #000;
}

.upcoming-event-title 
{
	font-weight: bold;
}

#upcoming-events, #upcoming-events ul, #event-images-list, #event-downloads-list, #event-title-details
{
	list-style-type: none;
}

#event-images-list
{
	display: block;
	float: left;
	clear:both;
}
#content #event-images-list { margin-left:0; list-style-type: none; }

#event-images-list li
{
	float:left;
	width: 100px;
	height:80px;
	overflow: hidden;
	text-align: center;
}

#event-images-list li a img
{
	border: none;
	text-decoration: none;
}

#register-interest 
{
	width: 535px;
	height: 70px;
}

#event-register-interest:active
{

	/*color: #0B1B33;*/
	border: 2px solid #0B1B33;
	}

#event-register-interest {
display:block;
width:95px;
height:21px;
text-indent:-30000px;
background-image:url(../content/images/RegisterInterestBtn.gif);
float: right;
margin: 10px 0px;
clear: both;
}

#event-purchase-tickets:active
{

	/*color: #0B1B33;*/
	border: 2px solid #0B1B33;
	}
	
#event-purchase-tickets, .event-purchase-tickets {
display:block;
width:95px;
height:21px;
text-indent:-30000px;
background-image:url(../content/images/PurchaseTicketsBtn.gif);
float: right;
margin: 10px 0px;
clear: both;
}

.event-banner 
{
	/*width: 100%;*/
	width: 535px;
	height: 100px;
}

.event-highlighted a.ui-state-default
{
	background: #7F0804;
	color: #fff;
}

.event-weekend span
{
	background: #cccccc;
}



.ui-datepicker-current-day 
{
	color: #fff;
}

.ui-datepicker-current-day span
{
	background: #7F0804;
	color: #fff;
}

/* Calendar key */

#calendar-key 
{
	width: 80%;
	margin: auto;
	padding: 10px 0px;
}

#calendar-key div 
{
	width: 20px;
	height: 20px;
	margin-left: 3px;
}

#calendar-key div, #calendar-key span 
{
	float: left;
	
}

#calendar-key span 
{
	margin: 0px 5px;
	
}

div.today-key 
{
	background: #0B1B33;
}

div.event-key 
{
	background: #7F0804;
}

#upcoming-events-container 
{
	height: 280px;
	overflow: auto;
}

#interest-registered-message span
{
	font-weight: bold;
}

.featured-event 
{
	/*
	min-height: 300px;
	*/
	margin-bottom:15px;
}

.featured-event img
{
	float: left;
}


.events-list-upcoming{
height:343px;	
}
.events-list-upcoming,
.events-list-past{
overflow:auto;
}
.events-list-past{
}
.events-list table,
.events-list-past table{
width:100%;
text-align:center;
}
.events-list table th,
.events-list-past table th{
color:#0b1b33;
padding:4px;
font-weight:600;
}
.events-list table td,
.events-list-past table td{
border-bottom:1px solid #ddd;
padding:4px;
}


#advancedSearch 
{
	display: none;
}

#search-results 
{
	list-style-type: none;
}

#search-results li 
{
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

#search-results li p.search-result-title 
{
	margin-bottom: 5px;
}