| | |
| | | border-bottom: .1em dashed #c00; |
| | | cursor: help; |
| | | } |
| | | |
| | | /* Set a background-color, no system backgorund used anymore */ |
| | | select, input, textarea { |
| | | background: #FFFFFF; |
| | | border: 1px solid #DFDFDF; |
| | | padding: 1px; |
| | | outline:none; |
| | | } |
| | | |
| | | |
| | | /** |
| | | * Generic Content Classes |
| | |
| | | table.full { width: 100%; } |
| | | table.fixed { table-layout:fixed } |
| | | |
| | | th,td { padding: 0.5em; } |
| | | th,td { padding: 0.5em;text-align:left; } |
| | | thead th { background: #444 url(../../images/lists_thead_bg.png) repeat-x; color: #fff } |
| | | tbody th { background: #ccc; color: #333 } |
| | | tbody th.sub { background: #ddd; color: #333 } |