/*
class wide style definitions
*/

.WN_panel
{
 position: absolute;
 border: none;
}


/*
Default style for windows
*/

#FL_TBL {
 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;
}


/*
was Style 4
*/

#FL_TBL.TYPE1 {
	background: none;
}
	
#FL_HDR.TYPE1 {
	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;
}


/*
Style 11
*/

#FL_TBL.TYPE11 {
	background: #ffbc70;
}

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

/*
Style 10
*/

#FL_TBL.TYPE10 {
	background: #ffbc70;
}

#FL_HDR.TYPE10 {
	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;
}
	
/*
Style 5
*/

#FL_TBL.TYPE5 {
	background: none;
}
	
#FL_HDR.TYPE5 {
	color: #ffffff; TEXT-DECORATION: none;
	background: #0000aa;
	font-size: normal;
	font-family: sans-serif;
	font-weight: bold;
	cursor: move;
	height: 20px;
}
	
/*
Style 6
*/

#FL_TBL.TYPE6 {
	background: #000000;
}
	
#FL_HDR.TYPE6 {
	color: #ffffff; TEXT-DECORATION: none;
	background: #0000aa;
	font-size: normal;
	font-family: sans-serif;
	font-weight: bold;
	cursor: move;
	height: 20px;
}

/*
Style 7
*/

#FL_TBL.TYPE7 {
	background: #304351;
}
	
#FL_HDR.TYPE7 {
	color: #ffffff; TEXT-DECORATION: none;
	background: #0088aa;
	font-size: normal;
	font-family: sans-serif;
	font-weight: bold;
	cursor: move;
	height: 20px;
}
	
	
