﻿#schedule {
background-color: #EDEDE5;
    font-size: 93%;
    padding: 5px 15px;
}

#schedule h4 {
font-size: 13px;
font-weight: bold;
	border-bottom: 1px dotted #CCC;
margin-bottom: 3px;
}
#schedule p.scheduleHeader {
background-color: #14398A;
    color: #FFFFFF;
    font: bold 14px Helvetica;
    margin: -7px -16px 10px;
    padding: 10px 10px 5px;
    text-transform: uppercase;
}

#zone3MainNavigation li.dropdown6:hover div {
	left: -92px;
}

.lecture {
clear: left;
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #CCC;
}

.lecture img {
    float: left;
    margin: 0 20px 20px 0;

}

.lecture h3 {
    margin-bottom: 0;
}

h4.soldOut:after {
	content: " \000a (SOLD OUT)";
	color: #CC0035;
	font-weight: bold;
}

table.tate td {
	width: 166px;
	background-color: #CCC;
padding: 0;
text-align: center;
	border: none;
	border-color: transparent;
	border-width: 0px;
}

table.tate td p, table.tate td h4 {
	margin: 5px 10px;
	font: 12px Helvetica, Arial, sans-serif;
	text-align: center;
}

table.tate td h4 {
margin-bottom: 5px;
font-weight: bold;
}
.btn {
    background-color: #CC0035;
    background-image: -moz-linear-gradient(center top , #CC0035, #7E0021);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CC0035), to(#7E0021));
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
    padding: 3px 8px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    color: #FFFFFF;
    text-decoration: none;
}

.btn:hover {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #7E0021;
    -moz-transition: background-position 0.1s linear 0s;
    background-position: 0 -15px;
    text-decoration: none;
}