.NextPrevious {}

.WizardButtonInactive, .WizardButtonActive {
	width: 125px;
	color: #FFFFFF;
	padding: 6px 0px;
	text-align: center;
	border: 1px solid #000000;}

.WizardButtonInactive {background-color: #CCCCCC;}

.WizardButtonActive {background-color: #000000;}

#cal td {}
#cal td a {
	display: block;
	padding: 4px 0px;
	text-decoration: none;}
#cal td a:hover {text-decoration: underline;}

#cal .calendarTitle td, #cal .calendarTitle td a {
	padding: 6px;
	color: #FFFFFF;
	font-size: 12px;
	display: inline;
	background-color: #0781C5;}
#cal .calendarTitle td {}

#cal td.calendarHeader {
	color: #FFFFFF;
	padding: 4px 0px;
	background-color:#000000;}

#cal .calendarOtherDay {background-color: #999999;}

/*
	Events.ascx
*/

.CalendarHeaderRow {}

.CalendarLeftColumn {
	width: 174px;
	height: 70px;
	text-align: center;
	padding-right: 16px;}

.CalendarRightColumn {width: 580px;}

.CategoryList {
	width: 168px;
	text-align: right;}
.CategoryList a {
	color: #872175;
	/*color: #3a72b2;*/
	text-decoration: none;}
.CategoryList div {padding-bottom: 6px;}
.CalendarCell {
	height: 22px;
	width: 22px;
	font-family: Arial;
	font-size: 10px;
	text-align: center;
	margin: 0 auto;
	color: Black;
	vertical-align: middle;}

.CalendarCell a {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;}

.BlankCell {background-color: #ededed;}

.Today {
	color: #FFFFFF;
	background-color: #ec008c;
}

.NoEvent {background-color: #ededed;}

.HasEvent {
	color: #FFFFFF;
	background-color: #b4d670;}

.VenueDropdownButton {
	float: right;
	color: #FFFFFF;
	font-size: 11px;
	position: relative;
	white-space: nowrap;
	background: url(../Img/Calendar/bkgndVenueDD.gif) no-repeat left top;}
.VenueDropdownContainer {
	height: 22px;
	padding: 6px 55px 0px 14px;
	background: url(../Img/Calendar/bkgndVenueDDButton.gif) no-repeat right top;}

.VenueDropdown {
	width: 320px;
	display: none;
	margin-top: 13px;
	position: absolute;
	margin-left: -181px;
	background-color: #872175;
	border-top: solid 2px #FFFFFF;}
.VenueDropdown br {display: none;}

.VenueDropdown a {
	width: 310px;
	color: #FFFFFF;
	display: block;
	padding: 3px 5px;
	text-decoration: none;}
.VenueDropdown a:hover {
	color: #000000;
	background-color: #ededed;}

.EventsHeader {
	padding: 20px;
	margin-bottom: 2px;
	background-color: #ededed;
	/*background-color: #e0eef7;*/}

.EventRow {
	width: 540px;
	color: #3f3f3f;
	margin-bottom: 2px;
	background-color: #ededed;
	/*background-color: #e0eef7;*/
	padding: 10px 20px 15px 20px;}
.EventRow h2, .EventRowHighlighted h2 {font-size: 16px;}
.EventRow a, .EventRowHighlighted a, .EventRow h3 {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 10px;
	display: block;}
.EventRowHighlighted {
	background-color: #dfdfdf;
	margin-bottom: 2px;
	padding: 20px;
	width: 540px;
	color: #3f3f3f;}

/* Styles Lucas Added */
#pagePhoto {margin-left: 190px;}
#rightMaster {
	width: 764;
	padding-left: 10px;
	float: none;}
.calendarHeader {
	background-image: url(/Common/Img/calendar-monthHeader.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 168px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;}
#Events1_lbPreviousMonth, #Events1_lbNextMonth {
	font-size: 9px;
	color: #000000;}
h2 {
	color: #872175;
	font-size: 25px;}
h3 {font-size: 16px;}
.todaysDate {
	color: #872175;
	font-size: 14px;}
.venueSelect {
	float: right;
	display: block;
	margin-top: 60px;}
.viewEvents {
	float: left;
	color: #000000;
	padding-top: 6px;
	padding-right: 5px;}
.viewEventsBy {
	width: 168px;
	color: #000000;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;}

.eventPaging td {padding: 5px;}


