1/* CSS Document */
2.diagnosebody{
3	margin:5px auto 0px auto;	
4	background-color:#8fb9cc;
5}
6
7.erTable thead{
8	color:#FFFFFF;
9	font-weight:bolder;
10	font-size:15px;
11	font-family:Verdana, Arial, Helvetica, sans-serif;
12	text-align:center;
13	line-height:25px;
14}
15
16.erTable th{
17	font-weight:bolder;
18	font-size:13px;
19	font-family:Verdana, Arial, Helvetica, sans-serif;
20	line-height:25px;
21	text-align:left;
22}
23.erTable thead td{
24	height:52px;
25	background: #7d7e7d; /* Old browsers */
26	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
27	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
28	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
29	background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera11.10+ */
30	background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
31	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
32	background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
33	-webkit-border-top-left-radius: 10px;
34	-webkit-border-top-right-radius: 10px;
35	-moz-border-radius-topleft: 10px;
36	-moz-border-radius-topright: 10px;
37	border-top-left-radius: 10px;
38	border-top-right-radius: 10px;
39}
40
41.erTable tbody th{
42	background: #959595; /* Old browsers */
43	background: -moz-linear-gradient(top, #959595 0%, #0d0d0d 4%, #0a0a0a 96%, #a3a3a3 100%, #010101 100%); /* FF3.6+ */
44	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959595), color-stop(4%,#0d0d0d), color-stop(96%,#0a0a0a), color-stop(100%,#a3a3a3), color-stop(100%,#010101)); /* Chrome,Safari4+ */
45	background: -webkit-linear-gradient(top, #959595 0%,#0d0d0d 4%,#0a0a0a 96%,#a3a3a3 100%,#010101 100%); /* Chrome10+,Safari5.1+ */
46	background: -o-linear-gradient(top, #959595 0%,#0d0d0d 4%,#0a0a0a 96%,#a3a3a3 100%,#010101 100%); /* Opera11.10+ */
47	background: -ms-linear-gradient(top, #959595 0%,#0d0d0d 4%,#0a0a0a 96%,#a3a3a3 100%,#010101 100%); /* IE10+ */
48	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#010101',GradientType=0 ); /* IE6-9 */
49	background: linear-gradient(top, #959595 0%,#0d0d0d 4%,#0a0a0a 96%,#a3a3a3 100%,#010101 100%); /* W3C */
50}
51.erpage_td{
52	background: #000; /* Old browsers */
53}
54
55.erpage_footer{
56	height:36px;
57	background: #0e0e0e; /* Old browsers */
58	background: -moz-linear-gradient(top, #0e0e0e 0%, #7d7e7d 100%); /* FF3.6+ */
59	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#7d7e7d)); /* Chrome,Safari4+ */
60	background: -webkit-linear-gradient(top, #0e0e0e 0%,#7d7e7d 100%); /* Chrome10+,Safari5.1+ */
61	background: -o-linear-gradient(top, #0e0e0e 0%,#7d7e7d 100%); /* Opera11.10+ */
62	background: -ms-linear-gradient(top, #0e0e0e 0%,#7d7e7d 100%); /* IE10+ */
63	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */
64	background: linear-gradient(top, #0e0e0e 0%,#7d7e7d 100%); /* W3C */
65	-webkit-border-bottom-right-radius: 10px;
66	-webkit-border-bottom-left-radius: 10px;
67	-moz-border-radius-bottomright: 10px;
68	-moz-border-radius-bottomleft: 10px;
69	border-bottom-right-radius: 10px;
70	border-bottom-left-radius: 10px;
71}
72
73.Epagecontent{
74	font-size:12px;
75	font-family:Verdana, Arial, Helvetica, sans-serif;
76	border:1px dashed #333;
77	background-color:#FFF;
78	width:90%;
79	padding:5px;
80	margin:2px 0px 10px 20px;
81	line-height:20px;
82	color:#000;
83}
84
85.Epagetitle{
86	font-size:14px;
87	font-family:Verdana, Arial, Helvetica, sans-serif;
88	font-weight: bolder;
89	line-height:30px;
90	color:#FFF;
91	margin:0px 0px 0px 20px;
92}
93
94.alertImg{
95	position:absolute;
96	z-index:600;
97	margin:-117px 0px 0px 410px;
98}
99
100.sub_title{
101	background-color:#255A96;
102	font-size:13px;
103	color:#FFFFFF;	
104	letter-spacing:2px;
105}
106
107.description_down{
108	width:90%;
109	font-family: Verdana, Arial, Helvetica, sans-serif;
110	font-size: 10pt;
111	color:#666666;
112	line-height:20px;	
113}
114
115.diagnose_suggest{
116	font-size:11px;
117	font-family: Arial, Helvetica, sans-serif;
118	border-left: 2px solid #547487;
119	background-color:#a7d2e2;
120	padding:5px 5px 5px 15px;
121	margin:0px 5px 5px 10px;
122	line-height:20px;
123}
124
125.diagnose_suggest ul{
126	padding:0px;
127	margin:5px;
128	list-style:outside;
129	color: #006699;
130}
131.diagnose_suggest span{
132	color: #333;
133}
134
135.diagnose_suggest2{
136	font-size:11px;
137	font-family: Arial, Helvetica, sans-serif;
138	border-left:2px solid #006699;
139	background-color:#a7d2e2;
140	padding:5px 5px 5px 5px;
141	margin:0px 5px 5px 10px;
142	line-height:20px;
143}
144
145.diagnose_title{
146	font-size:12px;
147	font-family:Verdana, Arial, Helvetica, sans-serif;
148	font-weight: bolder;
149	line-height:30px;
150	color:#333333;
151	margin-left:5px;
152}
153
154.er_title{
155	font-weight:bolder;
156	width:450px;
157	height:30px;
158	line-height:24px;
159	margin:5px 0px 0px 20px;
160}
161.drImg{
162	position:absolute;
163	z-index:600;
164	margin-left:400px;
165	margin-top:-5px;
166}
167.drword{
168	-webkit-border-radius: 10px;
169	-moz-border-radius: 10px;
170	border-radius: 10px;
171	background-color:#FFFFFF;
172	color:#006699;
173	border:1px solid #999;
174	margin-left:10px;
175	margin-top:10px;
176	text-align:left;
177	padding:10px;
178	width:390px;
179	height:100px;
180	font-size:18px;
181	font-family:Arial, Verdana, Helvetica, sans-serif;
182	line-height:130%;
183}
184.drword span{
185	font-size:15px;
186	font-family:"Times New Roman", Times, serif;
187	color:#FF6600;
188}
189
190.drword img{
191	margin-right:10px;
192	vertical-align:middle;	
193}
194
195.drword a{
196	font-size:12px;
197	font-family: Arial, Helvetica, sans-serif;
198	color: #003366;
199}
200
201.drword_Nologin{
202	background-color:#FFFFFF;
203	color:#006699;
204	border:1px solid #999;
205	margin-left:10px;
206	margin-top:10px;
207	text-align:left;
208	padding:10px;
209	width:390px;
210	height:100px;
211	font-size:16px;
212	font-family:Arial, Verdana, Helvetica, sans-serif;
213	line-height:130%;
214}
215
216.drword_Nologin span{
217	font-size:15px;
218	font-family:"Times New Roman", Times, serif;
219	color:#FF6600;
220}
221
222.drword_Nologin img{
223	margin-right:10px;
224	vertical-align:middle;	
225}
226
227.drword_Nologin a{
228	font-size:12px;
229	font-family: Arial, Helvetica, sans-serif;
230	color: #003366;
231}
232
233.Bar_container{ /* for loadingBar */
234	width:85%;
235	height:21px;
236	border:2px inset #999;
237	margin:0 auto;
238	background-color:#FFFFFF;
239	z-index:100;
240}
241#proceeding_img_text{
242	position:absolute; z-index:101; font-size:11px; color:#000000; margin-left:175px; line-height:21px;
243}
244#proceeding_img{
245 	height:21px;
246	background:#C0D1D3 url(/images/proceeding_img.gif);
247}
248
249.modelName{
250	color:#FFFFFF;
251	font-size:22px;
252	font-family:Verdana;
253	font-weight:bolder;
254	border:0px solid #333;
255	width:300px;
256	position:absolute;
257	height:20px;
258	letter-spacing:1px;
259	margin:10px 0px 0px 18px;
260}
261