]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
infoBox display tweaks
[tt-rss.git] / tt-rss.css
index 541f03c35771dfed2c1d146f8623b16caa5e9e51..2d4f2c23a5aac196902454a1779e4132575e943a 100644 (file)
@@ -7,11 +7,11 @@ body {
 }
 
 blockquote {
-       margin : 5px 5px 5px 5px;
-       border-width : 0px 0px 0px 4px;
+       margin : 0px;
+       border-width : 0px 0px 0px 8px;
        border-color : #e0e0e0;
        border-style : solid;
-       padding : 5px;
+       padding : 10px;
        background-color : #f0f0f0;
 }
 
@@ -28,13 +28,14 @@ div.postReply a:hover {
 }
 
 div.postReply div.postHeader {
-       background : #ecf4ff;
-       /* border : 1px solid #88b0f0; */
        border-width : 0px 0px 1px 0px;
-       border-style : dotted;
-       border-color : #88b0f0; 
+       border-style : solid;
+       border-color : #a0a0a0;
+       background-color : #f9faff;
        margin : 0px 1px 0px 0px;
        padding : 5px;
+       cursor : move;
+       color : #909090;
 }
 
 /* div.postReply > div.postHeader {
@@ -43,11 +44,12 @@ div.postReply div.postHeader {
 
 div.postReply div.postContent {
        padding : 10px;
-       font-size : 10pt;
+       font-size : 14px;
 }
 
 div.postReply div.postContent img {
        border-width : 0px;
+       max-width : 98%;
 }
 
 div.postReply div.postIcon {
@@ -64,39 +66,94 @@ div.postReply div.postEnclosures {
 div.postReply img.tagsPic {
        width : 16px;
        height : 16px;
+       margin-left : 4px;
        vertical-align : middle;
 }
 
+div.articleNote div.articleNoteOps {
+       text-align : center;
+       color : #9a8c59;
+       font-style : italic;
+       margin-top : 5px;
+}
+
+div.articleNote div.articleNoteOps a {
+       color : #9a8c59;
+}
+
+div.articleNote div.articleNoteOps a:hover {
+       color : black;
+}
+
+div.articleNote {
+       background-color : #fff7d5;
+       border-width : 1px;
+       padding : 5px;
+       border-style : dashed;
+       border-color : #e7d796;
+       font-size : 8px;
+       margin-bottom : 5px;
+       margin-top : 5px;
+       margin-left : 5px;
+       float : right;
+       color : #9a8c59;
+       max-width : 150px;
+       text-align : justify;
+}
+
 div.postReply span.author {
-       font-size : 9pt;
+       font-size : 12px;
+}
+
+ul.feedList img.hlLoading {
+       margin-left : 5px;
+       vertical-align : middle;
+       height : 10px;
 }
 
 ul.feedList {
        list-style-type : none;
-       margin : 5px;
+       margin : 5px 5px 5px 0px;
        padding : 0px 0px 0px 5px;
-       font-size : 9pt;
+       font-size : 12px;
        font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
 }
 
-ul.feedList li.feedCat {
+ul.feedList li.feedCat, ul.feedList li.virtCat {
        margin : 0px;
        padding : 3px 0px 3px 0px;
        color : #707070;
-       font-size : 9pt;
+       font-size : 12px;
 }
 
-ul.feedList li.feedCat a {
+ul.feedList img.catCollapse {
+       cursor : pointer;
+}
+
+ul.feedList span.catTitle {
        color : #707070;
+       cursor : pointer;
+}
+
+ul.feedList span.catTitle:hover {
+       color : #4684ff;
+}
+
+ul.feedList li.feedCatSelected {
+       margin : 0px;
+       padding : 3px 0px 3px 0px;
+       color : #4684ff;
+       font-size : 12px;
 }
 
-ul.feedList li.feedCat a:hover {
+ul.feedList li.feedCatSelected span.catTitle {
        color : #4684ff;
+       cursor : pointer;
 }
 
 ul.feedCatList {
        list-style-type : none;
-       margin : 0px 0px 0px 15px;
+       margin : 0px 0px 0px 20px;
        padding : 0px;  
 }
 
@@ -163,11 +220,11 @@ ul.feedList img, img.tinyFeedIcon {
 }
 
 h1 {
-       font-size : 16pt;       
+       font-size : 18px;
 }
 
 h2 {
-       font-size : 14pt;
+       font-size : 16px;
        font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
@@ -175,7 +232,7 @@ h2 {
 }
 
 h3 {
-       font-size : 12pt;
+       font-size : 14px;
        font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
@@ -230,17 +287,16 @@ input.editbox {
 }
 
 #notify {
-       border-width : 1px;
+       border-width : 0px 1px 1px 1px;
        border-style : solid;
-       top : 10px;
+       top : 0px;
        right : 35%;
        min-width : 30%;
        position : absolute;    
        display : none;
        float : right;
-       font-size : 9pt;
+       font-size : 12px;
        z-index : 998;
-       -moz-border-radius : 2px;
        padding : 5px 5px 5px 5px;
 }
 
@@ -278,7 +334,7 @@ input.editbox {
 }
 
 #dispSwitch {
-       font-size : 8pt;
+       font-size : 12px;
        font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        text-align : right;
        float : right;
@@ -297,31 +353,6 @@ div.expPane {
        margin : 15px;
 }
 
-iframe {
-       border : 0px solid white;
-}
-
-iframe.feedsFrameWithActions {
-       width : 100%;
-       height : 90%;
-       margin : 0px;
-       padding : 0px;
-}
-
-iframe.feedsFrame {
-       width : 100%;
-       height : 100%;
-       margin : 0px;
-       padding : 0px;
-}
-
-iframe.contentFrame, iframe.headlinesFrame {
-       width : 100%;
-       padding : 0px;
-       margin : 0px;
-       height : 100%;
-}
-
 /*.button {
        border : 1px solid #d0d0d0;
        background-image : url("images/button.png");
@@ -352,34 +383,43 @@ a.button {
        .evenSelectedUnread td {
        background-color : #fff7d5;
        font-weight : bold;
-                 border-width : 1px 0px 1px 0px;
-                 border-style : solid;
-                 border-color : #e7d796;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #e7d796;
 }
 
 .oddUnreadSelected, .oddSelectedUnread, .oddUnreadSelected td,
        .oddSelectedUnread td {
        background-color : #fff7d5;
        font-weight : bold;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #e7d796;
 }
 
 .evenSelected, .evenSelected td {
        background-color : #fff7d5;
-                 border-width : 1px 0px 1px 0px;
-                 border-style : solid;
-                 border-color : #e7d796;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #e7d796;
+       border-collapse : collapse;
 }
 
-.oddSelected, .evenSelected td {
+.oddSelected, .oddSelected td {
        background-color : #fff7d5;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #e7d796;
+       border-collapse : collapse;
 }
 
 .evenGrayed, .evenGrayed td {
        background-color : #f0f0f0;
        color : #909090;
-                 border-width : 1px 0px 1px 0px;
-                 border-style : solid;
-                 border-color : #c0c0c0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #c0c0c0;
+       border-collapse : collapse;
 }
 
 .oddGrayed {
@@ -387,22 +427,34 @@ a.button {
 }
 
 .even, .even td {
-                 border-width : 1px 0px 1px 0px;
-                 border-style : solid;
-                 border-color : #c0c0c0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #c0c0c0;
        background-color : #f0f0f0;
+       border-collapse : collapse;
+}
+
+.odd, .odd td {
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #c0c0c0;
+       border-collapse : collapse;
 }
 
 .evenUnread, .evenUnread td {
        background-color : #f0f0f0;
        font-weight : bold;
-                 border-width : 1px 0px 1px 0px;
-                 border-style : solid;
-                 border-color : #c0c0c0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #c0c0c0;
+       border-collapse : collapse;
 }
 
 .oddUnread, .oddUnread td {
        font-weight : bold;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #c0c0c0;
 }
 
 .invisible {
@@ -411,6 +463,14 @@ a.button {
 
 /* preferences */
 
