/* CSS Document */

/* Index Page and General Hex CSS Properties */
.office_maincontent_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
	text-align: left;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 145px;
}

.office_maincontent_linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	color: #343434;
}

.office_featuredvideo_headertext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.office_featuredvideo_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 15px;
}

.office_featuredvideo_linktext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #343434;
	text-align: left;
	padding-left:7px;
}
/* /Index Page and General Hex CSS Properties */

/* About the show page CSS */
.office_abouttheshow_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #282828;
	text-align: left;
	padding-bottom: 10px;
}

.office_abouttheshow_headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #71553B;
	text-align: left;
	padding-bottom: 10px;
}

.office_abouttheshow_header2text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #71553B;
	text-align: left;
	padding-bottom: 0px;
}

.office_abouttheshow_linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	color: #71553B;
	text-align: left;
	padding-bottom: 10px;
}
/* /About the show page CSS */

/* Episode Guide Page CSS */
.office_episodeguide_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #282828;
	text-align: left;
	padding-bottom: 10px;
}

.office_episodeguide_headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #71553B;
	text-align: left;
	padding-bottom: 10px;
}

.office_episodeguide_header2text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #71553B;
	text-align: left;
	padding-bottom: 0px;
}

.office_abouttheshow_linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	color: #71553B;
	text-align: left;
	padding-bottom: 10px;
}

#EpisodeGuide_TabbedNavigation_wrapper {
	width: 681px;
	height: 47px;
	/*background-color:#FF99CC;*/
	float: left;
	/*position: relative;
	top: -20px;
	left: 0px;*/
}

#TabbedNavigation_toprow {
	width: 681px;
	height: 25px;
	float: right;
	/*background-color:#66CCCC;*/
}

	#toprow_rightspacer {
		width: 77px;
		height: 25px;
		float: right;
	}

	.tab_rightend {
		width: 102px;
		height: 25px;
		float: right;
	}

	.tab_w_overlap {
		width: 102px;
		height: 25px;
		float: right;
		margin-right:-5px;
	}

#TabbedNavigation_bottomrow {
	width: 681px;
	height: 25px;
	float:right;
	margin-top:-2px;
	/*background-color:#669900;*/
}

	#bottomrow_rightspacer {
		width: 86px;
		height: 25px;
		float: right;
	}
/* /Episode Guide Page CSS */