]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
properly select next unread feed in feedlist when catching up
[tt-rss.git] / tt-rss.css
index 60c541f5ead4a68319399ac3dc02d477fda17258..96502b5603763011d3cbd8ae5a6be589529bc8b9 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; 
-       margin : 0px 1px 0px 1px;
+       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 {
@@ -56,6 +58,11 @@ div.postReply div.postIcon {
        margin : 10px 0px 10px 10px;
 }
 
+div.postReply div.postEnclosures {
+       margin-top : 1em;
+       color : gray;
+}
+
 div.postReply img.tagsPic {
        width : 16px;
        height : 16px;
@@ -63,35 +70,52 @@ div.postReply img.tagsPic {
 }
 
 div.postReply span.author {
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 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 img.catCollapse {
+       cursor : pointer;
 }
 
-ul.feedList li.feedCat a {
+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;  
 }
 
@@ -158,11 +182,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;
@@ -170,7 +194,7 @@ h2 {
 }
 
 h3 {
-       font-size : 12pt;
+       font-size : 14px;
        font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
@@ -225,17 +249,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;
-       z-index : 999;
-       -moz-border-radius : 2px;
+       font-size : 12px;
+       z-index : 998;
        padding : 5px 5px 5px 5px;
 }
 
@@ -273,7 +296,7 @@ input.editbox {
 }
 
 #dispSwitch {
-       font-size : 8pt;
+       font-size : 12px;
        font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        text-align : right;
        float : right;
@@ -292,31 +315,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");
@@ -347,34 +345,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 {
@@ -382,22 +389,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 {
@@ -406,6 +425,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;
@@ -433,6 +460,56 @@ table.prefFeedList td.feedEditCat {
        padding-top : 0.5em;
 }
 
+table.prefFilterList td.filterEditCat {
+       font-weight : bold;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #88b0f0;
+       padding-top : 0.5em;
+}
+
+/* oh for the love of... */
+
+table.prefFilterList tr.even,
+table.prefFilterList tr.odd,
+table.prefFilterList tr.evenSelected,
+table.prefFilterList tr.oddSelected,
+table.prefLabelList tr.even,
+table.prefLabelList tr.odd,
+table.prefLabelList tr.evenSelected,
+table.prefLabelList tr.oddSelected,
+table.prefUserList tr.even,
+table.prefUserList tr.odd,
+table.prefUserList tr.evenSelected,
+table.prefUserList tr.oddSelected,
+table.prefFeedList tr.even,
+table.prefFeedList tr.odd,
+table.prefFeedList tr.evenSelected,
+table.prefFeedList tr.oddSelected
+{      
+       cursor : pointer;
+}
+
+table.prefFilterList tr.even:hover td, 
+table.prefFilterList tr.odd:hover td,
+table.prefFilterList tr.evenSelected:hover td, 
+table.prefFilterList tr.oddSelected:hover td 
+table.prefLabelList tr.even:hover td, 
+table.prefLabelList tr.odd:hover td,
+table.prefLabelList tr.evenSelected:hover td, 
+table.prefLabelList tr.oddSelected:hover td,
+table.prefUserList tr.even:hover td, 
+table.prefUserList tr.odd:hover td,
+table.prefUserList tr.evenSelected:hover td, 
+table.prefUserList tr.oddSelected:hover td,
+table.prefFeedList tr.even:hover td, 
+table.prefFeedList tr.odd:hover td,
+table.prefFeedList tr.evenSelected:hover td, 
+table.prefFeedList tr.oddSelected:hover td
+{
+       color : #88b0f0;
+}
+
 table.prefFeedList td.feedIcon {
        text-align : center;
 }
@@ -471,60 +548,73 @@ div.helpResponse {
        border-style : solid;
        border-color : #99d67a;
        background-color : #99d67a;
-       padding : 2px;
+       padding : 4px 2px 4px 10px;
        color : white;
+       font-weight : bold;
+       font-size : 12px;
 }
 
+/* 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;   
        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;
+html>body #infoBox {
+       left : -10px;
+       top : -10px;
+       margin : 0;
+}
+
+#infoBoxShadow:before, #infoBoxShadow:after {
+       content : " ";
+       display : block;
+       background : inherit;
+       width : 10px;
+       height : 10px;
+}
+
+#infoBoxShadow:before {
+       position : absolute;
+       top : 0;
+       right : 0;
+       margin : -10px 0 0 auto;
+       background-position : right top;
+}
+
+#infoBoxShadow:after {
+       margin : -10px 0 0 -10px;
+       background-position : left bottom;
 }
 
-#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 {
        background-image : url("images/shadow.png");
+       background-position : bottom right;
        left : 25%;
-       top : 30%;
+       top : 70px;
        width : 50%;
-       z-index : 3;
+       z-index : 5;
        position : absolute;
        display : none;
+       min-width : 600px;
 } 
 
 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 {
@@ -539,12 +629,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 {
@@ -575,15 +665,15 @@ div.prefsTab {
        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;
-       -moz-border-radius : 3px;
        min-width : 100px;
        text-align : center;
        cursor : pointer;
        position : relative;
-       bottom : -2px;
+       bottom : -1px;
+       height : 30px;
 }
 
 div.prefsTabSelected {
@@ -594,17 +684,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;
-       -moz-border-radius : 3px;
        font-weight : bold;
        min-width : 100px;
        text-align : center;
        cursor : pointer;
        position : relative;
-       bottom : -2px;
-       
+       bottom : -1px;
+       z-index : 3;
+       height : 30px;
 }
 
 div.notice {
@@ -613,13 +703,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;
@@ -631,12 +721,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 {
@@ -668,7 +762,7 @@ span.feed_error {
        color : red;
 }
 
-span.insensitive, div.insensitive, li.insensitive, label.insensitive {
+.insensitive {
        color : gray;
 }
 
@@ -681,7 +775,7 @@ span.insensitive, div.insensitive, li.insensitive, label.insensitive {
 }
 
 /* .prefGenericAddBox {
-       font-size : 9pt;
+       font-size : 12px;
 } */
 
 body.logoutBody {
@@ -705,7 +799,7 @@ div.logoutContent {
 }
 
 .small {
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 table.innerFeedTable td {
@@ -714,54 +808,41 @@ 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;
        position : absolute;
-       left : 1px;
+       left : 0px;
        top : 0px;
        height : 25px;
+       line-height : 25px;
+       padding-left : 5px;
+       padding-right : 5px;
        right : 0px;
        background-color : white;
-}
-
-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;
 }
@@ -774,6 +855,23 @@ 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 td.hlFeedIcon {
+       width : 25px;
+       text-align : center;
+       cursor : pointer;
+}
+
+
 table.headlinesList td.hlMarkedPic {
        width : 25px;
        text-align : center;
@@ -792,6 +890,7 @@ table.headlinesList td.hlUpdated {
        color : gray;
        text-align : right;
        width : 100px;
+       cursor : pointer;
 }
 
 table.headlinesList tr td {
@@ -810,13 +909,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; */
 }
 
@@ -825,7 +920,7 @@ div.postHeader div {
 }
 
 #allEntryTags {
-       font-size : 9pt;
+       font-size : 12px;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0;
@@ -848,7 +943,7 @@ td.hlFeed {
 }
 
 span.hlFeed, span.hlFeed a {
-       font-size : 9pt;
+       font-size : 12px;
        color : gray;
 }
 
@@ -918,27 +1013,33 @@ div.cdmArticleUnreadSelected div.cdmHeader a.title {
 
 div.cdmHeader {
        padding : 5px 5px 10px 5px;
+       color : gray;
+
 }
 
-div.cdmArticleUnread div.cdmHeader a {
+div.cdmArticleUnread div.cdmHeader span.titleWrap a {
        color : black;
 }
 
 div.cdmFooter {
-       font-size : 9pt;
+       font-size : 12px;
        color : black;
        padding : 5px;
        color : gray;
-       background-color : white;
+/*     background-color : white; */
        border-width : 1px 0px 0px 0px;
        border-color : #c0c0c0;
        border-style : dotted;
 }
 
-div.cdmArticleSelected div.cdmFooter {
+/*div.cdmArticleSelected div.cdmFooter {
        background-color : transparent;
 }
 
+div.cdmArticleUnreadSelected div.cdmFooter {
+       background-color : transparent;
+}*/
+
 div.cdmFooter span.s0 {
        border-width : 0px 1px 0px 0px;
        border-color : #c0c0c0;
@@ -969,6 +1070,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 {
@@ -977,7 +1084,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 {
@@ -985,8 +1092,30 @@ 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 {
+       margin-top : 1em;
+       color : gray;
 }
 
 a.warning {
@@ -999,7 +1128,7 @@ img.closeButton {
 }
 
 span.groupPrompt {
-       font-size : 9pt;
+       font-size : 12px;
        color : #4684ff;
 }
 
@@ -1013,6 +1142,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;
@@ -1089,7 +1225,7 @@ span.subscribers {
 
 div.subscribers {
        color : #808080;
-       font-size : 9pt;
+       font-size : 12px;
        float : right;
 }
 
@@ -1114,7 +1250,7 @@ ul.compact li {
 }
 
 div.browserFeedInfo {
-       font-size : 9pt;
+       font-size : 12px;
 /*     border : 1px solid #88b0f0;
        background-color : #ecf4ff;
        -moz-border-radius : 5px; */
@@ -1135,7 +1271,7 @@ div.cdmContent a:hover {
 
 a.cdmToggleLink {
        color : #808080;
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 a.cdmToggleLink:hover {
@@ -1154,7 +1290,6 @@ a.cdmToggleLink:hover {
        bottom : 20px;
        z-index : 999;
        background-color : white;
-       display : none;
        border : 1px solid #c0c0c0;
        overflow : auto;
        margin : 0px;
@@ -1165,19 +1300,17 @@ a.cdmToggleLink:hover {
 #debug_output li {
        margin : 0px;
        padding : 0px;
-       font-size : 8pt;
+       font-size : 11px;
 }
 
 #dialog_overlay {
-       background : white;
        left : 0;
        top : 0;
        height : 100%;
        width : 100%;
-       z-index : 2;
-       opacity : 0.5;
+       z-index : 4;
        position : absolute;
-       display : none;
+       background-image : url("images/shadow_white.png");
 }
 
 #overlay {
@@ -1192,7 +1325,6 @@ a.cdmToggleLink:hover {
 
 #overlay_inner {
        font-weight : bold;
-       text-align : center;
        margin : 10px;
 }
 
@@ -1312,7 +1444,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;
@@ -1357,40 +1489,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 1px 0px;
-       border-style : solid;
+       border-width : 1px 1px 0px 0px;
+       border-style : dotted solid;
        border-color : #88b0f0;
-       top : 50px;
+       top : 40px;
        left : 0px;
        position : absolute;
        width : 260px;
        overflow : auto;
-       bottom : 40px;
+       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 {
@@ -1398,15 +1529,13 @@ div.headlines_normal {
        border-width : 1px 0px 0px 0px;
        border-style : solid;
        border-color : #88b0f0;
-       left : 260px;
+       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 {
@@ -1414,14 +1543,13 @@ div.headlines_cdm {
        border-width : 1px 0px 1px 0px;
        border-style : solid;
        border-color : #88b0f0;
-       left : 260px;
+       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 {
@@ -1431,12 +1559,35 @@ div.headlines_cdm {
        border-color : #88b0f0;
        overflow : auto;
        top : 390px;
-       left : 260px;
+       left : 261px;
        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 {
@@ -1445,15 +1596,14 @@ 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; 
        background-color : white;
        right : 0px;
-       left : 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;
@@ -1461,6 +1611,10 @@ div.headlines_cdm {
 
 }
 
+#prefFooter {
+       left : 0px;
+}
+
 #footer a, #prefFooter a {
        color : gray;
 }
@@ -1470,7 +1624,7 @@ div.headlines_cdm {
 }
 
 #headlinesContainer {
-       margin-left : 1px;
+       margin-left : 0px;
        background-color : white;
 }
 
@@ -1479,13 +1633,13 @@ div.headlines_cdm {
        border-style : solid;
        border-color : #c0c0c0;
        background-color : #fafafa; */
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 #headlinesInnerContainer {
        overflow : auto;
        position : absolute;
-       left : 1px;
+       left : 0px;
        right : 0px;
        bottom : 0px;
        top : 25px; 
@@ -1495,14 +1649,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;
 }
 
@@ -1514,131 +1668,60 @@ 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;
 }
 
-#userSwitch {
+#prefContent {
+       z-index : 4;
+       background-image : url("images/prefs-content.png");
+       background-position : top left;
+       background-repeat : repeat-x;
        position : absolute;
-       bottom : 2px;
-       right : 2px;
-}
-
-a.feedUpdErrLink {
-       color : #ff0000;
-       display : block;
-       margin-bottom : 0.5em;
-}
-
-.catCtrHasUnread {
-       font-weight : bold;
-}
-
-.catCtrNoUnread {
-       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;
-}
+       bottom : 0px;
+       top : 0px;
+       left : 0px;
+       right : 0px;
+       padding : 1em;
+       overflow : auto;
 
-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 {
-       cursor : pointer;
-       border-width : 1px 1px 0px 1px;
-       border-color : #c0c0c0;
-       border-style : solid;
+#userSwitch {
+       position : absolute;
+       bottom : 2px;
+       right : 2px;
 }
 
-ul.headlineDropdownMenu li.top:hover ul {
+a.feedUpdErrLink {
+       color : #ff0000;
        display : block;
+       margin-bottom : 0.5em;
 }
 
-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;
+.catCtrHasUnread, .feedCtrHasUnread {
+       font-weight : bold;
+       color : #707070;
 }
 
-ul.headlineDropdownMenu ul li:hover {
-       color : #4684ff;
-       background-color : #f0f0f0;
+.catCtrNoUnread, .feedCtrNoUnread {
+       display : none;
 }
 
 #newVersionIcon {
        vertical-align : middle;
        cursor : pointer;
+       margin-left : 10px;
 }
 
 a.helpLinkPic {
@@ -1660,11 +1743,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;
@@ -1694,3 +1777,344 @@ div.autocomplete ul li {
        cursor : pointer;
 }
 
+#feedOpToolbar {
+       float : right;
+}
+
+div.topLinks {
+       float : right;
+       margin-right : 5px;
+       color : gray;
+}
+
+div.topLinks a {
+       color : #4684ff;        
+}
+
+div.topLinks a:hover {
+       color : black;
+}
+
+div.topLinks a.feedback {
+       color : #009900;
+}
+
+div.dashboard {
+       margin-left : 3px;
+}
+
+a.visibleLink {
+       color : #4684ff;
+
+}
+
+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;
+}
+
+div.cdmFeedTitle {
+       border-color : #a0a0a0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       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;*/
+
+       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 {
+       color : #00cc00;
+}
+
+td.hlContentL a, td.hlContentL span {
+       color : #909090;
+       text-decoration : line-through;
+}
+
+span.titleWrapH, span.titleWrapH a {
+       color : #00cc00;
+}
+
+span.titleWrapL, span.titleWrapL a {
+       color : #909090;
+       text-decoration : line-through;
+}
+
+img.hlScorePic {
+       vertical-align : middle;
+       width : 16px;
+       height : 16px;
+}
+
+div#hotkey_help_overlay {
+       position : absolute;
+       left : 30px;
+       right : 30px;
+       top : 30px;
+       z-index : 999;
+       color : white;
+       font-size : 15px;
+}
+
+div#hotkey_help_overlay h1 {
+       text-align : center;
+}
+
+div#hotkey_help_overlay ul {
+       list-style-type : none;
+       margin : 0px;
+}
+
+div#hotkey_help_overlay li {
+       margin : 0px;
+}
+
+div#hotkey_help_overlay p {
+       text-align : center;
+}
+
+div#hotkey_help_overlay td.n {
+       text-align : right;
+       font-weight : bold;
+       width : 6em;
+       color : #a0ffa0;
+       padding-right : 5px;
+}
+
+div#hotkey_help_overlay td {
+       vertical-align : top;
+}
+
+div#hotkey_help_overlay h1 {
+       margin : 0px;
+}
+
+div#hotkey_help_overlay h2 {
+       font-size : 16px;
+       border-width : 0px;
+       margin : 0.3em 0px 0.3em 0px;
+       text-align : center;
+       color : #88b0f0;
+}
+
+div#hotkey_help_overlay table.hho td.c1 {
+       height : 30px;
+       width : 30px;
+       background : url("images/c1.png");
+       background-repeat : no-repeat;
+
+}
+
+div#hotkey_help_overlay table.hho td.c2 {
+       height : 30px;
+       width : 30px;
+       background : url("images/c2.png");
+       background-repeat : no-repeat;
+}
+
+div#hotkey_help_overlay table.hho td.c3 {
+       height : 30px;
+       width : 30px;
+       background : url("images/c3.png");
+       background-repeat : no-repeat;
+}
+
+div#hotkey_help_overlay table.hho td.c4 {
+       height : 30px;
+       width : 30px;
+       background : url("images/c4.png");
+       background-repeat : no-repeat;
+}
+
+div#hotkey_help_overlay table.hho td.top,
+div#hotkey_help_overlay table.hho td.left,
+div#hotkey_help_overlay table.hho td.right,
+div#hotkey_help_overlay table.hho td.bottom,
+div#hotkey_help_overlay table.hho td.content {
+       background : url("images/shadow_dark.png");     
+}
+
+div#hotkey_help_overlay table.hho td.top,
+div#hotkey_help_overlay table.hho td.bottom {
+       text-align : center;
+       font-size : 13px;
+}
+
+div.prefKbdHelp {
+       float : right;
+       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#extendedErrorBox {
+       left : 25%;
+       top : 70px;
+       width : 50%;
+       z-index : 999;
+       position : absolute;
+       min-width : 600px;
+       background-color : #ffcccc;
+       border : 1px solid #ff0000;
+       font-size : 12px;
+}
+
+div#extendedErrorBox div#xebTitle {
+       background-color : #ff0000;
+       color : white;
+       padding : 4px 2px 4px 10px;
+       color : white;
+       font-weight : bold;
+       font-size : 12px;
+}
+
+div#extendedErrorBox div#xebContent {
+       font-size : 12px;
+       padding : 10px;
+}
+
+div#extendedErrorBox textarea {
+       width : 100%;
+       height : 200px;
+}
+
+div#extendedErrorBox input {
+       margin-bottom : 10px;
+}