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 -moz-border-radius: 8px;
00024 text-align: center;
00025 height: 48px;
00026 width: 48px;
00027 }
00028 #sections a:hover {
00029 background-color: #444444;
00030 }
00031 #sections a img {
00032 border: none;
00033 display: inline !important;
00034 }
00035
00036 #sections a.current_section {
00037 background-color: #333;
00038 }
00039 #sections a.current_section:hover {
00040 background-color: #444;
00041 }
00042
00043 #tv_link {
00044 }
00045 #music_link {
00046 }
00047 #video_link {
00048 }
00049 #weather_link {
00050 }
00051 #settings_link {
00052 }
00053
00054 #extra_header {
00055 margin-left: 550px;
00056 padding: 0px 5px;
00057 height: 58px;
00058 }
00059
00060
00061
00062
00063
00064
00065 #help_wrapper {
00066 height: 21px;
00067 margin-bottom: 3px;
00068 border-top: 1px solid #222;
00069 -moz-border-radius: 6px;
00070 }
00071 #help_box {
00072 margin: 4px 5px 2px 5px;
00073 height: 15px;
00074 overflow: hidden;
00075 white-space: nowrap;
00076 }
00077 #help_text_default {
00078 position: relative;
00079 }
00080 #help_text {
00081 display: none;
00082 }
00083 #search {
00084 margin-top: 2px;
00085 padding: 3px 5px;
00086 height: 26px;
00087 width: 23px;
00088 -moz-border-radius: 8px;
00089 white-space: nowrap;
00090 }
00091 #simple_search {
00092 padding-top: 1px;
00093 }
00094
00095
00096 #search_text {
00097 position: relative;
00098 top: -1px;
00099 width: 150px;
00100 margin-right: 3px;
00101 padding: 0px 3px;
00102 font-size: 9pt;
00103 }
00104 #search_submit {
00105 position: relative;
00106 top: 1px;
00107 width: 64px;
00108 font-size: 9pt;
00109 }
00110