@charset "utf-8";
/* CSS Document */


#epgrid {
	clear: both;
	height: auto;
	position:relative;
}

#epgrid h4.sub {	
	font-size: 12px;
	font-weight: normal;
}

#epgrid h4 a, #epgrid h4 a:link, #epgrid h4 a:visited, #epgrid h4 a:active, #epgrid h4 a:hover {	
	width: 75px !important;
	float: left;
	display: block;
	margin: 2px;
	margin-left: 3px;
}

#epgrid h5 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
}

#epgrid div {
	border: #CCC 1px dotted;
	width: 225px;
	height: 270px;
	clear: none;
	float: left;
	margin: 6px;
	margin-left: 7px;
	text-align: center;
	background-color: #F8F8F8;
 }
 
 #epgrid div.titles {
	width: 90%;
	clear: both;
 }
 
#epgrid img {
	width: 216px;
	height: 120px;
}

#epgrid h3 {	
	font-size:medium;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;	
	font-variant:normal;
	text-align: center;
	height: 160px;
}

#epgrid div.leadad {
	border: none;
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin: 0px;
	text-align: center;
	background-color: #FFF;
	padding: 0px;
}

#epgrid .futurenext {
	margin: 0px;	
	margin-top: 0px;
	margin-bottom: 3px;
	clear: both;
	display:block;
	width: 95%;
	padding-left: 0px;
	padding-right: 0px;	
	margin-right: auto;
	margin-left: auto;	
	color: #FFF;
	border: 2px outset;
	background-color: #060;
}

#seasons {
	clear: both;
	height: 80px;
	min-height: 80px;
	overflow: visible;
	padding-bottom: 10px;
}

#seasons ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}

#seasons li{	
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	min-width: 80px;
	height: 40px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large !important;
}

#seasons ul a:link, #seasons ul a:visited
{
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 10px;
	color: FFF;
	margin-right: 5px;
	margin-bottom: 2px;
	display: inline-block;
	float: left;
	color: #000;
	background-color:#FFF;
	border: solid #CCC 1px;
	cursor: pointer;
	font-weight: bold;
	font-size: large !important;
}

#seasons ul a:hover, #seasons ul a:active
{
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	border-style: inset;
}