style.css 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  1. /* Getting the new tags to behave */
  2. article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
  3. display:block
  4. }
  5. mark, rp, rt, ruby, summary, time {
  6. display:inline
  7. }
  8. /* Left & Right alignment */
  9. .left {
  10. float:left
  11. }
  12. .right {
  13. float:right
  14. }
  15. .wrapper {
  16. width:100%;
  17. overflow:hidden
  18. }
  19. /* Global properties */
  20. body {
  21. background:url(/img/bg_top2.jpg) top repeat-x #fff;
  22. border:0;
  23. font:14px Tahoma, Geneva, sans-serif;
  24. color:#4c4c4c;
  25. line-height:20px;
  26. padding-bottom:20px;
  27. min-width:980px
  28. }
  29. .ic, .ic a {
  30. border:0;
  31. float:right;
  32. background:#fff;
  33. color:#f00;
  34. width:50%;
  35. line-height:10px;
  36. font-size:10px;
  37. margin:-220% 0 0 0;
  38. overflow:hidden;
  39. padding:0
  40. }
  41. .css3 {
  42. border-radius:8px;
  43. -moz-border-radius:8px;
  44. -webkit-border-radius:8px;
  45. box-shadow:0 0 4px rgba(0, 0, 0, .4);
  46. -moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);
  47. -webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);
  48. position:relative
  49. }
  50. /* Global Structure */
  51. .main {
  52. margin:0 auto;
  53. width:980px
  54. }
  55. .body1 {
  56. background:url(/img/bg_top_img2.jpg) top center no-repeat
  57. }
  58. .body2 {
  59. background:#f2f2f2
  60. }
  61. /* main layout */
  62. a {
  63. color:#000;
  64. text-decoration:underline;
  65. outline:none
  66. }
  67. a:hover {
  68. text-decoration:none
  69. }
  70. h1 {
  71. padding:47px 0 0 39px
  72. }
  73. h2 {
  74. font-size:32px;
  75. color:#000;
  76. text-transform:uppercase;
  77. line-height:1.2em;
  78. padding:31px 0 20px 0;
  79. letter-spacing:-1px
  80. }
  81. h2 span {
  82. display:block;
  83. margin-top:-12px
  84. }
  85. h3 {
  86. font-size:27px;
  87. color:#000;
  88. line-height:1.2em;
  89. padding:14px 0 13px 0;
  90. letter-spacing:-2px
  91. }
  92. p {
  93. padding-bottom:20px
  94. }
  95. /* header */
  96. header {
  97. height:376px;
  98. width:100%;
  99. overflow:hidden
  100. }
  101. #logo {
  102. display:block;
  103. background:url(/img/logo.png) no-repeat;
  104. width:273px;
  105. height:84px;
  106. text-indent:-9999px
  107. }
  108. #menu {
  109. float:left;
  110. padding:11px 0 0 39px
  111. }
  112. #menu li {
  113. float:left;
  114. padding-right:17px;
  115. background:url(/img/menu_line.jpg) right 0 no-repeat;
  116. margin-right:15px
  117. }
  118. #menu .end {
  119. background:none
  120. }
  121. #menu li a {
  122. display:block;
  123. font-size:15px;
  124. color:#fff;
  125. line-height:36px;
  126. text-transform:uppercase;
  127. text-decoration:none;
  128. height:40px
  129. }
  130. #menu li a:hover, #menu #menu_active a {
  131. color:#44fbfe
  132. }
  133. #icon {
  134. float:right;
  135. padding:16px 40px 0 0
  136. }
  137. #icon li {
  138. float:left;
  139. padding-left:15px
  140. }
  141. #icons {
  142. float:right;
  143. padding:20px 39px 0 0
  144. }
  145. #icons li {
  146. float:left;
  147. padding-left:11px
  148. }
  149. #slogan {
  150. background:url(/img/top_line2.gif) 0 0 no-repeat;
  151. font-size:46px;
  152. color:#002b3a;
  153. line-height:1.2em;
  154. margin:25px 0 0 39px;
  155. padding-top:18px;
  156. letter-spacing:-2px
  157. }
  158. #slogan span {
  159. display:block;
  160. font-size:36px;
  161. line-height:1.2em;
  162. margin-top:-12px
  163. }
  164. .banners {
  165. padding:26px 0 0 35px
  166. }
  167. .banners li {
  168. padding-bottom:2px
  169. }
  170. /* content */
  171. #content {
  172. width:100%;
  173. overflow:hidden;
  174. padding-bottom:30px
  175. }
  176. .pad1 {
  177. padding:0 34px
  178. }
  179. .pad_left1 {
  180. padding-left:5px
  181. }
  182. .pad_left2 {
  183. padding-left:42px
  184. }
  185. .pad_top1 {
  186. padding-top:33px
  187. }
  188. .pad_top2 {
  189. padding-top:7px
  190. }
  191. .pad_bot1 {
  192. padding-bottom:10px
  193. }
  194. .pad_bot2 {
  195. padding-bottom:18px
  196. }
  197. .marg_right1 {
  198. margin-right:21px
  199. }
  200. .marg_top1 {
  201. margin-top:-10px
  202. }
  203. .marg_left1 {
  204. margin-left:-5px
  205. }
  206. .font1 {
  207. text-align:center;
  208. display:block;
  209. font-size:23px;
  210. line-height:1.2em;
  211. padding:7px 0 36px 0;
  212. color:#000;
  213. letter-spacing:-1px
  214. }
  215. .font2 {
  216. font-size:22px;
  217. line-height:1.2em;
  218. color:#0055a2;
  219. padding:0 0 20px 0;
  220. letter-spacing:-1px;
  221. margin-top:-3px
  222. }
  223. .font2 span {
  224. display:block;
  225. margin-top:-6px
  226. }
  227. .font2 a {
  228. color:#0055a2;
  229. text-decoration:none
  230. }
  231. .font2 a:hover {
  232. color:#000
  233. }
  234. .box1 {
  235. padding:0 34px;
  236. background:#fff;
  237. padding-bottom:45px
  238. }
  239. .box2 {
  240. background:#f2f2f2;
  241. padding:17px 30px 20px;
  242. border-radius:6px;
  243. -moz-border-radius:6px;
  244. -webkit-border-radius:6px;
  245. position:relative;
  246. margin-right:5px;
  247. margin-bottom:25px
  248. }
  249. .button {
  250. display:inline-block;
  251. color:#fff;
  252. background:url(/img/button1_bg.gif) 0 0 repeat-x;
  253. line-height:40px;
  254. text-decoration:none;
  255. cursor:pointer
  256. }
  257. .button span {
  258. display:block;
  259. background:url(/img/button1_left.gif) 0 0 no-repeat
  260. }
  261. .button span span {
  262. background:url(/img/button1_right.gif) top right no-repeat;
  263. padding:0 25px;
  264. height:42px
  265. }
  266. .button:hover {
  267. background-position:bottom
  268. }
  269. .button:hover span {
  270. background-position:bottom left
  271. }
  272. .button:hover span span {
  273. background-position:bottom right
  274. }
  275. .list1 {
  276. margin-top:-12px
  277. }
  278. .list1 li {
  279. line-height:40px
  280. }
  281. .list1 li a {
  282. display:inline-block;
  283. background:url(/img/marker_1.gif) 0 2px no-repeat;
  284. padding-left:48px;
  285. color:#363636;
  286. font-weight:bold;
  287. text-decoration:none
  288. }
  289. .list1 li a:hover {
  290. background-position:0 -38px;
  291. color:#0055a2
  292. }
  293. .list2 {
  294. margin-top:-1px
  295. }
  296. .list2 li {
  297. font:14px Tahoma, Geneva, sans-serif;
  298. line-height:30px
  299. }
  300. .list2 li a {
  301. color:#4c4c4c;
  302. text-decoration:none;
  303. padding-left:10px;
  304. background:url(/img/marker_3.gif) 0 6px no-repeat
  305. }
  306. .list2 li a:hover {
  307. color:#0055a2;
  308. background-position:0 -17px
  309. }
  310. .list3 {
  311. }
  312. .list3 li {
  313. line-height:30px
  314. }
  315. .list3 li a {
  316. color:#0055a2;
  317. background:url(/img/marker_3.gif) 0 -17px no-repeat;
  318. padding-left:10px
  319. }
  320. .list3 li a:hover {
  321. color:#000;
  322. background-position:0 6px
  323. }
  324. .date {
  325. float:left;
  326. width:72px;
  327. height:50px;
  328. background:url(/img/date.gif) 0 0 no-repeat;
  329. margin-right:14px;
  330. font-size:34px;
  331. line-height:1.2em;
  332. padding-top:22px;
  333. text-align:center
  334. }
  335. .link1 {
  336. text-decoration:none
  337. }
  338. .link1:hover {
  339. color:#0055a2
  340. }
  341. .quot {
  342. padding-left:42px;
  343. background:url(/img/quot.gif) 0 4px no-repeat;
  344. overflow:hidden
  345. }
  346. .quot span {
  347. display:block
  348. }
  349. .color1 {
  350. color:#0056a3
  351. }
  352. .color2 {
  353. color:#8f8f8f
  354. }
  355. /* footer */
  356. footer {
  357. font:12px Arial, Helvetica, sans-serif;
  358. width:100%;
  359. overflow:hidden;
  360. padding-bottom:52px;
  361. line-height:20px
  362. }
  363. footer a {
  364. color:#0055a2
  365. }
  366. footer a:hover {
  367. }
  368. .call {
  369. float:left;
  370. width:602px;
  371. padding:5px 0 0 0
  372. }
  373. .call1 {
  374. font-size:32px;
  375. color:#000;
  376. line-height:1.2em;
  377. display:inline-block;
  378. letter-spacing:-1px
  379. }
  380. .call2 {
  381. font-size:31px;
  382. color:#0055a2;
  383. line-height:1.2em;
  384. display:inline-block;
  385. letter-spacing:-1px
  386. }
  387. #newsletter {
  388. min-height:147px
  389. }
  390. #newsletter .bg {
  391. background:#fff;
  392. border:1px solid #e4e4e4;
  393. float:left;
  394. border-radius:6px;
  395. -moz-border-radius:6px;
  396. -webkit-border-radius:6px;
  397. position:relative
  398. }
  399. #newsletter .wrapper {
  400. min-height:34px
  401. }
  402. #newsletter input {
  403. font:14px Tahoma, Geneva, sans-serif;
  404. background:none;
  405. color:#4c4c4c;
  406. width:246px;
  407. padding:5px;
  408. line-height:18px;
  409. height:18px
  410. }
  411. #newsletter .button {
  412. float:right;
  413. background-image:url(/img/button2_bg.gif);
  414. font:14px Tahoma, Geneva, sans-serif;
  415. line-height:40px
  416. }
  417. #newsletter .button span {
  418. background-image:url(/img/button2_left.gif)
  419. }
  420. #newsletter .button span span {
  421. background-image:url(/img/button2_right.gif)
  422. }
  423. #newsletter .button strong {
  424. padding-right:14px;
  425. background:url(/img/marker_2.gif) right 17px no-repeat;
  426. font-weight:normal;
  427. display:block
  428. }
  429. /* forms */
  430. #ContactForm {
  431. margin-top:-7px
  432. }
  433. #ContactForm strong {
  434. width:72px;
  435. float:left;
  436. line-height:30px
  437. }
  438. #ContactForm .bg {
  439. float:left;
  440. background:#fff;
  441. border:1px solid #e5e5e5;
  442. border-radius:6px;
  443. -moz-border-radius:6px;
  444. -webkit-border-radius:6px;
  445. position:relative
  446. }
  447. #ContactForm .wrapper {
  448. min-height:40px
  449. }
  450. #ContactForm .textarea_box {
  451. min-height:370px
  452. }
  453. #ContactForm {
  454. }
  455. #ContactForm .button span span {
  456. padding:0;
  457. width:116px;
  458. text-align:center
  459. }
  460. #ContactForm .button {
  461. margin-left:8px;
  462. float:right;
  463. margin-top:15px
  464. }
  465. #ContactForm .input {
  466. width:505px;
  467. height:18px;
  468. background:none;
  469. padding:5px;
  470. color:#4c4c4c;
  471. font:14px Tahoma, Geneva, sans-serif
  472. }
  473. #ContactForm textarea {
  474. overflow:auto;
  475. width:505px;
  476. height:349px;
  477. background:none;
  478. padding:5px;
  479. color:#4c4c4c;
  480. font:14px Tahoma, Geneva, sans-serif;
  481. margin:0
  482. }
  483. .demo-table th {
  484. white-space: nowrap;
  485. max-width: 300px;
  486. overflow: hidden;
  487. text-overflow: ellipsis;
  488. text-align: right;
  489. color: #0055a2;
  490. padding-right: 10px;
  491. }
  492. .demo-table td {
  493. white-space: nowrap;
  494. overflow: hidden;
  495. text-overflow: ellipsis;
  496. text-align: left;
  497. max-width: 65ch;
  498. }
  499. .queryparameters th {
  500. color: #23c6e3;
  501. }
  502. .queryparameters td {
  503. color: #8f8f8f;
  504. }