+table.prefPrefsList tr:hover td.prefValue {
+       color : #88b0f0;
+}
+
+table.prefPrefsList tr:hover td.prefValue input {
+       color : #88b0f0;
+}
+
 tr.title td {
        border-width : 0px 0px 1px 0px;
        border-color : #ecf4ff;
@@ -522,64 +582,97 @@ div.helpResponse {
 }
 
 #infoBoxTitle {
-       border-width : 1px 1px 1px 1px;
+       border-width : 0px 0px 1px 0px;
        border-style : solid;
-       border-color : #99d67a;
+       border-color : #659a4c;
        background-color : #99d67a;
-       padding : 2px;
+       padding : 4px 2px 4px 10px;
        color : white;
+       font-weight : bold;
+       font-size : 16px;
+       text-shadow : #659a4c 0px 1px 0px;
 }
 
+/* shadow stuff from http://www.sixapart.com/pronet/articles/ydsf_-_robust_c.html */
+
 #infoBox {     
        border-width : 1px 1px 1px 1px;
        border-style : solid;
-       border-color : #99d67a;
-       position : relative;
-       bottom : 2px;
-       right : 2px;
-       padding-bottom : 5px;   
+       border-color : #659a4c;
        background-color : #f8fcf5;
+       position: relative;
+       overflow : hidden;
+       left : -4px;
+       top : -4px;
+       
 }
 
