#schedule-data ul {
   margin: 8px;
   padding: 0;
}

#schedule-data .time-slots {
    display: none;
}

#search-results .time-slots li {
    border-top: 1px solid #ddd;
    border-bottom: 0;
    padding: 2px 0;
}

#search-results .time-slots {
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 3px;
    padding: 0;
}

#search-results .time-slots a {
    color: #666;
}

#schedule-data ul li {
    margin: 0;
    padding: 4px;
    border-bottom: 1px solid #eee;
    list-style-type: none;
}

#search-results {   
    float: left;
    width: 190px;
    margin-left: 5px;
    background-color: white;
    color: black;
}

#search-results h4 {
    color: black;
    font-size: .8em;
    margin: 0;
    padding: 4px;
    border: 1px solid #ddd;
    text-align: center;
}

#search-results h3 {
    color: black;
    background-color: #C5BC8A;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    text-align: center;
}

#search-results p,
#search-results ul {
    color: black;
    margin: 0;
    padding: 4px;
    list-style-type: none;
}

#search-results ul {
    overflow: auto;
    height: 280px;
}

#search-results ul li {
    padding: 3px;
    margin: 0;
    border-bottom: 1px solid #ccc;
    font-size: .9em;
}

#featured-content #schedules {
    margin-left: 200px;
    font-size: .9em;
    min-height: 500px;
}

#featured-content .tabberlive {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.schedule-block {
	font-size: 1em;
	background-color: #ffffff;
	border-left: 1px solid #778;
	border-right: 1px solid #778;
	border-bottom: 1px solid #778;
}

#featured-content .schedule-block {
    padding: 5px;
}

#featured-content .schedule-block .data-table {
    margin-bottom: 0;
}

.schedule-block .required {
   background-color: #61B9DC;
}

#schedules .schedule-block h3 {
    color: black;
    margin: 0;
    padding-bottom: 4px;
    text-align: center;
    font-weight: normal;
    font-size: 1em;
}

.actions {
    float: right;
    background-color: #352520;
    color: white;
    padding: 8px 10px 3px 3px;
}

.actions a.active {
    border: 1px solid black;
    background-color: white;
    text-decoration: underline;
    color: black;
}

#search-results a.action-link {
    font-weight:bold;
    color: #E46E07;
}

#pod-scheduler {
    font-size: .9em;
    margin-bottom: 5px;
}

#pod-scheduler .search {
    margin-bottom: 5px;
}

#popup-frame-content .topic {
    margin: 0;
    padding: 10px;
    background-color: white;
    border: none;
}

#popup-frame-content .actions {
    background-color: transparent;
    color: black;
    padding: 3px;
    margin: 12px;
    border: 1px solid #ddd;
}

#popup-frame-content .actions ul {
    padding: 0;
    margin: 0;
}

#popup-frame-content .actions h4 {
    background-color: transparent;
    color: black;
    padding: 4px;
    margin: 0;
}

#popup-frame-content .actions li {
    padding: 3px;
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}