1#search_options {
2    margin:     1em auto;
3    font-size:  9pt;
4    color:      #000000;
5}
6#search_options td {
7    padding:            .5em 1em;
8    vertical-align:     top;
9    white-space:        nowrap;
10}
11#search_options td.x-advanced {
12    border-right:       2px solid #BBBBBB;
13}
14
15#search_options td.x-timeopts {
16    border-right:       2px solid #BBBBBB;
17}
18#search_options td.x-progtype {
19    border-right:       2px solid #BBBBBB;
20}
21#search_options td.x-submit {
22    vertical-align:     middle;
23    padding:            1.5em;
24}
25
26
27#x_search_name {
28    font-size:          150%;
29    text-align:         center;
30}
31
32#search_results th {
33    font-weight:        normal;
34    text-align:         left;
35    white-space:        nowrap;
36}
37#search_results th.x-title {
38}
39#search_results th.x-category {
40}
41#search_results th.x-description {
42}
43#search_results th.x-channum {
44}
45#search_results th.x-airdate {
46}
47#search_results th.x-length {
48}
49
50#search_results td {
51}
52#search_results td.x-title {
53}
54#search_results td.x-category {
55}
56#search_results td.x-description {
57}
58#search_results td.x-channum {
59}
60#search_results td.x-airdate {
61    white-space:        nowrap;
62}
63#search_results td.x-length {
64    white-space:        nowrap;
65}
66
67