cbeust | 336f0ef | 2006-08-01 22:50:26 +0000 | [diff] [blame] | 1 | body {
|
| 2 | margin: 0px;
|
| 3 | padding: 0px;
|
| 4 | }
|
| 5 | img {
|
| 6 | border:none;
|
| 7 | }
|
| 8 | table {
|
| 9 | padding:0px;
|
| 10 | width: 100%;
|
| 11 | margin-left: -2px;
|
| 12 | margin-right: -2px;
|
| 13 | }
|
| 14 | acronym {
|
| 15 | cursor: help;
|
| 16 | border-bottom: 1px dotted #feb;
|
| 17 | }
|
| 18 | table.bodyTable th, table.bodyTable td {
|
| 19 | padding: 2px 4px 2px 4px;
|
| 20 | vertical-align: top;
|
| 21 | }
|
| 22 | div.clear{
|
| 23 | clear:both;
|
| 24 | visibility: hidden;
|
| 25 | }
|
| 26 | div.clear hr{
|
| 27 | display: none;
|
| 28 | }
|
| 29 | #bannerLeft, #bannerRight {
|
| 30 | font-size: xx-large;
|
| 31 | font-weight: bold;
|
| 32 | }
|
| 33 | #bannerLeft img, #bannerRight img {
|
| 34 | margin: 0px;
|
| 35 | }
|
| 36 | .xleft, #bannerLeft img {
|
| 37 | float:left;
|
| 38 | text-shadow: #7CFC00;
|
| 39 | }
|
| 40 | .xright, #bannerRight img {
|
| 41 | float:right;
|
| 42 | text-shadow: #7CFC00;
|
| 43 | }
|
| 44 | #banner {
|
| 45 | padding: 0px;
|
| 46 | }
|
| 47 | #banner img {
|
| 48 | border: none;
|
| 49 | }
|
| 50 | #breadcrumbs {
|
| 51 | padding: 3px 10px 3px 10px;
|
| 52 | }
|
| 53 | #leftColumn {
|
| 54 | width: 150px;
|
| 55 | float:left;
|
| 56 | }
|
| 57 | #bodyColumn {
|
| 58 | margin-right: 1.5em;
|
| 59 | margin-left: 177px;
|
| 60 | }
|
| 61 | #legend {
|
| 62 | padding: 8px 0 8px 0;
|
| 63 | }
|
| 64 | #navcolumn {
|
| 65 | padding: 8px 4px 0 8px;
|
| 66 | }
|
| 67 | #navcolumn h5 {
|
| 68 | margin: 0;
|
| 69 | padding: 0;
|
| 70 | font-size: small;
|
| 71 | }
|
| 72 | #navcolumn ul {
|
| 73 | margin: 0;
|
| 74 | padding: 0;
|
| 75 | font-size: small;
|
| 76 | }
|
| 77 | #navcolumn li {
|
| 78 | list-style-type: none;
|
| 79 | background-image: none;
|
| 80 | background-repeat: no-repeat;
|
| 81 | background-position: 0 0.4em;
|
| 82 | padding-left: 16px;
|
| 83 | list-style-position: ouside;
|
| 84 | line-height: 1.2em;
|
| 85 | font-size: smaller;
|
| 86 | }
|
| 87 | #navcolumn li.expanded {
|
| 88 | background-image: url(../images/expanded.gif);
|
| 89 | }
|
| 90 | #navcolumn li.collapsed {
|
| 91 | background-image: url(../images/collapsed.gif);
|
| 92 | }
|
| 93 | #poweredBy {
|
| 94 | text-align: center;
|
| 95 | }
|
| 96 | #navcolumn img {
|
| 97 | margin-top: 10px;
|
| 98 | margin-bottom: 3px;
|
| 99 | }
|
| 100 | #poweredBy img {
|
| 101 | display:block;
|
| 102 | margin: 20px 0 20px 17px;
|
| 103 | border: 1px solid black;
|
| 104 | width: 90px;
|
| 105 | height: 30px;
|
| 106 | }
|
| 107 | #search img {
|
| 108 | margin: 0px;
|
| 109 | display: block;
|
| 110 | }
|
| 111 | #search #q, #search #btnG {
|
| 112 | border: 1px solid #999;
|
| 113 | margin-bottom:10px;
|
| 114 | }
|
| 115 | #search form {
|
| 116 | margin: 0px;
|
| 117 | }
|
| 118 | #lastPublished {
|
| 119 | font-size: x-small;
|
| 120 | }
|
| 121 | .navSection {
|
| 122 | margin-bottom: 2px;
|
| 123 | padding: 8px;
|
| 124 | }
|
| 125 | .navSectionHead {
|
| 126 | font-weight: bold;
|
| 127 | font-size: x-small;
|
| 128 | }
|
| 129 | .section {
|
| 130 | padding: 4px;
|
| 131 | }
|
| 132 | #footer {
|
| 133 | padding: 3px 10px 3px 10px;
|
| 134 | font-size: x-small;
|
| 135 | }
|
| 136 | #breadcrumbs {
|
| 137 | font-size: x-small;
|
| 138 | margin: 0pt;
|
| 139 | }
|
| 140 | .source {
|
| 141 | padding: 12px;
|
| 142 | margin: 1em 7px 1em 7px;
|
| 143 | }
|
| 144 | .source pre {
|
| 145 | margin: 0px;
|
| 146 | padding: 0px;
|
| 147 | }
|