style.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  1. body{
  2. margin:0px;
  3. }
  4. html {
  5. scrollbar-face-color:#CCD0DB;
  6. scrollbar-highlight-color:#fff;
  7. scrollbar-shadow-color:#fff;
  8. scrollbar-3dlight-color:#6795B4;
  9. scrollbar-arrow-color:#20669A;
  10. scrollbar-track-color:#fff;
  11. scrollbar-darkshadow-color:#6795B4;
  12. border:0;
  13. }
  14. html { overflow-x: hidden; overflow-y: auto; }
  15. TD{
  16. font-size: 12px;
  17. }
  18. a:link,a:visited{
  19. text-decoration:none;
  20. color:#006;
  21. }
  22. a:hover{
  23. text-decoration:underline;
  24. color:#cc0000;
  25. }
  26. .headbody{
  27. background:url('../images/HeadBack.jpg')
  28. }
  29. .headmain{
  30. height:70px;
  31. border-bottom:1px solid #014B56;
  32. }
  33. .menuBody{
  34. background:url('../images/menuB.jpg') repeat-y;
  35. text-align:left;
  36. }
  37. .menuUL{
  38. list-style:none;
  39. margin:0px;
  40. padding:0px;
  41. }
  42. .menuUL li{
  43. display:block;
  44. margin-bottom:5px;
  45. }
  46. .menuA:link,.menuA:visited{
  47. width:100%;
  48. height:35px;
  49. display:block;
  50. background:url('../images/menubutton.jpg') no-repeat 4px 0px;
  51. font-size:12px;
  52. color:#fff;
  53. text-decoration:none;
  54. }
  55. .menuA:hover{
  56. background:url('../images/menubutton.jpg') no-repeat 4px -36px;
  57. color:#fff;
  58. text-decoration:none;
  59. }
  60. .menuAS:link,.menuAS:visited{
  61. width:100%;
  62. height:35px;
  63. display:block;
  64. background:url('../images/menubutton.jpg') no-repeat 4px -72px;
  65. font-size:12px;
  66. color:#000;
  67. text-decoration:none;
  68. font-weight:bold;
  69. }
  70. .ContentBody{
  71. background:#F6F6F6 url(../images/mainbg.gif);
  72. /*url(../images/mainback.jpg) repeat-x fixed; */
  73. margin:15px;
  74. }
  75. .MainDiv{}
  76. .MenuIcon{
  77. margin:1px 6px -12px 12px;
  78. }
  79. .CTitle{
  80. background:#6795B4;
  81. padding:5px;
  82. text-align:left;
  83. color:#FFFFFF;
  84. font-size:13px;
  85. font-family: Verdana, Arial, Helvetica, sans-serif;
  86. }
  87. .CContent{
  88. border-top: 1px solid #5F8FB0;
  89. border-right: 1px solid #5F8FB0;
  90. border-bottom: 1px solid #5F8FB0;
  91. border-left: 1px solid #5F8FB0;
  92. background-color: #FFFFFF;
  93. }
  94. .CPanel{
  95. padding:5px;
  96. font-size:12px;
  97. font-family: Verdana, Arial, Helvetica, sans-serif;
  98. }
  99. legend{
  100. color: #014E82;
  101. font-weight:bold;
  102. padding:5px;
  103. }
  104. fieldset{
  105. border-top: 1px solid #C8D9E4;
  106. border-right: 1px solid #C8D9E4;
  107. border-bottom: 1px solid #C8D9E4;
  108. border-left: 1px solid #C8D9E4;
  109. margin-top: 10px;
  110. margin-left:10px;
  111. margin-right:10px;
  112. }
  113. fieldset div{
  114. padding:0px;
  115. }
  116. fieldset td {
  117. font-size:12px;
  118. }
  119. select{font-size:12px;}
  120. input.text{
  121. border:1px solid #7F9DB9;font-size:12px;font-family: Verdana, Arial, Helvetica, sans-serif;height:18px
  122. }
  123. button{;padding:2px 2px 0px 2px;margin:4px;border-width:1px 3px 1px 3px;font-size: 12px;}
  124. input.button{
  125. background:#fff;border:1px solid #C28F27;padding:2px 2px 0px 2px;margin:4px;border-width:1px 3px 1px 3px;font-size: 12px;color: #A74300;
  126. }
  127. textarea{ border:1px solid #7F9DB9;font-size:12px;font-family: Verdana, Arial, Helvetica, sans-serif;}
  128. .SubMenu{
  129. padding: 4px;
  130. border-bottom: 1px solid #5F8FB0;
  131. margin:-5px -5px 2px -5px;
  132. background-color: #EBF1F5;
  133. }
  134. .SubButton{
  135. margin-top: 6px;
  136. padding: 4px;
  137. text-align:center;
  138. }
  139. .TDHead{
  140. /*background:url(../images/M.jpg);*/
  141. border-bottom:1px solid #5F8FB0;
  142. height:16px;
  143. font-weight:bold;
  144. background-color: #C5D7E2;
  145. }
  146. .TablePanel{
  147. /* border:1px solid #999;*/
  148. background-color: #DBE0E6;
  149. }
  150. .TablePanel td{
  151. font-size:12px;
  152. /*background-color: #fff;*/
  153. }
  154. .dtxt{
  155. font-family:verdana;
  156. font-size:10px;
  157. font-weight: normal;
  158. padding-right:2px;
  159. color: #808080;
  160. }
  161. .ctxt{
  162. border:1px solid #DBE0E6;
  163. background-color: #F6F8F9;
  164. font-size:11px;
  165. padding:2px;
  166. color:#000;
  167. text-justify :newspaper;
  168. text-align:justify;
  169. }
  170. .ctxt UL {
  171. list-style:none;
  172. font-size:11px;
  173. padding:0;
  174. border:0;
  175. margin:1px 1px 1px 1px;
  176. }
  177. .tblist{
  178. padding:2px;
  179. color:#003366;
  180. }
  181. /*topbt*/
  182. #nav {
  183. height:70px;
  184. list-style:none;
  185. float:right;
  186. margin-top:0px;
  187. width:369px;
  188. padding-right:70px;
  189. background:url(../images/pic4.jpg);
  190. }
  191. #nav li{
  192. float:left;
  193. font-size:11px;
  194. font-family:verdana;
  195. color:#fff;
  196. }
  197. #nav li a{
  198. color:#FFFFFF;
  199. text-decoration:none;
  200. display:block;
  201. width:40px;
  202. height:70px;
  203. text-align:center;
  204. margin-left:40px;
  205. }
  206. #nav li a:hover{
  207. color:#C2E0FC;
  208. }
  209. .btpading{
  210. padding-top:54px;
  211. }
  212. #nav li #topbt1{
  213. text-align:center;
  214. background:url(../images/pic4.jpg);
  215. background-position:-3px 0px;
  216. }
  217. #nav li #topbt2{
  218. text-align:center;
  219. background:url(../images/pic4.jpg);
  220. background-position:-83px 0px;
  221. }
  222. #nav li #topbt3{
  223. text-align:center;
  224. background:url(../images/pic4.jpg);
  225. background-position:-165px 0px;
  226. }
  227. #nav li #topbt4{
  228. text-align:center;
  229. background:url(../images/topbt.jpg);
  230. background-position:-245px 0px;
  231. }
  232. #nav li #topbt5{
  233. text-align:center;
  234. background:url(../images/pic4.jpg);
  235. background-position:-325px 0px;
  236. }
  237. /**/
  238. #datatable tr{wfsr:expression(this.bgColor=this.rowIndex%2?'#ffffff':'#FDFAF0')}
  239. #datatable td{font-size:11px;font-family:verdana;height:19px}
  240. #datatable a:link,a:visited{
  241. text-decoration:none;
  242. color:#0033CC;
  243. }
  244. #datatable a:hover{
  245. text-decoration:underline;
  246. color:#cc0000;
  247. }
  248. /**/
  249. A.p:link,A.p:active,A.p:visited{
  250. TEXT-DECORATION:none;
  251. Color:#666;
  252. FONT-SIZE: 11px;
  253. }
  254. A.p:hover{
  255. TEXT-DECORATION: none;
  256. Color:#6795B4;
  257. FONT-SIZE: 11px;
  258. position: relative; left: 1px; top: 1px;
  259. }
  260. .pagetxt{
  261. border:1px solid #666;
  262. border-right: 0px solid #666;
  263. font-size:11px;font-family: Verdana, Arial, Helvetica, sans-serif;
  264. height:14px;
  265. text-align: center;
  266. color:#2C3E88;
  267. width:23px;
  268. }
  269. .pagebt{
  270. border:1px solid #666;
  271. font-size:11px;font-family: Verdana, Arial, Helvetica, sans-serif;
  272. height:18px;
  273. color:#2C3E88;
  274. background-color: #EBF1F5;
  275. width:25px;
  276. }
  277. #page TD{
  278. font-size:11px;font-family: Verdana, Arial, Helvetica, sans-serif;
  279. Color:#666;
  280. }
  281. .webtxt{
  282. text-align:left;
  283. overflow:hidden;
  284. margin:12px;
  285. font-size:14px;
  286. clear:both;
  287. line-height: 160%;
  288. word-wrap:break-word;
  289. word-break:break-all;
  290. text-justify :newspaper;
  291. text-align:justify;
  292. }
  293. .sbt{
  294. border:1px solid #7F9DB9;
  295. font-size:12px;
  296. font-family: Verdana, Arial, Helvetica, sans-serif;
  297. height:22px;
  298. }
  299. .file_input{
  300. border:1px solid #7F9DB9;
  301. font-size:12px;
  302. font-family: Verdana, Arial, Helvetica, sans-serif;
  303. height:22px;
  304. }
  305. A.btlink:link,A.btlink:visited{
  306. text-decoration:none;
  307. color:#006600
  308. }
  309. A.btlink:hover{
  310. text-decoration:underline;
  311. color:#cc0000;
  312. }
  313. ul.TabBarLevel{
  314. list-style:none;
  315. margin:0;
  316. padding:0;
  317. height:29px;
  318. background-image:url(../images/tabbar_level1_bk.gif);
  319. }
  320. ul.TabBarLevel li{
  321. float:left;
  322. padding:0;
  323. height:29px;
  324. margin-right:1px;
  325. background:url(../images/tb_left_bk.gif) left top no-repeat;
  326. }
  327. ul.TabBarLevel li a{
  328. display:block;
  329. line-height:29px;
  330. padding:0 20px;
  331. color:#006;
  332. background:url(../images/tb_right_bk.gif) right top no-repeat;
  333. white-space: nowrap;
  334. /*font-weight: bold;*/
  335. }
  336. ul.TabBarLevel li.Selected{
  337. background:url(../images/tb_selected_left_bk.gif) left top no-repeat;
  338. }
  339. ul.TabBarLevel li.Selected a{
  340. background:url(../images/tb_selected_right_bk.gif) right top no-repeat;
  341. }
  342. ul.TabBarLevel li a:link,ul.TabBarLevel li a:visited{
  343. color:#006;
  344. text-decoration:none;
  345. }
  346. ul.TabBarLevel li a:hover,ul.TabBarLevel li a:active{
  347. color:#0033CC;
  348. text-decoration:none;
  349. }
  350. ul.TabBarLevel li.Selected a:link,ul.TabBarLevel li.Selected a:visited{
  351. color:#cc0000;
  352. text-decoration:none;
  353. font-weight: bold;
  354. }
  355. ul.TabBarLevel li.Selected a:hover,ul.TabBarLevel li.Selected a:active{
  356. color:#cc0000;
  357. text-decoration:none;
  358. }
  359. div.HackBox {
  360. padding : 5px 5px;
  361. border-left: 1px solid #b1b1b1;
  362. border-right: 1px solid #b1b1b1;
  363. border-bottom: 1px solid #b1b1b1;
  364. display:none;
  365. margin:0;
  366. line-height:1.5em;
  367. font-size:12px;
  368. /*height:expression(document.body.clientHeight-80);*/
  369. }
  370. .sumfont{
  371. font-size:12px;
  372. color:#666666;
  373. padding-top:5px;
  374. }
  375. .reddoc{
  376. position: relative;
  377. bottom:-2;
  378. padding-top:3px;
  379. }
  380. .tfont{
  381. font-weight:bold;
  382. font-size:12px;
  383. color:#000000;FILTER: dropshadow(color=#ffffff,offx=1,offy=1,positive=1);
  384. letter-spacing:1;
  385. padding-top:5px;
  386. }
  387. .atfont{
  388. font-size:12px;
  389. color:#666666;FILTER: dropshadow(color=#ffffff,offx=1,offy=1,positive=1);
  390. letter-spacing:1;
  391. padding-top:5px;
  392. padding-right:5px;
  393. }
  394. .gfont{
  395. color: #666666;
  396. }
  397. .gtfont{
  398. color: #666600;
  399. letter-spacing:2;
  400. font-weight: bold;
  401. }
  402. .mainlinkbg{
  403. background-color: #ffffff;
  404. /*BORDER-RIGHT: #A3C7E2 1px solid;
  405. BORDER-TOP: #A3C7E2 0px solid;
  406. FONT-SIZE: 9pt;
  407. BORDER-LEFT: #A3C7E2 1px solid;
  408. BORDER-BOTTOM:#A3C7E2 1px solid;*/
  409. }
  410. .main{
  411. margin:0;
  412. font-size:12px;
  413. width: 100%;
  414. margin-top:2px;
  415. margin-bottom: 5px;
  416. }
  417. .main ul{
  418. }
  419. .main li{
  420. width:390px;
  421. float:right;
  422. padding:3px 0px 0px 5px;
  423. /*background: url(../images/dott.gif) transparent no-repeat 3px 7px;*/
  424. height:17px;
  425. overflow : hidden;
  426. text-overflow:ellipsis;
  427. border-bottom-width: 1px;
  428. border-bottom-style: dotted;
  429. border-bottom-color: #C0C0C0;
  430. margin-top: 2px;
  431. color:#666666;
  432. text-overflow:ellipsis;
  433. white-space:nowrap;
  434. }
  435. .main li a{
  436. float:left;
  437. width:310px;
  438. text-overflow:ellipsis;/*���ֳ�������ʡ�Ժ�*/
  439. white-space:nowrap;
  440. overflow : hidden;
  441. }
  442. .main a:link,a:visited{
  443. text-decoration:none;
  444. color:#003288;
  445. }
  446. .main a:hover{
  447. text-decoration:underline;
  448. color:#cc0000;
  449. }
  450. .select_tr{
  451. background-color: #EAFDDB;
  452. }
  453. div{
  454. font-size:12px;
  455. font-family: Verdana, Arial, Helvetica, sans-serif;
  456. }
  457. /*��ϵ�CSS*/
  458. .tablestyle_title{
  459. /*height: 20px; font-style: normal; font-variant: normal; font-weight: bold; font-size: 16px;letter-spacing: 2px; text-align: middle; border-top: 2px solid #ff7300; padding-left: 10px; background-color: #f0f0f0;text-align:center;*/
  460. background:#6795B4;
  461. padding:5px;
  462. text-align:left;
  463. color:#FFFFFF;
  464. font-family: Verdana, Arial, Helvetica, sans-serif;
  465. height: 20px;
  466. font-style: normal; font-variant: normal; font-weight: bold; font-size: 16px;letter-spacing: 2px; padding-left: 10px;
  467. }
  468. #datatabdiv .smdiv{
  469. border:1px solid #CCEFF5;
  470. background-color: #FAFCFD;
  471. padding:5px;
  472. line-height:18px;
  473. color:#666;
  474. width:98%;
  475. margin-bottom:5px;
  476. text-justify :newspaper;
  477. text-align:justify;
  478. }
  479. #datatabdiv .tabinfodiv{
  480. border:1px solid #E4E298;
  481. background-color: #FFFFDD;
  482. padding:5px;
  483. line-height:18px;
  484. color:#666;
  485. width:98%;
  486. margin-bottom:5px;
  487. text-justify :newspaper;
  488. text-align:justify;
  489. }
  490. .infodiv{
  491. border:1px solid #E4E298;
  492. border-top:2px solid #FF7300;
  493. background-color: #FFFFDD;
  494. padding:5px;
  495. line-height:18px;
  496. color:#666;
  497. width:98%;
  498. margin-bottom:5px;
  499. text-justify :newspaper;
  500. text-align:justify;
  501. }
  502. .red{color: #f00;}
  503. .red2{color: #DF131F;}
  504. .tablestyle_td1{
  505. border-top:#ffffff 3px solid; border-bottom:#ffffff 1px solid; background:#ffffff;
  506. }
  507. .tablestyle_td2{
  508. border-bottom:#ffffff 1px solid; background:#fff;
  509. }
  510. .tablestyle_td3{border-top:#fff 1px solid; background:#ffffff;
  511. }
  512. .tablestyle_td4{border-bottom:#fff 1px solid; background:#FFF;
  513. }