/*
 * DEFAULT SCHEDULER STYLES
 *
 * All sites with schedulerv3 module should use this core stylesheet.
 * Do NOT pull this file onto the root of any site.
 * If styles in this file need to be overwritten, create a 
 * separate schedulev3_custom.css for the site's /styles/ folder.
 * 
 * SK & JBC 2012
 * 
 */


/* Layout Styles --------------------------------- */
#schedulerv3 {
	min-width: 1020px;
	width: 95%;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
    overflow: hidden;
    width: 100%;
	height: 0px;
}

#schedulev3_main_left_column {
	width: 35%;
}
#schedulev3_main_right_column {
	width: 60%;
}

/* ----------------------------------------------- */



/* Font Styles ----------------------------------- */

#schedulerv3 h1, #schedulerv3 h2, #schedulerv3 h3 {
	padding: 5px 0;
}

#schedulerv3 h1 {
	margin-bottom: 15px;
}

#schedulerv3 h2 {
	font-style: italic;
}

#schedulerv3 p {
}

.section_header {
	padding-bottom: 10px;
}

.section_message {
	font-style: italic;
}

/* ----------------------------------------------- */


/* Event Details - Sections ---------------------- */

.add_border_top {
	border-top: 1px solid #CCC;
	padding: 15px 0;
}

#event_meta {
	margin: 15px 0;
}

#event_meta #share_message {
	float: left;
	padding-right: 5px;
}

#event_meta .addthis_toolbox {
	float: left;
}
#registration_forms {
	margin: 15px 0;
}
#registration_confirmation {
	display: none;
}
#event_registrations .registration_warning {
	text-align: right;
	font-style: italic;
	float: right;
}
#event_registerheading {
	width: 50%;
	float: left;
}

#event_registerbtn {
	width: 50%;
	float: right;
	margin: 15px 0;
}
#event_registrations table th {
	text-align: left;
	font-weight: normal;
}

#event_registrations table td {
}

#event_registrations table td span.early {
	font-weight: bold;
}

#event_registrations input.register {
	font-weight: bold;
	padding: 5px 10px;
}

#registration_steps {
	line-height: 30px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	margin-bottom: 5px;
}

#registration_steps .registration_step {
	font-size: 13px;
	color: #333333;
	padding: 0 10px;
	height: 30px;
	float: left;
}

#registration_steps .visited_step {
	background: url('/3rdparty/images/breadcrumbs.png') no-repeat right center;
	display: block;
	padding: 0 10px;
	color: #666666;
}

.registered_body {
	margin: 15px 0;
}

.registered_paid,
.registered_non_paid {
	display: none;
}

.registered_payment_option {
	overflow: hidden;
}

.registered_payment_option h3 {
	padding: 0 !important;
}

#event_gallery {
	margin: 0 0 15px;
}
#event_gallery img {
	max-width: 100%;
	cursor: pointer;
	background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 5px #888888;
    margin: 10px;
    padding: 5px;
    position: relative;
}

#event_description {margin: 0 0 15px;}
#date_custom {margin: 0 0 15px;}
#date_information {margin: 0 0 15px;}
#event_actions {margin: 0 0 15px;}
#event_social_media {margin: 0 0 15px;}
#date_location_map {margin: 0 0 15px;}
#date_location {margin: 0 0 15px;}
#event_contacts {margin: 0 0 15px;}
	
#events_other_dates {
	width: 100%;
}

#events_other_dates #event_calendar {
	width: 100%;
}

#events_other_dates #event_calendar .ui-datepicker-inline {
	font-size: 10px;
/* 	width: 260px; */
}

#events_other_dates #event_calendar .ui-datepicker-inline .ui-datepicker-title {
	font-size: 15px;
	line-height: 18px;
}
#events_other_dates .ui-datepicker-inline table td {
	padding: 1px;
}

/* ----------------------------------------------- */


/* General - jQuery UI Datepicker ---------------- */

#event_calendar {
	height: auto;
}

