	.tooltip {
				border: 1px solid black;
				background: #EEEEEE;
				color: #000088;
				padding: 2px;
				font-size: 10pt;
				width: 200px;
			}
			.LABEL_RIGHT {
				background : none;
				text-align: right;
			}
			.LABEL_CENTER {
				background: none;
				text-align: center;
			}
			.contWrap {
				overflow: hidden;
			}
			.OC_SCROLLBASE_VERICAL {
				border: 1px solid #CCCCCC;
				background-color: #AAAAAA;
				width: 20px;
			}
			.OC_SCROLLBUT {
				height: 20px;
				width: 20px;
				border: 1px solid black;
				background-color: #CCCCCC;
			}
			.OC_FORM {
				border: 2px;
				border-top: 2px solid #D3D3D3;
				border-left: 2px solid #D3D3D3;
				border-right: 2px solid #5B5B5B;
				border-bottom: 2px solid #5B5B5B;
				background-color: #EFEFEF;
				height: 20px;
			}
			.OC_BUTTON {
				background-color: #EFEFEF;
				border: 2px;
				text-align: center;
				vertical-align: middle;
				font-size: 12pt;
				color: #000000;
				border-top: 2px solid #D3D3D3;
				border-left: 2px solid #D3D3D3;
				border-right: 2px solid #5B5B5B;
				border-bottom: 2px solid #5B5B5B;
			}
			.OC_TEXTBOX {
				background-color: #FFFFFF;
				border: 2px;
				text-align: left;
				padding-left: 4px;
				vertical-align: middle;
				font-size: 12pt;
				color: #000000;
				border-top: 2px solid #5B5B5B;
				border-left: 2px solid #5B5B5B;
				border-right: 2px solid #D3D3D3;
				border-bottom: 2px solid #D3D3D3;
			}
			.OC_FORM_CAPTION {
				position: absolute;
				border: 0px;
				background: url(fxLib/themedef/fxForm/caption_c.jpg) repeat-x;
				color: #000000;
				font-size: 12pt;
				height: 26px;
				vertical-align: middle;
				padding-top: 4px;
			}
			.UI_MAXIMIZE_N , .UI_MAXIMIZE_A, .UI_MAXIMIZE_P {
				background: url(fxLib/themedef/ui.gif);
				background-position: 0 -50px;
				position: absolute;
				width: 26px;
				height: 17px;
			}
			.UI_MAXIMIZE_A {
				background-position: 0 -67px;
			}
			.UI_MAXIMIZE_P {
				background-position: 0 -83px;
			}
			.UI_CLOSE_P, .UI_CLOSE_N, .UI_CLOSE_A {
				border: 0px;
				margin: 0px;
				padding: 0px;
				position: absolute;
				background: url(fxLib/themedef/ui.gif);
				background-position: 0 -134px;
				width : 43px;
				height: 17px;
			}
			.UI_CLOSE_A {
				background-position: 0 -117px;
			}
			.UI_CLOSE_N {
				background-position: 0 -100px;
			}
			.UI_MINIMIZE_N, .UI_MINIMIZE_A, .UI_MINIMIZE_P {
				position: absolute;
				background: url(fxLib/themedef/ui.gif);
				background-position: 0 1px;
				height: 17px;
				width: 27px;
			}
			.UI_MINIMIZE_A {
				background-position: 0 -16px;
			}
			.UI_MINIMIZE_P {
				background-position: 0 -33px;
			}
