a.wa 
{ 
	font-size: 14px; 
	font-weight: bold 
}
.dragme 
{ 
	cursor: move 
}
.clsPopupDv
{
	position:absolute; 
	overflow:hidden; 
	top:-500px; 
	left:0px; 
	visibility:visible; 
	width:285px;
}
.clsPopupTxt
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;	
	color: #333333;
}
.clsPopupLeftTD
{
	background-image: url(../include/images/news_header_bg.jpg);
	background-repeat:repeat;
	height:25px;
	border-top: 0px;
	border-left: 1px solid #c5c5c5;
	border-right: 0px;
	border-bottom: 0px;
}
.clsPopupRightTD
{
	background-image: url(../include/images/news_header_bg.jpg);
	background-repeat:repeat;
	height:25px;
	border-top: 0px;
	border-right: 1px solid #c5c5c5;
	border-left: 0px;
	border-bottom: 0px;
}
.clsPopupHeader
{
	color:#898989;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.clsPopupBorder
{
	border: 1px solid #c5c5c5;
	background-color:#F7F7F7;
	padding-left:5px;
	padding-right:5px;
}

