00001 html,body {
00002 border: 0;
00003 margin: 0;
00004 padding: 0;
00005 font-size: 9pt;
00006 font-family: Arial, Helvetica, sans-serif;
00007 background-color: #222222;
00008 color: #dedede;
00009 }
00010
00011
00012
00013
00014
00015
00016
00017
00018 .alpha_png { behavior: url("/js/pngbehavior.htc"); }
00019
00020 a, a:link { color: #E0E0FF; text-decoration: none; }
00021 a:active { color: #990033; text-decoration: none; }
00022 a:visited { color: #E0E0FF; text-decoration: none; }
00023 a:hover { color: #F0F000; text-decoration: underline; }
00024
00025 label { color: #E0E0FF; text-decoration: none; }
00026 label:hover { color: #F0F000; text-decoration: underline; }
00027
00028
00029 .body {
00030 font-size: 12px;
00031 font-family: Arial, Helvetica, sans-serif;
00032 }
00033
00034
00035 .tiny { font-size: 9px; }
00036 .small { font-size: 9pt; }
00037 .normal { font-size: 10pt; }
00038 .large { font-size: 12pt; }
00039 .huge { font-size: 24px; }
00040
00041
00042 .bold, .bold a, .bold a:link, .bold a:visited, .bold a:active, .bold a:hover {
00043 font-weight: bold !important;
00044 }
00045 .italic, .italic a, .italic a:link, .italic a:visited, .italic a:active, .italic a:hover {
00046 font-style: italic !important;
00047 }
00048
00049
00050 .menu { background-color: #666666 }
00051 .menu_border_t { border-top: 2px solid #000000 }
00052 .menu_border_b { border-bottom: 2px solid #000000 }
00053 .menu_border_l { border-left: 2px solid #000000 }
00054 .menu_border_r { border-right: 2px solid #000000 }
00055
00056
00057 .command { background-color: #333333 }
00058 .command_border_t { border-top: 2px solid #000000 }
00059 .command_border_b { border-bottom: 2px solid #000000 }
00060 .command_border_l { border-left: 2px solid #000000 }
00061 .command_border_r { border-right: 2px solid #000000 }
00062 .activecommand { background-color: #444 }
00063
00064
00065 .list { background-color: #222222 }
00066 .list_border_t { border-top: 1px solid #000 }
00067 .list_border_b { border-bottom: 1px solid #000 }
00068 .list_border_l { border-left: 1px solid #000 }
00069 .list_border_r { border-right: 1px solid #000 }
00070 .list_separator {
00071 background-color: #000000;
00072 border-top: 4px
00073 }
00074
00075
00076 dl.details_list {
00077 font-size: 9pt;
00078 margin: .125em;
00079 max-width: 41em;
00080 }
00081 dl.details_list dt {
00082 clear: left;
00083 float: left;
00084 width: 9em;
00085 padding-top: 3px;
00086 text-align: right;
00087 color: #fff;
00088 white-space: nowrap;
00089 }
00090 dl.details_list dd {
00091 padding-top: 3px;
00092 margin-left: 9.5em;
00093 }
00094
00095
00096 .settings { background-color: #333333 }
00097
00098
00099 .hdtv_icon {
00100 font-size: 9pt;
00101 float: right;
00102 color: yellow;
00103 display: inline;
00104 font-weight: bold;
00105 }
00106
00107 .right_arrow {
00108 float: right;
00109 }
00110 .left_arrow {
00111 float: left;
00112 }
00113
00114
00115 .submit {
00116 font-weight: bold;
00117 color: #000000;
00118 background-color: #C0C0C0;
00119 font-size: 13px;
00120 height: 22px;
00121 }
00122 .submit:hover { text-decoration: underline; }
00123
00124
00125 .radio {
00126 height: 14px !important;
00127 width: 14px !important;
00128 }
00129
00130
00131 select {
00132 font-family: Arial, Helvetica, sans-serif;
00133 color: #c0c0c0;
00134 background-color: #333333;
00135 font-size: 9pt;
00136 }
00137
00138 input {
00139 font-family: Arial, Helvetica, sans-serif;
00140 color: #c0c0c0;
00141 background-color: #222222;
00142 font-size: 9pt;
00143 }
00144
00145 textarea {
00146 font-family: terminal, courier, courier-new;
00147 color: #c0c0c0;
00148 background-color: #222222;
00149 font-size: 9pt;
00150 }
00151
00152 input.quantity {
00153 width: 2em;
00154 text-align: center;
00155 }
00156
00157
00158 form { display: inline; }
00159
00160
00161 .error {
00162 color: #F03030;
00163 background-color: #360000;
00164 border-color: #F03030;
00165 border: thin groove #F03030;
00166 }
00167 #error {
00168 color: #F03030;
00169 background-color: #360000;
00170 border-color: #F03030;
00171 border: thin groove #F03030;
00172 padding: 8px;
00173 }
00174
00175
00176 .clearfix:after {
00177 content: ".";
00178 display: block;
00179 height: 0;
00180 clear: both;
00181 visibility: hidden;
00182 }
00183 .clearfix {display: inline-block;}
00184
00185 * html .clearfix {height: 1%;}
00186 .clearfix {display: block;}
00187
00188
00189
00190
00191 .hidden {
00192 visibility: hidden;
00193 display: none;
00194 }
00195
00196 .no_padding {
00197 padding: 0px 0px 0px 0px;
00198 }
00199
00200
00201 #command_choices a {
00202 white-space: nowrap;
00203 }
00204 #category_legend_popup {
00205 position: absolute;
00206 visibility: hidden;
00207 top: 0px;
00208 left: 0px;
00209 padding: 2px;
00210 white-space: nowrap;
00211 }
00212 #category_legend_popup table {
00213 font-size: 9pt;
00214 }