#tabPanel .bg {
	background: #ececec;
	padding: 0 7px 0 7px;
}
/*************************************************************/
/* Tabbed Content  */
/* ######### CSS for Shade Tabs. Remove if not using ######### */

#contentWrapper #mCol #tcontenttabs {
	margin: 0;
	padding: 0;
}
.shadetabs {
	padding: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
#contentWrapper #mCol .shadetabs li {
	display: inline;
	overflow: hidden;
	margin: 0;
	list-style-type: none;
	background:none;
	
}
.shadetabs li a {
	font: normal 13px Helvetica, sans-serif;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	outline: none;
	z-index: 1;
	margin-right: 5px;
	color: #6f8b82;
	width: 57px;
	height: 29px;
	background:url(../i/tab_up.gif);
	text-transform: uppercase;
	
}
.shadetabs li a:visited {
	color: #d04915;
}
.shadetabs li a:hover {
	background:url(../i/tab_over.gif);
	text-decoration: none;
	color: #d04915;
}
.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	
	
}
.shadetabs li a.selected { /*selected main tab style */
	background:url(../i/tab_over.gif);
}
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}
#tcontentWrapper {
	background: #fff;
	padding: 4px;
}
#tcontentWrapper a.vidCel {
	display: block;
	background: #f0f0f0;
	overflow: hidden;
	padding:  10px;
	margin-bottom: 6px;
	border: 1px solid #f0f0f0;
	width: 100%;
	font-size: 12px;
	cursor: pointer;
}
#tcontentWrapper a.vidCel div {
	float: left;
}
.time {
	text-align:right;
	margin-right:15px;
	width: 50px;
	text-transform: uppercase;
	font: normal 11px Arial, Helvetica, sans-serif;
}



.desc {
	width: 63%;
}
#contentWrapper #mCol .desc p {
	line-height: 14px;
}
#contentWrapper #mCol .desc .first {
	color: #5a7b70;
	font-weight: bold;
	margin: 0;
}
#contentWrapper #mCol .desc .second {
	font-style: italic;
	color: #4c4c4b;
	margin: 0;
}
#tcontentWrapper a.vidCel:hover {
	background: #e5e5e5;
	border: 1px solid #d7d7d7;
}
#tcontentWrapper a.vidCel:hover .desc .first {
	color:  #f15a24;
}
.play {
	width: 22%;
	text-align: center;
	margin: 0 auto;
}
.play img {
	display: inline;
}
.tabcontent {
	display:none;
	overflow: hidden;
	width: 100%;
}
#contentWrapper #mCol ul li{
	padding:0;
}
 @media print {
.tabcontent {
	display:block !important;
}
}

