/* ViewersChoice */
.viewersChoice {   /* tab-container */
	background-color: #ffffff;
	width: 306px;
	background-image: url(/images/viewersChoice.jpg);
	background-repeat: no-repeat;
	padding-top: 34px;
/*	margin-top: 15px; */
}
.bodytext {
	font-family: Arial, Verdana, Helvetica,  sans-serif;
	font-size: 11px;
	color: blue;
	text-decoration: none;
	vertical-align: text-top;
}

/* standard links */

div.vc_row {
	border-bottom:1px dotted #999999;
	margin-top:1px;
	padding:2px 6px 6px 4px;
	vertical-align: text-top;
	float: left;
	width:296px;
}
div.vc_row img {
	border:1px;
	float:left;
}
div.vidsnippet {
	width:202px;
	margin-top: 4px;
	float: right;
}
div.vidsnippet a:link, div.vidsnippet a:visited, div.vidsnippet a:active {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
}
div.vidsnippet a:hover {
	text-decoration: underline;
}

#topviewed, #topcomm, #topuser {

}
.vc_topic_1 {
	height: 88px;
	width: 100%;
	border-bottom: 1px solid #F4F1CE;
	background-color: #FFFFFF;
	background-image: url(/images/home_topics_bg.jpg);
	background-repeat: repeat-x;
}

.vc_topic_2 {
	height: 88px;
	width: 100%;
	border-bottom: 1px solid #F4F1CE;
	background-color: #FFFFFF;
}

.vc_topic_title {
	font-size: 13px;
	font-weight: bold;
}

.vc_topic_speaker {
	font-size: 11px;
	font-weight: normal;
}
.vc_topic_play {
	font-size: 11px;
	font-weight: bold;
}

.vc_topic_more {
	font-size: 11px;
	font-weight: normal;
}

.vc_topic_screencap {
	border: 1px solid #F3CA7A;
	float: left;
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 6px;
}

.topicname {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
/*	font-weight: bold; */
	color: green;
}
.speakername {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: blue;
}
.smallfont {
	font-size: 10px;
}


/* tab styles */
.tabs {
position:relative; 
height: 20px; 
margin: 0; 
padding-left: 4px; 
background: #FFFFFF;
border-bottom: 0px solid #ABABAB; 
/* background: #dddddd; */
/* background: #506369 url("/images/gradient.jpg") repeat-none; */ 
overflow:hidden;
}

.tabs li {
  display:inline; 
  text-transform: uppercase;
  font-weight: bold;
}

.tabs a.tab-active {
background-color:#FFFFFF;
line-height: 20px; 
color: #386378;
text-decoration:none;
} 
.tabs a  {
height: 20px; 
line-height: 20px; 
font-size:10px;
font-family: verdana, helvetica, sans-serif;
font-weight: bold;
position:relative; 
padding:8px 6px 8px 6px;
  
/* margin: 0px -4px 0px 0px;  huh? 8/15/2007 */ 
 margin: 0px -2px 0px 0px;  
background-color:#dddddd; 
border-top: 0px solid #FFFFFF; 
border-bottom: 0px solid #ABABAB; 
border-left: 0px solid #FFFFFF; 
border-right: 1px solid #ABABAB; 
color: #386378;
text-decoration:none;
}
#tab1, #tab2, #tab3 {
text-decoration: none;
}

.tab-container {
/* background: #84959A url("/images/gradient.jpg") repeat-none; */ 
min-height: 200px;
}
.tab-panes { 
margin: 1px;   /* was 3px */
/* padding-left:4px; */
 border-top: 0px solid #ABABAB; 

 }

