<!--
#mobilemsg{
display:none;	
}

/* Schedule Header */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: url(../images/greygradiant.png);
	background-repeat: repeat-x;
}


#thedate {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 203px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#thedatedaily {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 185px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#h2date {
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	font-size: 12px;
	width:400px;
}


#calloutbox2 {
	padding-top: 10px;
	}

p.calltit {	
font-family: Open Sans !important;
margin-top:10px;
font-size:13px;
}
	
#msg {
	font-size: 12px;
}
#msg p {
	text-decoration: underline;
	padding:  0;
	font-weight: bold;
	line-height: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}


#rtrule
{
	width: 400px;
	float: right;
	padding-right: 0px;
	text-align: left;
}

.large {
	font-size: 22px;
	font-weight: bold;
	font-family: Open Sans;
}
.selectedlink {
	font-weight: bold;
	color: #FFF;
	background-color: #e03635;
}
#cal1Container {
	float: left;
	height: 185px;
	width: 225px;
	    font-size: 12px;
}
#datelinks {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	margin-top: 10px;
	font-weight: bold;
}
#printsch {
	margin-top: 10px;
	background-repeat: no-repeat;
}
#datelinks a {
	text-decoration: none;
	color: #474747;
}
#datelinks a:hover {
	text-decoration: underline;
}
#printsch a {
	color: #474747;
	text-decoration: none;
}
#printsch a:hover {
	color: #474747;
	text-decoration: underline;
}
/* end schedule header *?

/* framework for lay out */


#schframe{
	width: 100%;
}

#clear {
clear: both;
	margin-bottom: 0px;
	height: 12px;
}



/* Arrows */

#leftarrow {
	padding-top: 0px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

#rightarrow {
	padding-right: 0px;
	padding-top: 0px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	z-index: 99;
}




/* schedule inforation / Grid **************************/

#scheduleunderdate {
	background-color: #939598;
	height: 720px;
}


#schedule{
	width:7500px;
	background-image: url(https://wptschedule.org/CSS/images/timelines.png);
	background-repeat: repeat-x;
	height: 100%;
	vertical-align: middle;
}



#schedule ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.thesch{
	float:left;
	overflow:hidden;
	display: block;
	}
	
/* this is for the containers within the schedule to display program info*/	
.channelname {
    font-family: Open Sans;
    font-size: 12px;
    color: #2a2a2a;
    font-weight: 600;
    margin-top: 10px;
}
	
#epdesc {
font-size: 11px;
font-weight: normal;
margin-top: 5px;
line-height: 14px;
}

a.proglink1:link,a.proglink1:visited,a.proglink1:active,a.proglink2:link,a.proglink2:visited,a.proglink2:active,a.proglink3:link,a.proglink3:visited,a.proglink3:active,a.proglink4:link,a.proglink4:visited,a.proglink4:active{
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	font-family: Open Sans !important;
}

a.proglinksmall1:link,a.proglinksmall1:visited,a.proglinksmall1:active,a.proglinksmall2:link,a.proglinksmall2:visited,a.proglinksmall2:active,a.proglinksmall3:link,a.proglinksmall3:visited,a.proglinksmall3:active,a.proglinksmall4:link,a.proglinksmall4:visited,a.proglinksmall4:active{
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	font-family: Open Sans !important;
}

a.proglink1:link,a.proglink1:visited,a.proglink1:active,a.proglinksmall1:link,a.proglinksmall1:visited,a.proglinksmall1:active{
	color: #007fc3;
}

a.proglink2:link,a.proglink2:visited,a.proglink2:active,a.proglinksmall2:link,a.proglinksmall2:visited,a.proglinksmall2:active{
	color: #00673a;
}

a.proglink3:link,a.proglink3:visited,a.proglink3:active,a.proglinksmall3:link,a.proglinksmall3:visited,a.proglinksmall3:active{
	color: #e57b39;
}

a.proglink4:link,a.proglink4:visited,a.proglink4:active,a.proglinksmall4:link,a.proglinksmall4:visited,a.proglinksmall4:active{
	color: #ff679a;
}

a.proglink1:hover,a.proglinksmall1:hover,a.proglink2:hover,a.proglinksmall2:hover,a.proglink3:hover,a.proglinksmall3:hover,a.proglink4:hover,a.proglinksmall4:hover{
	color: #C90;
	text-decoration: underline;
}

.seriestitle {
display: inline-block;
margin-right: 5px;
}

.eptitle {
font-size: 12px;
}

#schepisode{
	overflow:hidden;
	display: block;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #FFF;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	height: 98%;
	}	
	
li.theschblank{
	float:left;
	overflow:hidden;
	display: block;
	}
	
#schimg{
	width: 100%;
	text-align: center;
	padding: 0px;
	height: 120px;
	overflow: hidden;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	}

#epcon{
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;	
	line-height: 14px;
	
}	



/* this is for time row only *********************************/

#fulltimerow {
	height: 30px;
	background-color: #CCC;
}

#schedule2 {
	width:7500px;
	background-image: url(https://wptschedule.org/CSS/images/timelines.png);
	background-repeat: repeat-x;
	vertical-align: middle;
}
#schedule2 ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}



.half {
	width: 145px;
	display: block;
	float: left;
	overflow:hidden;
	font-size: 16px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Open Sans !important;
	
}

/* bottom time row */

#schedule3 {
	width:7500px;
	background-image: url(https://wptschedule.org/CSS/images/timelines.png);
	background-repeat: repeat-x;
	height: 20px;
	vertical-align: middle;
}

#schedule3 .half {
	width: 145px;
	display: block;
	float: left;
	overflow:hidden;
	font-size: 16px;
	padding-left: 5px;
	color: #CCC;
	font-weight: normal;
}

/* end time row */



/* the is for the channel columns */
#channelcol {
	width: 100px;
	float: left;
}

#chan1 {
	background-color: #86caee;
	height: 210px;
	margin-bottom: 38px;
	width: 90px;
	margin-left: 6px;
	margin-top: 45px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	text-align: center;
	font-weight: bolder;
	padding-top: 40px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#chan2 {
	background-color: #9dd2af;
	height: 120px;
	margin-bottom: 32px;
	width: 90px;
	margin-left: 6px;
	margin-top: 10px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
	text-align: center;
}

#chan3 {
	background-color: #f7cc64;
	height: 120px;
	width: 90px;
	margin-left: 6px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
	text-align: center;
}

#chan4 {
	background-color:#ff679a;
	height: 120px;
	margin-bottom: 32px;
	width: 90px;
	margin-left: 6px;
	margin-top: 37px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
	text-align: center;
}


/* New Image */
.newimg{
width: 63px;
height: 50px;
position: relative;
top: -1px;
left: 0px;	
}