/* very generic style resets in case local site does not have these */
div.TVSchedule div, div.TVSchedule a, div.TVSchedule p {
	float:none;
	margin:0;
	padding:0;
	display:block;
}
div.TVSchedule img, div.TVSchedule img a { border: 0px none; }
.TVSchedule {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 12px;
	width: 1000px;
}
 #GScheduleFooter { clear:left; padding:.6em 0 0 0; }

/* left column styles */
.TVSchedule .ScheduleDateDay {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.TVSchedule .ScheduleDateMonth {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
.TVSchedule .ScheduleDateTime {
	float:left;
	font-size: 10px;
	color: #666666;
	margin: 3px 0 0 10px;
	font-weight: bold;
}

/* CC and DV styles */
.TVSchedule .ScheduleDV {
	background: transparent url(/images/DVIcon1.gif) no-repeat center left;
}
.ScheduleDV2 {
	background: transparent url(/images/DVIcon2.gif) no-repeat center left;
	float:left;
	display:inline;
	list-style-position:outside;
}
.TVSchedule .ScheduleCC {
	background: transparent url(/images/CCIcon1.gif) no-repeat center left;
}
.ScheduleCC2 {
	background: transparent url(/images/CCIcon2.gif) no-repeat center left;
	float:left;
	list-style-position:outside;
}
.TVSchedule .SecondIcon {
	float: right;
}

.LGutter5 {
	margin: 0 0 0 5px;
}


.TVSchedule .STB2 {
	width:120px;
	height:19px;
	float:left;
	background: transparent url(/images/ScheduleTDivider.gif) no-repeat top right;
}

.TVSchedule .ScheduleShowTitle { background-color:#fff;}

/* top row arrow nav links */
.TVSchedule #STBLeft {  }
.TVSchedule #STBLeft a {
	background: url(/images/STArrowLeft.gif) no-repeat left top;
	float:left;
	margin: 0 3px;
}
.TVSchedule .STBRight a {
	background: url(/images/STArrowRight.gif) no-repeat left top;
	float: right;
	margin: 0 3px;
}
.TVSchedule #STBLeft a:hover {
	background: url(/images/STArrowLeftOver.gif) no-repeat left top;
}
.TVSchedule .STBRight a:hover {
	background: url(/images/STArrowRightOver.gif) no-repeat left top;
}

.TVSchedule #ScheduleD1, .TVSchedule #ScheduleD2, .TVSchedule #ScheduleD3, .TVSchedule #ScheduleD4, .TVSchedule #ScheduleD5, .TVSchedule #ScheduleD6, .TVSchedule #ScheduleD7 {
	width: 95px;
	height: 100px;
	padding: 60px 0 0 5px;
	border-bottom:solid 1px #FFF;
	
}

/* more stuff */
.TVSchedule .ScheduleTimeBar {
	background: url(/images/ScheduleTBG.gif) repeat-x top left;
	border: solid 1px #c6c4c4;
	overflow: auto;
}
.TVSchedule .ScheduleRow {
	width:99px;
	overflow:hidden;
}
.TVSchedule .ScheduleLeftColumn {
	width: 99px;
	float: left;
}
.TVSchedule .ScheduleLeftColumn #STBLeft img {
	width: 96px;
	background: transparent url(/images/ScheduleTDivider.gif) no-repeat top right;
}
.TVSchedule .ScheduleRightSection {
	width: 839px;
	overflow: hidden;
	border-bottom: solid 1px #CCC;
	float: left;
	position: relative;
	border-right: solid 1px #CCC;
}
.TVSchedule .ScheduleRightSectionContent {
	width: 20000px;
}
.TVSchedule .ScheduleEvent {
	float: left;
	height: 160px;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	overflow: hidden;
	background-color:#fff;
}
.TVSchedule .ScheduleEventOverlap {
	background-color: #F2F8F9;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.TVSchedule .ScheduleColumn {
	clear: both;
	float: none;
}
.TVSchedule .ScheduleColumn .ScheduleShowTitle {
	height: 23px;
	color: #000000;
	font-weight:bold;
}
.TVSchedule .ScheduleColumn p {
	float: none;
	clear: both;
	height: 74px;
	font-size: 0.90em;
	line-height: 12px;
	overflow: hidden;
	color: #000000;
	margin-top:24px;
}
.TVSchedule .ScheduleColumnContent {
	float: none;
	overflow: hidden;
	margin: 2px 5px 2px 5px;
	background-color:#fff;
}
