/* class wide style definitions */
.WN_panel
{
 xwidth:150;
 position:absolute;
 xborder:1px solid black;
 border: none;
 xleft:350;
 xtop:200;
}


/* Default style for windows */
#FL_TBL {
 xbackground: #efefa0;
 xbackground: #bcbc70;
 background: none;
 cell-padding: 0px;
 cell-spacing: 0px;
 border-collapse: collapse;
}
	
#FL_HDR {
	color: #ffffff; TEXT-DECORATION: none;
	background: #0088aa;
	font-size: normal;
	font-family: sans-serif;
	font-weight: bold;
	cursor:move;
	height: 20px;
}

/* Style 1 */
#FL_TBL.TYPE1 {
	background: #ffbc70;
}

#FL_HDR.TYPE1 {
	color: #ffffff; TEXT-DECORATION: none;
	background: #aa88aa;
	font-size: normal;
	font-family: sans-serif;
	font-weight: bold;
	cursor:move;
	height: 20px;
}

/* Style 2 */
#FL_TBL.TYPE2 {
	background: #00bc70;
}
	
#FL_HDR.TYPE2 {
	color: #ffffff; TEXT-DECORATION: none;
	background: #ff88aa;
	font-size: normal;
	font-family: sans-serif;
	font-weight: bold;
	cursor:move;
	height: 20px;
}

/* Style 3 */
#FL_TBL.TYPE3 {
	background: #ffff00;
}
	
#FL_HDR.TYPE3 {
	color: #ffffff; TEXT-DECORATION: none;
	background: #ff0000;
	font-size: normal;
	font-family: sans-serif;
	font-weight: bold;
	cursor:move;
	height: 20px;
}	

/* Style 4 */
#FL_TBL.TYPE4 {
	background: none;
}
	
#FL_HDR.TYPE4 {
	color: #ffffff; TEXT-DECORATION: none;
	background-image: url("./images/hdrtab02.gif");
	font-size: normal;
	font-family: sans-serif;
	font-weight: bold;
	cursor:move;
	height: 20px;
}
	

	
