1body { 2 padding: 0px 0px 10px 0px; 3} 4body, td, select, input, li{ 5 font-family: Verdana, Helvetica, Arial, sans-serif; 6 font-size: 13px; 7} 8code{ 9 font-family: Courier, monospace; 10 font-size: 13px; 11} 12a { 13 text-decoration: none; 14} 15a:link { 16 color:#36a; 17} 18a:visited { 19 color:#47a; 20} 21a:active, a:hover { 22 color:#69c; 23} 24#legend li.externalLink { 25 background: url(../images/external.png) left top no-repeat; 26 padding-left: 18px; 27} 28a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { 29 background: url(../images/external.png) right center no-repeat; 30 padding-right: 18px; 31} 32#legend li.newWindow { 33 background: url(../images/newwindow.png) left top no-repeat; 34 padding-left: 18px; 35} 36a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { 37 background: url(../images/newwindow.png) right center no-repeat; 38 padding-right: 18px; 39} 40h2 { 41 padding: 4px 4px 4px 6px; 42 border: 1px solid #999; 43 color: #900; 44 background-color: #ddd; 45 font-weight:900; 46 font-size: x-large; 47} 48h3 { 49 padding: 4px 4px 4px 6px; 50 border: 1px solid #aaa; 51 color: #900; 52 background-color: #eee; 53 font-weight: normal; 54 font-size: large; 55} 56h4 { 57 padding: 4px 4px 4px 6px; 58 border: 1px solid #bbb; 59 color: #900; 60 background-color: #fff; 61 font-weight: normal; 62 font-size: large; 63} 64h5 { 65 padding: 4px 4px 4px 6px; 66 color: #900; 67 font-size: normal; 68} 69p { 70 line-height: 1.3em; 71 font-size: small; 72} 73#breadcrumbs { 74 border-top: 1px solid #aaa; 75 border-bottom: 1px solid #aaa; 76 background-color: #ccc; 77} 78#leftColumn { 79 margin: 10px 0 0 5px; 80 border: 1px solid #999; 81 background-color: #eee; 82} 83#navcolumn h5 { 84 font-size: smaller; 85 border-bottom: 1px solid #aaaaaa; 86 padding-top: 2px; 87 color: #000; 88} 89 90table.bodyTable th { 91 color: white; 92 background-color: #bbb; 93 text-align: left; 94 font-weight: bold; 95} 96 97table.bodyTable th, table.bodyTable td { 98 font-size: 1em; 99} 100 101table.bodyTable tr.a { 102 background-color: #ddd; 103} 104 105table.bodyTable tr.b { 106 background-color: #eee; 107} 108 109.source { 110 border: 1px solid #999; 111} 112dl { 113 padding: 4px 4px 4px 6px; 114 border: 1px solid #aaa; 115 background-color: #ffc; 116} 117dt { 118 color: #900; 119} 120#organizationLogo img, #projectLogo img, #projectLogo span{ 121 margin: 8px; 122} 123#banner { 124 border-bottom: 1px solid #fff; 125} 126