#HWvidInfoRow {
	width:800px;
	background-color: #FFFFFF;

	margin-top: 5px;
	margin-bottom:0px;


	position: relative;
}



#HWvidInfoRow .textLabel {

	color: #000000;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;

	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;

	vertical-align: bottom;

}

#HWvidInfoRow .HAMvidInput {font-family: arial; font-size: 12px; height: 20px; width:132px; background-color: #FFFFFF;border: 1px solid #333333;color: #000000;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;


}
#HWvidInfoRow .HAMvidSubmit {font-family: arial; font-size: 12px; height: 20px; width: 28px;
background-color: #FFFFFF;border: 1px solid #333333;color: #000000;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;


}



#HAMvidFeeds {
	width:802px; height: 403px;
	margin-top: 1px;

	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	border: 1px solid;
	position: relative;
}

#videoArea {
	width:480px;
	height: 400px;
	background-color: #3745C8;
	margin:0px;
	position: absolute; top: 1; left: 1;
}



#feedRows {

	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	border-left: 1px solid;
	background-color: #E3E1DD;

	width:319px; height:400px;
	overflow-y: auto;

	position: absolute; top: 1; left: 481;
}


#feedRow {
	position: relative;


	border-width: 1px; border-style: solid; border-color: #BEBEBE;
	font-size: 12px; color:#FFFFFF; text-align: left;
	background-color: #4C4C4C;
	height: 35;
}

#feedRow .feed {background-color: #4C4C4C;height: 35}
#feedRow .feedHover {	background-color: #7C7C7C;height: 35}
#feedRow .feedSelected {background-color: #333333;height: 35}


#feedRow .feedTitle {
	position: absolute; top: 3; left: 45;
	padding-left: 3px;
	font-weight: bold;

}

#feedRow .feedDescription {
	padding-left: 3px;
	font-size: 11px;
	position: absolute; top: 17; left: 45;


}
#feedRow .feedIcon {
	position: absolute; top: 2; left: 3;

	width: 40px; height: 30px;
}