00001 #page_header {
00002 margin: 5px;
00003 }
00004
00005 #logo_box {
00006 }
00007 #mythtv_logo {
00008 margin: 0px 5px;
00009 padding: 5px;
00010 height: 48px;
00011 width: 180px;
00012 float: left;
00013 text-align: center;
00014 }
00015
00016 #sections {
00017 white-space: nowrap;
00018 }
00019 #sections a {
00020 float: left;
00021 margin: 0px 5px;
00022 padding: 5px;
00023 background-color: #347;
00024 border-top: 1px solid #8ad;
00025 border-right: 1px solid #003;
00026 border-bottom: 1px solid #000;
00027 border-left: 1px solid #79c;
00028 -moz-border-radius: 8px;
00029 text-align: center;
00030 height: 48px;
00031 width: 48px;
00032 }
00033 #sections a:hover {
00034 background-color: #458;
00035 }
00036 #sections a img {
00037 border: none;
00038 display: inline !important;
00039 }
00040
00041 #sections a.current_section {
00042 background-color: #164;
00043 border-top: 1px solid #7b9;
00044 border-right: 1px solid #030;
00045 border-bottom: 1px solid #000;
00046 border-left: 1px solid #6a8;
00047 }
00048 #sections a.current_section:hover {
00049 background-color: #275;
00050 }
00051
00052 #tv_link {
00053 }
00054 #music_link {
00055 }
00056 #video_link {
00057 }
00058 #weather_link {
00059 }
00060 #settings_link {
00061 }
00062
00063 #extra_header {
00064 margin-left: 550px;
00065 padding: 0px 5px;
00066 height: 58px;
00067 }
00068
00069
00070
00071
00072
00073
00074 #help_wrapper {
00075 height: 21px;
00076 margin-bottom: 3px;
00077 background-color: #247;
00078 border-top: 1px solid #013;
00079 border-right: 1px solid #79c;
00080 border-bottom: 1px solid #68b;
00081 border-left: 1px solid #002;
00082 -moz-border-radius: 6px;
00083 min-width: 225px;
00084 }
00085 #help_box {
00086 margin: 4px 5px 2px 5px;
00087 height: 15px;
00088 overflow: hidden;
00089 white-space: nowrap;
00090 }
00091 #help_text_default {
00092 position: relative;
00093 }
00094 #help_text {
00095 display: none;
00096 }
00097 #search {
00098 margin-top: 2px;
00099 padding: 3px 5px;
00100 height: 26px;
00101 background-color: #247;
00102 border-top: 1px solid #013;
00103 border-right: 1px solid #79c;
00104 border-bottom: 1px solid #68b;
00105 border-left: 1px solid #002;
00106 -moz-border-radius: 8px;
00107 min-width: 225px;
00108 white-space: nowrap;
00109 }
00110 #simple_search {
00111 padding-top: 1px;
00112 }
00113
00114
00115 #search_text {
00116 position: relative;
00117 top: -1px;
00118 width: 150px;
00119 margin-right: 3px;
00120 padding: 0px 3px;
00121 font-size: 9pt;
00122 }
00123 #search_submit {
00124 position: relative;
00125 top: 1px;
00126 width: 64px;
00127 font-size: 9pt;
00128 }
00129