base.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885
  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 20px;
  458. border: 1px solid #ccc;
  459. float: left;
  460. margin: 10px 25px;
  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. margin-right: 15px;
  490. }
  491. .scrollable .active {
  492. border: 2px solid #000;
  493. cursor: default;
  494. position: relative;
  495. }
  496. a.browse {
  497. background: url(../img/scrollable.png) no-repeat;
  498. display: block;
  499. width: 30px;
  500. height: 30px;
  501. margin: 150px 10px;
  502. cursor: pointer;
  503. font-size: 1px;
  504. position: absolute;
  505. }
  506. a.right {
  507. background-position: 0 -30px;
  508. clear:right;
  509. margin-right: 0px;
  510. right:25px;
  511. }
  512. a.right:hover {
  513. background-position:-30px -30px;
  514. }
  515. a.right:active {
  516. background-position:-60px -30px;
  517. }
  518. a.left {
  519. margin-left: 0px;
  520. left:25px;
  521. }
  522. a.left:hover {
  523. background-position:-30px 0;
  524. }
  525. a.left:active {
  526. background-position:-60px 0;
  527. }
  528. a.disabled {
  529. visibility: hidden !important;
  530. }
  531. .search {
  532. float: right;
  533. margin-top: 5px;
  534. }
  535. .pricing-table h4 {
  536. color:#FFFFFF;
  537. font-size:240%;
  538. margin-bottom:5px;
  539. }
  540. .pricing-table h5 {
  541. color:#FFFFFF;
  542. font-size:140%;
  543. margin-bottom:5px;
  544. }
  545. .pricing-table .header {
  546. background:url(../img/grad-blue.gif) repeat-x scroll center top #166890;
  547. border:1px solid #11506F;
  548. color:#FFFFFF;
  549. text-align:center;
  550. width:28%;
  551. padding:5px;
  552. }
  553. .pricing-table .blank {
  554. background:#fff;
  555. border:none;
  556. }
  557. .pricing-table {
  558. border-right:1px solid #58bbec;
  559. border-bottom:1px solid #58bbec;
  560. width:100%;
  561. margin-bottom:20px;
  562. }
  563. .pricing-table thead th, .pricing-table thead td {
  564. padding:6px 10px;
  565. font-weight: 700;
  566. color: #333;
  567. background: #EAEBFA;
  568. border-bottom: 1px solid #D9D9D9;
  569. border-right:1px solid #D9D9D9;
  570. }
  571. .pricing-table thead th.last, .pricing-table thead td.last {
  572. border-right:0;
  573. }
  574. .pricing-table tbody th, .pricing-table tbody td {
  575. background:#EAEBFA;
  576. border-right:1px dotted #D9D9D9;
  577. vertical-align:middle;
  578. padding:12px;
  579. font-size:93%;
  580. text-align:center;
  581. }
  582. .pricing-table tbody tr.alt td {
  583. background:#e4e6fa;
  584. }
  585. .pricing-table tbody th.last, .pricing-table tbody td.last {
  586. border-right:0 none;
  587. }
  588. .pricing-table tbody tr.last td {
  589. border-bottom:0 none;
  590. }
  591. /*//// - Forms - ////*/
  592. body.ie7 form, body.ie8 {
  593. margin-bottom:40px;
  594. }
  595. form p {
  596. margin-bottom:15px;
  597. }
  598. form input, form textarea {
  599. padding: 7px 5px;
  600. border: 1px solid #ccc;
  601. border-radius: 3px;
  602. -moz-border-radius: 3px;
  603. -webkit-border-radius: 3px;
  604. }
  605. form input.small {
  606. width:35px;
  607. }
  608. input[type="button"], input[type="submit"], button {
  609. cursor: pointer;
  610. display: inline-block;
  611. font-weight: 700;
  612. outline: none;
  613. width: auto;
  614. text-align: center;
  615. vertical-align: middle;
  616. background: #ddd;
  617. color: #444;
  618. text-shadow: 0 -1px 0 #eee;
  619. border-radius: 3px;
  620. -moz-border-radius: 3px;
  621. -webkit-border-radius: 3px;
  622. }
  623. input[type="button"]:hover, input[type="submit"]:hover, button:hover {
  624. background: #eee;
  625. }
  626. #message {
  627. margin-bottom:20px;
  628. }
  629. .error-message {
  630. background:url("../img/error.png") no-repeat 10px center #FECDC6;
  631. padding:10px 35px;
  632. border-radius:3px;
  633. -moz-border-radius:3px;
  634. -webkit-border-radius:3px;
  635. }
  636. .success-message {
  637. background:url(../img/success.png) no-repeat 10px center #F1FFBF;
  638. padding:10px 35px;
  639. border-radius:3px;
  640. -moz-border-radius:3px;
  641. -webkit-border-radius:3px;
  642. }
  643. /* notifications */
  644. .notification.success {
  645. background:#f1ffbf url('../img/icons/success.png') no-repeat 10px 10px;
  646. border-color:#a6d50f;
  647. }
  648. .notification.success span.strong {
  649. color:#283304;
  650. }
  651. .notification.error {
  652. background:#fecdc6 url('../img/icons/error.png') no-repeat 10px 10px;
  653. border-color:#f45d43;
  654. }
  655. .notification.error span.strong {
  656. color:#33130e;
  657. }
  658. .notification.warning {
  659. background:#ffecb0 url('../img/icons/warning.png') no-repeat 10px 10px;
  660. border-color:#ffbc2a;
  661. }
  662. .notification.warning span.strong {
  663. color:#332508;
  664. }
  665. .notification.info {
  666. background:#d4e7f5 url('../img/icons/information.png') no-repeat 10px 10px;
  667. border-color:#589ad7;
  668. }
  669. .notification.info span.strong {
  670. color:#152433;
  671. }
  672. .notification.tip {
  673. background:#ffeccd url('../img/icons/tip.png') no-repeat 10px 10px;
  674. border-color:#dd9854;
  675. }
  676. .notification.tip span.strong {
  677. color:#332313;
  678. }
  679. .notification {
  680. padding:10px 10px 10px 35px;
  681. border:1px solid #fff;
  682. margin-bottom:10px;
  683. position:relative;
  684. font-size:100%;
  685. border-radius:3px;
  686. -moz-border-radius:3px;
  687. -webkit-border-radius:3px;
  688. }
  689. .notification p {
  690. margin-bottom:0;
  691. }
  692. .notification .close {
  693. background:url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
  694. cursor:pointer;
  695. display:block;
  696. height:16px;
  697. position:absolute;
  698. right:10px;
  699. top:10px;
  700. width:16px;
  701. }
  702. .notification .close:hover {
  703. opacity:1;
  704. }
  705. .notification.nopic {
  706. background-image:none;
  707. padding:10px;
  708. }
  709. .notification span.strong {
  710. margin-right:10px;
  711. }
  712. /* Bullet List */
  713. .bullet-list {
  714. list-style:none;
  715. margin-bottom:15px;
  716. margin-left:0;
  717. }
  718. .bullet-list li {
  719. background:url("../img/bullet_arrow_right.png") no-repeat left center transparent;
  720. margin-bottom:5px;
  721. padding:6px 6px 6px 20px;
  722. }
  723. .bullet-list li a {
  724. -webkit-border-radius:3px;
  725. -moz-border-radius:3px;
  726. border-radius:3px;
  727. color:#181818;
  728. display:block;
  729. margin:-6px;
  730. padding:6px;
  731. text-decoration:none;
  732. }
  733. .bullet-list li a:hover {
  734. background-color:#E2E2E2;
  735. margin:-6px -6px -6px -20px;
  736. padding:6px 6px 6px 20px;
  737. }
  738. .bullet-list.grey li {
  739. -webkit-border-radius:3px;
  740. -moz-border-radius:3px;
  741. border-radius:3px;
  742. background-color:#f2f2f2;
  743. width:50%;
  744. }
  745. /* Definition List */
  746. dl.definition {
  747. margin-bottom:20px;
  748. }
  749. dl.definition dt {
  750. background:url("../img/icons/16/bullet_arrow_right.png") no-repeat left center;
  751. font-weight: 700;
  752. margin-bottom:5px;
  753. padding-left:20px;
  754. }
  755. dl.definition dd {
  756. color:#666666;
  757. margin-bottom:15px;
  758. padding-left:20px;
  759. }
  760. /* Pagination */
  761. .pagination {
  762. display: inline-block;
  763. font-size: 77%;
  764. text-decoration: none;
  765. }
  766. .pagination a, .pagination .dots {
  767. background:url("../img/grad-grey.gif") repeat-x scroll center top #C3C3C3;
  768. border:1px solid #C3C3C3;
  769. display: inline-block;
  770. color:#444444 !important;
  771. margin-right: 2px;
  772. padding: 6px 8px;
  773. text-decoration:none;
  774. -moz-border-radius: 3px;
  775. -webkit-border-radius: 3px;
  776. border-radius: 3px;
  777. }
  778. .pagination a:hover {
  779. background: url("../img/grad-grey-hover.gif") repeat-x scroll center top #C3C3C3;
  780. color: #444444;
  781. }
  782. .pagination a.current {
  783. background: url("../img/grad-grey-rev.gif") repeat-x scroll center top #C3C3C3;
  784. color: #444444;
  785. }
  786. .pagination a.number.current {
  787. color: #444;
  788. }
  789. /* Small Pagination */
  790. .pagination.small a, .pagination.small .dots {
  791. margin-right: 1px;
  792. padding: 1px 4px;
  793. -moz-border-radius: 6px;
  794. -webkit-border-radius: 6px;
  795. border-radius: 6px;
  796. }
  797. /* Table Styles */
  798. .table {
  799. border:1px solid #CCCCCC;
  800. width:100%;
  801. margin-bottom:20px;
  802. }
  803. .table.no-border {
  804. border:none
  805. }
  806. .table thead th, .table thead td {
  807. padding:6px 10px;
  808. font-weight: 700;
  809. color: #333;
  810. background: #E2E2E2;
  811. border-bottom: 1px solid #cccccc;
  812. border-right:1px solid #CCCCCC;
  813. }
  814. .table thead th.last, .table thead td.last {
  815. border-right:0;
  816. }
  817. .table thead th.checkbox, .table thead td.checkbox {
  818. width:25px;
  819. }
  820. .table tbody th, .table tbody td {
  821. background:#fff;
  822. border-right:1px dotted #CCCCCC;
  823. vertical-align:middle;
  824. padding:10px;
  825. font-size:93%;
  826. }
  827. .table tbody tr.alt td {
  828. background:#F2F2F2;
  829. }
  830. .table tbody th.last, .table tbody td.last {
  831. border-right:0 none;
  832. }
  833. .table tbody tr.last td {
  834. border-bottom:0 none;
  835. }
  836. .table tbody tr:hover th, .table tbody tr:hover td {
  837. background:#d3ecf9;
  838. }
  839. /* Tispy Tooltips */
  840. .tipsy {
  841. padding: 5px;
  842. font-size: 93%;
  843. opacity: 0.8;
  844. filter: alpha(opacity=80);
  845. background-repeat: no-repeat;
  846. background-image: url(../img/tipsy.gif);
  847. }
  848. .tipsy-inner {
  849. padding: 5px 8px 4px 8px;
  850. background-color: black;
  851. color: white;
  852. max-width: 200px;
  853. text-align: center;
  854. }
  855. .tipsy-inner {
  856. border-radius:3px;
  857. -moz-border-radius:3px;
  858. -webkit-border-radius:3px;
  859. }
  860. .tipsy-north {
  861. background-position: top center;
  862. }
  863. .tipsy-south {
  864. background-position: bottom center;
  865. }
  866. .tipsy-east {
  867. background-position: right center;
  868. }
  869. .tipsy-west {
  870. background-position: left center;
  871. }