-/*
-#infoBoxTitle {
-       border-width : 1px 1px 1px 1px;
-       border-style : solid;
-       border-color : #88b0f0;
-       background-color : #88b0f0;
-       padding : 2px;
-       color : white;
+div#errorBox {
+       background-color : #ffcccc;
+       border : 1px solid #ff0000;
+       font-size : 12px;
+       position: relative;
+       overflow : hidden;
+       left : -4px;
+       top : -4px;
 }
 
-#infoBox {     
-       border-width : 1px 1px 1px 1px;
-       border-style : solid;
-       border-color : #88b0f0;
-       position : relative;
-       bottom : 2px;
-       right : 2px;
-       padding-bottom : 5px;   
-       background-color : #f7faff;
-} */
 
-#infoBoxShadow {
+html>body #infoBox, html>body #errorBox {
+       left : -10px;
+       top : -10px;
+       margin : 0;
+}
+
+#infoBoxShadow:before, #infoBoxShadow:after, 
+#errorBoxShadow:before, #errorBoxShadow:after {
+       content : " ";
+       display : block;
+       background : inherit;
+       width : 10px;
+       height : 10px;
+}
+
+#infoBoxShadow:before, #errorBoxShadow:before {
+       position : absolute;
+       top : 0;
+       right : 0;
+       margin : -10px 0 0 auto;
+       background-position : right top;
+}
+
+#infoBoxShadow:after, #errorBoxShadow:after {
+       margin : -10px 0 0 -10px;
+       background-position : left bottom;
+}
+
+
+#infoBoxShadow, #errorBoxShadow {
        background-image : url("images/shadow.png");
+       background-position : bottom right;
        left : 25%;
-       top : 30%;
+       top : 50px;
        width : 50%;
-       z-index : 3;
        position : absolute;
-       display : none;
+       min-width : 600px;
 } 
 
