@IMPORT url("style.css");

.gray {
    color: #6d6d6d;
}

.weekday-select-cont {
    background-color: #efefef;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 17px;
}

.weekday-select-cont .notice {
	font-size: 10px;
	color: #6d6d6d;
	position: relative;
	top: -7px;
}

.weekday-select-cont a.weekday-select {
	text-decoration: underline;
}

.weekday-select-cont a.weekday-select:hover {
    text-decoration: none !important;
}

.weekday-select-cont span.weekday-select {
	color: #6d6d6d;
}

.weekday-list {
    margin-left: 14.5%;
    padding-top: 7px;	
}

.weekday-list li {
	float: left;
	width: 66px;
}

.tvguide-cont {
    margin-bottom: 20px;
    padding-top: 15px;
}

.tvguide-cont *,
.tvguide-cont {
   line-height: 1.5em;
   font-size: 12px;
}

.channel-cont {
    padding: 0px 0px 15px;
}

.channel-name-cont {
    padding: 0px 0px 5px;
}

.finished {
    color: #888;
}

.active {
    font-weight: bold;
}

.program-start {
    font-weight: bold;
}

.program-name {
    margin-left: 15px;
}

.filters-cont {
    font-size: 12px;
    padding: 10px 0px 5px;
    border-bottom: 1px solid #dedede;    
}

#start-hour {
    width: 90px;
}

.label-start-hour {
    font-weight: bold;
    margin-right: 5px;	
}

a.ref-all-day {
    font-weight: bold;
    text-decoration: underline;
    margin-left: 25px;
}

a.ref-all-day:hover {
    text-decoration: none !important;
}

#channel-select {
    width: 175px;
    margin-left: 5px;
}

.label-channel-select {
	margin-left: 10px;
	font-weight: bold;
}

.channel-name-cont {
	font-weight: bold;
}

.submit-filter {
    width: 80px;
    margin-left: 20px;
}

.region-toggle-cont {
    float: right;	
}

.channel-name-cont h2 {
    font-weight: bold;
}
