/* --------------------------------------------------------
    Results stylesheet
    Website: MontrealPlus.ca
    Created by: Jérôme B. - jerome.brule@revolver3.com	
    Filename: css/resultsEvents.css
   -------------------------------------------------------- */
   

/* results_options */
  
#results_options{
	border-top: 1px solid #adc4c8;
	position: relative;
}   
div#results_options {
	background-color:#c8eeff;
	color:#252525;
	margin-bottom:11px;
	padding:6px 15px;
}   
div#results_options div#results_extended {
	border: none;
}
div#results_options div#results_options_left ul {
	padding: 0;
}
div#results_options div#results_options_left ul li a {
	background:#009ad8 url(../++resource++canadaplus.content.images/btn_pulldowns_bg_blue.gif) no-repeat scroll right top;
	
}

/* profile_schedule */

#resultsEvents table#profile_schedule th.schedule_date {
	width: 15%;
}
#resultsEvents table#profile_schedule th.schedule_type {
	width:30%;
}
#resultsEvents table#profile_schedule th.schedule_details {
	width: 26%;
}

    /* Profile Schedule */
    table#profile_schedule { margin-bottom: 20px; padding-top: 10px; }
    table#profile_schedule h3 { font-size: 115%; color: #1b75bc; padding: 0px 0px 5px 7px; }
    table#profile_schedule { width: 100%; border-bottom: 1px solid #58b7de; }
    table#profile_schedule th, table#profile_schedule td { padding: 4px 7px; }
    table#profile_schedule th { background-color: #caeafb; text-align: left; border-top: 1px solid #58b7de; border-bottom: 1px solid #58b7de; }
    table#profile_schedule td { border-bottom: 1px solid #caeafb; vertical-align: top; line-height: 1.5em; }
    table#profile_schedule td.schedule_last { border-bottom: 0px; }
    
    /* Events Schedule */
    table#profile_schedule th.schedule_date { width: 25%; }
    table#profile_schedule th.schedule_type { width: 25%; }
    table#profile_schedule th.schedule_details { width: 40%; }
    table#profile_schedule th.schedule_tickets { width: 10%; }
    table#profile_schedule td.btn_tickets { text-align: right; }
    
    /* Movies Schedule */
    table#profile_schedule th.schedule_empty { width: 4%; }
    table#profile_schedule th.schedule_theatre { width: 31%; }
    table#profile_schedule th.schedule_address { width: 45%; }
    table#profile_schedule th.schedule_showtimes { width: 20%; }
    table#profile_schedule td.btn_showtimes { text-align: right; }
    
    /* Showtime Show and Hide */
    table#profile_schedule td.schedule_show_hide { border: 0px; padding: 0px; }
    table#profile_schedule td.schedule_show_hide div { background-color: #caeafb; font-size: 95%; border-bottom: 1px solid #58b7de; }
    table#profile_schedule td.schedule_show_hide div img { float: left; position: relative; top: -14px; left: 4px; }
    table#profile_schedule td.schedule_show_hide div p { padding: 6px 7px; margin-left: 29px; }


div#results_tabs ul li.results_yellow_tabs_active {
	background:transparent url(../++resource++canadaplus.content.images/results_yellow_tabs_active_left.gif) no-repeat scroll left top;
}
div#results_tabs ul li.results_yellow_tabs_active a {
	background:#fdfec2 url(../++resource++canadaplus.content.images/results_yellow_tabs_active_right.gif) no-repeat scroll right top;
}
div#results_tabs ul li a {
	padding:9px 15px 7px 10px !important;
}

div#results_tabs ul li.results_tabs_on {
	background:transparent url(../++resource++canadaplus.content.images/results_blue_tabs_on_left.gif) no-repeat scroll left top;
}
div#results_tabs ul li.results_tabs_on a{
	background:transparent url(../++resource++canadaplus.content.images/results_blue_tabs_on_right.gif) no-repeat scroll right top;
    font-weight:bold;
}

#results_options_right .sort{
	text-align: right;
	font-weight: bold;
}
td.schedule_last{
	background: #c8eeff;
	text-align: right;
	font-weight: bold;
}
td.schedule_last a{
	color: #252525;
}
#btn_calendar{
	width: 97px;
	height: 40px;
	background: url(../++resource++canadaplus.content.images/btn_bg_calendar_events.gif) no-repeat;
	cursor: pointer;
	border: none;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1000px;	
	font-size: 0.001em;
	position: absolute;
	top: 3px;
	left: 280px;
}
#btn_calendar span{
	width: 50px;
	margin: 5px 0 0 5px;
	display: block;
} 

#datepicker {
    background: #009AD8 url(../++resource++canadaplus.content.images/btn_pulldowns_bg_blue.gif) no-repeat scroll right top;
    color: #fff;
    font-weight: bold;
    border: 0;
    padding: 2px 0 2px 10px;
    width: 110px;
}