+#infoBoxShadow {
+       z-index : 5;
+}
+
+#errorBoxShadow {
+       z-index : 400;
+}
+
 div.infoBoxContents {
        padding : 10px;
        margin-bottom : 5px;
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 div.infoBoxContents td {
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 div.infoBoxContents a {
@@ -594,12 +687,12 @@ div.helpResponse h1, div.infoBoxContents h1 {
 /*        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0; */
-       font-size : 16pt;
+       font-size : 18px;
 }
 
 div.helpResponse h2, div.infoBoxContents h2 {
 /*        border-width : 0px 0px 0px 0px; */
-       font-size : 12pt;
+       font-size : 16px;
 }
 
 pre {
@@ -626,16 +719,19 @@ div.prefsTabSelected:hover {
 div.prefsTab {
        float : left;
        border-width : 1px 1px 0px 1px;
-       border-color : #88b0f0;
+       border-color : #C4D1E4;
        border-style : solid;
        margin : 0px 0px 0px 5px;
        padding : 3px 5px 3px 5px;
-       font-size : 9pt;
+       font-size : 12px;
        font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        border-collapse : collapse;
        min-width : 100px;
        text-align : center;
        cursor : pointer;
+       position : relative;
+       bottom : -1px;
+       height : 30px;
 }
 
 div.prefsTabSelected {
@@ -646,13 +742,17 @@ div.prefsTabSelected {
        margin : 0px 0px 0px 5px;
        padding : 3px 5px 3px 5px;
        background-color : #ecf4ff;
-       font-size : 9pt;
+       font-size : 12px;
        font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        border-collapse : collapse;
        font-weight : bold;
        min-width : 100px;
        text-align : center;
        cursor : pointer;
+       position : relative;
+       bottom : -1px;
+       z-index : 3;
+       height : 30px;
 }
 
 div.notice {
@@ -661,13 +761,13 @@ div.notice {
        width : 60%;
        padding : 5px;
        margin : 0px 0px 5px 0px;
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 div.warning {
        background : #fff7d5;
        border : 1px solid #d7c47a;
-       font-size : 9pt;
+       font-size : 12px;
        width : 60%;
        padding : 5px;
        margin : 0px 0px 5px 0px;
@@ -679,12 +779,16 @@ div.warning img, div.notice img, div.error img {
        padding : 5px;
 }
 
+span.filterDateError {
+       color : #ff0000;
+}
+
 div.error {
        border : 1px solid #ff0000;
        background : #ffcccc;
        padding : 5px;
        margin : 0px 0px 5px 0px;
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 ul.nomarks {
@@ -729,7 +833,7 @@ span.feed_error {
 }
 
 /* .prefGenericAddBox {
-       font-size : 9pt;
+       font-size : 12px;
 } */
 
 body.logoutBody {
@@ -753,7 +857,7 @@ div.logoutContent {
 }
 
 .small {
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 table.innerFeedTable td {
@@ -762,11 +866,11 @@ table.innerFeedTable td {
 }
 
 td.selectPrompt {
-       font-size : 9pt;
+       font-size : 12px;
        color : gray;
 }
 
-table.headlinesSubToolbar {
+div.headlinesSubToolbar {
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #f0f0f0;
@@ -774,48 +878,29 @@ table.headlinesSubToolbar {
        left : 0px;
        top : 0px;
        height : 25px;
+       line-height : 25px;
+       padding-left : 5px;
+       padding-right : 5px;
        right : 0px;
        background-color : white;
-}
-
-input#subtoolbar_search_box {
-       height : 10px;
-       font-size : 7pt;
-       vertical-align : middle;
-}
-
-table.headlinesSubToolbar td.headlineActions {
-       font-size : 9pt;
+       font-size : 11px;
        font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        color : gray;
-       padding : 0px 5px 0px 5px;
 }
 
-table.headlinesSubToolbar td.headlineActionsRTL {
-       font-size : 9pt;
-       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
-       color : gray;
-       padding : 0px 5px 0px 5px;
+div.headlinesSubToolbar * {
+       line-height : normal;
 }
 
-table.headlinesSubToolbar td.headlineTitle {
-       font-size : 9pt;
-       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
-       color : gray;
-       padding : 0px 5px 0px 5px;
-       text-align : right;
-}
 
-table.headlinesSubToolbar td.headlineTitleRTL {
-       font-size : 9pt;
-       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
-       color : gray;
-       padding : 0px 5px 0px 5px;
-       text-align : left;
+div.headlinesSubToolbar div#subtoolbar_ftitle {
+       float : right;
+       line-height : 25px;
+
 }
 
 span.contentPreview {
-       font-size : 9pt;
+       font-size : 12px;
        color : gray;
        font-weight : normal;
 }
@@ -828,6 +913,28 @@ table.headlinesList {
        width : 100%;
 }
 
+table.headlinesList span.hlLabelRef, div.cdmHeader span.hlLabelRef {
+       background-color : #fff7d5;     
+       font-height : 8px;
+       color : #063064;
+       font-weight : normal;
+       margin : 0px 3px 0px 3px;
+       padding : 0px 4px 0px 4px;
+       white-space: nowrap;
+}
+
+table.headlinesList img.hlLoading {
+       margin-left : 5px;
+       vertical-align : middle;
+}
+
+table.headlinesList td.hlFeedIcon {
+       width : 25px;
+       text-align : center;
+       cursor : pointer;
+}
+
+
 table.headlinesList td.hlMarkedPic {
        width : 25px;
        text-align : center;
@@ -846,6 +953,7 @@ table.headlinesList td.hlUpdated {
        color : gray;
        text-align : right;
        width : 100px;
+       cursor : pointer;
 }
 
 table.headlinesList tr td {
@@ -864,13 +972,9 @@ div.postHeader div.postDateRTL {
        float : right;
 }
 
-div.postReply span.tagList {
-       color : gray;
-}
-
 div.postHeader div {
        padding-bottom : 3px;
-       font-size : 10pt;
+       font-size : 12px;
        /* font-family : "Lucida Grande", Tahoma, sans-serif; */
 }
 
@@ -879,7 +983,7 @@ div.postHeader div {
 }
 
 #allEntryTags {
-       font-size : 9pt;
+       font-size : 12px;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0;
@@ -902,7 +1006,7 @@ td.hlFeed {
 }
 
 span.hlFeed, span.hlFeed a {
-       font-size : 9pt;
+       font-size : 12px;
        color : gray;
 }
 
@@ -972,6 +1076,8 @@ div.cdmArticleUnreadSelected div.cdmHeader a.title {
 
 div.cdmHeader {
        padding : 5px 5px 10px 5px;
+       color : gray;
+
 }
 
 div.cdmArticleUnread div.cdmHeader span.titleWrap a {
@@ -979,7 +1085,7 @@ div.cdmArticleUnread div.cdmHeader span.titleWrap a {
 }
 
 div.cdmFooter {
-       font-size : 9pt;
+       font-size : 12px;
        color : black;
        padding : 5px;
        color : gray;
@@ -1027,6 +1133,12 @@ img.markedPic {
 
 div.cdmHeader div.articleUpdated {
        float : right;
+       font-weight : bold;
+       color : gray;
+}
+
+div.cdmHeader div.articleUpdated img {
+       vertical-align : middle;
 }
 
 div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
@@ -1035,7 +1147,7 @@ div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
 
 div.cdmHeader, div.cdmHeader a {
        color : #505050;
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 div.cdmHeader a:hover {
@@ -1043,7 +1155,25 @@ div.cdmHeader a:hover {
 }
 
 div.cdmContent {
-       margin : 5px 15px 0px 15px;
+       margin : 0px 15px 5px 15px;
+}
+
+div.cdmContent img {
+       border-width : 0px;
+       max-width : 98%;
+}
+
+div.cdmContent:hover {
+       cursor : pointer;
+}
+
+div.cdmExcerpt {
+       margin : 0px 15px 5px 15px;
+}
+
+div.cdmExcerpt:hover {
+       cursor : pointer;
+       color : #88b0f0;
 }
 
 div.cdmEnclosures {
@@ -1061,7 +1191,7 @@ img.closeButton {
 }
 
 span.groupPrompt {
-       font-size : 9pt;
+       font-size : 12px;
        color : #4684ff;
 }
 
@@ -1075,6 +1205,13 @@ div.tagCloudContainer {
        text-align : center;
 }
 
+div.errorExplained {
+       border : 1px solid #99d67a;
+       background-color : white;
+       margin : 5px 0px 5px 0px;
+       padding : 5px;
+}
+
 ul.feedErrorsList {
        height : 300px;
        overflow : auto;
@@ -1151,7 +1288,7 @@ span.subscribers {
 
 div.subscribers {
        color : #808080;
-       font-size : 9pt;
+       font-size : 12px;
        float : right;
 }
 
@@ -1176,7 +1313,7 @@ ul.compact li {
 }
 
 div.browserFeedInfo {
-       font-size : 9pt;
+       font-size : 12px;
 /*     border : 1px solid #88b0f0;
        background-color : #ecf4ff;
        -moz-border-radius : 5px; */
@@ -1197,7 +1334,7 @@ div.cdmContent a:hover {
 
 a.cdmToggleLink {
        color : #808080;
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 a.cdmToggleLink:hover {
@@ -1216,7 +1353,6 @@ a.cdmToggleLink:hover {
        bottom : 20px;
        z-index : 999;
        background-color : white;
-       display : none;
        border : 1px solid #c0c0c0;
        overflow : auto;
        margin : 0px;
@@ -1227,7 +1363,7 @@ a.cdmToggleLink:hover {
 #debug_output li {
        margin : 0px;
        padding : 0px;
-       font-size : 8pt;
+       font-size : 11px;
 }
 
 #dialog_overlay {
@@ -1235,9 +1371,8 @@ a.cdmToggleLink:hover {
        top : 0;
        height : 100%;
        width : 100%;
-       z-index : 2;
+       z-index : 4;
        position : absolute;
-       display : none;
        background-image : url("images/shadow_white.png");
 }
 
@@ -1253,60 +1388,21 @@ a.cdmToggleLink:hover {
 
 #overlay_inner {
        font-weight : bold;
-       text-align : center;
        margin : 10px;
 }
 
-#fatal_error {
-       background : white;
-       left : 0;
-       top : 0;
-       height : 100%;
-       width : 100%;
-       z-index : 200;
-       display : none;
+#noDaemonWarning {     
        position : absolute;
+       background-color : #ecf4ff;               
+       border : 1px solid #88b0f0;
+       padding : 10px;
+       margin : 5px;
+       z-index : 2;
+       display : none;
 }
 
-#fatal_error_inner {
-       font-weight : bold;
-       margin : 10px;
-       color : red;
-}
-
-#fatal_error_msg {
-       color : black;
-       padding : 10px;
-       font-weight : normal;
-       background-color : #ffcccc;
-       border : 1px solid #ff0000;
-}
-
-#fatal_error_msg a {
-       color : red;
-}
-
-#fatal_error_msg a:hover {
-       color : red;
-       text-decoration : underline;
-}
-
-#fatal_error_msg img {
-       vertical-align : middle;
-}
-
-#noDaemonWarning {     
-       position : absolute;
-       background-color : #ecf4ff;               
-       border : 1px solid #88b0f0;
-       padding : 10px;
-       margin : 5px;
-       z-index : 2;
-       display : none;
-}
-
-#qafInput {
-       width : 100%;
+#qafInput {
+       width : 100%;
 }
 
 form {
@@ -1373,7 +1469,7 @@ table.loginForm2 .loginBottom {
        border-width : 1px 0px 0px 0px;
        border-color : #88b0f0;
        border-style : solid;
-       font-size : 9pt;
+       font-size : 12px;
        text-align : center;
        color : #909090;
        padding : 0.5em;
@@ -1418,40 +1514,39 @@ div.whiteBox {
 #header {
        position : absolute;
        white-space: nowrap;
-       top : 10px;
+       top : 5px;
        left : 15px;
        right : 5px;
-       height : 40px;
+       height : 35px;
        color : #4684ff;
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 #feeds-holder {
        border-width : 1px 1px 0px 0px;
-       border-style : solid;
+       border-style : dotted solid;
        border-color : #88b0f0;
-       top : 50px;
+       top : 40px;
        left : 0px;
        position : absolute;
        width : 260px;
        overflow : auto;
        bottom : 0px;
        border-collapse : collapse;
-       height: expression((parseInt(document.documentElement.clientHeight)-40-20-30)+'px');
 }
 
 #toolbar {
        position : absolute;
        left : 261px;
-       padding : 5px 10px 5px 10px;
-       top : 50px;
+       padding : 0px 0px 0px 10px;
+       top : 40px;
        right : 0px;
        white-space: nowrap;
        height : 30px;
        background-image : url("images/toolbar.png");
        background-position : bottom left;
        background-repeat : repeat-x;
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 div.headlines_normal {
@@ -1461,13 +1556,11 @@ div.headlines_normal {
        border-color : #88b0f0;
        left : 261px;
        height : 305px;
-       top : 85px;
+       top : 70px;
        right : 0px;
        overflow : hidden;
-       font-size : 9pt;
+       font-size : 12px;
        border-collapse : collapse;
-       /* css hack for IE */
-       width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
 }
 
 div.headlines_cdm {
@@ -1477,12 +1570,11 @@ div.headlines_cdm {
        border-color : #88b0f0;
        left : 261px;
        bottom : 40px;
-       top : 85px;
+       top : 70px;
        right : 0px;
        overflow : hidden;
-       font-size : 9pt;
+       font-size : 12px;
        border-collapse : collapse;
-       width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
 }
 
 #content-frame {
@@ -1496,8 +1588,31 @@ div.headlines_cdm {
        bottom : 40px;
        right : 0px;
        border-collapse : collapse;
-       width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
-/*     height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px'); */
+}
+
+/*#resize-grabber {
+       position : absolute;
+       border-width : 1px;
+       border-style : dotted;
+       border-color : #88b0f0;
+       background-color : white;
+       width : 8px;
+       height : 8px;
+       z-index : 20;
+       right : 20px;
+       top : 20px;
+       display : none;
+       cursor : move;
+}*/
+
+#resize-grabber {
+       height : 5px;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #88b0f0;
+       background : url("images/resize_horiz.png") top left;
+       cursor : move;
+       text-align : center;
 }
 
 #footer, #prefFooter {
@@ -1506,7 +1621,7 @@ div.headlines_cdm {
        height : 20px;
        text-align : center;
        color : gray;
-       font-size : 9pt;
+       font-size : 12px;
        background-image : url("images/footer.png");
        background-position : top left;
        background-repeat : repeat-x; 
@@ -1514,7 +1629,6 @@ div.headlines_cdm {
        right : 0px;
        left : 261px;
        padding : 10px;
-       width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
        border-collapse : collapse;
        border-width : 1px 0px 0px 0px;
        border-style : solid;
@@ -1544,7 +1658,7 @@ div.headlines_cdm {
        border-style : solid;
        border-color : #c0c0c0;
        background-color : #fafafa; */
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 #headlinesInnerContainer {
@@ -1560,14 +1674,14 @@ div.headlines_cdm {
 
 #prefHeader {
        color : #4684ff;
-       font-size : 9pt;
+       font-size : 12px;
        margin : 10px;
        height : 33px;
 }
 
 div.return {
        float : right;
-       font-size : 9pt;
+       font-size : 12px;
        margin-right : 10px;
 }
 
@@ -1579,25 +1693,33 @@ div.return a:hover {
        color : black;
 }
 
-#prefContent {
+#prefContentOuter {
        clear : left;
        position : absolute;
-       bottom : 40px;
+       bottom : 41px;
        top : 75px;
        left : 0px;
        right : 0px;
-       padding : 1em;
-       overflow : auto;
        min-height : 300px;
-       background-image : url("images/prefs-content.png");
-       background-position : top left;
-       background-repeat : repeat-x;
        border-width : 1px 0px 0px 0px;
        border-color : #88b0f0;
        border-style : solid;
-       height: expression((parseInt(document.documentElement.clientHeight)-75-40)+'px');
-       width: expression((parseInt(document.documentElement.clientWidth)-25)+'px');
-       font-size : 10pt;
+       font-size : 12px;
+}
+
+#prefContent {
+       z-index : 4;
+       background-image : url("images/prefs-content.png");
+       background-position : top left;
+       background-repeat : repeat-x;
+       position : absolute;
+       bottom : 0px;
+       top : 0px;
+       left : 0px;
+       right : 0px;
+       padding : 1em;
+       overflow : auto;
+
 }
 
 #userSwitch {
@@ -1612,98 +1734,22 @@ a.feedUpdErrLink {
        margin-bottom : 0.5em;
 }
 
-.catCtrHasUnread {
+.catCtrHasUnread, .feedCtrHasUnread {
        font-weight : bold;
+       color : #707070;
 }
 
-.catCtrNoUnread {
+.catCtrNoUnread, .feedCtrNoUnread {
        display : none;
 }
 
-ul.headlineDropdownMenu {
-       list-style-type : none;
-       margin : 0px;
-       padding : 0px;
-}
-
-ul.headlineDropdownMenu li.top {
-       float : left;
-       width : 12em;
-       background-image : url("images/down_arrow.png");
-       background-position : center right;
-       background-repeat : no-repeat;
-       margin : 0px; 
-       cursor : pointer;
-       border-width : 1px 1px 1px 1px;
-       border-color : transparent;
-       border-style : solid;
-}
-
-ul.headlineDropdownMenu li.top2 {
-       float : left;
-}
-
-ul.headlineDropdownMenu li.top3 {
-       float : left;
-       margin : 0px; 
-       cursor : pointer;
-       border-width : 1px 1px 1px 1px;
-       border-color : transparent;
-       border-style : solid;
-}
-
-ul.headlineDropdownMenu li.vsep {
-       float : left;
-       margin : 0px 5px 0px 0px;
-       border-width : 0px 1px 0px 0px;
-       border-color : #c0c0c0;
-       border-style : dotted;
-       color : white;
-}
-
-ul.headlineDropdownMenu li.top:hover {
+div.topLinks img {
+       vertical-align : middle;
        cursor : pointer;
-       border-width : 1px 1px 1px 1px;
-       border-color : #c0c0c0;
-       border-style : solid;
 }
 
-ul.headlineDropdownMenu li.top:hover ul {
-       display : block;
-}
-
-ul.headlineDropdownMenu ul {
-       list-style-type : none;
-       position : absolute;
-       float : none;
-       margin : 0px;
-       padding : 0px;
-       display : none;
-       background-color : white;
-       width : 12em;
-       z-index : 3;
-       top : auto;
-       left : auto;
-       border-width : 0px 1px 1px 1px;
-       border-color : #c0c0c0;
-       border-style : solid;
-       margin-left : -1px;
-}
-
-ul.headlineDropdownMenu ul li {
-       float: none;
-       padding : 2px 0px 2px 10px;
-       color : black;
-}
-
-ul.headlineDropdownMenu ul li:hover {
-       color : #4684ff;
-       background-color : #f0f0f0;
-}
-
-#newVersionIcon {
-       vertical-align : middle;
-       cursor : pointer;
+#offlineModePic {
+       margin-left : 5px;
 }
 
 a.helpLinkPic {
@@ -1725,11 +1771,11 @@ table.prefFeedCatList {
        background-color : white;
 }
 
-a[target="_new"], a[target="_blank"] {
+/*a[target="_new"], a[target="_blank"] {
        border-width : 0px 0px 1px 0px;
        border-color : #778899;
        border-style : dotted;
-}
+}*/
 
 div.autocomplete {
        position : absolute;
@@ -1765,7 +1811,6 @@ div.autocomplete ul li {
 
 div.topLinks {
        float : right;
-       margin-right : 5px;
        color : gray;
 }
 
@@ -1790,6 +1835,16 @@ a.visibleLink {
 
 }
 
+a.visibleLinkB {
+       color : #4684ff;
+       border : 1px solid #4684ff;
+       padding : 2px;
+}
+
+a.visibleLinkB:hover {
+       background-color : #ecf4ff;
+}
+
 table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
        color : #4684ff;
 }
@@ -1798,13 +1853,33 @@ div.cdmFeedTitle {
        border-color : #a0a0a0;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
-       padding : 5px;
+       padding : 5px 3px 5px 5px;
+       background : url("images/toolbar.png") bottom left;
+       background-repeat : repeat-x;
+}
+
+table.headlinesList tr, table.headlinesList td {
+       border-collapse : collapse;
+       margin : 0px;
 }
 
 table.headlinesList tr.feedTitle td {
 /*     text-align : right;
        margin-top : 10px; */
-       padding-left : 5px;
+       /*padding-left : 5px;*/
+
+       background : url("images/toolbar.png") bottom left;
+       background-repeat : repeat-x;
+
+       border-color : #c0c0c0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       padding : 5px 3px 5px 5px;
+
+}
+
+td.hlContent, td.hlContentL, td.hlContentH {
+       cursor : pointer;
 }
 
 td.hlContentH a, td.hlContentH span {
@@ -1838,7 +1913,7 @@ div#hotkey_help_overlay {
        top : 30px;
        z-index : 999;
        color : white;
-       font-size : 11pt;
+       font-size : 15px;
 }
 
 div#hotkey_help_overlay h1 {
@@ -1875,7 +1950,7 @@ div#hotkey_help_overlay h1 {
 }
 
 div#hotkey_help_overlay h2 {
-       font-size : 13pt;
+       font-size : 16px;
        border-width : 0px;
        margin : 0.3em 0px 0.3em 0px;
        text-align : center;
@@ -1922,15 +1997,220 @@ div#hotkey_help_overlay table.hho td.content {
 div#hotkey_help_overlay table.hho td.top,
 div#hotkey_help_overlay table.hho td.bottom {
        text-align : center;
-       font-size : 11pt;
+       font-size : 13px;
 }
 
 div.prefKbdHelp {
        float : right;
-       font-size : 9pt;
+       font-size : 12px;
        margin-right : 15px;
 }
 
 div.prefKbdHelp img {
        vertical-align : middle;
 }
+
+div#l_progress_o {
+       width : 200px;
+       border : 1px solid black;
+       background-color : white;
+       margin-top : 10px;
+}
+
+div#l_progress_i {
+       width : 10px;
+       background-color : #88b0f0;
+       height : 10px;
+}
+
+#content-insert {
+       background-color : white;
+       overflow : auto;
+       position : absolute;
+       left : 0px;
+       right : 0px;
+       bottom : 0px;
+       top : 6px; 
+}
+
+div.dlgSec {
+       font-size : 14px;
+       color : gray;
+       font-weight : bold;
+       clear : both;
+       height : 20px;
+}
+
+div.dlgSecCont {
+       position : relative;
+       left : 150px;
+       top : -20px;
+       float : left;
+       font-size : 12px;
+       font-weight : normal;
+       line-height : 200%;
+}
+
+div.dlgButtons {
+       text-align : right;
+       clear : both;
+}
+
+div#label_test_result {
+       clear : both;
+}
+
+pre, code {
+       font-size : 12px;
+       font-family : monospace;
+}
+
+span#headlineActionsDrop {
+       border : 1px solid #c0c0c0;
+       padding : 1px 5px 1px 10px;
+       color : #063064;
+       cursor : pointer;
+}
+
+ul#headlineActionsBody {
+       list-style-type : none;
+       position : absolute;
+       margin : 0px;
+       padding : 0px;
+       background-color : white;
+       width : 150px;
+       z-index : 4;
+       top : auto;
+       left : auto;
+       border-width : 1px 1px 1px 1px;
+       border-color : #c0c0c0;
+       border-style : solid;
+       margin-left : -1px;
+       max-height : 250px;
+       overflow : auto;
+}
+
+ul#headlineActionsBody li {
+       padding : 2px 5px 2px 10px;
+       color : black;
+}
+
+ul#headlineActionsBody li:hover {
+       color : #4684ff;
+       cursor : pointer;
+       background : #ecf4ff;
+}
+
+ul#headlineActionsBody li.insensitive {
+       color : gray;
+}
+
+ul#headlineActionsBody li.insensitive:hover {
+       background : white;
+       cursor : normal;
+       color : gray;
+}
+
+div#errorBox div#xebTitle {
+       background-color : #ff0000;
+       color : white;
+       padding : 4px 2px 4px 10px;
+       color : white;
+       font-weight : bold;
+       font-size : 12px;
+}
+
+div#errorBox div#xebContent {
+       font-size : 12px;
+       padding : 10px;
+}
+
+div#errorBox textarea {
+       width : 100%;
+       height : 200px;
+}
+
+div#errorBox input {
+       margin-bottom : 10px;
+}
+
+span.prefsLabelEntry {
+       padding : 2px;
+}
+
+div.labelColorIndicator {
+       height : 14px;
+       width : 14px;
+       line-height : 14px;
+       font-height : 9px;
+       text-align : center;
+       border : 1px solid black;
+       float : left;
+       background-color : #fff7d5;     
+       color : #063064;
+       margin-right : 10px;
+}
+
+div.colorPicker div.colorPickerEntry:hover {
+       border : 1px solid #88b0f0;
+}
+
+div.colorPicker div.ccPrompt:hover {
+       color : black;
+}
+
+div.colorPicker div.colorPickerEntry {
+       height : 15px;
+       width : 15px;
+       line-height : 13px;
+       font-height : 9px;
+       text-align : center;
+       border : 1px solid black;
+       margin : 5px 5px 0px 0px;
+       float : left;
+}
+
+div.colorPicker {
+       border : 1px solid #cccccc;
+       background : #f0f0f0;
+       width : 110px;
+       padding : 0px 0px 5px 5px;
+       position : absolute;
+       left : auto;
+       top : auto;
+       z-index : 3;
+       color : #909090;
+}
+
+div#offlineModeDrop div {
+       padding : 2px 2px 2px 2px;
+       text-align : left;
+}
+
+div#offlineModeDrop {
+       position : absolute;
+       margin : 0px;
+       padding : 2px;
+       background-color : white;
+       z-index : 2;
+       margin : 2px 0px 0px 0px;
+       top : auto;
+       right : 0px;
+       border : 1px solid #cccccc;
+       background : white;
+       min-width : 170px;
+       margin-left : -1px;
+       max-height : 250px;
+       overflow : auto;
+       color : #909090;
+}
+
+optgroup {
+       color : #5050aa;
+       font-style : normal;
+}
+
+option {
+       color : black;
+}
+