/* MARQUEEPART STYLES */
.clMarqueePart
{
	font-family: Tahoma;
	font-size:	11px;
	font-weight: normal;
	font-style: normal; 
	
	border: none;
	background-color: #FFFFFF;
	color: Lime;	
}
#tabMarqueeContainer
{
	font-family:		Tahoma;
	font-size:			11px;
	font-weight:		normal;
	font-style:			normal; 
	height:				22px;
	width:				100%;
	border:				1px solid #000000;
	color:				#FF300D;
	background-color:	#1F1F1F;
}
#tdMarqueeCaption
{
	font-weight:		bold;
	padding:		0px 2px 0px 2px;
	background-color:	#1F1F1F;	
	width:			120px;
	border-right:		1px dotted #999999;
	text-align:		right
}
#tdMarqueeContent
{
	height:				20px;
	background-color:	#000000;
	color:				#FFFFFF;
	cursor:				hand;
	text-indent:		2px;
}

.clMarqueeContent
{
	height:			20px;
	background-color:	#1F1F1F;
	color:			#EEEEEE;
	cursor:			hand;
	text-indent:		2px;
}
