/*.schedule {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	text-align:center;
	margin-left:auto; margin-right:auto;
	background-color:#d00;
}*/

.sch_date{
	background-color:#ffffcc;
	width:50px;
	font-size:11px;
}

.sch_entry0 {
	background-color:#fff7dd;
}

.sch_entry1 {
	background-color:#ffe595;
}

.sch_day {
	color:black;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	letter-spacing:2px;
	line-height:20px;
}

@media (max-width: 924px) {
	.sch_day {
		line-height:30px;
	}
}

.sch_link {
	color:black;
	font-weight:normal;
}

a.sch_link:link,    
a.sch_link:visited,
a.sch_link:active   {color: #000;   text-decoration: none; border: 0;}
a.sch_link:focus,  
a.sch_link:hover   {color: #d00; text-decoration: none; border-bottom: 2px solid #d00;}


.schedule_f {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
	margin-left:auto; margin-right:auto;
	background-color:#061;
}


.sch_date_f{
	background-color:#aaff88;
	width:50px;
}

.sch_entry0_f {
	background-color:#ccffbb;
}

.sch_entry1_f {
	background-color:#A6D986;
}

.sch_day_f {
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	letter-spacing:2px;
	line-height:20px;
}

.sch_link_f {
	color:#000000;
	font-weight:normal;
}

a.sch_link_f:link,    
a.sch_link_f:visited,
a.sch_link_f:active   {color: #000;   text-decoration: none; border: 0;}
a.sch_link_f:focus,  
a.sch_link_f:hover   {color: #000; text-decoration: none; border-bottom: 2px solid #d00;}

/* for the schedule */
.schedule {
	max-width: 500px;
	margin: 0;
	padding: 0;
}

.schedule li {
 	list-style: none; 
	margin: 0;

}

.schedule ul {
	display: inline;
	overflow: auto;
	margin: 0;
	padding: 0;
}


.schedule ul li.day {
    margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	padding-top: 5px;
}

.month {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#aaa;
}

.schedule .event {
    max-width: 420px;
	float: right;
	border-bottom:1px #b2b2b2 dashed;
width: 80%;
}

.schedule .last {
	border-bottom:1px #b2b2b2 dashed;
}

.sch_day {
	color:orange;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	letter-spacing:0px;
width: 20%;
}

.sch_dayname {
	color: #aaa;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	letter-spacing:3px;
	font-weight:normal;
}

.sch_link {
	font-weight:bold;
	text-decoration: none;
}

.sch_link:hover {
	text-decoration: underline;
}

.sch_type {
	font-weight:bold;
	color:black;
	text-decoration: none;
}

p.sch_location {
	padding:3px 0 6px 0;
	text-align:left;
	margin: 0;
	font-family: 'Lucida sans Unicode', Verdana, Arial;
	font-size: 12px;
	color: #555;
}

p.sch_plink {
	padding:3px 0 0px 0;
	text-align:left;
	margin: 0;
}

@media (max-width: 500px) {
.schedule .event {
float: none;
width: 100%;
}
}

p.sch_tickets {
	padding: 0px 0px 9px 0px;
	margin: 0px 0px 0px 0px;
}

p.sch_tickets a {
	padding: 4px;
	border: none;
	font-weight: bold;
	color: white;
	background-color: #ffa500;
}

p.sch_tickets a:hover,
p.sch_tickets a:active {
	color: white;
	background-color: rgb(227, 6, 19);
}
