/*
	r_vsc.css
	
	this styles the right column for VSC pages
*/

div#tabOutline {
	background:url(/share/i/generic_activeTabContentCream_bgrepeat.gif) repeat-y;
	height: 1%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

div#tabOutline img {
	padding-left: 0px;
}

div#activeTabContent h2 {
	background-color: #f7f6f1;
	padding-top:10px;
}

div#activeTabContent h3 {
	text-transform:uppercase;
	font-size:12px;
	margin-top:15px;
	margin-bottom:0px;
	font-weight:normal;
}

hr {
	border: 0;
	color: #ddd;
	background-color: #ccc;
	height: 1px;
}

.cite {
	font-style: italic;
	font-size: 11px;
	margin-top: 2px;
	line-height: 12px;
}
ul.header li {
	list-style:none;
	text-transform:uppercase;
	font-size:11px;
	margin-bottom:0px;
	font-weight:normal;
}

div#msdelargevideo {
	margin:0;
	padding:0;
	background:url(/share/i/videoslarge_msde.gif) no-repeat;
	width:372px;
	height:300px;
	float:left;
	/*border:1px dotted blue;*/
}
div#msdelargevideo16x9 {
	margin:0;
	padding:0;
	background:url(/share/i/msdeVideo16x9.png) no-repeat;
	width:458px;
	height:267px;
	float:left;
	/*border:1px dotted blue;*/
}
div#msdelargevideo .transcript {
	margin-top:55px;
}
div#msdelargevideo object, div#msdelargevideo embed {
	position:relative;
	top:21px;
	left:25px;
}
div#msdelargevideo img {
	position:relative;
	top:11px;
	left:23px;
}
div#linktovideo {
	padding:0;
	margin:0;
	padding-left:30px;
	width:340px;
	height:300px;
	overflow:auto;
	/*border:1px dotted red;*/
}
div#linktovideo.long {
	height:350px;
}
div#linktovideo a {
	font-weight:bold;
}
div#linktovideo .hotvideo {
	font-weight:bold;
}
div#activeTabContent p.videosheader {
	float:right;
	padding-right:238px;
}


