]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
fix schema
[tt-rss.git] / tt-rss.css
index c17b9d45f2982914bda528ee395309c1434c1584..39ae0bdc89896fc832fbc6192719a9f7e1c246b1 100644 (file)
@@ -3,111 +3,18 @@ body {
        color : black;
        margin : 0px;
        padding : 0px;
-       font-family : sans-serif;
+       font-family : "Lucida Grande", Arial, sans-serif;
 }
 
-/* common styles */
-
-table.main td.headerBox {
-/*        background-image : url("images/vgrad_light_rev2.png");
-       background-position : top left;
-       background-repeat : repeat-x; */
-                 background-color : white;
-}
-
-table.main td.header {
-       padding : 10px 10px 10px 10px;
-       height : 50px;
-}
-
-table.main td.mainToolbar {
-       border-width : 0px 0px 0px 0px;
-       border-style : solid;
-       border-color : #c0c0c0;
-       padding : 3px 25px 3px 10px;
-}
-
-table.main td.prefsToolbar {
-       padding : 0px 5px 5px 0px;
-}
-
-table.main td.feeds {
-       width : 290px;
-       height : 100%;
-       border-width : 1px 0px 0px 0px;
-       border-style : solid;
-       border-color : #88b0f0;
-       padding : 0px;
-}
-
-table.main td.headlinesToolbarBox {
-       padding : 10px;
-       border-width : 0px 0px 1px 1px;
-       border-style : solid;
-       border-color : #88b0f0;
-       background-image : url("images/toolbar.png");
-       background-position : bottom left;
-       background-repeat : repeat-x;
-       background-color : white;
-}
-
-table.main td.footer {
-       border-width : 1px 0px 0px 0px;
-       border-style : solid;
-       border-color : #88b0f0;
-       padding : 10px;
-       text-align : center;
-       font-size : x-small;
-       background-image : url("images/footer.png");
-       background-position : top left;
-       background-repeat : repeat-x; 
-       background-color : white;
-       color : gray;
-}
-
-table.main td.footer a {
-       color : gray;
-}
-
-table.main td.footer a:hover {
-       color : #4684ff;
-}
-
-table.main td.headlines {
-       height : 25%;
-       border-width : 0px 0px 1px 1px;
-       border-style : solid;
-       border-color : #88b0f0;
-}
-
-table.main td.headlines2 {
-       height : 100%;
-       border-width : 0px 0px 0px 1px;
-       border-style : solid;
-       border-color : #c0c0c0;
-}
-
-table.main td.content {
-       height : 100%;
-       border-width : 0px 0px 0px 1px;
-       border-style : solid;
-       border-color : #88b0f0;
-}
-
-table.main td.prefContent {
-       height : 100%;
-       background-image : url("images/prefs-content.png");
-       background-position : top left;
-       background-repeat : repeat-x;
-       border-width : 1px 0px 0px 0px;
+blockquote {
+       margin : 5px;
+       border-width : 0px 0px 0px 4px;
+       border-color : #f0f0f0;
        border-style : solid;
-       border-color : #88b0f0;
-       padding : 20px;
-       background-color : white; 
+       padding : 2px 0px 2px 5px;
 }
 
 div.postReply {
-       height : 100%;
        padding : 10px;
 }
 
@@ -130,6 +37,11 @@ div.postReply > div.postHeader {
 
 div.postReply div.postContent {
        padding : 10px;
+       font-size : 10pt;
+}
+
+div.postReply div.postContent img {
+       border-width : 0px;
 }
 
 div.postReply div.postIcon {
@@ -141,15 +53,16 @@ div.postReply div.postIcon {
 ul.feedList {
        list-style-type : none;
        margin : 5px;
-       padding : 0px 0px 0px 10px;
-       font-size : x-small;
+       padding : 0px 0px 0px 5px;
+       font-size : 9pt;
+       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
 }
 
 ul.feedList li.feedCat {
        margin : 0px;
        padding : 3px 0px 3px 0px;
        color : #707070;
-       font-size : x-small;
+       font-size : 9pt;
 }
 
 ul.feedList li.feedCat a {
@@ -162,13 +75,13 @@ ul.feedList li.feedCat a:hover {
 
 ul.feedCatList {
        list-style-type : none;
-       margin : 0px 0px 0px 20px;
+       margin : 0px 0px 0px 15px;
        padding : 0px;  
 }
 
 ul.feedCatList li {
        margin : 0px;
-       padding : 0px 0px 0px 0px;
+       padding : 0px 0px 2px 0px;
        color : black;
 }
 
@@ -176,6 +89,10 @@ ul.feedList li {
        margin : 0px;
 }
 
+ul.feedCatList img {
+       vertical-align : bottom;
+}
+
 li.feedUnread, 
 li.errorUnread, 
 li.labelUnread, 
@@ -305,51 +222,60 @@ input.editbox {
        padding-left : 2px;
 }
 
-td.notifyBox {
-       font-size : 10pt;
-       text-align : right;
-}
-
-.notify_sm {
-       background : #fff7d5;
-       border : 1px solid #d7c47a;
-       padding : 3px;
-       -moz-border-radius : 3px;
-       font-size : x-small;
-       font-weight : bold;
-       text-align : left;
-       padding : 3px 20px 3px 20px;
-       text-align : center;
-       float : left;
-       min-width : 20%;
-       position : absolute;
-       left : 2px;
-       top : 2px;
-       display : none;
-}
-
-.notify {
-       background : #fff7d5;
-       border : 1px solid #d7c47a;
-       padding : 3px;
+#notify {
+       border-width : 1px;
+       border-style : solid;
        top : 10px;
        right : 35%;
        min-width : 30%;
        position : absolute;    
-       font-size : x-small;
-       font-weight : bold;
-       text-align : center;
        display : none;
        float : right;
-       padding : 3px 20px 3px 20px;
+       font-size : 9pt;
        z-index : 999;
-       -moz-border-radius : 3px;
+       -moz-border-radius : 2px;
+       padding : 5px 5px 5px 5px;
+}
+
+#notify img {
+       vertical-align : middle;
+}
+
+.notifyProgress {
+       border-color : #d7c47a;
+       background-color : #fff7d5;
+       color : black;
+}
+
+.notifyInfo {
+       border-color : #7AD78E;
+       background-color : #D5FFDB;
+       color : black;
+}
+
+.notify {
+       border-color : #d7c47a;
+       background-color : #fff7d5;
+       color : black;
+}
+
+.notifyError {
+       background-color : #ffcccc;
+       border-color : #ff0000;
+       color : black;
+}
+
+.notifyError span:hover {
+       color : red;
+       cursor : pointer;
 }
 
 #dispSwitch {
-       padding : 5px 5px 5px 0px;
-       font-size : x-small;
+       font-size : 8pt;
+       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        text-align : right;
+       float : right;
+       margin : 5px 5px 0px 0px;
 }
 
 #dispSwitch a {
@@ -441,15 +367,6 @@ a.button {
        background-color : #fff7d5;
 }
 
-/*
-.feedUnreadSelected, .feedSelectedUnread, 
-.virtUnreadSelected, .virtSelectedUnread,
-.labelUnreadSelected, .labelSelectedUnread {
-       background-color : #e0e0ff;
-       font-weight : bold;
-} */
-
-
 .evenGrayed, .evenGrayed td {
        background-color : #f0f0f0;
        color : #909090;
@@ -485,33 +402,33 @@ a.button {
        display : none;
 }
 
-/*
-td > input, div > input {
-       border : 1px solid #a0a0a0;
-} */
-
 /* preferences */
 
 tr.title td {
        border-width : 0px 0px 1px 0px;
        border-color : #ecf4ff;
        border-style : solid;
-       font-size : x-small;
-       color : black;
+       color : #4684ff;
 }
 
 tr.title td a {
-       color : black;
+       color : #4684ff;
 }
 
 tr.title td a:hover {
-       color : #4684ff;
+       color : black;
+}
+
+div.feedEditSearch {
+       float : right;
 }
 
 table.prefFeedList td.feedEditCat {
-       font-size : large;
        font-weight : bold;
-       padding : 5px 0px 5px 0px;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #88b0f0;
+       padding-top : 0.5em;
 }
 
 table.prefFeedList td.feedIcon {
@@ -522,6 +439,14 @@ table.prefFeedList td.feedSelect {
        text-align : center;
 }
 
+div.prefFeedCatHolder {
+       height : 250px;
+       overflow : auto;
+       border : 1px solid #99d67a;
+       margin : 5px 0px 5px 0px;
+       background-color : white;
+}
+
 a.helpLink {
        color : #808080;
 }
@@ -539,25 +464,27 @@ div.helpResponse {
        border : 1px solid #f0f0f0;
 }
 
-#userDlgShadow {
-       z-index : 3;
-       position : absolute;
-       left : 30%;
-       top : 30%;
-       display : none;
-       background-image : url("images/shadow.png");
+#infoBoxTitle {
+       border-width : 1px 1px 1px 1px;
+       border-style : solid;
+       border-color : #99d67a;
+       background-color : #99d67a;
+       padding : 2px;
+       color : white;
 }
 
-#userDlg {
-       padding : 15px;
-       border : 1px solid #88b0f0;
-       font-size : small;
+#infoBox {     
+       border-width : 1px 1px 1px 1px;
+       border-style : solid;
+       border-color : #99d67a;
        position : relative;
        bottom : 2px;
        right : 2px;
-       background-color : #ecf4ff;
+       padding-bottom : 5px;   
+       background-color : #f8fcf5;
 }
 
+/*
 #infoBoxTitle {
        border-width : 1px 1px 1px 1px;
        border-style : solid;
@@ -567,39 +494,43 @@ div.helpResponse {
        color : white;
 }
 
-
 #infoBox {     
        border-width : 1px 1px 1px 1px;
        border-style : solid;
        border-color : #88b0f0;
-       font-size : small;
        position : relative;
        bottom : 2px;
        right : 2px;
        padding-bottom : 5px;   
-       background-image : url("images/prefs-content.png");
-       background-position : top left;
-       background-repeat : repeat-x;
-       background-color : white;
-}
+       background-color : #f7faff;
+} */
 
 #infoBoxShadow {
        background-image : url("images/shadow.png");
-       left : 30%;
+       left : 25%;
        top : 30%;
-       width : 30%;
+       width : 50%;
        z-index : 3;
        position : absolute;
        display : none;
-}
+} 
 
 div.infoBoxContents {
-       padding : 5px;
+       padding : 10px;
        margin-bottom : 5px;
+       font-size : 9pt;
 }
 
 div.infoBoxContents td {
-       font-size : small;
+       font-size : 9pt;
+}
+
+div.infoBoxContents a {
+       color : #527040;
+}
+
+div.infoBoxContents a:hover {
+       color : black;
 }
 
 div.helpResponse h1, div.infoBoxContents h1 {
@@ -614,13 +545,6 @@ div.helpResponse h2, div.infoBoxContents h2 {
        font-size : 12pt;
 }
 
-/* pre {
-       border : 1px solid #c0c0c0;
-       padding : 5px;
-       background : #f0f0f0;
-       margin : 5px 10px 5px 10px;
-} */
-
 pre {
        margin : 5px;
 }
@@ -629,59 +553,88 @@ input.extSearch {
        width : 100%;
 }
 
-table.main td.prefsTabs {
-       padding-left : 5px;
-/*               background-image : url("images/toolbar.png");
-       background-position : bottom left;
-       background-repeat : repeat-x; */
+div.firstTab {
+       width : 10px;
+       float : left;
 }
 
-input.prefsTab {               
-       background-image : url("images/prefs_tab.png");
-       background-position : top left;
-       background-repeat : repeat-x;
-       border : 0px solid black;
-       padding : 2px 7px 2px 7px;
-       margin : 0px 1px 0px 0px;
-       width : 130px;
-       font-size : x-small;
-       background-color : white;
+div.prefsTab:hover {
+       cursor : pointer;
 }
 
-input.prefsTabSelected {
+div.prefsTabSelected:hover {
+       cursor : pointer;
+}
 
-       background-image : url("images/active_tab.png");
-       background-position : top left;
-       background-repeat : repeat-x;
-       border : 0px solid black;
-       padding : 2px 7px 2px 7px;
-       margin : 0px 1px 0px 0px;
-       width : 130px;
-       font-weight : bold;
-       background-position : top left;
-       background-repeat : repeat-x;
-       font-size : x-small;
+div.prefsTab {
+       float : left;
+       border-width : 1px 1px 0px 1px;
+       border-color : #88b0f0;
+       border-style : solid;
+       margin : 0px 0px 0px 5px;
+       padding : 3px 5px 3px 5px;
+       font-size : 9pt;
+       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;
 }
 
+div.prefsTabSelected {
+       float : left;
+       border-width : 1px 1px 0px 1px;
+       border-color : #88b0f0;
+       border-style : solid;
+       margin : 0px 0px 0px 5px;
+       padding : 3px 5px 3px 5px;
+       background-color : #ecf4ff;
+       font-size : 9pt;
+       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;
+       
+}
 
-/*input.prefsTab:hover {
-       background : white;
-}*/
+div.notice {
+       background : #ffffff;
+       border : 1px solid #88b0f0;
+       width : 50%;
+       padding : 5px;
+       margin : 0px 0px 5px 0px;
+       font-size : 9pt;
+}
 
 div.warning {
        background : #fff7d5;
        border : 1px solid #d7c47a;
-       padding : 3px;
-       margin : 5px;
-       font-size : x-small;
+       font-size : 9pt;
+       width : 50%;
+       padding : 5px;
+       margin : 0px 0px 5px 0px;
 }
 
-div.notice {
-       background : #ffffff;
-       border : 1px solid #88b0f0;
+
+div.warning img, div.notice img, div.error img {
+       vertical-align : middle;
        padding : 5px;
-       margin : 5px;
-       font-size : x-small;
+}
+
+div.error {
+       border : 1px solid #ff0000;
+       background : #ffcccc;
+       padding : 5px;
+       margin : 0px 0px 5px 0px;
+       font-size : 9pt;
 }
 
 ul.nomarks {
@@ -690,33 +643,11 @@ ul.nomarks {
        padding : 10px; 
 }
 
-div.bigErrorMsg {
-       border : 1px solid #c0c0c0;
-       background : #fff0f0;
-       padding : 30px;
-       margin : 20px;
-}
-
 div.prefHelp, td.prefHelp {
-       font-size : x-small;
        color : gray;
        padding : 5px;
 }
 
-td.welcomePrompt {
-       font-size : x-small;
-       color : #4684ff;
-       text-align : right;
-       padding-right : 10px;
-       padding-top : 5px;
-}
-
-td.httpWelcomePrompt {
-       font-size : small;
-       color : gray;
-       text-align : right;
-}
-
 table.loginForm {
        background-color : #ecf4ff;
 }
@@ -731,19 +662,26 @@ table.innerLoginForm td {
        padding : 3px 3px 5px 3px;
 }
 
-span.insensitive {
+span.feed_error {
+       color : red;
+}
+
+span.insensitive, div.insensitive {
        color : gray;
 }
 
-.prefGenericAddBox {
-       margin : 5px;
-       font-size : small;
+.insensitive a {
+       color : #4684ff;
 }
 
-.prefGenericAddBox td {
-       font-size : small;
+.insensitive a:hover {
+       color : black;
 }
 
+/* .prefGenericAddBox {
+       font-size : 9pt;
+} */
+
 body.logoutBody {
        background-color : #f0f0f0;
        color : black;
@@ -765,7 +703,7 @@ div.logoutContent {
 }
 
 .small {
-       font-size : x-small;
+       font-size : 9pt;
 }
 
 table.innerFeedTable td {
@@ -774,38 +712,54 @@ table.innerFeedTable td {
 }
 
 td.selectPrompt {
-       font-size : x-small;
+       font-size : 9pt;
        color : gray;
 }
 
+table.headlinesSubToolbar {
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #f0f0f0;
+       position : absolute;
+       left : 1px;
+       top : 0px;
+       height : 25px;
+       right : 0px;
+       background-color : white;
+}
+
 table.headlinesSubToolbar td.headlineActions {
-       font-size : x-small;
+       font-size : 9pt;
+       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        color : gray;
-       padding : 5px 0px 5px 5px;
+       padding : 0px 5px 0px 5px;
 }
 
 table.headlinesSubToolbar td.headlineActionsRTL {
-       font-size : x-small;
+       font-size : 9pt;
+       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        color : gray;
-       padding : 5px 5px 5px 0px;
+       padding : 0px 5px 0px 5px;
 }
 
 table.headlinesSubToolbar td.headlineTitle {
-       font-size : x-small;
+       font-size : 9pt;
+       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        color : gray;
-       padding : 5px 5px 5px 0px;
+       padding : 0px 5px 0px 5px;
        text-align : right;
 }
 
 table.headlinesSubToolbar td.headlineTitleRTL {
-       font-size : x-small;
+       font-size : 9pt;
+       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        color : gray;
-       padding : 5px 0px 5px 5px;
+       padding : 0px 5px 0px 5px;
        text-align : left;
 }
 
 span.contentPreview {
-       font-size : x-small;
+       font-size : 9pt;
        color : gray;
        font-weight : normal;
 }
@@ -814,6 +768,10 @@ span.contentPreview:hover {
        color : #4684ff;
 }
 
+table.headlinesList {
+       width : 100%;
+}
+
 table.headlinesList td.hlMarkedPic {
        width : 25px;
        text-align : center;
@@ -821,16 +779,14 @@ table.headlinesList td.hlMarkedPic {
 
 table.headlinesList td.hlfeed {
        text-align : right;
-       font-size : small;
 }
 
-td.hlSelectRow, td.hlUpdatePic {
+td.hlSelectRow, td.hlUpdPic {
        width : 25px;
        text-align : center;
 }
 
 table.headlinesList td.hlUpdated {
-       font-size : small;
        color : gray;
        text-align : right;
        width : 100px;
@@ -840,16 +796,26 @@ table.headlinesList tr td {
        padding : 2px 0px 2px 0px;
 }
 
-div.postHeader td.postDate {
-       font-size : x-small;
+div.postHeader div.postDate {
        text-align : right;
        color : gray;
+       float : right;
 }
 
-div.postHeader td.postDateRTL {
-       font-size : x-small;
+div.postHeader div.postDateRTL {
        text-align : left;
        color : gray;
+       float : right;
+}
+
+div.postReply span.tagList {
+       color : gray;
+}
+
+div.postHeader div {
+       padding-bottom : 3px;
+       font-size : 10pt;
+       /* font-family : "Lucida Grande", Tahoma, sans-serif; */
 }
 
 #feedUpdateErrors {
@@ -857,7 +823,7 @@ div.postHeader td.postDateRTL {
 }
 
 #allEntryTags {
-       font-size : x-small;
+       font-size : 9pt;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0;
@@ -875,28 +841,44 @@ td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
        height : 1em;
 }
 
+td.hlFeed {
+       text-align : right;
+}
+
+/* div.cdmArticle:hover {
+       background-color : white;
+} */
+
 div.cdmArticle {
-       border : 1px solid #f0f0f0;
+       border-color : #a0a0a0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
        background-color : #fafafa;
-       -moz-border-radius : 5px;
-       margin : 10px 10px 0px 10px;
-       padding : 10px;
+       margin : 0px;
+       color : #505050;
+       /* padding : 10px; */
 }
 
+/* div.cdmArticleUnread:hover {
+       background-color : white;
+} */
+
 div.cdmArticleUnread {
-       border : 1px solid #d5f1f4;
-       background-color : #fafeff;
-       -moz-border-radius : 5px;
-       margin : 10px 10px 0px 10px;
-       padding : 10px;
+       border-color : #a0a0a0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       background-color : white;
+       margin : 0px;
+       /* padding : 10px; */
+       color : black;
 }
 
 div.cdmArticleSelected, div.cdmArticleUnreadSelected {
-         -moz-border-radius : 5px;
-       margin : 10px 10px 0px 10px;
-       padding : 10px;
+       margin : 0px;
        background-color : #fff7d5;
-                 border : 1px solid #e7d796;
+       border-color : #e7d796;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
 }
 
 div.cdmArticleUnread div.cdmHeader a.title, 
@@ -905,13 +887,55 @@ div.cdmArticleUnreadSelected div.cdmHeader a.title {
 }
 
 div.cdmHeader {
-       padding-bottom : 5px;
+       padding : 5px 5px 10px 5px;
+}
+
+div.cdmArticleUnread div.cdmHeader a {
+       color : black;
 }
 
 div.cdmFooter {
-       font-size : x-small;
+       font-size : 9pt;
+       color : black;
+       padding : 5px;
        color : gray;
-       padding-top : 5px;
+       background-color : white;
+       border-width : 1px 0px 0px 0px;
+       border-color : #c0c0c0;
+       border-style : dotted;
+}
+
+div.cdmArticleSelected div.cdmFooter {
+       background-color : transparent;
+}
+
+div.cdmFooter span.s0 {
+       border-width : 0px 1px 0px 0px;
+       border-color : #c0c0c0;
+       border-style : dotted;
+       padding : 0px 10px 0px 0px;
+}
+
+div.cdmFooter span.s1 {
+       border-width : 0px 1px 0px 0px;
+       border-color : #c0c0c0;
+       border-style : dotted;
+       padding : 0px 10px 0px 10px;
+}
+
+div.cdmFooter span.s2 {
+       padding : 0px 10px 0px 10px;
+}
+
+div.cdmFooter img.markedPic {
+       width : 16px;
+       height : 16px;
+       vertical-align : middle;
+}
+
+
+div.cdmHeader div.articleUpdated {
+       float : right;
 }
 
 div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
@@ -919,8 +943,8 @@ div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
 }
 
 div.cdmHeader, div.cdmHeader a {
-       color : gray;
-       font-size : x-small;
+       color : #505050;
+       font-size : 9pt;
 }
 
 div.cdmHeader a:hover {
@@ -928,7 +952,8 @@ div.cdmHeader a:hover {
 }
 
 div.cdmContent {
-       margin-bottom : 5px;
+       margin : 5px 15px 0px 15px;
+
 }
 
 a.warning {
@@ -941,15 +966,35 @@ img.closeButton {
 }
 
 span.groupPrompt {
-       font-size : x-small;
+       font-size : 9pt;
        color : #4684ff;
 }
 
+div.tagCloudContainer {
+/*     height : 300px;
+       overflow : auto; */
+       border : 1px solid #99d67a;
+       background-color : white;
+       margin : 5px 0px 5px 0px;
+       padding : 5px;
+       text-align : center;
+}
+
+ul.feedErrorsList {
+       height : 300px;
+       overflow : auto;
+       list-style-type : none;
+       border : 1px solid #99d67a;
+       background-color : white;
+       margin : 0px 0px 5px 0px;
+       padding : 0px;
+}
+
 ul.userFeedList {
        height : 300px;
        overflow : auto;
        list-style-type : none;
-       border : 1px solid #88b0f0;
+       border : 1px solid #99d67a;
        background-color : white;
        margin : 0px 0px 5px 0px;
        padding : 0px;
@@ -967,7 +1012,7 @@ ul.labelTestResults {
        list-style-type : none;
        margin : 0px 0px 5px 0px;
        padding : 0px;
-       border : 1px solid #88b0f0;
+       border : 1px solid #99d67a;
        background-color : white;
 }
 
@@ -977,7 +1022,7 @@ ul.filterTestResults {
        list-style-type : none;
        margin : 0px 0px 5px 0px;
        padding : 0px;
-       border : 1px solid #88b0f0;
+       border : 1px solid #99d67a;
        background-color : white;
 }
 
@@ -987,7 +1032,7 @@ ul.browseFeedList {
        list-style-type : none;
        margin : 0px 0px 5px 0px;
        padding : 0px;
-       border : 1px solid #88b0f0;
+       border : 1px solid #99d67a;
        background-color : white;
 }
 
@@ -1002,7 +1047,7 @@ span.subscribers {
 
 div.subscribers {
        color : #808080;
-       font-size : x-small;
+       font-size : 9pt;
        float : right;
 }
 
@@ -1028,7 +1073,7 @@ ul.compact li {
 }
 
 div.browserFeedInfo {
-       font-size : x-small;
+       font-size : 9pt;
 /*     border : 1px solid #88b0f0;
        background-color : #ecf4ff;
        -moz-border-radius : 5px; */
@@ -1049,7 +1094,7 @@ div.cdmContent a:hover {
 
 a.cdmToggleLink {
        color : #808080;
-       font-size : x-small;
+       font-size : 9pt;
 }
 
 a.cdmToggleLink:hover {
@@ -1079,7 +1124,19 @@ a.cdmToggleLink:hover {
 #debug_output li {
        margin : 0px;
        padding : 0px;
-       font-size : x-small;
+       font-size : 8pt;
+}
+
+#dialog_overlay {
+       background : white;
+       left : 0;
+       top : 0;
+       height : 100%;
+       width : 100%;
+       z-index : 2;
+       opacity : 0.5;
+       position : absolute;
+       display : none;
 }
 
 #overlay {
@@ -1116,11 +1173,24 @@ a.cdmToggleLink:hover {
 }
 
 #fatal_error_msg {
-       border : 1px solid #c0c0c0;
-       background-color : #f0f0f0;
        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 {     
@@ -1143,6 +1213,8 @@ form {
 }
 
 #main_toolbar_form {
+       margin : 0px;
+       padding : 0px;
        display : inline;
 }
 
@@ -1171,6 +1243,7 @@ span.debugTS {
        border : 1px solid #601010;
        padding : 3px;
        font-weight : bold;
+       display : none;
 }
 
 .objectWarn {
@@ -1198,7 +1271,7 @@ table.loginForm2 .loginBottom {
        border-width : 1px 0px 0px 0px;
        border-color : #88b0f0;
        border-style : solid;
-       font-size : x-small;
+       font-size : 9pt;
        text-align : center;
        color : #909090;
        padding : 0.5em;
@@ -1235,6 +1308,7 @@ div.whiteBox {
        background-color : white;
        margin-left : 1px;
        text-align : center;
+       padding : 1em;
 }
 
 /* layout */
@@ -1247,7 +1321,7 @@ div.whiteBox {
        right : 5px;
        height : 40px;
        color : #4684ff;
-       font-size : x-small;
+       font-size : 9pt;
 }
 
 #feeds-holder {
@@ -1259,7 +1333,9 @@ div.whiteBox {
        position : absolute;
        width : 260px;
        overflow : auto;
-       bottom : 50px;
+       bottom : 40px;
+       border-collapse : collapse;
+       height: expression((parseInt(document.documentElement.clientHeight)-40-20-30)+'px');
 }
 
 #toolbar {
@@ -1273,7 +1349,7 @@ div.whiteBox {
        background-image : url("images/toolbar.png");
        background-position : bottom left;
        background-repeat : repeat-x;
-       font-size : small;
+       font-size : 9pt;
 }
 
 div.headlines_normal {
@@ -1282,11 +1358,14 @@ div.headlines_normal {
        border-style : solid;
        border-color : #88b0f0;
        left : 260px;
-       height : 300px;
+       height : 305px;
        top : 85px;
        right : 0px;
-       overflow : auto;
-       font-size : small;
+       overflow : hidden;
+       font-size : 9pt;
+       border-collapse : collapse;
+       /* css hack for IE */
+       width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
 }
 
 div.headlines_cdm {
@@ -1295,32 +1374,37 @@ div.headlines_cdm {
        border-style : solid;
        border-color : #88b0f0;
        left : 260px;
-       bottom : 50px;
+       bottom : 40px;
        top : 85px;
        right : 0px;
-       overflow : auto;
-       font-size : small;
+       overflow : hidden;
+       font-size : 9pt;
+       border-collapse : collapse;
+       width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
 }
 
 #content-frame {
        position : absolute;
-       border-width : 1px 0px 1px 0px;
+       border-width : 1px 0px 0px 0px;
        border-style : solid;
        border-color : #88b0f0;
        overflow : auto;
        top : 390px;
        left : 260px;
-       bottom : 50px;
+       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'); */
 }
 
-#footer {
+#footer, #prefFooter {
        position : absolute;
        bottom : 0px;
-       height : 30px;
+       height : 20px;
        text-align : center;
        color : gray;
-       font-size : x-small;
+       font-size : 9pt;
        background-image : url("images/footer.png");
        background-position : top left;
        background-repeat : repeat-x; 
@@ -1328,9 +1412,211 @@ div.headlines_cdm {
        right : 0px;
        left : 0px;
        padding : 10px;
+       width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
+       border-collapse : collapse;
+       border-width : 1px 0px 0px 0px;
+       border-style : solid;
+       border-color : #88b0f0;
+
+}
+
+#footer a, #prefFooter a {
+       color : gray;
+}
+
+#footer a:hover, #prefFooter a:hover {
+       color : black;
 }
 
 #headlinesContainer {
        margin-left : 1px;
        background-color : white;
 }
+
+#headlineActionsTop {
+/*     border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #c0c0c0;
+       background-color : #fafafa; */
+       font-size : 9pt;
+}
+
+#headlinesInnerContainer {
+       overflow : auto;
+       position : absolute;
+       left : 1px;
+       right : 0px;
+       bottom : 0px;
+       top : 25px; 
+}
+
+/* preferences layout */
+
+#prefHeader {
+       color : #4684ff;
+       font-size : 9pt;
+       margin : 10px;
+       height : 33px;
+}
+
+div.return {
+       float : right;
+       font-size : 9pt;
+       margin-right : 10px;
+}
+
+div.return a {
+       color : #4684ff;
+}
+
+div.return a:hover {
+       color : black;
+}
+
+#prefContent {
+       clear : left;
+       position : absolute;
+       bottom : 40px;
+       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;
+}
+
+#userSwitch {
+       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 : 9em;
+       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 {
+       cursor : pointer;
+       border-width : 1px 1px 0px 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 : 9em;
+       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;
+       display : none;
+}
+
+a.helpLinkPic {
+       float : right;
+}
+
+a.helpLinkPic img {
+       border-width : 0px;
+}
+
+#fadd_login_container {
+       display : none;
+}
+
+li.feedCatHolder {
+       display : inline;
+}
+
+table.prefFeedCatList {
+       background-color : white;
+}