#HAMvidFeeds {
	width:320px;
	position: relative;
}
#videoArea {
	width:320px;
	height: 270px;
	background-color: #FFFFFF;
	margin:0px;
}
#HWvidInfoRow {
	width:320px;
	height: 38px;
	background-color: #CCCCCC;
	margin: 0px;
	position: relative;
}
#HWvidInfoRow .textLabel {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	position: absolute;
	top: 15;
	left: 5;
}
#HWvidInfoRow .HAMvidInput {
	font-family: arial; 
	font-size: 12px; 
	height: 20px; 
	width:132px; 
	background-color: #FFFFFF;
	border: 1px solid #333333;
	color: #000000;
	position: absolute;
	top: 12;
	left: 140;
}
#HWvidInfoRow .HAMvidSubmit {
	font-family: arial;
	font-size: 12px;
	height: 20px;
	width: 28px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	color: #000000;
	position: absolute;
	top: 12;
	left: 280;
	padding:0px;
}
#feedRows {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	background-color: #5E5E5E;
	width:320px;
	height: 56px;
}
#feedIcon {
	display: inline;
}
.feed {
	background-color: #4C4C4C;
	display: inline;
	padding: 3px;
}
.feedHover {
	background-color: #7C7C7C; 
	display:inline;
	padding: 3px;
}
.feedSelected {
	background-color: #FFCC66; 
	display: inline;
	padding: 3px;
}
#dhtmlgoodies_tooltip{
	background-color:#EEE;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}
#dhtmlgoodies_tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}