00001
00002
00003 #title_choices {
00004 margin: 1em auto;
00005 }
00006 #title_choices td {
00007 padding: .35em 1em;
00008 vertical-align: middle;
00009 white-space: nowrap;
00010 }
00011 #title_choices td.x-group, #title_choices td.x-recordings {
00012 font-size: 110%;
00013 font-weight: bold;
00014 border-right: 1px solid #304943;
00015 }
00016 #title_choices td.x-recordings {
00017 border-left: 1px solid #304943;
00018 }
00019
00020
00021
00022 #recorded_list {
00023 width: 100%;
00024 }
00025
00026 #recorded_list td {
00027 padding: 4px;
00028 border: 1px solid #191c26;
00029 }
00030 #recorded_list th {
00031 padding: 0;
00032 border: 1px solid #191c26;
00033 text-align: left;
00034 font-weight: normal;
00035 }
00036 #recorded_list th a {
00037 padding: 2px .5em;
00038 display: block;
00039 }
00040
00041 #recorded_list td.x-pixmap {
00042 background-color: black;
00043 padding: 0 !important;
00044 width: 150px;
00045 position: relative;
00046 }
00047 #recorded_list td.x-pixmap.x-noimg {
00048 width: 50px;
00049 }
00050 #recorded_list td.x-pixmap a {
00051 border: 1px solid transparent;
00052 }
00053 #recorded_list td.x-pixmap a:hover {
00054 background-color: #121;
00055 border: 1px solid #F0F000;
00056 }
00057
00058 #recorded_list td.x-pixmap a.x-pixmap {
00059 float: left;
00060 height: 78px;
00061 }
00062 #recorded_list td.x-pixmap a.x-pixmap img {
00063 width: 100px;
00064 }
00065 #recorded_list td.x-pixmap a.x-download {
00066 margin-left: 102px;
00067 display: block;
00068 padding: 7px;
00069 height: 24px;
00070 text-align: center;
00071 vertical-align: middle;
00072 }
00073 #recorded_list td.x-pixmap.x-noimg a.x-download {
00074 margin-left: 2px;
00075 }
00076
00077
00078 #recorded_list th.x-title a, #recorded_list td.x-title {
00079 }
00080 #recorded_list th.x-subtitle a, #recorded_list td.x-subtitle {
00081 }
00082 #recorded_list th.x-programid a, #recorded_list td.x-programid {
00083 }
00084 #recorded_list th.x-channum a, #recorded_list td.x-channum {
00085 }
00086 #recorded_list th.x-airdate a, #recorded_list td.x-airdate {
00087 text-align: center;
00088 white-space: nowrap;
00089 }
00090 #recorded_list th.x-recgroup a, #recorded_list td.x-recgroup {
00091 }
00092 #recorded_list th.x-length a, #recorded_list td.x-length {
00093 white-space: nowrap;
00094 text-align: center;
00095 }
00096 #recorded_list th.x-filesize a, #recorded_list td.x-filesize {
00097 white-space: nowrap;
00098 text-align: center;
00099 }
00100
00101 #recorded_list td.x-commands {
00102 padding: 2px;
00103 width: 5%;
00104 white-space: nowrap;
00105 text-align: center;
00106 vertical-align: top;
00107 background-color: #191c26;
00108 }
00109 #recorded_list td.x-commands a {
00110 display: block;
00111 padding: .25em .5em;
00112 margin: 0 0 3px 0;
00113 }
00114
00115
00116 .recorded { background-color: #506080; }
00117
00118 .recorded .x-progflags img {
00119 padding: .3em;
00120 }
00121
00122 .recorded a img {
00123 border: 1px solid transparent;
00124 }
00125 .recorded .x-progflags a:hover img {
00126 border: 1px solid #F0F000;
00127 }
00128