.ui-datepicker {
	color: #888888;
	z-index: 10;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-right,
.ui-corner-bl,
.ui-corner-tl,
.ui-corner-br,
.ui-corner-tr {
	border: none;
	border-radius: 0;
}

.ui-datepicker-header {
	background-image: none;
}

.ui-datepicker-title {
	color: #FFFFFF;
	font-variant: small-caps;
}

.ui-widget-header {
	background-color: #A8A8AA;
}

.ui-widget-content {
	
}

.ui-widget-header .ui-icon {
	
}

.ui-widget-header .ui-state-hover {
	background: none !important;
/* 	background-color: #EBECEE;
 */	background-color: none;
	border: none;
}

.ui-datepicker table {
	
}
 
.ui-datepicker table td {

}

.ui-datepicker table td.highlighted-date a.ui-state-default {
	background-color: #A8A8AA;
	color: #000000;
	cursor: pointer;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: none;
	background-color: #EBECEE;
	color: #888888;
	border: 0;
	text-align: center;
	cursor: default;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background-color: #F5F5F5;
	border: none;
}
 
.ui-datepicker a {
	
}
 
.ui-datepicker-prev {
	
}
 
.ui-datepicker-next {
	
}
/* ----------------------------------------------- */


/* Event Calendar - jQuery UI Datepicker --------- */

.ui-datepicker-inline {
	font-size: 14px;
/* 	width: 300px;
 */	width: 100%;
}

.ui-datepicker-inline .ui-datepicker-title {
	font-size: 18px;
	line-height: 24px;
}

.ui-datepicker-inline .ui-state-default,
.ui-datepicker-inline .ui-widget-content .ui-state-default,
.ui-datepicker-inline .ui-widget-header .ui-state-default {
/* 	padding: 10px;
 */	padding: 13px;
}

.ui-datepicker-inline table td {
	padding: 2px;
}
/* ----------------------------------------------- */


/* Upcoming Events - jQuery UI Datepicker --------- */

#ui-datepicker-div {
	font-size: 10px;
}

#ui-datepicker-div .ui-datepicker-header {
	height: 20px;
}

#ui-datepicker-div .ui-datepicker-title {
	font-size: 11px;
	line-height: 16px;
}

#ui-datepicker-div .ui-datepicker-title select {
	font-size: 10px;
	line-height: 14px;
	color: black;
	margin: 0;
	padding: 0;
}

#ui-datepicker-div .ui-datepicker-days-cell-over a {
	background-color: #FFFFFF;
	border: 1px solid #A8A8AA;
}
/* ---------------------------------------------------------- */

/* Event Calendar - Spotlight Top Right (slidesjs) --------- */

#event_spotlight {
	position: relative;
	width: 600px;
 	height: 360px;
}

#event_spotlight .slides_container {
	width: 600px;
	height: 350px;
}

#event_spotlight .slides_container div.slide {
	width: 600px;
}

#event_spotlight .caption {
	font-size: 18px;
	font-style: italic;
	width: 560px;
}

#event_spotlight ul.pagination {
	padding: 0;
	margin: 0;
}

#event_spotlight .pagination li {
	background: none !important;
	padding: 0;
}

#event_spotlight .caption p {
	padding: 0;
	color: #FFFFFF;
}

/* ----------------------------------------------------------- */

/* Calendar Description - Section Left Column ---------- */

#calendar_description {
	padding-bottom: 15px;
}

/* ----------------------------------------------------------- */

/* Featured Events - Section Left Column (slidesjs) ---------- */



#event_featured {
	position: relative;
	width: 300px;
	height: 475px;
}

#event_featured .slides_container {
	width: 300px;
	height: 450px;
}

#event_featured .slides_container div.slide {
	width: 300px;
}

#event_featured .slides_nav {
	font-size: 12px;
	float: right;
}

#event_featured .featured_event {
	margin-bottom: 15px;
}

#event_featured .featured_event_img {
	margin-right: 10px;
}

#event_featured .featured_event_img img {
	max-width: 100px;
}

#event_featured .featured_event_text {
}

#event_featured .featured_event_text span {
	font-variant: small-caps;
}

/* ------------------------------------------------ */


/* Upcoming Events -------------------------------- */

#event_upcoming {
	width: 600px;
}

#event_search {
	height: 60px;
	background-color: #EBECEE;
	padding: 20px 45px;
	margin: 0 10px 15px;
}

#event_search .search_field {
	float: left;
	width: 50%;
	margin-bottom: 15px;
}

#event_search .search_label {
	font-weight: bold;
}

#event_search input,
#event_search select {
	font-size: 12px;
	margin: 0;
	padding: 3px;
	width: 150px;
}

#event_results {
	position: relative;
	width: 600px;
	height: 500px;
	margin-top: 25px;
}

#event_results .slides_container {
	width: 600px;
	height: 500px;
}

#event_results .slides_container div.slide {
	width: 600px;
}

#event_results .slides_nav {
	font-size: 12px;
	float: right;
}

#event_results .calendar_date {
	margin: 0 auto;
	width: 45px;
	text-align: center;
	font-weight: bold;
}

#event_results .calendar_month {
	font-size: 10px;
	line-height: 12px;
	width: 45px;
	padding: 2px 0;
	background-color: #A8A8AA;
	color: #FFFFFF;
	height: 13px;
}

#event_results .calendar_day {
	font-size: 20px;
	line-height: 24px;
	border: 1px solid #A8A8AA;
	border-top: none;
	width: 43px;
	height: 30px;
}
#event_results .upcoming_event_row {
	margin-bottom: 15px;
}
#event_results .upcoming_event .left {
	font-size: 13px;
}

#event_results .upcoming_event .time_location {
	font-size: 14px;
	color: #888888;
	margin-bottom: 15px;
}
/* ------------------------------------------------ */
