00001 #display_options {
00002 margin: 1em auto;
00003 }
00004 #display_options td {
00005 padding: .35em 1em;
00006 vertical-align: middle;
00007 white-space: nowrap;
00008 }
00009 #display_options td.x-title {
00010 font-size: 110%;
00011 font-weight: bold;
00012 }
00013 #display_options td.x-check {
00014 padding: .35em .5em;
00015 border-left: 1px solid #304943;
00016 height: 2em;
00017 }
00018 #display_options td.x-check label {
00019 border: 1px solid #7b8;
00020 background-color: #263;
00021 padding-top: .15em;
00022 padding-bottom: .15em;
00023 padding-left: .5em;
00024 padding-right: .35em;
00025 margin-top: .5em;
00026 margin-bottom: .5em;
00027 margin-left: 0em;
00028 margin-right: 0em;
00029 }
00030 #display_options td.x-check label:hover {
00031 border: 1px solid #9da;
00032 background-color: #485;
00033 }
00034 #display_options td.x-check input {
00035 float: none;
00036 padding: 0px;
00037 margin: 0px;
00038 margin-right: 5px;
00039 margin-top: -1px;
00040 }
00041
00042 #listings {
00043 width: 100%;
00044 }
00045 #listings th {
00046 font-weight: normal;
00047 text-align: left;
00048 }
00049
00050 #listings th.x-status {
00051 text-align: center;
00052 }
00053 #listings th.x-title {
00054 }
00055 #listings th.x-channum {
00056 }
00057 #listings th.x-airdate {
00058 }
00059 #listings th.x-length {
00060 }
00061
00062 #listings td.x-status {
00063 text-align: center;
00064 }
00065 #listings td.x-title {
00066 }
00067 #listings td.x-channum {
00068 }
00069 #listings td.x-airdate {
00070 white-space: nowrap;
00071 }
00072 #listings td.x-length {
00073 white-space: nowrap;
00074 }
00075 #listings td.x-commands {
00076 padding: 2px;
00077 text-align: center;
00078 white-space: nowrap;
00079 background-color: #191c26;
00080 }
00081 #listings td.x-commands a {
00082 display: block;
00083 padding: .25em .5em;
00084 margin: 0;
00085 }
00086 #listings td.x-recording a {
00087 border: 1px solid #0f0;
00088 }
00089