.whatsonList{
	width : 460px;
	font-family : Arial, Helvetica, sans-serif;
	background-color : white;
	margin : 0 0 10px 0;
	border-bottom : 1px dashed #333;
	border-top : 1px dashed #333;	
	text-align : left;	
}

.whatsonList TD{
	background-color : #f5f5f5;
	font-size : 12px;
	padding : 3px 5px 3px 5px;
	border-top : 2px solid white;
	vertical-align : top;
}

.whatsonList TD.actName{
	background-color : #f5f5f5;
	font-size : 12px;
	font-weight: bold;
	padding : 3px 5px 3px 5px;
	border-top : 2px solid white;
	vertical-align : top;
	text-transform : uppercase;
}

.whatsonList TR{
	border-bottom : 1px dashed #333;
	border-top : 1px dashed #333;	
}

.whatsonList TD.separator{
	background-color : white;
	border-bottom : 1px dashed #333;
	border-top : 1px dashed #333;		
}

.whatsonList TH{
	background-color : #EBEBEB;
	text-align : left;
	font-size : 12px;
	font-weight : normal;
	color : Gray;
	border-top : 2px solid white;
	padding : 3px 5px 3px 5px;
	width : 80px;
	border-right : 2px solid white;
	vertical-align : top;
	text-transform: uppercase;
}

.whatsonList HR{
	height : 1px;
	background-color : transparent;
	color : #333;
	border : none;
	padding : 0;
	margin : 0;
}

.whatsonList TD.separator{
	background-color : white;
}
