1body {         
2	margin-left: 0px;
3	margin-top: 15px;
4	background-color:#C0DAE4; /*#AAD1E0*/
5}
6fieldset{
7	margin-left:20px;
8	margin-right:20px;	
9	margin-top:10px;
10}
11legend {
12	font-weight:bold;
13	font-size:12px;
14}
15
16.LevelQIS {  
17	margin-top: 50px;
18	background-color:#F4F4F4;	/*1023*/
19}
20
21.qis_title{
22	background-image: url(../images/qis_title.gif);	/*0121*/
23	width:705px;
24	background-repeat:no-repeat;
25}
26
27.qis_title{
28	width:660px;
29	height:19px;
30	float:left;
31	text-align:left;
32	font-family: Verdana, Arial, Helvetica, sans-serif;
33	font-size: 14px;
34	font-weight: bold;
35	border-bottom:1px solid #CCC;
36	line-height:19px;
37	color:#FFFFFF;	/*1023*/
38}
39
40.QISmain{
41	width:500px;
42	font-family:Verdana, Arial, Helvetica, sans-serif;
43	font-size:12px;
44}
45
46.QISfoot{
47	width:510px;
48	height:30px;
49	background-color:#5F8ABC;/*1025*/
50	text-align:right;
51	line-height:30px;
52	position:absolute;
53	top:350px;
54}
55.QISfoot input{
56	border: 1px solid #416492;
57	background:url(/images/bgaibutton.gif) #ACCCE1;
58	height:20px;
59	font-family: Arial, Helvetica, sans-serif;
60	font-size:12px;
61	margin:10px 0px 0px 10px;
62	padding:0px 10px 0px 10px;
63}
64
65.QISfoot .sbtn{  /*Lock 1206 modified*/
66	border: 1px outset #333;
67	background:url(/images/sbtn0.gif) #FFCC66;
68	height:20px;
69	font-family:Verdana;
70	font-size:12px;
71	margin-right:5px;
72	margin-left:5px;	
73  padding:0 .70em 0 .70em;
74  width:auto;
75  overflow:visible;
76	cursor:pointer;
77}
78.QISfoot .sbtn:hover{
79	background:url(/images/sbtn.gif) #FFCC66;
80	color:#FFFFFF;
81}
82
83/*   0831 added for setting Form table in QIS iframe*/
84.QISform{
85	width:450px;
86	font-size:13px;
87	color:#333333;
88}
89
90.QISform thead{
91	font-size:15px;
92	line-height:20px;
93	color:#666;	
94}
95
96.QISform th{
97	padding-left:10px;
98	font-size:13px;
99	font-weight:bolder;
100	color: #003399;
101	text-align:right; 
102}
103               
104.QISform li{	
105	margin-top:10px;
106}
107
108.QISform2{
109	width:450px;
110	font-size:12px;
111	color:#333333;
112	line-height:110%;
113}
114
115.QISform2 thead{
116	font-size:13px;
117	line-height:20px;
118}
119
120.QISform2 th{
121	padding-left:10px;
122	font-size:12px;
123	font-weight:bolder;
124	color: #003399;
125	width:70%;
126	text-align:right; 
127	font-size:13px;
128	line-height:20px;
129}
130
131.QISalert{	
132	font-family:Verdana, Arial, Helvetica, sans-serif;
133	font-size:12px;
134}
135
136.description_down{
137	margin-left:10px;
138	padding-left:5px;
139	font-weight:bold;
140	/*height:24px;*/
141	line-height:24px;	
142	border:1px inset #F4F4F4;
143	background-color:#B4D1DE;	
144}
145
146.popup_bg{
147	position:absolute;	
148	margin: auto;
149	top: 0;
150	left: 0;
151	width:100%;
152	height:100%;
153	z-index:99;
154	background:url(/images/popup_bg2.gif);
155	background-repeat: repeat;
156	visibility:hidden;
157	overflow:hidden;
158}
159.loadingBlock{
160	margin-top:200px;
161	width:400px;
162	font-size:20px;
163	color:#FFFFFF;
164	font-weight:bolder;
165	background-color:#006699;
166	border:5px double #003366;
167}
168
169.dr_sweet_advise{
170	margin-top:200px;
171	width:500px;
172	font-size:20px;
173	color:#FFFFFF;
174	background-color:#006699;
175	border:5px double #003366;
176	font-family:Arial, Helvetica, sans-serif;
177}
178
179.hackiframe{	/* iframe for Hack IE 6.0 to avoid select menu over DIV layer. */
180	display:none;/*sorry for IE5*/
181	display/**/:block;/*sorry for IE5*/
182	position:absolute;/*must have*/
183	top:0;/*must have*/
184	left:0;/*must have*/
185	z-index:-1;/*must have*/
186	filter:mask();/*must have*/
187	width:3000px;/*must have for any big value*/
188	height:3000px/*must have for any big value*/;
189}
190.auto_way{
191 border:2px solid #CE1E1E;
192 background-color:#FFFFCC;
193}
194
195.QISformtd{
196	font-family:verdana, Arial Black, Impact, Arial;
197	font-size:12px;
198}
199
200.QISformtd a{
201	color:#FF4500;
202}
203