PageRenderTime 65ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 1ms

/docs/FindCuda.cmake Macro Problem - NVIDIA Forums.html

https://github.com/AnthonBerg/cuconvolve
HTML | 3163 lines | 2620 code | 431 blank | 112 comment | 0 complexity | 6fbc6ab87ceba0ec1571cf26c60ba4a3 MD5 | raw file

Large files files are truncated, but you can click here to view the full file

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  3. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  4. <link rel="shortcut icon" href="http://forums.nvidia.com/favicon.ico">
  5. <title>FindCuda.cmake Macro Problem? - NVIDIA Forums</title>
  6. <style type="text/css">
  7. /*
  8. * Cascading Style Sheet(CSS 467), for Invision Power Board 2.2.0
  9. * Author: James A. Mathias, admin@leihu.com, http://www.1lotus.com
  10. * Copyright: 2005 Invision Power Services, all rights reserved
  11. *
  12. * All style attributes in alpha-numeric order starting from 0
  13. *
  14. */
  15. /*
  16. * ========================================
  17. * global element styles
  18. * ========================================
  19. */
  20. html{
  21. overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
  22. }
  23. body{
  24. background: #FFF;
  25. color: #222;
  26. font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  27. font-size: 11px;
  28. line-height: 135%;
  29. margin: 0px;
  30. padding: 0px; /* required for Opera to have 0 margin */
  31. text-align: center; /* centers board in MSIE */
  32. }
  33. /*
  34. * ========================================
  35. * Set up IPB table
  36. * ========================================
  37. */
  38. .ipbtable { width:100% }
  39. table.ipbtable,
  40. tr.ipbtable,
  41. td.ipbtable
  42. { /* required for text in tables, because tables do not inherit from body */
  43. background: transparent;
  44. color: #222;
  45. font-size: 11px;
  46. line-height: 135%;
  47. }
  48. .ipbtable td,
  49. .divpad{ /* gives all tables faux cellpadding of 5px */
  50. padding: 5px;
  51. }
  52. td.nopad{ /* allows some tables to have no padding on the td */
  53. padding: 0;
  54. }
  55. /* Safari... */
  56. th
  57. {
  58. text-align: left;
  59. }
  60. form{
  61. display: inline;
  62. margin: 0; /* removes mystery form tag gapping */
  63. padding: 0; /* removes mystery form tag gapping */
  64. }
  65. img{
  66. border: 0; /* makes sure linked images do not have a border */
  67. vertical-align: middle;
  68. }
  69. /*
  70. * ========================================
  71. * global hyperlink styles
  72. * ========================================
  73. */
  74. a:link,
  75. a:visited,
  76. a:active{
  77. background: transparent;
  78. color: #222;
  79. text-decoration: underline;
  80. }
  81. a:hover{
  82. background: transparent;
  83. color: #34498B;
  84. }
  85. /*
  86. * ========================================
  87. * Main wrapper, this controls the overall width of the board in you browser view window.
  88. * ========================================
  89. */
  90. #ipbwrapper{
  91. margin: 20px auto 20px auto; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */
  92. text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
  93. /* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 960px is a common fixed resolution size */
  94. width: 98%;
  95. }
  96. /*
  97. * ========================================
  98. * styles for pagination links
  99. * ========================================
  100. */
  101. .pagelink,
  102. .pagelinklast,
  103. .pagecurrent,
  104. .minipagelink,
  105. .minipagelinklast{
  106. background: #FBFBFB;
  107. border: 1px solid #A2A2A2;
  108. padding: 1px 3px 1px 3px;
  109. }
  110. .pagelinklast,
  111. .minipagelinklast{
  112. background: #F7F7F7;
  113. }
  114. .pagecurrent{
  115. background: #FFC9A5;
  116. }
  117. .minipagelink,
  118. .minipagelinklast{
  119. border: 1px solid #DBDBDB;
  120. font-size: 10px;
  121. margin: 0 1px 0 0;
  122. }
  123. .pagelink a:active,
  124. .pagelink a:visited,
  125. .pagelink a:link,
  126. .pagelinklast a:active,
  127. .pagelinklast a:visited,
  128. .pagelinklast a:link,
  129. .pagecurrent a:active,
  130. .pagecurrent a:visited,
  131. .pagecurrent a:link,
  132. .minipagelink a:active,
  133. .minipagelink a:visited,
  134. .minipagelink a:link,
  135. .minipagelinklast a:active,
  136. .minipagelinklast a:visited,
  137. .minipagelinklast a:link{
  138. text-decoration: none;
  139. }
  140. /* fake button effect for some links */
  141. .fauxbutton{
  142. background: #BFCDE0;
  143. border: 1px solid #b4b4b4;
  144. font-size: 11px;
  145. font-weight: bold;
  146. padding: 4px;
  147. }
  148. .fauxbutton a:link,
  149. .fauxbutton a:visited,
  150. .fauxbutton a:active{
  151. color: #222 !important;
  152. text-decoration: none;
  153. }
  154. .forumdesc,
  155. .forumdesc a:link,
  156. .forumdesc a:visited,
  157. .forumdesc a:active{
  158. background: transparent;
  159. font-size: 10px;
  160. color: #666;
  161. line-height: 135%;
  162. margin: 2px 0 0 0;
  163. padding: 0;
  164. }
  165. /* =================================================================================== */
  166. /* =================================================================================== */
  167. /* =================================================================================== */
  168. .searchlite {
  169. background-color:yellow;
  170. font-weight:bold;
  171. color: red;
  172. }
  173. .activeusers{
  174. background: #FFF;
  175. border: 1px solid #B4B4B4;
  176. color: #000;
  177. margin: 0px;
  178. padding: 1px;
  179. }
  180. .activeuserposting a:link,
  181. .activeuserposting a:visited,
  182. .activeuserposting a:active,
  183. .activeuserposting
  184. {
  185. font-style:italic;
  186. text-decoration: none;
  187. border-bottom:1px dotted black;
  188. }
  189. fieldset.search{
  190. line-height: 150%;
  191. padding: 6px;
  192. }
  193. label{
  194. cursor: pointer;
  195. }
  196. img.attach{
  197. background: #808080 url(style_images/cudazone/click2enlarge.gif) no-repeat top right;
  198. border: 1px solid #808080;
  199. margin: 0 2px 0 0;
  200. padding: 11px 2px 2px 2px;
  201. }
  202. .thumbwrap,
  203. .thumbwrapp,
  204. .fullimagewrap
  205. {
  206. border: 1px solid #B4B4B4;
  207. margin: 2px;
  208. }
  209. .thumbwrapp{
  210. border: 2px solid #660707;
  211. }
  212. .fullimagewrap{
  213. background: #F7F7F7;
  214. text-align: center;
  215. margin: 5px 0 5px 0;
  216. padding: 5px;
  217. }
  218. .thumbwrap h4,
  219. .thumbwrapp h4{
  220. background: #DDE6F2;
  221. border: 0 !important;
  222. border-bottom: 1px solid #525252 !important;
  223. color: #525252;
  224. font-size: 12px;
  225. font-weight: bold;
  226. margin: 0;
  227. padding: 5px;
  228. }
  229. .thumbwrap p,
  230. .thumbwrapp p{
  231. background: #F6F8F6 !important;
  232. border: 0 !important;
  233. border-top: 1px solid #525252 !important;
  234. margin: 0 !important;
  235. padding: 5px !important;
  236. text-align: left;
  237. }
  238. .thumbwrap p.alt,
  239. .thumbwrapp p.alt{
  240. background: #F7F7F7 !important;
  241. margin: 0 !important;
  242. padding: 5px !important;
  243. text-align: left;
  244. }
  245. .thumbwrapp p.pin{
  246. background: #EFDFDF !important;
  247. text-align: center !important;
  248. }
  249. .thumbwrap img.galattach,
  250. .thumbwrapp img.galattach{
  251. background: #FFF url(style_images/cudazone/img_larger.gif) no-repeat bottom right;
  252. border: 1px solid #B4B4B4;
  253. margin: 5px;
  254. padding: 2px 2px 10px 2px;
  255. }
  256. li.helprow{
  257. margin: 0 0 10px 0;
  258. padding: 0;
  259. }
  260. ul#help{
  261. padding: 0 0 0 15px;
  262. }
  263. .warngood,
  264. .warnbad{
  265. color: #0B9500;
  266. font-weight: bold;
  267. }
  268. .warnbad{
  269. color: #DD0000;
  270. }
  271. #padandcenter{
  272. margin: 0 auto 0 auto;
  273. padding: 14px 0 14px 0;
  274. text-align: center;
  275. }
  276. #profilename{
  277. font-size: 28px;
  278. font-weight: bold;
  279. }
  280. #photowrap{
  281. padding: 6px;
  282. }
  283. #phototitle{
  284. border-bottom: 1px solid #000;
  285. font-size: 24px;
  286. }
  287. #photoimg{
  288. margin: 15px 0 0 0;
  289. text-align: center;
  290. }
  291. #ucpmenu,
  292. #ucpcontent{
  293. background: #F7F7F7;
  294. border: 1px solid #345487;
  295. line-height: 150%;
  296. }
  297. #ucpmenu p{
  298. margin: 0;
  299. padding: 2px 5px 6px 9px;
  300. }
  301. #ucpmenu a:link,
  302. #ucpmenu a:active,
  303. #ucpmenu a:visited{
  304. text-decoration: none;
  305. }
  306. #ucpcontent{
  307. width: auto;
  308. }
  309. #ucpcontent p{
  310. margin: 0;
  311. padding: 10px;
  312. }
  313. .activeuserstrip{
  314. background: #E2E1E1;
  315. padding: 6px;
  316. }
  317. /* Topic View elements */
  318. .signature{
  319. background: transparent;
  320. color: #339;
  321. font-size: 10px;
  322. line-height: 150%;
  323. }
  324. .postdetails{
  325. font-size: 10px;
  326. line-height:140%;
  327. }
  328. .postcolor{
  329. font-size: 12px;
  330. line-height: 160%;
  331. }
  332. .normalname{
  333. color: #003;
  334. font-size: 12px;
  335. font-weight: bold;
  336. }
  337. .normalname a:link,
  338. .normalname a:visited,
  339. .normalname a:active{
  340. font-size: 12px;
  341. }
  342. .post1,
  343. .bg1{
  344. background: #F7F7F7;
  345. }
  346. .post2,
  347. .bg3{
  348. background: #F6F8F6;
  349. }
  350. .row2shaded,
  351. .post1shaded { background-color: #DEDBE4 }
  352. .row4shaded,
  353. .post2shaded { background-color: #E3DFE7 }
  354. .row1{
  355. background: #F7F7F7;
  356. }
  357. .row2{
  358. background: #F7F7F7;
  359. }
  360. .rowhighlight{
  361. background-color: #FFF9BA;
  362. }
  363. .darkrow1{
  364. background: #E2E1E1;
  365. color: #666666;
  366. }
  367. .darkrow3{
  368. background: #e7e6e6;
  369. color: #666666;
  370. }
  371. /* tableborders gives the white column / row lines effect */
  372. .plainborder,
  373. .tablefill,
  374. .tablepad{
  375. background: #f7f7f7;
  376. border: 1px solid #345487;
  377. }
  378. .tablefill,
  379. .tablepad{
  380. padding: 6px;
  381. }
  382. .tablepad{
  383. border: 0 !important;
  384. }
  385. .wrapmini{
  386. float: left;
  387. line-height: 1.5em;
  388. width: 25%;
  389. }
  390. .pagelinks{
  391. float: left;
  392. line-height: 1.2em;
  393. width: 35%;
  394. }
  395. .desc{
  396. font-size: 11px;
  397. color: #434951;
  398. }
  399. .lastaction
  400. {
  401. font-size: 10px;
  402. color: #434951;
  403. }
  404. .edit{
  405. font-size: 9px;
  406. }
  407. .thin{
  408. border: 1px solid #FFF;
  409. border-left: 0;
  410. border-right: 0;
  411. line-height: 150%;
  412. margin: 2px 0 2px 0;
  413. padding: 6px 0 6px 0;
  414. }
  415. /* =================================================================================== */
  416. /* =================================================================================== */
  417. /* =================================================================================== */
  418. /*
  419. * ========================================
  420. * calendar styles
  421. * ========================================
  422. */
  423. .calmonths{
  424. background: #FBFBFB;
  425. border: 1px solid #DBDBDB;
  426. font-size: 18px;
  427. font-weight: bold;
  428. margin: 5px 0 5px 0;
  429. padding: 8px;
  430. text-align: center;
  431. }
  432. .weekday{
  433. font-size: 14px;
  434. font-weight: bold;
  435. }
  436. .calmonths a{
  437. text-decoration: none;
  438. }
  439. .calday,
  440. .calweekday{
  441. background: #F7F7F7;
  442. color: #666;
  443. font-size: 11px;
  444. font-weight: bold;
  445. margin: 0;
  446. padding: 4px;
  447. text-align: right;
  448. }
  449. .calweekday{
  450. border-right: 1px solid #AAA;
  451. color: #222;
  452. font-size: 14px;
  453. padding: 6px;
  454. text-align: center;
  455. }
  456. .celltodayshaded,
  457. .celldateshaded,
  458. .cellblank,
  459. .celldate,
  460. .celltoday,
  461. .mcellblank,
  462. .mcelldate,
  463. .mcelltoday{
  464. background: #F6F8F6;
  465. height: 100px;
  466. margin: 0;
  467. padding: 0;
  468. vertical-align: top;
  469. }
  470. .celltodayshaded,
  471. .celldateshaded
  472. {
  473. background: #E3DFE7;
  474. }
  475. .mcellblank,
  476. .mcelldate,
  477. .mcelltoday{
  478. height: auto;
  479. }
  480. .cellblank,
  481. .mcellblank{
  482. background: #DBDBDB;
  483. }
  484. .celltoday,
  485. .celltodayshaded,
  486. .mcelltoday{
  487. border: 2px solid #8B0000;
  488. }
  489. .calranged
  490. {
  491. border: 2px outset #DBDBDB;
  492. background: #DBDBDB;
  493. padding:4px;
  494. }
  495. .calitem
  496. {
  497. border-bottom: 1px dotted #DBDBDB;
  498. padding:4px;
  499. }
  500. /*
  501. * ========================================
  502. * form styles
  503. * ========================================
  504. */
  505. .input-warn,
  506. .input-green,
  507. .input-checkbox,
  508. input,
  509. textarea,
  510. select{
  511. background: #FFF;
  512. border: 1px solid #D1D1D1;
  513. color: #000;
  514. font-family: verdana, helvetica, sans-serif;
  515. font-size: 11px;
  516. margin: 5px;
  517. padding: 2px;
  518. vertical-align: middle;
  519. }
  520. select
  521. {
  522. margin: 0px;
  523. }
  524. .input-checkbox
  525. {
  526. border: none;
  527. }
  528. .input-warn,
  529. .input-warn-content
  530. {
  531. border: 1px solid #C00;
  532. }
  533. .input-ok,
  534. .input-ok-content
  535. {
  536. border: 1px solid #0C0;
  537. }
  538. .input-warn-content
  539. {
  540. padding: 4px;
  541. margin: 4px;
  542. background-color: #FCC;
  543. }
  544. .input-ok-content
  545. {
  546. padding: 4px;
  547. margin: 4px;
  548. background-color: #CFC;
  549. }
  550. .input-text
  551. {
  552. color: #900;
  553. }
  554. input.button{
  555. margin: 0;
  556. width: auto;
  557. cursor: hand;
  558. cursor: pointer;
  559. }
  560. optgroup option{
  561. font-family: verdana, helvetica, sans-serif;
  562. font-size: 12px;
  563. }
  564. .codebuttons{
  565. font-family: Verdana, Helvetica, Sans-Serif;
  566. font-size: 10px;
  567. vertical-align: middle;
  568. margin:2px;
  569. }
  570. .textarea,
  571. .searchinput,
  572. .button,
  573. .gobutton{
  574. background: #FFF;
  575. border: 1px solid #4C77B6;
  576. color: #000;
  577. font-family: Verdana, Helvetica, Sans-Serif;
  578. font-size: 11px;
  579. padding: 2px;
  580. vertical-align: middle;
  581. }
  582. .button{
  583. background: #F7F7F7;
  584. }
  585. .gobutton{
  586. background: transparent;
  587. border: 0;
  588. color: #b4b4b4;
  589. margin: 0;
  590. vertical-align: middle;
  591. }
  592. .radiobutton,
  593. .checkbox,
  594. .helpbox {
  595. border: 0;
  596. vertical-align: middle;
  597. background: transparent;
  598. }
  599. /*
  600. * class.formtable
  601. *
  602. * used for tabled forms
  603. * technically tables should not be used for form display
  604. * but, in the case of IPB a table is easier to work with
  605. * for the average webmaster, who has little to no CSS knowledge.
  606. *
  607. */
  608. .formtable{
  609. background: transparent;
  610. }
  611. .formtable td,
  612. .pformleft,
  613. .pformleftw,
  614. .pformright{
  615. background:#F7F7F7;
  616. border: 1px solid #DBDBDB;
  617. border-bottom: 0;
  618. border-left: 0;
  619. font-weight: bold;
  620. margin: 1px 0 0 0;
  621. padding: 6px;
  622. width: 25%;
  623. }
  624. .formtable td.wider,
  625. .pformleftw,
  626. .pformright{
  627. width: 40%;
  628. }
  629. .formtable td.formright,
  630. .pformright{
  631. border-right: 0px;
  632. font-weight: normal;
  633. width: auto;
  634. }
  635. .formtable td.formtitle,
  636. .formsubtitle{
  637. background: #E7E6E6;
  638. border: 1px solid #9FB9D4;
  639. border-bottom: 0;
  640. border-left: 0;
  641. border-right: 0;
  642. font-weight: normal;
  643. }
  644. .formsubtitle{
  645. border: 0;
  646. color: #666666;
  647. font-weight: bold;
  648. padding: 5px;
  649. }
  650. .formtable td.formstrip{
  651. background: #DDE8F2;
  652. border: 1px solid #9FB9D4;
  653. border-left: 0;
  654. border-right: 0;
  655. font-weight: normal;
  656. }
  657. /*
  658. * ========================================
  659. * new style quote and code wrappers MATT's DESIGN
  660. * ========================================
  661. */
  662. .quotetop{
  663. background: #F7F7F7 url(style_images/cudazone/css_img_quote.gif) no-repeat right;
  664. border: 1px dotted #000;
  665. border-bottom: 0;
  666. border-left: 4px solid #aeaeae;
  667. color: #000;
  668. font-weight: bold;
  669. font-size: 10px;
  670. margin: 2px auto 0 auto;
  671. padding: 3px;
  672. }
  673. .quotemain{
  674. background: #FAFCFE;
  675. border: 1px dotted #000;
  676. border-left: 4px solid #aeaeae;
  677. border-top: 0;
  678. color: #465584;
  679. padding: 4px;
  680. margin: 0 auto 0 auto;
  681. }
  682. .codetop,
  683. .sqltop,
  684. .htmltop{
  685. background: #FDDBCC url(style_images/cudazone/css_img_code.gif) no-repeat right;
  686. color: #000;
  687. font-weight: bold;
  688. margin: 0 auto 0 auto;
  689. padding: 3px;
  690. }
  691. .codemain,
  692. .sqlmain,
  693. .htmlmain{
  694. background: #FAFCFE;
  695. border: 1px dotted #000;
  696. color: #465584;
  697. font-family: Courier, Courier New, Verdana, Arial;
  698. margin: 0 auto 0 auto;
  699. padding: 2px;
  700. }
  701. /*
  702. * ========================================
  703. * old school quote and code styles - backwards compatibility
  704. * ========================================
  705. */
  706. #QUOTE,
  707. #CODE{
  708. background: #FAFCFE;
  709. border: 1px solid #000;
  710. color: #465584;
  711. font-family: Verdana, Arial;
  712. font-size: 11px;
  713. padding: 2px;
  714. white-space: normal;
  715. }
  716. #CODE{
  717. font-family: Courier, Courier New, Verdana, Arial;
  718. }
  719. /*
  720. * ========================================
  721. * All New Styles
  722. * ========================================
  723. */
  724. .cleared{
  725. clear: both;
  726. }
  727. .borderwrap,
  728. .borderwrapm{ /* this will affect the outlining border of all the tables and boxes through-out the skin. */
  729. background: #FFF;
  730. border: 1px solid #b4b4b4;
  731. padding: 0px;
  732. margin: 0px;
  733. }
  734. .borderwrapm{
  735. margin: 5px;
  736. }
  737. .borderwrap h3,
  738. .maintitle,
  739. .maintitlecollapse{
  740. background: url(style_images/cudazone/tile_cat.jpg);
  741. border: 1px solid #FFF;
  742. border-bottom: 1px solid #525252;
  743. color: #FFF;
  744. font-size: 12px;
  745. font-weight: bold;
  746. margin: 0px;
  747. padding: 8px;
  748. }
  749. .maintitle td {
  750. color: #FFF;
  751. font-size: 12px;
  752. font-weight: bold;
  753. }
  754. .maintitlecollapse{
  755. border: 1px solid #FFF;
  756. }
  757. .maintitle p,
  758. .maintitlecollapse p,
  759. .formsubtitle p{
  760. background: transparent !important;
  761. border: 0 !important;
  762. margin: 0 !important;
  763. padding: 0 !important;
  764. }
  765. .maintitle p.expand,
  766. .maintitle p.goto,
  767. .maintitlecollapse p.expand,
  768. .formsubtitle p.members{
  769. float: right;
  770. width: auto !important;
  771. }
  772. .maintitle a:link,
  773. .maintitle a:visited,
  774. .maintitlecollapse a:link,
  775. .maintitlecollapse a:visited{
  776. background: transparent;
  777. color: #FFF;
  778. text-decoration: none;
  779. }
  780. .maintitle a:hover,
  781. .maintitle a:active,
  782. .maintitlecollapse a:hover,
  783. .maintitlecollapse a:active{
  784. background: transparent;
  785. color: #F1F1F1;
  786. }
  787. table th,
  788. .borderwrap table th,
  789. .subtitle,
  790. .subtitlediv,
  791. .postlinksbar{
  792. background: transparent url(style_images/cudazone/tile_sub.jpg);
  793. border-bottom: 1px solid #525252;
  794. color: #666666;
  795. font-size: 10px;
  796. font-weight: bold;
  797. letter-spacing: 1px;
  798. margin: 0;
  799. padding: 5px;
  800. }
  801. .subtitlediv{
  802. border: 1px solid #FFF;
  803. border-bottom: 1px solid #525252;
  804. text-align: right;
  805. }
  806. .borderwrap table th a:link,
  807. .subtitle a:link,
  808. .subtitlediv a:link,
  809. .borderwrap table th a:visited,
  810. .subtitle a:visited,
  811. .subtitlediv a:visited,
  812. .borderwrap table th a:active,
  813. .subtitle a:active,
  814. .subtitlediv a:active,
  815. .borderwrap table th a:hover,
  816. .subtitle a:hover,
  817. .subtitlediv a:hover{
  818. background: transparent;
  819. color: #666666;
  820. text-decoration: none;
  821. }
  822. .borderwrap h4{
  823. background: #DDE6F2;
  824. border: 1px solid #FFF;
  825. border-bottom: 1px solid #525252;
  826. border-top: 1px solid #525252;
  827. color: #525252;
  828. font-size: 12px;
  829. font-weight: bold;
  830. margin: 0;
  831. padding: 5px;
  832. }
  833. .borderwrap p{
  834. background: #F9F9F9;
  835. border: 1px solid #CCC;
  836. margin: 5px;
  837. padding: 10px;
  838. text-align: left;
  839. }
  840. td.formbuttonrow,
  841. .pformstrip,
  842. .borderwrap p.formbuttonrow,
  843. .borderwrap p.formbuttonrow1{
  844. background: #E7E6E6 !important;
  845. border: 1px solid #FFF;
  846. border-top: 1px solid #525252;
  847. margin: 0px !important;
  848. padding: 5px !important;
  849. text-align: center;
  850. }
  851. td.formbuttonrow{
  852. border-bottom: 0;
  853. border-left: 0;
  854. border-right: 0;
  855. }
  856. .borderwrap p.formbuttonrow1{
  857. background: #F9F9F9 !important;
  858. border: 0;
  859. border-top: 1px solid #CCC;
  860. }
  861. .bar,
  862. .barb,
  863. .barc{
  864. background: #F7F7F7;
  865. border: 1px solid #FFF;
  866. }
  867. .barc{
  868. border-bottom: 0;
  869. }
  870. .bar p,
  871. .barb p,
  872. .barc p{
  873. background: transparent;
  874. border: 0;
  875. color: #222;
  876. font-size: 11px;
  877. margin: 0;
  878. padding: 5px;
  879. text-align: left;
  880. }
  881. .barb p{
  882. text-align: right;
  883. }
  884. .bar p.over,
  885. .bar p.overs,
  886. .barc p.over,
  887. .barc p.overs{
  888. float: right;
  889. }
  890. .barb p.over,
  891. .barb p.overs{
  892. float: left;
  893. }
  894. .bar p.overs,
  895. .barb p.overs,
  896. .barc p.overs{
  897. position: relative;
  898. top: 5px;
  899. }
  900. .catend{
  901. background: #aeaeae;
  902. color: #000;
  903. font-size: 1px;
  904. height: 5px;
  905. }
  906. .newslink{
  907. background: #FBFBFB;
  908. border: 1px solid #DBDBDB;
  909. margin: 0;
  910. width: 100%;
  911. }
  912. .newslink td{
  913. color: #222;
  914. font-size: 10px;
  915. padding: 5px 5px 5px 10px;
  916. }
  917. .newslink span{
  918. background: transparent;
  919. color: #505050;
  920. font-style: italic;
  921. font-weight: normal;
  922. }
  923. .newslink input{
  924. background: #FFF;
  925. border: 1px solid #999;
  926. color: #505050;
  927. font-size: 10px;
  928. padding: 3px;
  929. vertical-align: middle;
  930. width: auto;
  931. }
  932. .newslink input.button{
  933. background: transparent;
  934. border: 0;
  935. color: #b4b4b4;
  936. vertical-align: middle;
  937. }
  938. .fieldwrap{
  939. background: #F9F9F9;
  940. border: 1px solid #CCC;
  941. border-top: 0;
  942. margin: 5px;
  943. padding: 0;
  944. text-align: left;
  945. }
  946. .fieldwrap h4{
  947. background: #EEE;
  948. border: 1px solid #CCC;
  949. border-left: 0;
  950. border-right: 0;
  951. color: #444;
  952. font-size: 12px;
  953. font-weight: bold;
  954. margin: 0;
  955. padding: 5px;
  956. }
  957. .errorwrap {
  958. background: #F2DDDD;
  959. border: 1px solid #992A2A;
  960. border-top: 0;
  961. margin: 5px;
  962. padding: 0;
  963. }
  964. .errorwrap h4 {
  965. background: #E3C0C0;
  966. border: 1px solid #992A2A;
  967. border-left: 0;
  968. border-right: 0;
  969. color: #992A2A;
  970. font-size: 12px;
  971. font-weight: bold;
  972. margin: 0;
  973. padding: 5px;
  974. }
  975. .errorwrap p {
  976. background: transparent;
  977. border: 0;
  978. color: #992A2A;
  979. margin: 0;
  980. padding: 8px;
  981. }
  982. .ruleswrap{
  983. background: #F2DDDD;
  984. border: 1px solid #992A2A;
  985. color: #992A2A;
  986. margin: 5px 0 5px 0;
  987. padding: 5px;
  988. }
  989. #redirectwrap{
  990. background: #FBFBFB;
  991. border: 1px solid #DBDBDB;
  992. margin: 200px auto 0 auto;
  993. text-align: left;
  994. width: 500px;
  995. }
  996. #redirectwrap h4{
  997. background: #d5d6d7;
  998. border-bottom: 1px solid #DBDBDB;
  999. color: #666666;
  1000. font-size: 14px;
  1001. margin: 0;
  1002. padding: 5px;
  1003. }
  1004. #redirectwrap p{
  1005. margin: 0;
  1006. padding: 5px;
  1007. }
  1008. #redirectwrap p.redirectfoot{
  1009. background: #d7d9da;
  1010. border-top: 1px solid #DBDBDB;
  1011. text-align: center;
  1012. }
  1013. #gfooter{
  1014. background: #a5a5a5;
  1015. margin: 5px 0 5px 0;
  1016. padding: 0;
  1017. width: 100%;
  1018. }
  1019. #gfooter td{
  1020. color: #FFF;
  1021. font-size: 10px;
  1022. padding: 4px;
  1023. }
  1024. #gfooter a:link,
  1025. #gfooter a:visited{
  1026. color: #FFF;
  1027. }
  1028. #logostrip{
  1029. background: #F2F2F2 url(style_images/cudazone/tile_back.jpg);
  1030. border: 1px solid #FFF;
  1031. height: 100px;
  1032. margin: 0;
  1033. padding: 0;
  1034. }
  1035. #logographic{
  1036. background: transparent url(style_images/cudazone/logo4.jpg) no-repeat left;
  1037. height: 100px;
  1038. margin: 0;
  1039. padding: 0;
  1040. }
  1041. #submenu{
  1042. background: transparent url(style_images/cudazone/top_tile_sub.gif);
  1043. border: 1px solid #FFF;
  1044. border-top: 0;
  1045. color: #666666;
  1046. margin: 0;
  1047. height: 29px;
  1048. text-align: right;
  1049. }
  1050. .ipb-top-left-link,
  1051. .ipb-top-right-link
  1052. {
  1053. background: transparent url(style_images/cudazone/tile_sub-lite.gif);
  1054. float: right;
  1055. font-size: 10px;
  1056. font-weight: bold;
  1057. letter-spacing: 0.5px;
  1058. margin: 0px;
  1059. padding: 7px 0 7px 0;
  1060. width: auto;
  1061. border-left: 1px solid #EFEFEF;
  1062. }
  1063. .ipb-top-left-link
  1064. {
  1065. float: left;
  1066. border-left: 0px;
  1067. border-right: 1px solid #EFEFEF;
  1068. }
  1069. .ipb-top-left-link a:link,
  1070. .ipb-top-left-link a:visited,
  1071. .ipb-top-right-link a:link,
  1072. .ipb-top-right-link a:visited
  1073. {
  1074. background: transparent;
  1075. color: #353535;
  1076. padding: 0 6px 0 6px;
  1077. text-decoration: none;
  1078. }
  1079. .ipb-top-left-link a:hover,
  1080. .ipb-top-left-link a:active,
  1081. .ipb-top-right-link a:hover,
  1082. .ipb-top-right-link a:active
  1083. {
  1084. background: transparent;
  1085. color: #525252;
  1086. }
  1087. #userlinks,
  1088. #userlinksguest{
  1089. background: #FBFBFB;
  1090. border: 1px solid #DBDBDB;
  1091. margin: 5px 0 5px 0;
  1092. padding: 0 5px 0 5px;
  1093. }
  1094. #userlinksguest{
  1095. background: #F4E7EA;
  1096. border: 1px solid #986265;
  1097. }
  1098. #userlinks p,
  1099. #userlinksguest p{
  1100. background: transparent !important;
  1101. border: 0 !important;
  1102. font-size: 10px;
  1103. font-weight: bold;
  1104. letter-spacing: 1px;
  1105. margin: 0 !important;
  1106. padding: 7px 0 7px 0;
  1107. text-align: right;
  1108. }
  1109. #userlinks p,
  1110. #userlinksguest p{
  1111. font-weight: normal;
  1112. letter-spacing: 0;
  1113. }
  1114. #userlinksguest p.pcen{
  1115. text-align: center;
  1116. }
  1117. #userlinks p.home,
  1118. #userlinksguest p.home{
  1119. float: left;
  1120. }
  1121. #navstrip{
  1122. background: transparent;
  1123. color: #999;
  1124. font-size: 12px;
  1125. font-weight: bold;
  1126. margin: 0 0 5px 0;
  1127. padding: 14px 0px 8px 0px;
  1128. }
  1129. #navstrip a:link,
  1130. #navstrip a:visited{
  1131. background: transparent;
  1132. color: #222;
  1133. text-decoration: none;
  1134. }
  1135. #navstrip a:hover,
  1136. #navstrip a:active{
  1137. background: transparent;
  1138. color: #666666;
  1139. }
  1140. .toplinks{
  1141. background: transparent;
  1142. color: #000;
  1143. margin: 0;
  1144. padding: 0 0 5px 0;
  1145. text-align: right;
  1146. }
  1147. .toplinks span{
  1148. background: #FBFBFB;
  1149. border: 1px solid #DBDBDB;
  1150. border-bottom: 0;
  1151. color: #000;
  1152. font-size: 10px;
  1153. font-weight: bold;
  1154. margin: 0 10px 0 0;
  1155. padding: 5px;
  1156. }
  1157. .copyright{
  1158. background: #EEE;
  1159. font-size: 11px;
  1160. margin: 0 0 5px 0;
  1161. padding: 8px;
  1162. }
  1163. /*
  1164. * ========================================
  1165. * print page styles
  1166. * ========================================
  1167. */
  1168. #print{
  1169. margin: 20px auto 20px auto;
  1170. padding: 0;
  1171. text-align: left;
  1172. width: 85%;
  1173. }
  1174. #print h1,
  1175. #print h2,
  1176. #print h3,
  1177. #print h4,
  1178. #print p{
  1179. color: #036;
  1180. font-size: 18px;
  1181. font-weight: bold;
  1182. margin: 0;
  1183. padding: 8px;
  1184. }
  1185. #print h2,
  1186. #print h3,
  1187. #print p{
  1188. border-bottom: 1px solid #999;
  1189. font-size: 11px;
  1190. font-weight: normal;
  1191. }
  1192. #print h3{
  1193. background: #F5F5F5;
  1194. font-size: 12px;
  1195. font-weight: bold;
  1196. margin: 0 0 10px 0;
  1197. }
  1198. #print h4{
  1199. background: #F9F9F9;
  1200. font-size: 11px;
  1201. }
  1202. #print p{
  1203. margin: 0 0 5px 0;
  1204. padding: 10px;
  1205. }
  1206. #print p.printcopy{
  1207. border: 0;
  1208. color: #000;
  1209. text-align: center;
  1210. }
  1211. .dny-edit-title
  1212. {
  1213. border:0px;
  1214. padding:3px;
  1215. margin:0px;
  1216. background: #E7E6E6;
  1217. color: #666666;
  1218. }
  1219. /* ======================================== */
  1220. /* TABS
  1221. /* ======================================== */
  1222. .tabon
  1223. {
  1224. border-top:1px solid #999;
  1225. border-left:1px solid #999;
  1226. border-right:1px solid #999;
  1227. background-color:#FFF;
  1228. padding:8px;
  1229. padding-bottom:9px;
  1230. font-size:10px;
  1231. float:left;
  1232. width:auto;
  1233. margin-top:3px;
  1234. }
  1235. .taboff
  1236. {
  1237. border-top: 1px solid #777;
  1238. border-left: 1px solid #777;
  1239. border-right: 1px solid #777;
  1240. background-color: #B5C3D9;
  1241. color: #333;
  1242. padding: 8px;
  1243. font-size:10px;
  1244. float: left;
  1245. width: auto;
  1246. margin-top:3px;
  1247. }
  1248. .tabon a:link,
  1249. .tabon a:visited,
  1250. .tabon a:active
  1251. {
  1252. text-decoration:none;
  1253. color: #000;
  1254. }
  1255. .taboff a:link,
  1256. .taboff a:visited,
  1257. .taboff a:active
  1258. {
  1259. text-decoration:none;
  1260. color: #333;
  1261. }
  1262. .mya-back
  1263. {
  1264. background: #b4b4b4;
  1265. margin:1px;
  1266. padding: 1px;
  1267. }
  1268. .mya-content
  1269. {
  1270. background: #FFF;
  1271. padding:8px;
  1272. margin: 1px;
  1273. border: 1px solid #777;
  1274. }
  1275. .mya-content-tbl
  1276. {
  1277. background: #FBFBFB;
  1278. border: 1px solid #777;
  1279. text-align:left;
  1280. font-size:10px;
  1281. white-space:nowrap;
  1282. margin:1px;
  1283. }
  1284. .mya-fieldwrap
  1285. {
  1286. background: transparent;
  1287. margin-top: 2px;
  1288. margin-bottom: 2px;
  1289. padding: 4px;
  1290. border: 1px solid #C5C7CD;
  1291. -moz-border-radius: 5px;
  1292. width: auto;
  1293. display: block;
  1294. }
  1295. /* -------------------------------- */
  1296. /* Create PM box defaults */
  1297. /* -------------------------------- */
  1298. .iframeshim
  1299. {
  1300. position:absolute;
  1301. display:none;
  1302. background: #FFF;
  1303. filter:alpha(opacity=0);
  1304. border:0px;
  1305. width:auto;
  1306. height:auto;
  1307. }
  1308. /* -------------------------------- */
  1309. /* Experimental */
  1310. /* -------------------------------- */
  1311. .popupmenu,
  1312. .popupmenu-new
  1313. {
  1314. background: #FBFBFB;
  1315. border: 1px solid #666666;
  1316. text-align:left;
  1317. font-size:10px;
  1318. white-space:nowrap;
  1319. /*padding:3px 5px 3px 3px;*/
  1320. /*width:300px;*/
  1321. }
  1322. .popupmenu-item
  1323. {
  1324. padding: 5px;
  1325. /*margin-top:4px;*/
  1326. white-space: nowrap;
  1327. border-bottom: 1px solid #DBDBDB;
  1328. color: #000000;
  1329. font-weight: normal;
  1330. }
  1331. .popupmenu-item-last
  1332. {
  1333. padding: 5px;
  1334. /*margin-top:4px;*/
  1335. white-space: nowrap;
  1336. color: #000000;
  1337. font-weight: normal;
  1338. }
  1339. .popmenubutton-new,
  1340. .popmenubutton
  1341. {
  1342. width:120px;
  1343. white-space:nowrap;
  1344. background-color: #DBDBDB;
  1345. border:1px solid #666666;
  1346. color: #666666;
  1347. font-weight:bold;
  1348. float:right;
  1349. height:18px;
  1350. text-align:center;
  1351. margin:0px;
  1352. font-size:11px;
  1353. padding:3px;
  1354. }
  1355. .popmenubutton-new
  1356. {
  1357. float:none;
  1358. width:auto;
  1359. text-align:left;
  1360. height:auto;
  1361. padding:3px;
  1362. font-weight:normal;
  1363. background-color:#F6F8F6;
  1364. background-image: url(style_images/cudazone/menu_action_down-padded.gif);
  1365. background-repeat: no-repeat;
  1366. background-position: right;
  1367. }
  1368. .popmenubutton-new-out
  1369. {
  1370. padding:4px;
  1371. }
  1372. .popupmenu-new
  1373. {
  1374. background-color: #F7F7F7;
  1375. }
  1376. .popmenubutton a:link,
  1377. .popmenubutton a:visited,
  1378. .popmenubutton-new a:link,
  1379. .popmenubutton-new a:visited,
  1380. .popupmenu-item a:link,
  1381. .popupmenu-item a:visited,
  1382. .popupmenu-item-last a:link,
  1383. .popupmenu-item-last a:visited
  1384. {
  1385. color: #666666;
  1386. text-decoration: none;
  1387. }
  1388. .popmenubutton a:hover,
  1389. .popmenubutton-new a:hover,
  1390. .popupmenu-item a:hover,
  1391. .popupmenu-item-last a:hover
  1392. {
  1393. color: #525252;
  1394. text-decoration: none;
  1395. }
  1396. .popupmenu-category
  1397. {
  1398. background: transparent url(style_images/cudazone/tile_sub.jpg);
  1399. border-top: 1px solid #525252;
  1400. border-bottom: 1px solid #525252;
  1401. color: #666666;
  1402. font-size: 10px;
  1403. font-weight: bold;
  1404. letter-spacing: 1px;
  1405. margin: 0;
  1406. padding: 5px;
  1407. }
  1408. /* -------------------------------- */
  1409. /* Loading box
  1410. /* -------------------------------- */
  1411. #loading-layer-inner
  1412. {
  1413. width:220px;
  1414. height:28px;
  1415. padding:18px 10px 10px 10px;
  1416. text-align:center;
  1417. color: #000;
  1418. border: 1px solid;
  1419. border-color:#CCC #666 #666 #CCC;
  1420. background-color: #FCF8C7;
  1421. }
  1422. /* -------------------------------- */
  1423. /* Message in a bo(x|ttle)
  1424. /* -------------------------------- */
  1425. #ipd-msg-wrapper
  1426. {
  1427. display: none;
  1428. width: 220px;
  1429. }
  1430. #ipd-msg-inner
  1431. {
  1432. width:100%;
  1433. height:45px;
  1434. padding: 6px 4px 4px 4px;
  1435. margin: 0px;
  1436. text-align:center;
  1437. color: #000;
  1438. border: 1px solid;
  1439. border-color:#ccc #666 #666 #ccc;
  1440. background-color: #FCF8C7;
  1441. filter:alpha(opacity=75);
  1442. opacity:.75
  1443. }
  1444. #ipd-msg-title
  1445. {
  1446. width: 100%;
  1447. height:20px;
  1448. margin: 0px;
  1449. padding: 6px 4px 4px 4px;
  1450. background: transparent url(style_images/cudazone/css_pp_header.gif);
  1451. border: 1px solid #666666;
  1452. border-bottom: 0px;
  1453. color: #FFF;
  1454. }
  1455. .linked-image
  1456. {
  1457. margin: 0px;
  1458. padding: 0px;
  1459. border: 0px;
  1460. }
  1461. .resized-linked-image
  1462. {
  1463. margin: 1px 0px 0px 0px;
  1464. padding: 0px;
  1465. background-color: #000;
  1466. border: 0px;
  1467. color: #FFF;
  1468. font-size: 10px;
  1469. width: auto;
  1470. -moz-border-radius-topleft: 7px;
  1471. -moz-border-radius-topright: 7px;
  1472. }
  1473. .resized-linked-image-zoom
  1474. {
  1475. width: 200px;
  1476. height: 30px;
  1477. filter:alpha(opacity=85);
  1478. opacity:.85;
  1479. background-color: #FFF;
  1480. padding-top: 6px;
  1481. padding-left: 5px;
  1482. top: 0px;
  1483. left: 0px;
  1484. position: absolute;
  1485. display: none;
  1486. }
  1487. /* -------------------------------- */
  1488. /* Edit post reason
  1489. /* -------------------------------- */
  1490. .post-edit-reason
  1491. {
  1492. background: #EFEFEF;
  1493. margin-top: 9px;
  1494. margin-bottom: 0px;
  1495. padding: 4px;
  1496. color: #333;
  1497. font-size: 10px;
  1498. border: 1px solid #C5C7CD;
  1499. -moz-border-radius: 5px;
  1500. width: auto;
  1501. display: block;
  1502. }
  1503. /* -------------------------------- */
  1504. /* Personal Profile
  1505. /* -------------------------------- */
  1506. .pp-name
  1507. {
  1508. background: #FBFBFB;
  1509. border: 1px solid #DBDBDB;
  1510. margin: 0px;
  1511. padding: 10px;
  1512. }
  1513. .pp-name h3
  1514. {
  1515. margin:0px;
  1516. padding:0px 0px 5px 0px;
  1517. font-size:24px;
  1518. }
  1519. .pp-header
  1520. {
  1521. background: transparent url(style_images/cudazone/tile_sub.jpg);
  1522. color: #666666;
  1523. font-size: 10px;
  1524. font-weight: bold;
  1525. margin: 0px 0px 1px 0px;
  1526. padding: 5px;
  1527. }
  1528. .pp-title
  1529. {
  1530. background: url(style_images/cudazone/css_pp_header.gif);
  1531. border-bottom: 1px solid #525252;
  1532. color: #FFF;
  1533. font-size: 12px;
  1534. font-weight: bold;
  1535. margin: 0px;
  1536. padding: 8px;
  1537. }
  1538. .pp-datebox
  1539. {
  1540. text-align: center;
  1541. background: #FFFFFF;
  1542. border: 1px solid #555555;
  1543. padding: 4px;
  1544. margin: 0px;
  1545. font-size:18px;
  1546. font-weight:bold;
  1547. line-height: 100%;
  1548. letter-spacing: -1px;
  1549. float:right;
  1550. width: auto;
  1551. }
  1552. .pp-datebox em
  1553. {
  1554. color: #AAA;
  1555. font-weight: normal;
  1556. font-style: normal;
  1557. }
  1558. .pp-contentbox-back
  1559. {
  1560. background-image: url(style_images/cudazone/folder_profile_portal/pp-css-contentblock.gif);
  1561. background-repeat: repeat-x;
  1562. background-color: #C2C2C2;
  1563. padding: 6px;
  1564. }
  1565. .pp-contentbox-entry,
  1566. .pp-contentbox-entry-noheight,
  1567. .pp-contentbox-entry-noheight-mod,
  1568. .pp-contentbox-entry-noheight-sel
  1569. {
  1570. background-color: #F6F8F6;
  1571. border: 1px solid #888888;
  1572. line-height: 140%;
  1573. padding: 8px;
  1574. margin-bottom: 6px;
  1575. height: 200px;
  1576. overflow: auto;
  1577. overflow-x: auto;
  1578. }
  1579. .pp-contentbox-entry-noheight-sel
  1580. {
  1581. background-color:#FCECCD;
  1582. }
  1583. .pp-contentbox-entry-noheight-mod
  1584. {
  1585. background-color:#FDF1DA;
  1586. }
  1587. .pp-contentbox-entry-noheight,
  1588. .pp-contentbox-entry-noheight-mod,
  1589. .pp-contentbox-entry-noheight-sel
  1590. {
  1591. height: auto;
  1592. margin-bottom: 1px;
  1593. }
  1594. .pp-image-thumb-wrap,
  1595. .pp-image-thumb-wrap-floatright,
  1596. .pp-image-mini-wrap,
  1597. .pp-image-mini-wrap-floatright
  1598. {
  1599. width: 52px;
  1600. height: 52px;
  1601. text-align: center;
  1602. background: #FFFFFF;
  1603. border: 1px solid #555555;
  1604. padding: 4px;
  1605. margin-top: auto;
  1606. margin-bottom: auto;
  1607. }
  1608. .pp-image-mini-wrap,
  1609. .pp-image-mini-wrap-floatright
  1610. {
  1611. width: 27px;
  1612. height: 27px;
  1613. margin-top: auto;
  1614. margin-bottom: auto;
  1615. }
  1616. .pp-image-thumb-wrap-floatright,
  1617. .pp-image-mini-wrap-floatright
  1618. {
  1619. float:right;
  1620. }
  1621. .pp-tiny-text
  1622. {
  1623. color: gray;
  1624. font-size: 10px;
  1625. }
  1626. .pp-mini-content-entry,
  1627. .pp-mini-content-entry-noheight,
  1628. .pp-mini-entry-noheight-shaded
  1629. {
  1630. background-color: #F7F7F7;
  1631. padding: 6px;
  1632. border-bottom: 1px dotted #555555;
  1633. clear:both;
  1634. width: auto;
  1635. height: 60px;
  1636. }
  1637. .pp-mini-entry-noheight-shaded
  1638. {
  1639. background-color: #F2F1F3;
  1640. }
  1641. .pp-mini-content-entry-noheight,
  1642. .pp-mini-entry-noheight-shaded
  1643. {
  1644. height: auto;
  1645. }
  1646. .pp-tabclear,
  1647. .pp-maintitle
  1648. {
  1649. background: url(style_images/cudazone/css_pp_header.gif);
  1650. border: 1px solid #FFF;
  1651. border-bottom: 1px solid #525252;
  1652. color: #FFF;
  1653. font-size: 12px;
  1654. font-weight: bold;
  1655. margin: 0px;
  1656. padding: 8px;
  1657. }
  1658. .pp-tabclear
  1659. {
  1660. border:0px;
  1661. border-right: 1px solid #a2a2a2;
  1662. border-left: 1px solid #a2a2a2;
  1663. }
  1664. .pp-tabon
  1665. {
  1666. border-top:1px solid #6A6A6A;
  1667. border-left:1px solid #a2a2a2;
  1668. border-right:1px solid #a2a2a2;
  1669. background-color:#9E9E9E;
  1670. color:#FFFFFF;
  1671. padding:8px;
  1672. float:left;
  1673. width:auto;
  1674. background-image: url(style_images/cudazone/css_pp_tab_on.gif);
  1675. background-repeat: repeat-x;
  1676. background-position: left bottom;
  1677. margin-top:3px;
  1678. font-size:10px;
  1679. }
  1680. .pp-taboff,
  1681. .pp-tabshaded
  1682. {
  1683. border-top: 1px solid #9E9E9E;
  1684. border-left: 1px solid #9E9E9E;
  1685. border-right: 1px solid #9E9E9E;
  1686. background-color: #6A6A6A;
  1687. color: #6A6A6A;
  1688. padding:8px;
  1689. float: left;
  1690. width: auto;
  1691. background-image: url(style_images/cudazone/css_pp_tab_off.gif);
  1692. background-repeat: repeat-x;
  1693. background-position: left bottom;
  1694. margin-top:3px;
  1695. font-size:10px;
  1696. }
  1697. .pp-tabshaded
  1698. {
  1699. background-image: url(style_images/cudazone/css_pp_tab_shaded.gif);
  1700. background-repeat: repeat-x;
  1701. background-position: left bottom;
  1702. color: #516795;
  1703. border-top: 1px solid #AAAAAA;
  1704. border-left: 1px solid #AAAAAA;
  1705. border-right: 1px solid #AAAAAA;
  1706. }
  1707. .pp-tabon a:link,
  1708. .pp-tabon a:visited,
  1709. .pp-tabon a:active
  1710. {
  1711. text-decoration:none;
  1712. color: #FFFFFF;
  1713. }
  1714. .pp-taboff a:link,
  1715. .pp-taboff a:visited,
  1716. .pp-taboff a:active,
  1717. .pp-tabshaded a:link,
  1718. .pp-tabshaded a:visited,
  1719. .pp-tabshaded a:active
  1720. {
  1721. text-decoration:none;
  1722. color: #6A6A6A;
  1723. }
  1724. .pp-tabwrap
  1725. {
  1726. height: 34px;
  1727. margin:0px;
  1728. padding:0px;
  1729. }
  1730. </style>
  1731. <style type="text/css">
  1732. @import url( "http://forums.nvidia.com/style_images/cudazone/folder_editor_images/css_rte.css" );
  1733. </style>
  1734. </head><body>
  1735. <div id="ipbwrapper">
  1736. <!-- -->
  1737. <script type="text/javascript">
  1738. //<![CDATA[
  1739. var ipb_var_st = "0";
  1740. var ipb_lang_tpl_q1 = "Please enter a page number to jump to between 1 and";
  1741. var ipb_var_s = "";
  1742. var ipb_var_phpext = "php";
  1743. var ipb_var_base_url = "http://forums.nvidia.com/index.php?s=&";
  1744. var ipb_var_image_url = "style_images/cudazone";
  1745. var ipb_input_f = "71";
  1746. var ipb_input_t = "85703";
  1747. var ipb_input_p = "0";
  1748. var ipb_var_cookieid = "";
  1749. var ipb_var_cookie_domain = "";
  1750. var ipb_var_cookie_path = "/";
  1751. var ipb_md5_check = "414ca48a4f7712003aaf8db7ea07a149";
  1752. var ipb_new_msgs = 0;
  1753. var use_enhanced_js = 1;
  1754. var use_charset = "UTF-8";
  1755. var ipb_myass_chars_lang = "Not enough characters";
  1756. var ajax_load_msg = "Loading Content...";
  1757. //]]>
  1758. </script>
  1759. <script type="text/javascript" src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/ips_ipsclass.js"></script>
  1760. <script type="text/javascript" src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/ipb_global.js"></script>
  1761. <script type="text/javascript" src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/ips_menu.js"></script>
  1762. <script type="text/javascript" src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/ips_menu_html.js"></script>
  1763. <script type="text/javascript" src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/lang_javascript.js"></script>
  1764. <script type="text/javascript">
  1765. //<![CDATA[
  1766. var ipsclass = new ipsclass();
  1767. ipsclass.init();
  1768. ipsclass.settings['do_linked_resize'] = parseInt( "1" );
  1769. ipsclass.settings['resize_percent'] = parseInt( "50" );
  1770. //]]>
  1771. </script>
  1772. <!-- -->
  1773. <div class="borderwrap">
  1774. <div id="logostrip"><a href="http://forums.nvidia.com/index.php?"><!-- --><img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/logo4.jpg" alt="IPB" style="vertical-align: top;" border="0"><!-- --></a></div>
  1775. <div id="submenu">
  1776. <!-- -->
  1777. <div class="ipb-top-left-link"><a href="http://www.nvidia.com/">NVIDIA.COM</a></div>
  1778. <div class="ipb-top-left-link"><a href="http://forums.nvidia.com/index.php?act=boardrules">Board Guidelines &amp; Signature Rules</a></div>
  1779. <!-- -->
  1780. <!-- -->
  1781. <div class="ipb-top-right-link"><a href="http://forums.nvidia.com/index.php?act=Help">Help</a></div>
  1782. <div style="cursor: pointer;" class="ipb-top-right-link" id="ipb-tl-search"><a href="http://forums.nvidia.com/index.php?act=Search&amp;f=71">Search</a></div>
  1783. <div class="ipb-top-right-link"><a href="http://forums.nvidia.com/index.php?act=Members">Members</a></div>
  1784. <div class="ipb-top-right-link"><a href="http://forums.nvidia.com/index.php?act=calendar">Calendar</a></div>
  1785. <div class="popupmenu-new" id="ipb-tl-search_menu" style="display: none; width: 210px; position: absolute; left: 0px; top: 0px;">
  1786. <form action="http://forums.nvidia.com/index.php?act=Search&amp;CODE=01" method="post">
  1787. <input name="forums" id="gbl-search-forums" value="71" type="hidden">
  1788. <input size="20" name="keywords" id="ipb-tl-search-box" type="text">
  1789. <input class="button" style="border: 0px none ;" src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/login-button.gif" type="image">
  1790. <br><input id="gbl-search-checkbox" value="1" onclick="gbl_check_search_box()" checked="checked" type="checkbox"> Search this forum only?
  1791. </form>
  1792. <div style="padding: 4px;">
  1793. <a href="http://forums.nvidia.com/index.php?act=Search">More Search Options</a>
  1794. </div>
  1795. </div>
  1796. <script type="text/javascript">
  1797. ipsmenu.register( "ipb-tl-search", 'document.getElementById("ipb-tl-search-box").focus();' );
  1798. gbl_check_search_box();
  1799. </script>
  1800. <!-- -->
  1801. </div>
  1802. </div>
  1803. <script type="text/javascript" src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/ips_xmlhttprequest.js"></script>
  1804. <script type="text/javascript" src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/ipb_global_xmlenhanced.js"></script>
  1805. <script type="text/javascript" src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/dom-drag.js"></script>
  1806. <div id="get-myassistant" style="display: none; width: 400px; text-align: left;">
  1807. <div class="borderwrap">
  1808. <div class="maintitle" id="myass-drag" title="Click and hold to drag this window">
  1809. <div style="float: right;"><a href="#" onclick='document.getElementById("get-myassistant").style.display="none"'>[X]</a></div>
  1810. <div>My Assistant</div>
  1811. </div>
  1812. <div id="myass-content" style="overflow-x: auto;"></div>
  1813. </div>
  1814. </div>
  1815. <!-- -->
  1816. <div id="loading-layer" style="display: none;">
  1817. <div id="loading-layer-shadow">
  1818. <div id="loading-layer-inner">
  1819. <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/loading_anim.gif" alt="Loading. Please Wait..." border="0">
  1820. <span style="font-weight: bold;" id="loading-layer-text">Loading. Please Wait...</span>
  1821. </div>
  1822. </div>
  1823. </div>
  1824. <!-- -->
  1825. <!-- -->
  1826. <div id="ipd-msg-wrapper">
  1827. <div id="ipd-msg-title">
  1828. <a href="#" onclick='document.getElementById("ipd-msg-wrapper").style.display="none"; return false;'><img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/close.png" alt="X" title="Close Window" class="ipd"></a> &nbsp; <strong>Site Message</strong>
  1829. </div>
  1830. <div id="ipd-msg-inner"><span style="font-weight: bold;" id="ipd-msg-text"></span><div class="pp-tiny-text">(Message will auto close in 2 seconds)</div></div>
  1831. </div>
  1832. <!-- -->
  1833. <!-- -->
  1834. <div id="userlinks">
  1835. <p class="home"><b>Logged in as: <a href="http://forums.nvidia.com/index.php?showuser=83763">kristleifur</a></b> ( <a href="http://forums.nvidia.com/index.php?act=Login&amp;CODE=03&amp;k=414ca48a4f7712003aaf8db7ea07a149">Log Out</a> )</p>
  1836. <p>
  1837. <b><a href="http://forums.nvidia.com/index.php?act=UserCP&amp;CODE=00" title="Edit my settings, such as signature, avatar and more...">My Controls</a></b> ·&nbsp;<a href="http://forums.nvidia.com/index.php?act=Search&amp;CODE=getnew">View New Posts</a>
  1838. ·&nbsp;<a href="javascript:buddy_pop();" title="View posts since your last visit, moderator lists and more...">My Assistant</a>
  1839. ·&nbsp;<a href="javascript:friends_pop();">My Friends</a>
  1840. ·&nbsp;<a href="http://forums.nvidia.com/index.php?act=Msg&amp;CODE=01">0 New Messages</a>
  1841. </p>
  1842. </div>
  1843. <div id="navstrip"><img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/nav.gif" alt="&gt;" border="0">&nbsp;<a href="http://forums.nvidia.com/index.php?act=idx">NVIDIA Forums</a>&nbsp;&gt;&nbsp;<a href="http://forums.nvidia.com/index.php?showforum=62">CUDA GPU Computing</a>&nbsp;&gt;&nbsp;<a href="http://forums.nvidia.com/index.php?showforum=71">CUDA Programming and Development</a></div>
  1844. <!-- -->
  1845. <script type="text/javascript">
  1846. <!--
  1847. var ipb_lang_tt_prompt = "Manually copy the direct link to this post below to store the link in your computer's clipboard";
  1848. var ipb_lang_js_del_1 = "Are you sure you want to delete this message?";
  1849. var ipb_lang_js_del_2 = "Ok, no action has been taken";
  1850. var addquotebutton = "style_images/cudazone/p_mq_add.gif";
  1851. var removequotebutton = "style_images/cudazone/p_mq_remove.gif";
  1852. var unselectedbutton = "style_images/cudazone/topic_unselected.gif";
  1853. var selectedbutton = "style_images/cudazone/topic_selected.gif";
  1854. var lang_gobutton = "With Selected";
  1855. var lang_suredelete = "Are you sure you wish to delete these posts?";
  1856. var js_error_no_permission = "Sorry, you do not have permission to edit that post";
  1857. var js_no_empty_post = "You cannot submit an empty post";
  1858. //-->
  1859. </script>
  1860. <script type="text/javascript" src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/ipb_topic.js"></script>
  1861. <script type="text/javascript" src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/ips_text_editor_lite.js"></script>
  1862. <script type="text/javascript">
  1863. //<![CDATA[
  1864. topic_rate = new topic_rate();
  1865. //]]>
  1866. </script>
  1867. <a name="top"></a>
  1868. <table class="ipbtable" cellspacing="0">
  1869. <tbody><tr>
  1870. <td style="padding-left: 0px;" nowrap="nowrap" valign="middle" width="40%"><div>&nbsp;</div></td>
  1871. <td class="nopad" style="padding: 0px 0px 5px;" align="right" valign="middle" width="60%"><a href="http://forums.nvidia.com/index.php?act=post&amp;do=reply_post&amp;f=71&amp;t=85703"><img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/t_reply.gif" alt="Reply to this topic" border="0"></a><a href="http://forums.nvidia.com/index.php?act=post&amp;do=new_post&amp;f=71" title="Start a new topic"><img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/t_new.gif" alt="Start new topic" border="0"></a></td>
  1872. </tr>
  1873. </tbody></table>
  1874. <div class="borderwrap">
  1875. <div class="maintitle" style="padding: 4px;">
  1876. <!-- -->
  1877. <table style="padding: 0px;" cellpadding="0" cellspacing="0" width="100%">
  1878. <tbody><tr>
  1879. <td style="" width="99%"><div><img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/nav_m.gif" alt="&gt;" border="0" height="8" width="8">&nbsp;<b>FindCuda.cmake Macro Problem?</b></div></td>
  1880. <td align="right" nowrap="nowrap" width="1%">
  1881. </td>
  1882. <td align="right" nowrap="nowrap" width="1%">
  1883. <div style="cursor: pointer;" class="popmenubutton" id="topicmenu-options"><a href="#topicoptions">Options</a> <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/menu_action_down.gif" alt="V" title="Open Menu" border="0"></div>
  1884. <div class="popupmenu" id="topicmenu-options_menu" style="display: none; z-index: 100; position: absolute; left: 0px; top: 0px;">
  1885. <div class="popupmenu-item">
  1886. <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/menu_item.gif" alt="V" style="vertical-align: middle;" border="0"> <a href="http://forums.nvidia.com/index.php?act=usercp&amp;CODE=start_subs&amp;method=topic&amp;tid=85703">Track this topic</a>
  1887. </div>
  1888. <div class="popupmenu-item">
  1889. <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/menu_item.gif" alt="V" style="vertical-align: middle;" border="0"> <a href="http://forums.nvidia.com/index.php?act=Forward&amp;f=71&amp;t=85703">Email this topic</a>
  1890. </div>
  1891. <div class="popupmenu-item">
  1892. <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/menu_item.gif" alt="V" style="vertical-align: middle;" border="0"> <a href="http://forums.nvidia.com/index.php?act=Print&amp;client=printer&amp;f=71&amp;t=85703">Print this topic</a>
  1893. </div>
  1894. <div class="popupmenu-item">
  1895. <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/menu_item.gif" alt="V" style="vertical-align: middle;" border="0"> <a href="http://forums.nvidia.com/index.php?act=Print&amp;client=choose&amp;f=71&amp;t=85703">Download this topic</a>
  1896. </div>
  1897. <div class="popupmenu-item">
  1898. <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/menu_item.gif" alt="V" style="vertical-align: middle;" border="0"> <a href="http://forums.nvidia.com/index.php?act=usercp&amp;CODE=start_subs&amp;method=forum&amp;fid=71">Subscribe to this forum</a>
  1899. </div>
  1900. <div class="popupmenu-category" align="center">Display Modes</div><div class="popupmenu-item">
  1901. <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/menu_item.gif" alt="V" style="vertical-align: middle;" border="0"> <a href="http://forums.nvidia.com/index.php?showtopic=85703&amp;mode=threaded">Switch to: Outline</a>
  1902. </div>
  1903. <div class="popupmenu-item">
  1904. <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/menu_item.gif" alt="V" style="vertical-align: middle;" border="0"> <strong><em><a href="http://forums.nvidia.com/index.php?showtopic=85703&amp;mode=linear">Standard</a></em></strong>
  1905. </div>
  1906. <div class="popupmenu-item-last">
  1907. <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/menu_item.gif" alt="V" style="vertical-align: middle;" border="0"> <a href="http://forums.nvidia.com/index.php?showtopic=85703&amp;mode=linearplus">Switch to: Linear+</a>
  1908. </div>
  1909. </div>
  1910. </td>
  1911. </tr>
  1912. </tbody></table>
  1913. </div>
  1914. <!-- -->
  1915. <script type="text/javascript">
  1916. <!--
  1917. menu_build_menu(
  1918. "topicmenu-options",
  1919. new Array( img_item + " <a href='http://forums.nvidia.com/index.php?act=usercp&amp;CODE=start_subs&amp;method=topic&amp;tid=85703'>Track this topic</a>",
  1920. img_item + " <a href='http://forums.nvidia.com/index.php?act=Forward&amp;f=71&amp;t=85703'>Email this topic</a>",
  1921. img_item + " <a href='http://forums.nvidia.com/index.php?act=Print&amp;client=printer&amp;f=71&amp;t=85703'>Print this topic</a>",
  1922. img_item + " <a href='http://forums.nvidia.com/index.php?act=Print&amp;client=choose&amp;f=71&amp;t=85703'>Download this topic</a>",
  1923. img_item + " <a href='http://forums.nvidia.com/index.php?act=usercp&amp;CODE=start_subs&amp;method=forum&amp;fid=71'>Subscribe to this forum</a>",
  1924. "~~NODIV~~<div class='popupmenu-category' align='center'>Display Modes</div>",
  1925. img_item + " <a href='http://forums.nvidia.com/index.php?showtopic=85703&amp;mode=threaded'>Switch to: Outline</a>",
  1926. img_item + " <strong><em><a href='http://forums.nvidia.com/index.php?showtopic=85703&amp;mode=linear'>Standard</a></em></strong>",
  1927. img_item + " <a href='http://forums.nvidia.com/index.php?showtopic=85703&amp;mode=linearplus'>Switch to: Linear+</a>"
  1928. ) );
  1929. topic_rate.settings['allow_rating'] = parseInt("0");
  1930. topic_rate.settings['default_rating'] = parseInt("0");
  1931. topic_rate.settings['img_base_url'] = ipb_var_image_url + '/folder_topic_view';
  1932. topic_rate.settings['div_rating_wrapper'] = 'topic-rating-wrapper';
  1933. topic_rate.settings['text_rating_image'] = 'topic-rating-img-';
  1934. topic_rate.languages['img_alt_rate'] = "Rate this topic, click on desired star to send rating";
  1935. topic_rate.languages['rate_me'] = "Rate Topic:";
  1936. topic_rate.init_rating_images();
  1937. -->
  1938. </script><!-- -->
  1939. <table class="ipbtable" cellspacing="1">
  1940. <tbody><tr>
  1941. <td class="row2" valign="middle" width="1%">
  1942. <a name="entry485899"></a>
  1943. <div style="cursor: pointer;" id="post-member-485899" class="popmenubutton-new-out">
  1944. <span class="normalname">
  1945. <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/user-offline.png" alt="" border="0"><a href="http://forums.nvidia.com/index.php?showuser=117864">phillicl</a></span>
  1946. </div>
  1947. <!-- -->
  1948. <div class="popupmenu-new" id="post-member-485899_menu" style="display: none; width: 230px; position: absolute; left: 0px; top: 0px;">
  1949. <div class="popupmenu-item-last">
  1950. <div style="float: right;">
  1951. <div class="pp-image-thumb-wrap">
  1952. <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/pp-blank-thumb.png" alt="" height="50" width="50">
  1953. </div>
  1954. <div style="margin-top: 5px; margin-left: 6px;">
  1955. <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/rating_0_mini.gif" alt="Rating: 0" style="vertical-align: middle;" border="0">
  1956. </div>
  1957. </div>
  1958. <div class="popupmenu-item">
  1959. <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/gender_mystery.png" id="pp-entry-gender-img-117864" alt="" border="0">
  1960. <a href="http://forums.nvidia.com/index.php?showuser=117864">View Member Profile</a>
  1961. </div>
  1962. <div class="popupmenu-item">
  1963. <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/friend_add_small.png" alt="" border="0"> <a href="#" onclick='friends_pop("&amp;do=add&amp;member_id=117864&amp;md5check=414ca48a4f7712003aaf8db7ea07a149"); return false'>Add as Friend</a>
  1964. </div>
  1965. <div class="popupmenu-item">
  1966. <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/send_pm_small.png" alt="" border="0"> <a href="http://forums.nvidia.com/index.php?act=Msg&amp;CODE=4&amp;MID=117864">Send Message</a>
  1967. </div>
  1968. <div class="popupmenu-item">
  1969. <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/find_posts.png" alt="" border="0"> <a href="http://forums.nvidia.com/index.php?act=Search&amp;CODE=gettopicsuser&amp;mid=117864">Find Member's Topics</a>
  1970. </div>
  1971. <div class="popupmenu-item-last">
  1972. <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/find_posts.png" alt="" border="0"> <a href="http://forums.nvidia.com/index.php?act=Search&amp;CODE=getalluser&amp;mid=117864">Find Member's Posts</a>
  1973. </div>
  1974. </div>
  1975. </div>
  1976. <!-- -->
  1977. <script type="text/javascript">
  1978. ipsmenu.register( "post-member-485899", '', 'popmenubutton-new', 'popmenubutton-new-out' );
  1979. </script>
  1980. </td>
  1981. <td class="row2" valign="middle" width="99%">
  1982. <!-- -->
  1983. <div style="float: left;">
  1984. <span class="postdetails"> <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/to_post_off.gif" alt="post" style="padding-bottom: 2px;" border="0"> Jan 4 2009, 04:42 AM</span>
  1985. </div>
  1986. <!-- -->
  1987. <div align="right">
  1988. <span class="postdetails"> Post
  1989. <a title="Show the link to this post" href="http://forums.nvidia.com/index.php?showtopic=85703&amp;view=findpost&amp;p=485899" onclick="link_to_post(485899); return false;">#1</a>
  1990. </span>
  1991. </div>
  1992. </td>
  1993. </tr>
  1994. <tr>
  1995. <td class="post2" valign="top">
  1996. <span class="postdetails">
  1997. <a href="http://forums.nvidia.com/index.php?showuser=117864" title="View Member Profile"><img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/Whale.jpg" alt="" border="0"></a><br><br>
  1998. <br>
  1999. <img src="FindCuda.cmake%20Macro%20Problem%20-%20NVIDIA%20Forums_files/pip.gif" alt="*" border="0"><br><br>
  2000. Group: Members<br>
  2001. Posts: 5<br>
  2002. Joined: 3-September 08<br>
  2003. Member No.: 117,864<br>
  2004. <br>
  2005. <

Large files files are truncated, but you can click here to view the full file