Site.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. /* Cascading Stylesheet for Common Elements */
  2. /* Begin: General */
  3. body.template
  4. {
  5. padding-left: 8px;
  6. padding-right: 8px;
  7. font-family: Tahoma, Arial, sans-serif;
  8. font-size: 75%;
  9. color: #666666;
  10. }
  11. body.template h1
  12. {
  13. padding-bottom: 12px;
  14. border-bottom: 1px dotted #bbbbbb;
  15. font-size: 2.2em;
  16. font-family: Trebuchet MS, Arial, sans-serif;
  17. color: #888888;
  18. }
  19. span.allcaps
  20. {
  21. font-variant: small-caps;
  22. }
  23. body.template h2
  24. {
  25. margin-bottom: 10px;
  26. font-family: Trebuchet MS, Arial, sans-serif;
  27. font-size: 1.65em;
  28. color: #888888;
  29. }
  30. div.back
  31. {
  32. margin-bottom: -20px;
  33. position: relative;
  34. top: -28px;
  35. padding-left: 5px;
  36. padding-bottom: 5px;
  37. }
  38. div.back img
  39. {
  40. position: relative;
  41. margin-top: 0em;
  42. padding-left: 8px;
  43. padding-right: 8px;
  44. border: none;
  45. background-color: #ffffff;
  46. }
  47. div.back a:link,
  48. div.back a:visited
  49. {
  50. color: #839ce7;
  51. text-decoration: none;
  52. background-color: #ffffff;
  53. padding-right: 8px;
  54. top: -.2em;
  55. left: .25em;
  56. }
  57. div.back a:hover
  58. {
  59. color: #000099;
  60. text-decoration: underline !important;
  61. }
  62. /* End: General */
  63. /* Begin: Tables */
  64. body.template table.listview, table.gridview, table.detailstable
  65. {
  66. border: 1px solid #dbddff;
  67. border-bottom: 3px solid #dbddff;
  68. border-collapse: collapse;
  69. font-family: Tahoma, Arial, sans-serif;
  70. color: #666666;
  71. font-size: 95%;
  72. }
  73. body.template table.listview th, table.gridview th, table.detailstable th,
  74. body.template table.listview td, table.gridview td, table.detailstable td
  75. {
  76. padding-top: 6px;
  77. padding-bottom: 6px;
  78. padding-left: 10px;
  79. padding-right: 10px;
  80. line-height: 1.1em;
  81. }
  82. body.template table.listview th, table.gridview th, table.detailstable th
  83. {
  84. background-position: 1px 1px;
  85. background-repeat: repeat-x;
  86. background-color: #ffffff;
  87. font-size: 100%;
  88. text-align: left;
  89. line-height: 1.3em;
  90. color: #666666;
  91. border-left: 1px solid #dbddff;
  92. border-right: 1px solid #dbddff;
  93. border-bottom: 1px solid #dbddff;
  94. }
  95. body.template table.listview td, table.gridview td, table.detailstable td
  96. {
  97. border-left: 0px;
  98. border-right: 0px;
  99. border-bottom: 1px dotted #dadada;
  100. }
  101. body.template td.bold {
  102. font-weight:bold;
  103. }
  104. body.template th a:link,
  105. body.template th a:visited,
  106. body.template th a:hover
  107. {
  108. color: #666666;
  109. text-decoration: none;
  110. }
  111. body.template td a:link,
  112. body.template td a:visited
  113. {
  114. color: #718ABE;
  115. text-decoration: none;
  116. padding-right: 6px;
  117. }
  118. body.template td a:hover
  119. {
  120. color: #000099;
  121. text-decoration: underline !important;
  122. }
  123. table.gridview
  124. {
  125. width: 100%;
  126. }
  127. table.gridview table td
  128. {
  129. padding-left: .5em;
  130. padding-right: .5em;
  131. }
  132. table.gridview th {
  133. background-image:url(DynamicData/Content/Images/header_back.gif);
  134. }
  135. table.listview
  136. {
  137. width: 100%;
  138. }
  139. table.listview td a:link,
  140. table.listview td a:visited
  141. {
  142. font-size: 100%;
  143. }
  144. table.listview table td
  145. {
  146. padding-left: .5em;
  147. padding-right: .5em;
  148. }
  149. table.listview th {
  150. background-image:url(DynamicData/Content/Images/header_back.gif);
  151. }
  152. table.detailstable td
  153. {
  154. border-left: 1px solid #dbddff;
  155. border-right: 1px solid #dbddff;
  156. vertical-align:top;
  157. }
  158. table.detailstable th
  159. {
  160. background: #FCFDFE;
  161. vertical-align:top;
  162. }
  163. td.nowrap
  164. {
  165. white-space: nowrap;
  166. }
  167. /* The following modifies the details table */
  168. body.template tr
  169. {
  170. background: #FCFDFE;
  171. }
  172. /* The following modifies the controls in the list table footer */
  173. tr.footer td
  174. {
  175. background: #dbddff;
  176. height: 1.5em;
  177. }
  178. /* The following modifies the selected row in the list table */
  179. tr.selected td
  180. {
  181. background: #fdffb8;
  182. }
  183. /* End: Tables */
  184. /* The following modifies the page number control which exists under the main table */
  185. div.pager
  186. {
  187. padding: 0px;
  188. padding-left: 6px;
  189. padding-right: 6px;
  190. }
  191. span.results1
  192. {
  193. float:left;
  194. }
  195. span.results2
  196. {
  197. float:right;
  198. }
  199. /* The following modifies the results per page control which exists under the main table */
  200. div.results
  201. {
  202. display: inline;
  203. position: relative;
  204. padding: 0px;
  205. padding-left: 6px;
  206. padding-right: 6px;
  207. margin-top: -1.75em;
  208. float:right;
  209. }
  210. /* Set's the appearance of the drop down control*/
  211. .droplist
  212. {
  213. padding: 0px;
  214. font-family: Tahoma, Arial, Sans-Serif;
  215. font-size: .95em;
  216. color: #666666;
  217. }
  218. /* Bottom hyperlink design*/
  219. div.bottomhyperlink
  220. {
  221. font-family: Tahoma, Arial, Sans-Serif;
  222. font-size: 100%;
  223. margin-top: -3px;
  224. }
  225. div.bottomhyperlink a:link,
  226. div.bottomhyperlink a:visited
  227. {
  228. color: #839ce7;
  229. text-decoration: none;
  230. font-family: Tahoma, Arial, Sans-Serif;
  231. font-size: 100%;
  232. margin-top: -3px;
  233. }
  234. div.bottomhyperlink a:hover
  235. {
  236. color: #000099;
  237. text-decoration: underline !important;
  238. font-family: Tahoma, Arial, Sans-Serif;
  239. font-size: 100%;
  240. }
  241. div.bottomhyperlink img
  242. {
  243. position: relative;
  244. top: 0em;
  245. padding-right: .4em;
  246. border: none;
  247. }