base.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884
  1. a:hover {
  2. text-decoration:none;
  3. }
  4. h1 {
  5. font-weight: bold;
  6. font-size: 220%;
  7. float: left;
  8. margin-top: 5px;
  9. }
  10. h2 {
  11. font-size:200%;
  12. margin-bottom:10px;
  13. letter-spacing:-1px;
  14. }
  15. h2.ribbon {
  16. padding: 15px 30px;
  17. position: relative;
  18. left: -55px;
  19. float: left;
  20. margin: 20px 0;
  21. border-radius: 3px 3px 3px 0px;
  22. -moz-border-radius: 3px 3px 3px 0px;
  23. -webkit-border-radius: 3px 3px 3px 0px;
  24. width: 890px;
  25. }
  26. .triangle-ribbon {
  27. /* border-right-color is overwritten by theme */
  28. border: 13px solid transparent;
  29. height: 0;
  30. position: relative;
  31. width: 0;
  32. float: left;
  33. clear: left;
  34. left: -67px;
  35. top: -33px;
  36. z-index: -1;
  37. }
  38. #signup {
  39. float: right;
  40. text-align: center;
  41. }
  42. #signup table {
  43. margin-bottom: 5px;
  44. }
  45. #signup table tr td:first-child {
  46. text-align: right;
  47. }
  48. #signup table td {
  49. padding: 3px;
  50. vertical-align: middle;
  51. }
  52. h2 span {
  53. position:absolute;
  54. right:25px;
  55. font-size:80%;
  56. margin:3px 0 0;
  57. }
  58. h3 {
  59. font-size:180%;
  60. font-weight: bold;
  61. margin-bottom:15px;
  62. }
  63. aside h3 {
  64. font-size:138.5%;
  65. font-weight:bold;
  66. margin-bottom:15px;
  67. color:#333333;
  68. padding-bottom:10px;
  69. border-bottom:1px solid #D9D9D9;
  70. }
  71. h4 {
  72. font-size:128%;
  73. font-weight: bold;
  74. margin-bottom:20px;
  75. color:#333333;
  76. }
  77. h5 {
  78. font-size:100%;
  79. }
  80. h5.inline {
  81. float:left;
  82. margin-right:10px;
  83. }
  84. h6 {
  85. font-size:93%;
  86. }
  87. h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  88. margin-right:5px;
  89. vertical-align:-2px;
  90. }
  91. .fl {
  92. float:left;
  93. }
  94. img.fl {
  95. margin:0 25px 25px 0;
  96. }
  97. .fr {
  98. float:right;
  99. }
  100. img.fr {
  101. margin:0 0 25px 25px;
  102. }
  103. .fn {
  104. float:none!important;
  105. }
  106. .cl {
  107. background: none;
  108. border: 0;
  109. clear: both;
  110. display: block;
  111. float: none;
  112. font-size: 0;
  113. list-style: none;
  114. margin: 0;
  115. padding: 0;
  116. overflow: hidden;
  117. visibility: hidden;
  118. width: 0;
  119. height: 0;
  120. }
  121. .tl {
  122. text-align:left;
  123. }
  124. .tr {
  125. text-align:right;
  126. }
  127. .tc {
  128. text-align:center;
  129. }
  130. .hd {
  131. display: none;
  132. }
  133. .strong {
  134. font-weight: 700!important;
  135. }
  136. .no-margin {
  137. margin:0!important;
  138. }
  139. .no-padding {
  140. padding:0!important;
  141. }
  142. .margin-left {
  143. margin-left:20px;
  144. }
  145. .margin-right {
  146. margin-right:20px;
  147. }
  148. .margin-top {
  149. margin-top:20px;
  150. }
  151. .margin-bottom {
  152. margin-bottom:20px;
  153. }
  154. .border-top {
  155. border-top:1px solid #D9D9D9;
  156. padding-top:10px;
  157. margin-top:20px;
  158. }
  159. .border-left {
  160. border-left:1px solid #D9D9D9;
  161. padding-left:10px;
  162. margin-left:20px;
  163. }
  164. .border-bottom {
  165. border-bottom:1px solid #D9D9D9;
  166. padding-bottom:10px;
  167. margin-bottom:20px;
  168. }
  169. .border-right {
  170. border-top:1px solid #D9D9D9;
  171. padding-top:10px;
  172. margin-top:20px;
  173. }
  174. .txt-smaller {
  175. font-size:85%
  176. }
  177. .txt-small {
  178. font-size:93%
  179. }
  180. .txt-light {
  181. color:#4d4d4d;
  182. }
  183. .txt-lighter {
  184. color:#666;
  185. }
  186. nav {
  187. float: left;
  188. }
  189. nav ul {
  190. line-height: 100%;
  191. margin: 0 auto;
  192. padding: 10px;
  193. width: 100%;
  194. }
  195. nav ul li {
  196. display: inline-block;
  197. list-style: none;
  198. z-index: 100;
  199. margin-left: 15px;
  200. }
  201. nav a {
  202. font-weight: bold;
  203. text-decoration: none;
  204. display: block;
  205. padding: 8px 12px;
  206. font-size:113%;
  207. -webkit-border-radius: 3px;
  208. -moz-border-radius: 3px;
  209. border-radius: 3px;
  210. }
  211. nav a:hover {
  212. background: #000;
  213. color: #000;
  214. }
  215. nav .current a, nav li:hover > a {
  216. background: #e5e5e5;
  217. color: #444;
  218. border-top: solid 1px #cccccc;
  219. border-left: solid 1px #cccccc;
  220. border-right:1px solid #e0e0e0;
  221. border-bottom:1px solid #e0e0e0;
  222. padding:7px 11px 8px;
  223. text-shadow:0 1px 0 #FFFFFF;
  224. }
  225. nav ul li:first-child > a {
  226. -webkit-border-top-left-radius: 3px;
  227. -moz-border-radius-topleft: 3px;
  228. -webkit-border-top-right-radius: 3px;
  229. -moz-border-radius-topright: 3px;
  230. }
  231. nav ul li:last-child > a {
  232. -webkit-border-bottom-left-radius: 3px;
  233. -moz-border-radius-bottomleft: 3px;
  234. -webkit-border-bottom-right-radius: 3px;
  235. -moz-border-radius-bottomright: 3px;
  236. }
  237. header {
  238. width: 980px;
  239. margin: 25px auto 20px;
  240. }
  241. footer {
  242. padding: 10px 0;
  243. width: 980px;
  244. margin: 25px auto 20px;
  245. }
  246. #page {
  247. background: #fff;
  248. color: #191919;
  249. border: 1px solid #d9d9d9;
  250. padding: 40px;
  251. position: relative;
  252. width: 898px;
  253. margin: 0 auto;
  254. z-index: 1;
  255. border-radius: 3px;
  256. -moz-border-radius: 3px;
  257. -webkit-border-radius: 3px;
  258. }
  259. #page-content.two-col {
  260. float:left;
  261. padding-right:35px;
  262. width:600px;
  263. display:inline;
  264. }
  265. .breadcrumbs {
  266. margin:0 0 20px;
  267. list-style:none;
  268. padding:10px 15px;
  269. background:#f2f2f2;
  270. border:1px solid #D9D9D9;
  271. font-size:93%;
  272. color:#333333;
  273. border-radius:3px;
  274. -moz-border-radius:3px;
  275. -webkit-border-radius:3px;
  276. }
  277. .breadcrumbs li {
  278. display:inline;
  279. }
  280. aside {
  281. float:left;
  282. width:260px;
  283. color:#333333;
  284. display:inline;
  285. }
  286. section {
  287. margin-bottom:20px;
  288. padding-bottom:20px;
  289. border-bottom:1px solid #d9d9d9;
  290. }
  291. .inlinepic {
  292. background:#fafafa;
  293. border:1px solid #ccc;
  294. padding:5px;
  295. box-shadow:0 0 5px #D9D9D9;
  296. -moz-box-shadow:0 0 5px #D9D9D9;
  297. -webkit-box-shadow:0 0 5px #D9D9D9;
  298. }
  299. blockquote {
  300. background:url("../img/quote.gif") no-repeat 0 5px;
  301. color:#444444;
  302. line-height:1.6;
  303. padding:5px 20px 10px 45px;
  304. margin-bottom:20px;
  305. }
  306. blockquote cite {
  307. color:#666666;
  308. font-size:12px;
  309. font-style:italic;
  310. }
  311. /*// About Page //*/
  312. #teamlist {
  313. margin:0;
  314. list-style:none;
  315. }
  316. #teamlist li {
  317. margin-bottom:20px;
  318. padding-bottom:10px;
  319. border-bottom:1px solid #D9D9D9;
  320. }
  321. #teamlist li.last {
  322. border-bottom:0;
  323. margin-bottom:0;
  324. padding-bottom:0;
  325. }
  326. /*// Services Page //*/
  327. .services-list {
  328. margin:0;
  329. list-style:none;
  330. }
  331. .services-list li {
  332. float:left;
  333. width:270px;
  334. margin-right:30px;
  335. margin-bottom:20px;
  336. font-size:93%;
  337. }
  338. .services-list li p {
  339. margin-bottom:5px;
  340. }
  341. .services-list li a {
  342. float:right;
  343. }
  344. .services-list li img {
  345. float:left;
  346. margin:5px 20px 30px 0;
  347. }
  348. .services-list li.last {
  349. margin-right:0;
  350. }
  351. .process {
  352. height:31px;
  353. width:31px;
  354. background: url(../img/process.gif);
  355. color:#fff;
  356. display:block;
  357. font-size:138%;
  358. font-weight:bold;
  359. line-height:28px;
  360. text-align:center;
  361. margin:5px 20px 30px 0;
  362. float:left;
  363. }
  364. /*// Portfolio Page //*/
  365. .portfolio-small {
  366. list-style:none outside none;
  367. margin:0 -35px 0;
  368. }
  369. .portfolio-small li a {
  370. display:block;
  371. }
  372. .portfolio-small li {
  373. float:left;
  374. margin-bottom:20px;
  375. margin-left:35px;
  376. width:275px;
  377. }
  378. .portfolio-small li img {
  379. margin-bottom:10px;
  380. }
  381. .portfolio-small li h4 {
  382. margin-bottom:10px;
  383. }
  384. .portfolio-small li p {
  385. margin-bottom:10px;
  386. }
  387. .portfolio-list {
  388. list-style:none outside none;
  389. margin:0;
  390. }
  391. .portfolio-list li {
  392. margin-bottom:20px;
  393. padding-bottom:20px;
  394. }
  395. .portfolio-list li img {
  396. float:left;
  397. }
  398. .portfolio-list li.last {
  399. padding-bottom:0;
  400. }
  401. .portfolio-list li div {
  402. margin-left: 390px;
  403. }
  404. .portfolio-list li p {
  405. margin-bottom:15px;
  406. }
  407. p {
  408. line-height:1.6;
  409. margin-bottom:20px;
  410. }
  411. .list {
  412. margin-bottom:15px;
  413. }
  414. .list li {
  415. margin-bottom:5px;
  416. padding:0;
  417. }
  418. .list ul {
  419. margin-bottom:15px;
  420. }
  421. dl.definition {
  422. margin-bottom:20px;
  423. }
  424. dl.definition dt {
  425. font-weight:bold;
  426. margin-bottom:5px;
  427. padding-left:20px;
  428. }
  429. dl.definition dd {
  430. color:#666666;
  431. margin-bottom:15px;
  432. padding-left:20px;
  433. }
  434. .tags {
  435. margin:0 0 15px;
  436. list-style:none;
  437. }
  438. .tags li {
  439. display:inline;
  440. background:#D9D9D9;
  441. margin-right:10px;
  442. font-size:85%;
  443. padding:3px 6px;
  444. border-radius:20px;
  445. -moz-border-radius:20px;
  446. -webkit-border-radius:20px;
  447. }
  448. .social {
  449. margin:0 0 15px;
  450. list-style:none;
  451. }
  452. .social li {
  453. display:inline;
  454. margin-right:10px;
  455. }
  456. #scrollwrapper {
  457. padding: 15px;
  458. border: 1px solid #ccc;
  459. float: left;
  460. margin: 15px 32px;
  461. -moz-border-radius: 3px;
  462. -webkit-border-radius: 3px;
  463. border-radius: 3px;
  464. }
  465. .scrollable {
  466. height: 330px;
  467. overflow: hidden;
  468. position: relative;
  469. width: 800px;
  470. float: left;
  471. }
  472. .scrollable .items {
  473. clear: both;
  474. position: absolute;
  475. width: 20000em;
  476. }
  477. .items div {
  478. float: left;
  479. width: 740px;
  480. }
  481. .scrollable img {
  482. -moz-border-radius: 4px;
  483. -webkit-border-radius: 4px;
  484. border-radius: 4px;
  485. background-color: #fff;
  486. border: 1px solid #ccc;
  487. float: left;
  488. height: 300px;
  489. }
  490. .scrollable .active {
  491. border: 2px solid #000;
  492. cursor: default;
  493. position: relative;
  494. }
  495. a.browse {
  496. background: url(../img/scrollable.png) no-repeat;
  497. display: block;
  498. width: 30px;
  499. height: 30px;
  500. margin: 150px 10px;
  501. cursor: pointer;
  502. font-size: 1px;
  503. position: absolute;
  504. }
  505. a.right {
  506. background-position: 0 -30px;
  507. clear:right;
  508. margin-right: 0px;
  509. right:25px;
  510. }
  511. a.right:hover {
  512. background-position:-30px -30px;
  513. }
  514. a.right:active {
  515. background-position:-60px -30px;
  516. }
  517. a.left {
  518. margin-left: 0px;
  519. left:25px;
  520. }
  521. a.left:hover {
  522. background-position:-30px 0;
  523. }
  524. a.left:active {
  525. background-position:-60px 0;
  526. }
  527. a.disabled {
  528. visibility: hidden !important;
  529. }
  530. .search {
  531. float: right;
  532. margin-top: 5px;
  533. }
  534. .pricing-table h4 {
  535. color:#FFFFFF;
  536. font-size:240%;
  537. margin-bottom:5px;
  538. }
  539. .pricing-table h5 {
  540. color:#FFFFFF;
  541. font-size:140%;
  542. margin-bottom:5px;
  543. }
  544. .pricing-table .header {
  545. background:url(../img/grad-blue.gif) repeat-x scroll center top #166890;
  546. border:1px solid #11506F;
  547. color:#FFFFFF;
  548. text-align:center;
  549. width:28%;
  550. padding:5px;
  551. }
  552. .pricing-table .blank {
  553. background:#fff;
  554. border:none;
  555. }
  556. .pricing-table {
  557. border-right:1px solid #58bbec;
  558. border-bottom:1px solid #58bbec;
  559. width:100%;
  560. margin-bottom:20px;
  561. }
  562. .pricing-table thead th, .pricing-table thead td {
  563. padding:6px 10px;
  564. font-weight: 700;
  565. color: #333;
  566. background: #EAEBFA;
  567. border-bottom: 1px solid #D9D9D9;
  568. border-right:1px solid #D9D9D9;
  569. }
  570. .pricing-table thead th.last, .pricing-table thead td.last {
  571. border-right:0;
  572. }
  573. .pricing-table tbody th, .pricing-table tbody td {
  574. background:#EAEBFA;
  575. border-right:1px dotted #D9D9D9;
  576. vertical-align:middle;
  577. padding:12px;
  578. font-size:93%;
  579. text-align:center;
  580. }
  581. .pricing-table tbody tr.alt td {
  582. background:#e4e6fa;
  583. }
  584. .pricing-table tbody th.last, .pricing-table tbody td.last {
  585. border-right:0 none;
  586. }
  587. .pricing-table tbody tr.last td {
  588. border-bottom:0 none;
  589. }
  590. /*//// - Forms - ////*/
  591. body.ie7 form, body.ie8 {
  592. margin-bottom:40px;
  593. }
  594. form p {
  595. margin-bottom:15px;
  596. }
  597. form input, form textarea {
  598. padding: 7px 5px;
  599. border: 1px solid #ccc;
  600. border-radius: 3px;
  601. -moz-border-radius: 3px;
  602. -webkit-border-radius: 3px;
  603. }
  604. form input.small {
  605. width:35px;
  606. }
  607. input[type="button"], input[type="submit"], button {
  608. cursor: pointer;
  609. display: inline-block;
  610. font-weight: 700;
  611. outline: none;
  612. width: auto;
  613. text-align: center;
  614. vertical-align: middle;
  615. background: #ddd;
  616. color: #444;
  617. text-shadow: 0 -1px 0 #eee;
  618. border-radius: 3px;
  619. -moz-border-radius: 3px;
  620. -webkit-border-radius: 3px;
  621. }
  622. input[type="button"]:hover, input[type="submit"]:hover, button:hover {
  623. background: #eee;
  624. }
  625. #message {
  626. margin-bottom:20px;
  627. }
  628. .error-message {
  629. background:url("../img/error.png") no-repeat 10px center #FECDC6;
  630. padding:10px 35px;
  631. border-radius:3px;
  632. -moz-border-radius:3px;
  633. -webkit-border-radius:3px;
  634. }
  635. .success-message {
  636. background:url(../img/success.png) no-repeat 10px center #F1FFBF;
  637. padding:10px 35px;
  638. border-radius:3px;
  639. -moz-border-radius:3px;
  640. -webkit-border-radius:3px;
  641. }
  642. /* notifications */
  643. .notification.success {
  644. background:#f1ffbf url('../img/icons/success.png') no-repeat 10px 10px;
  645. border-color:#a6d50f;
  646. }
  647. .notification.success span.strong {
  648. color:#283304;
  649. }
  650. .notification.error {
  651. background:#fecdc6 url('../img/icons/error.png') no-repeat 10px 10px;
  652. border-color:#f45d43;
  653. }
  654. .notification.error span.strong {
  655. color:#33130e;
  656. }
  657. .notification.warning {
  658. background:#ffecb0 url('../img/icons/warning.png') no-repeat 10px 10px;
  659. border-color:#ffbc2a;
  660. }
  661. .notification.warning span.strong {
  662. color:#332508;
  663. }
  664. .notification.info {
  665. background:#d4e7f5 url('../img/icons/information.png') no-repeat 10px 10px;
  666. border-color:#589ad7;
  667. }
  668. .notification.info span.strong {
  669. color:#152433;
  670. }
  671. .notification.tip {
  672. background:#ffeccd url('../img/icons/tip.png') no-repeat 10px 10px;
  673. border-color:#dd9854;
  674. }
  675. .notification.tip span.strong {
  676. color:#332313;
  677. }
  678. .notification {
  679. padding:10px 10px 10px 35px;
  680. border:1px solid #fff;
  681. margin-bottom:10px;
  682. position:relative;
  683. font-size:100%;
  684. border-radius:3px;
  685. -moz-border-radius:3px;
  686. -webkit-border-radius:3px;
  687. }
  688. .notification p {
  689. margin-bottom:0;
  690. }
  691. .notification .close {
  692. background:url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
  693. cursor:pointer;
  694. display:block;
  695. height:16px;
  696. position:absolute;
  697. right:10px;
  698. top:10px;
  699. width:16px;
  700. }
  701. .notification .close:hover {
  702. opacity:1;
  703. }
  704. .notification.nopic {
  705. background-image:none;
  706. padding:10px;
  707. }
  708. .notification span.strong {
  709. margin-right:10px;
  710. }
  711. /* Bullet List */
  712. .bullet-list {
  713. list-style:none;
  714. margin-bottom:15px;
  715. margin-left:0;
  716. }
  717. .bullet-list li {
  718. background:url("../img/bullet_arrow_right.png") no-repeat left center transparent;
  719. margin-bottom:5px;
  720. padding:6px 6px 6px 20px;
  721. }
  722. .bullet-list li a {
  723. -webkit-border-radius:3px;
  724. -moz-border-radius:3px;
  725. border-radius:3px;
  726. color:#181818;
  727. display:block;
  728. margin:-6px;
  729. padding:6px;
  730. text-decoration:none;
  731. }
  732. .bullet-list li a:hover {
  733. background-color:#E2E2E2;
  734. margin:-6px -6px -6px -20px;
  735. padding:6px 6px 6px 20px;
  736. }
  737. .bullet-list.grey li {
  738. -webkit-border-radius:3px;
  739. -moz-border-radius:3px;
  740. border-radius:3px;
  741. background-color:#f2f2f2;
  742. width:50%;
  743. }
  744. /* Definition List */
  745. dl.definition {
  746. margin-bottom:20px;
  747. }
  748. dl.definition dt {
  749. background:url("../img/icons/16/bullet_arrow_right.png") no-repeat left center;
  750. font-weight: 700;
  751. margin-bottom:5px;
  752. padding-left:20px;
  753. }
  754. dl.definition dd {
  755. color:#666666;
  756. margin-bottom:15px;
  757. padding-left:20px;
  758. }
  759. /* Pagination */
  760. .pagination {
  761. display: inline-block;
  762. font-size: 77%;
  763. text-decoration: none;
  764. }
  765. .pagination a, .pagination .dots {
  766. background:url("../img/grad-grey.gif") repeat-x scroll center top #C3C3C3;
  767. border:1px solid #C3C3C3;
  768. display: inline-block;
  769. color:#444444 !important;
  770. margin-right: 2px;
  771. padding: 6px 8px;
  772. text-decoration:none;
  773. -moz-border-radius: 3px;
  774. -webkit-border-radius: 3px;
  775. border-radius: 3px;
  776. }
  777. .pagination a:hover {
  778. background: url("../img/grad-grey-hover.gif") repeat-x scroll center top #C3C3C3;
  779. color: #444444;
  780. }
  781. .pagination a.current {
  782. background: url("../img/grad-grey-rev.gif") repeat-x scroll center top #C3C3C3;
  783. color: #444444;
  784. }
  785. .pagination a.number.current {
  786. color: #444;
  787. }
  788. /* Small Pagination */
  789. .pagination.small a, .pagination.small .dots {
  790. margin-right: 1px;
  791. padding: 1px 4px;
  792. -moz-border-radius: 6px;
  793. -webkit-border-radius: 6px;
  794. border-radius: 6px;
  795. }
  796. /* Table Styles */
  797. .table {
  798. border:1px solid #CCCCCC;
  799. width:100%;
  800. margin-bottom:20px;
  801. }
  802. .table.no-border {
  803. border:none
  804. }
  805. .table thead th, .table thead td {
  806. padding:6px 10px;
  807. font-weight: 700;
  808. color: #333;
  809. background: #E2E2E2;
  810. border-bottom: 1px solid #cccccc;
  811. border-right:1px solid #CCCCCC;
  812. }
  813. .table thead th.last, .table thead td.last {
  814. border-right:0;
  815. }
  816. .table thead th.checkbox, .table thead td.checkbox {
  817. width:25px;
  818. }
  819. .table tbody th, .table tbody td {
  820. background:#fff;
  821. border-right:1px dotted #CCCCCC;
  822. vertical-align:middle;
  823. padding:10px;
  824. font-size:93%;
  825. }
  826. .table tbody tr.alt td {
  827. background:#F2F2F2;
  828. }
  829. .table tbody th.last, .table tbody td.last {
  830. border-right:0 none;
  831. }
  832. .table tbody tr.last td {
  833. border-bottom:0 none;
  834. }
  835. .table tbody tr:hover th, .table tbody tr:hover td {
  836. background:#d3ecf9;
  837. }
  838. /* Tispy Tooltips */
  839. .tipsy {
  840. padding: 5px;
  841. font-size: 93%;
  842. opacity: 0.8;
  843. filter: alpha(opacity=80);
  844. background-repeat: no-repeat;
  845. background-image: url(../img/tipsy.gif);
  846. }
  847. .tipsy-inner {
  848. padding: 5px 8px 4px 8px;
  849. background-color: black;
  850. color: white;
  851. max-width: 200px;
  852. text-align: center;
  853. }
  854. .tipsy-inner {
  855. border-radius:3px;
  856. -moz-border-radius:3px;
  857. -webkit-border-radius:3px;
  858. }
  859. .tipsy-north {
  860. background-position: top center;
  861. }
  862. .tipsy-south {
  863. background-position: bottom center;
  864. }
  865. .tipsy-east {
  866. background-position: right center;
  867. }
  868. .tipsy-west {
  869. background-position: left center;
  870. }