/*

	File: downloads.css
	Media: screen
	Copyright: (c) 2010 Church Media Group, Inc. www.churchmedia.cc
	Author: Church Media Group
	Notes: 

/* Download Module
______________________________________________________________________________________ */

.schedule_mod_cmg { width: 100%; margin-top: 24px;}
.schedule_mod_head { width: 100%; border-bottom: 1px solid #cccccc; overflow: hidden; padding-bottom: 10px;}
.schedule_mod_content { width: 100%; border-top: 4px solid #f5f5f5; border-bottom: 4px solid #f5f5f5; overflow: hidden;}
.schedule_mod_foot { width: 100%; border-top: 1px solid #cccccc;}

.schedule_mod_head h4 { float: left; display: inline; font-size: 1.8em; font-weight: bold;}

.schedule_list_row { width: 100%; overflow: hidden; border-bottom: 1px solid #dddddd; padding: 10px 0;}
.schedule_mod_content .last { border: 0;}

.schedule_list_row .image_row { float: left; display: inline; padding: 3px; border: 1px solid #ccc; margin-right: 10px;}

.schedule_list_row h5 { float: right; display: none; margin: 7px 6px 0 20px; font-weight: bold; font-size: 1.2em; background: #fff000; padding: 3px 8px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.next_event_active h5, .next_event_active .schedule_list_row:hover h5 { display: block;}
.schedule_list_row:hover h5 { display: block; }

a.btn_schedule_details { display: block; height: 30px; padding: 0 12px; line-height: 30px; font-size: 1.2em; font-weight: bold; background: #f5f5f5; color: #aaaaaa; border: 1px solid #e8e8e8; float: right; margin: 2px 0 0 16px; -moz-border-radius: 4px; -webkit-border-radius: 4px; text-decoration: none; }
.next_event_active a.btn_schedule_details, .schedule_list_row:hover a.btn_schedule_details { border: 1px solid #333333; background: #333333; color: #ffffff; }
.next_event_active:hover a.btn_schedule_details:hover, .schedule_list_row:hover a.btn_schedule_details:hover { background-color: #2ca17a; border-color: #2ca17a; text-decoration: none; color: #ffffff;}
