* New new BBS view
[citadel.git] / webcit / static / webcit.css
index 23056c68596bde03131ffc7f337939fd292922e2..f616bc5454231cd5c5494eca9ac148c6b3a21397 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2005 - 2009 The Citadel Team
+ * Licensed under the GPL V3
+ */
+@import url("datepicker.css");
 @media print {
        input#toggler, .toolbar { display: none }
 }
 
 html { font-size: 100%;}
 
-body { font-size: 11pt}
+body { font-size: 100%;}
 
-#banner h1 { font-size: 16pt; }
+#banner h1 { font-size: 160%; }
 
 #banner h2,#banner .titlebar, .address_book_popup_title {
-       font-size: 13pt;
+       font-size: 130%;
 }
 
-#button, #content .msgbuttons a, .button_link a, input#delbutton,.attachfile,.logbuttons input,.buttons input, #wholist li, .buttons a, .customize, .mailbox_summary, .menubar_link, .roomlist_floor, .ib_roomlist_floor, .roomlist_new, .ib_roomlist_new, .roomlist_old, .ib_roomlist_old, #banner ul.room_actions li, #navbar, .selector_top, .selector_bottom, .room_banner .infos,.room_banner .nummsgs,li.search,li.view, .room_actions form select option, .selectbox, #message_list_hdr table, .message_header, ul.adminitems li span {
-       font-size: 10pt;
+#button, #content .msgbuttons a, .button_link a, input#delbutton,.attachfile,.logbuttons input,.buttons input, .buttons a, .customize, .menubar_link, .roomlist_floor, .ib_roomlist_floor, .roomlist_new, .ib_roomlist_new, .roomlist_old, .ib_roomlist_old, #banner ul.room_actions li, .selector_top, .selector_bottom, .room_banner .infos,.room_banner .nummsgs,li.search,li.view, .room_actions form select option, .selectbox, .message_header, ul.adminitems li span, #message_list tr > td {
+       font-size: 100%;
+}
+
+#message_list_hdr table {
+       font-size: 80%;
+}
+
+#navbar {
+       font-size: 75%;
+}
+
+.mailbox_summary {
+       font-size: 80%;
+}
+
+#online_users li a {
+       font-size: 80% !important;
+}
+.marked_row {
+    color: white;
 }
 
 /* Color */
 
 body {
        background-color: #6C91A6;
-       font-family: "Trebuchet MS", "Verdana", "Bitstream Vera Sans", sans-serif;
+       font-family: sans-serif;
        font-weight: 400;
 }
 
-#iconbar, .boxcontent,.service form div,table.altern .odd, #message_list, .message_content, #roomlist_div,.editednode,.mailbox_summary, .auth_validate, .event_background, .calendar_background, .calendar_view_background, .graphics_background, .messages_background, .paging_background, .preferences_background, .roomops_background, .sieve_background, .siteconfig_background, .smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .downloads_background, .vcard_edit_background, div.auto_complete, div.auto_complete ul {
+#iconbar_container, .boxcontent,.service form div,table.altern .odd, #message_list, .message_content, #roomlist_div,.editednode,.mailbox_summary, .auth_validate, .event_background, .calendar_background, .calendar_view_background, .graphics_background, .messages_background, .paging_background, .preferences_background, .roomops_background, .sieve_background, .siteconfig_background, .smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .wiki_history_background, .wiki_pagelist_background, .downloads_background, .vcard_edit_background, div.auto_complete, div.auto_complete ul, #summary_view {
        background-color: #FFF;
        color: #000;
 }
@@ -36,7 +60,7 @@ body {
        background-color: #CCC;
 }
 
-.box, #wholist li.inactiveuser a {
+.box, #online_users li.inactiveuser a {
        background-color: transparent;
 }
 
@@ -44,33 +68,32 @@ body {
        cursor: help;
 }
 
-.button_link, input, select, #login_form #uname, #login_form #pname, #wholist li.activeuser a, .room_actions form select, .room_actions li.search input, .address_book_popup_title {
-       background-color: #fbf4ca;
-}
-
-.button_link, input, select, #login_form #uname, #login_form #pname, .room_actions form select, .room_actions li.search input, .address_book_popup_title {
-       border: 1px solid #999;
-       color: #333;
-}
-
 .login_message {
        color: #AD1C00;
        font-weight: 700;
        text-transform: uppercase;
 }
 
-#iconbar ul li a, #room_infos, #address_book_popup,.roomops_cell, .roomops_cell_edit, .mimepart {
+.ib_button, #room_infos, #address_book_popup,.roomops_cell, .roomops_cell_edit, .mimepart, .iconbar_text{
        background-color: #F0FFFF;
        color: #333;
+} 
+#online_users:hover { /* separate in order for override */
+    background-color: #F0FFFF !important;
+       color: #333 !important;
 }
-
 #iconbar #button {
        border: none;
        list-style: none;
 }
 
+.ib_button {
+       font-size: 90%;
+}
+
 #room_infos, #address_book_popup, .mimepart, .room_actions form select {
        border: 1px solid #333;
+       overflow: hidden;
 }
 
 
@@ -79,7 +102,7 @@ body {
        font-weight: 700;
 }
 
-#button li {
+.ib_button {
        border: none;
        border-bottom: 2px groove #CCC;
        border-right: 2px groove #CCC;
@@ -89,17 +112,17 @@ body {
        border: none;
 }
 
-.logo,.logo_citadel, #button li.switch {
+.logo,.logo_citadel, .iconbar_text {
        border: none;
        border-bottom: 1px solid #AAA;
 }
 
-#button li a {
+.ib_button_link, .ib_button_link:visited, .ib_button_link:link, #online_users a {
        color: #000;
        text-decoration: none;
 }
 
-#wholist li {
+#online_users li {
        border: none;
        border-top: 1px solid #AAA;
 }
@@ -110,14 +133,18 @@ body {
 
 #banner ul.room_actions li.start_page a, #navbar, .selector_top,.selector_bottom {
        background-color: #022750;
+       border-top: 1px solid black;
+       border-bottom: 1px solid black;
        color: #FFF;
 }
 
 #banner {
        background-color: #004E79;
-       color: #FFF
-
+       color: #FFF;
+       margin: 0;
+       padding: 0;
 }
+
 #banner a {
        color: #FFF
 }
@@ -131,12 +158,6 @@ body {
        color: #000;
 }
 
-input#delbutton,.attachfile, .logbuttons input,.buttons input {
-       background-color: transparent;
-       border: 2px groove #AAA;
-       color: #000;
-}
-
 #message_list_hdr form input {
        border: 0;
 }
@@ -153,7 +174,7 @@ input#delbutton,.attachfile, .logbuttons input,.buttons input {
 #resize_msglist {
        background-image: url(/static/resizegrippy.gif);
        background-position: center;
-       background-repeat: no-repeat;
+       background-repeat: no-repeat; 
 }
 
 #resize_msglist hr {
@@ -170,6 +191,7 @@ input#delbutton,.attachfile, .logbuttons input,.buttons input {
 
 .message_header .message_subject {
        font-style: italic;
+       float: left;    
 }
 
 .adminlist {
@@ -195,7 +217,7 @@ input#delbutton,.attachfile, .logbuttons input,.buttons input {
        width: 150px;
 }
 
-.error a: link,.error a:visited,.error a:active {
+.error a:link, .error a:visited, .error a:active {
        background: none;
        color: #DC143C;
        text-decoration: underline;
@@ -207,7 +229,7 @@ input#delbutton,.attachfile, .logbuttons input,.buttons input {
        text-decoration: none;
 }
 
-.error strong a: link,.error strong a:visited,.error strong a:active {
+.error strong a:link,.error strong a:visited,.error strong a:active {
        background: #FFD700;
        color: #DC143C;
 }
@@ -219,7 +241,7 @@ input#delbutton,.attachfile, .logbuttons input,.buttons input {
        font-weight: 700;
 }
 
-.floors_config,.roomops_zap {
+.floors_config, .roomops_zap {
        background-color: #700;
        border: 0;
 }
@@ -260,10 +282,16 @@ input#delbutton,.attachfile, .logbuttons input,.buttons input {
        font-style: italic;
 }
 
-.mimepart dl dd,.mailbox_summary td, .mimepart dl dt {
+.mimepart dl dd, .mimepart dl dt {
        border-top: 1px solid #AAA;
 }
 
+.mailbox_summary td {
+       /* border-top: 1px solid #AAA; */
+       white-space: nowrap;
+       overflow: hidden;
+}
+
 .mimepart dl dt {
        font-weight: 700;
 }
@@ -278,7 +306,7 @@ input#delbutton,.attachfile, .logbuttons input,.buttons input {
        background-color: #FF8000;
 }
 
-.tab_cell,.tab_cell_edit {
+.tab_cell, .tab_cell_edit {
        background-color: #CCC;
        font-weight: 700;
 }
@@ -298,7 +326,7 @@ input#delbutton,.attachfile, .logbuttons input,.buttons input {
        color: highlighttext;
 }
 
-.warning a: link,.warning a:visited,.warning a:active, .warning {
+.warning a:link, .warning a:visited, .warning a:active, .warning {
        background: none;
        color: #FF4500;
 }
@@ -307,7 +335,7 @@ input#delbutton,.attachfile, .logbuttons input,.buttons input {
        text-decoration: none;
 }
 
-.warning a: link,.warning a:visited,.warning a:active {
+.warning a:link,.warning a:visited,.warning a:active {
        text-decoration: underline;
 }
 
@@ -316,7 +344,7 @@ input#delbutton,.attachfile, .logbuttons input,.buttons input {
        color: #FF4500;
 }
 
-.warning strong a: link,.warning strong a:visited,.warning strong a:active {
+.warning strong a:link,.warning strong a:visited,.warning strong a:active {
        background: #FFD700;
        color: #FF4500;
 }
@@ -365,7 +393,6 @@ div.auto_complete ul strong.highlight {
        color: #800;
 }
 
-
 table.altern {
        border-bottom: solid 2px #AAA;
        border-top: solid 2px #AAA;
@@ -396,8 +423,7 @@ ul.adminitems li {
        font-weight: 700;
 }
 
-ul.adminitems li span
-{
+ul.adminitems li span {
        color: #666;
 }
 
@@ -409,6 +435,11 @@ var sub {
        background-color: #204B78;
 }
 
+.week_of_year {
+       background-color: #e1e1e1;
+       font-size: 70%; 
+}
+
 .day {
        font-weight: 700;
 }
@@ -425,8 +456,26 @@ var sub {
        background-color: #EEEECC;
 }
 
+.caltoday {
+       background-color: #EEEEFF;
+}
 
-
+.current_sort_mode {
+    background-color: white;
+}
+.marked_row {
+    background-color: #69aaff !important;
+}
+#loading {
+    background-color: white;
+}
+/* Message list in mailbox/summaryview */
+.table-row {
+    background-color: white;
+}
+.table-alt-row {
+      background-color: #DDDDDD;
+}
 /* Links */
 
 a {    text-decoration: none; }
@@ -437,27 +486,48 @@ a:link { color: blue; }
 
 a:visited { color: purple; }
 
-.msgbuttons a {
-       border: 2px groove #AAA;
-       color: #000;
-}
+#customize a:active, #customize a:link, #customize a:visited { color: black; }
 
-#important_message, .buttons a:hover, .msgbuttons a:hover, input:hover, #button li a:hover, #wholist li a:hover, #navbar ul li a:hover {
+#important_message, .buttons a:hover, .msgbuttons a:hover, #button li:hover, #online_users li a:hover, #navbar ul li a:hover, #ib_logoff:hover {
        background-color: #AD1C00;
        color: #FFF;
-}
+} /* input:hover as well?? */
+
 
 
-.button_link a {
+.button_link a, input, select, #login_form #uname, #login_form #pname, li.activeuser, .room_actions form select, .room_actions li.search input, .address_book_popup_title, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
+       background-color: #fbf4ca !important; /* needed for li.activeuser */
+}
+
+.button_link a, input, select, #login_form #uname, #login_form #pname, .room_actions form select, .room_actions li.search input, .address_book_popup_title, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
+       border: 1px solid #999;
        color: #333;
 }
 
+
+.button_link a, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
+       cursor: pointer;
+        -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
+       text-align: center;
+}
+
+.button_link a, .attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
+       font-weight: bold;
+}
+
+.msgbuttons a, input#delbutton {
+       font-weight: normal;
+}
+
+
 /* Layout */
 
 * html {
        overflow: hidden;
 }
-
+html {
+    overflow: auto;
+}
 body {
        height: 100%;
        overflow: hidden;
@@ -465,94 +535,136 @@ body {
 }
 
 body, #global {
-       margin: 0;
+       margin-left: 0;
        padding: 0;
 }
 
+#global {
+    position: absolute;
+    bottom: 0;
+    top: 0;
+    right: 0;
+    left: 0;
+    overflow-y: auto;
+}
+#global.scrollable {
+    position: fixed;
+}
 #important_message {
        position: absolute;
        top: 0; 
        right: 0;
        z-index: 2;
+       padding: 3px;
+}
+#hellomsg, .fmout, .nomsgs {
+    text-align: center;
+}
+
+.moreprompt {
+       text-align: center;
+       font-size: 100%;
+       background-color: #004E79;
+       color: #dddddd;
+}
+
+.moreprompt_link {
+       color: #dddddd;
+}
+
+.moreprompt_link:hover {
+       background-color: #AD1C00;
+       color: #FFF;
 }
 
 #login_screen, #logout_screen {
        margin: 0;
        padding: 3% 6% 3% 6%;
 }
-
+#convlogin, #validate {
+    text-align: center;
+}
 #iconbar, #banner, #content, #message_list_hdr, #message_list, #preview_pane  {
        text-align: left;
 }
-
+.message_content > div > div {
+    text-align: justify !important;
+}
 #iconbar {
        position: absolute;
        top: 0;
        left: 0;
+    bottom: 0;
        width: 16%;
-}
-
-#banner {
-       position: absolute;
-       top: 0;
-       left: 16%;
-       width: 84%;
-       height: 18%;
-}
-
-#navbar {
-       position: absolute;
-       bottom: 0; 
-       left: 0;
-       width: 100%;
+    z-index: 0;
+    overflow: auto;
+    overflow-x: hidden !important;
+    
 }
 
 #content {
-       position: absolute;
+/*     position: absolute;
        top: 18%;
        left: 16%;
        width: 84%;
        height: 82%;
-       overflow: auto;
+       overflow: auto; */
+    position: relative;
+    bottom: 0;
 }
-
+/* Please avoid setting heights for any of the mailbox view elements (except summary_view and resize). In particular, do NOT set any for message_list_hdr as its not good feng shui */
 #message_list_hdr {
-       position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
-       height: 5%;
-       overflow: hidden;
+    padding-bottom: 0;
+    margin-bottom: 0;
+    background-color: #CCCCCC;
 }
 
-#message_list {
-       position: absolute;
-       top: 5%;
-       left: 0;
-       width: 100%;
-       height: 20%;
-       overflow: auto;
+#summary_view {
+       height: 100px;
+       overflow-y: scroll;
+    overflow-x: hidden;
        cursor: pointer;
 }
-
+#message_list_body {
+    background-color: white !important;
+}
+#message_list_body tr td {
+    overflow-y: hidden;
+    overflow-x: hidden; /* stop long subjects overflowing */
+}
+.col1 {
+    width: 50%;
+}
+.col2 { 
+    width: 30%;
+}
+.col3 {
+    width: 20%;
+}
+.col1, .col2, .col3 {
+    cursor: pointer;
+    text-overflow: ellipsis;
+    -o-text-overflow: ellipsis;
+}
+.new_message {
+    font-weight: bold; !important;
+}
+#loading {
+    text-align: center;
+}
 #resize_msglist {
-       position: absolute;
-       top: 25%;
-       left: 0;
        width: 100%;
-       height: 1%;
        overflow: hidden;
        cursor: s-resize;
+    height: 6px;
 }
 
 #preview_pane {
-       position: absolute;
-       top: 26%;
-       left: 0%;
-       width: 100%;
-       height: 74%;
-       overflow: auto;
+       overflow: auto; 
 }
 
 .fix_scrollbar_bug {
@@ -568,32 +680,67 @@ body, #global {
 .box {
        width: 100%;
        padding: 0;
+       margin: 0;
+}
+
+#content .boxlabel, #global .boxlabel {
+       margin: 0;
+       padding: 0;
+       width: 100%;
+       text-align: center;
 }
 
 #content .box {
-       margin: 2% auto 0 auto;
-       width: 95%;
+       margin: 0;
+       padding: 0;
+       width: 100%;
        text-align: center;
 }
 
 .boxlabel, .boxcontent {
-       padding: 5px;
+       margin: 0;
 }
 
 .boxlabel {
        text-align: center;
+       padding: 0;
 }
 
 .boxcontent {
        text-align: left;
+       padding: 5px;
 }
 
-
+.ctdlTemplate {
+    display: none;
+}
+#ctdlContextMenu {
+    position: fixed;
+    background-color: white;
+    border: 1px solid black;
+}
+.draganddrop {
+    position: fixed;
+    display: block;
+    border: 1px solid black;
+    z-index: 65535;
+    background-color: white;
+    text-align: left;
+    opacity: 0.9;
+}
+.draganddrop > ul {
+    list-style: none;
+    padding-left: 0;
+    margin-left: 0;
+}
+.hidden {
+    display: none;
+}
 /* Login */
 
 #login_screen .login_message, #login_screen .login_image, .login_hello, #login_screen #login_form {
        display: block;
-       margin: 0 auto 0 auto;
+       margin: 5px auto 5px auto;
 }
 
 #login_screen .login_message, .login_hello, #global center {
@@ -601,12 +748,17 @@ body, #global {
 }
 
 #login_screen .login_image {
-       width: 65%;
+        width: 135px;
+}
+
+#login_screen .login_image img {
+        text-align: center;
 }
 
+
 #login_screen #login_form {
        padding: 10px;
-       width: 320px;
+       width: 330px;
 }
 
 #login_form input, #login_form label, #login_form select {
@@ -634,52 +786,40 @@ body, #global {
 
 /* Iconbar */
 
-.logo, .logo_citadel, #iconbar #button, #button li.switch, #wholist {
+.logo, .logo_citadel, #iconbar #button, .iconbar_text, .ib_button {
        margin: 0;
        padding: 0;
 }
 
-.logo, .logo_citadel, #button li.switch, #wholist li {
+.logo, #citlogo, .iconbar_text, #online_users li {
        text-align: center;
 }
 
-.logo, .logo_citadel {
-       display: block;
+.iconbar_text > span {
+    cursor: pointer;
 }
-
 #iconbar #button {
        width: 100%;
 }
 
-#button li {
+.ib_button {
        margin: 4px 8px 4px 8px;
        padding: 0;
+    display: block;
 }
-
-
-
-#button img {
-       vertical-align: middle;
-       padding-left: 2px;
-       padding-right: 5px;
-}
-
-#button li a {
-       display: block;
-       width: 100%;
-}
-
-html>body #button li a {
-       width: auto;
+.ib_button_link {
+    /* width: 100%; */
+    display: block;
 }
 
-#wholist {
+#online_users {
+    display: none; /* Hide by default */
        border: 0;
        max-height: 200px;
        overflow: auto;
-}
-
-#wholist li {
+    padding-left: 0;
+} 
+#online_users li {
        list-style: none;
        margin: 0;
        padding: 2px;
@@ -687,12 +827,15 @@ html>body #button li a {
 }
 
 
-/* Banner */
+.ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old, .roomlist_floor, .roomlist_new, .roomlist_old {
+       margin: 4px;
+       padding: 0;
+}
 
+/* Banner */
 #banner .room_banner {
-       float: left;
-       margin: 0;
-       padding: 0;
+    display: table-cell;
+    width: 90%;
 }
 
 #banner .room_banner img {
@@ -719,28 +862,28 @@ html>body #button li a {
 #room_infos img.close_infos {
        float: right;
 }
-
+#actiondiv {
+       display: table-cell;
+}
 #banner ul.room_actions {
-       margin: 0;
        list-style: none;
-       float: right;
-       text-align: right;
+       text-align: left;
 }
-
 #banner ul.room_actions li {
        white-space: nowrap;
        display: inline;
 }
-
 #banner ul.room_actions li form {
         margin: 0;
         padding: 0;
 }
-
 #banner ul.room_actions li select, #banner ul.room_actions li input {
        margin-top: 8px;
        margin-right: 4px;
 }
+#selectpage.hidden {
+    display: none !important;
+}
 
 /* Navbar */
 
@@ -768,8 +911,51 @@ html>body #button li a {
        float: none;
        margin: 0 2px 0 2px;
 }
-
+.floor {
+    margin-left: 0px;
+}
+.floor > ul {
+    display: none;
+}
+.floor-expanded > ul{
+    display: block !important;
+}
+#roomlist > ul {
+    margin: 0;
+    padding: 0;
+}
+#roomlist > div > ul > li {
+    margin: 0;
+    padding: 0;
+}
+/** Override to disable list-style-image" */
+.room a, .room a, .room a:visited, .room a:link {
+    color: #333333;
+}
+.room-private {
+    list-style-image: url("/static/privatemess_16x.gif");
+}
+.room-addr {
+    list-style-image: url("/static/viewcontacts_16x.gif");
+}
+.room-cal {
+    list-style-image: url("/static/calarea_16x.gif");
+}
+.room-tasks {
+    list-style-image: url("/static/taskmanag_16x.gif");
+}
+.room-notes {
+    list-style-image: url("/static/storenotes_16x.gif");
+}
+.room-chat {
+    list-style-image: url("/static/chatrooms_16x.gif");
+}
+.room-newmsgs {
+    font-weight: bold;
+}
+.room-emphasized {
+    text-decoration: underline;
+}
 /* Content */
 
 .boxcontent table {
@@ -788,32 +974,32 @@ html>body #button li a {
        width: 100%;
 }
 
-.service table, .advanced table {
-       margin-top: 0 auto 0 auto;
+.service table {
+       margin: 0 auto 0 auto;
        width: 100%;
        text-align: left;
 }
 
-.advanced table table {
-       margin: 0;
-       padding: 0;
-}
-
 .instructions {
        text-align: center;
 }
 
 #message_list_hdr table {
-       position: absolute;
+/*     position: absolute;
        bottom: 0; 
        left: 0;
+    top: 0; */
        width: 100%;    
 }
-
 .selector_top, .selector_bottom {
        text-align: center;
 }
 
+.selector_top p,.selector_bottom p {
+       margin: 0;
+       padding: 2px;
+}
+
 .message {
        margin: 1%;
        padding: 0;
@@ -821,20 +1007,20 @@ html>body #button li a {
 
 .message_header p {
        margin: 2px 0 2px 0;
-       padding: 0;
+       padding: 0 0 2px 0;
 }
 
-
-
-.button_link {
-       padding: 0 2px 0 2px;
+.button_link a, .attachfile, .logbuttons input,.buttons input, .send_edit_msg input, .logbutton {
+       margin: 3px;
+       padding: 2px 4px 2px 4px;
 }
 
-.msgbuttons a {
-       margin: 0 2px 0 2px;
-       padding: 1px;
+.msgbuttons a, input#delbutton {
+       margin: 0 3px 0 3px;
+       padding: 2px 4px 2px 4px;
 }
 
+
 .mimepart {
        margin-top: 15px;
        margin-bottom: 15px;
@@ -860,6 +1046,7 @@ html>body #button li a {
 
 .mimepart dl {
        width: 100%;
+       margin-left: 5px;
        padding: 5px;
 }
 
@@ -890,34 +1077,34 @@ dt { clear: both; }
 .msgbuttons {
        float: right;
        visibility: hidden;
-       margin-top: 0;
-       padding: 0;
+       padding: 2px;
 }
 
 .buttons a {
        text-align: center;
 }
 
-.msgbuttons a span, .buttons span {
+.msgbuttons a span {
        display: none;
 }
 
 .message_content {
        margin: 0;
-       padding: 3px;
+       padding: 0.3em;
        clear: both;
 }
 
 .message form div label {
        display: block;
        float: left;
-       margin: 3px;
+       margin: 0.3em;
        width: 9em;
        text-align: right;
 }
 
 .message form div input, .message form div select {
-       margin: 3px;
+       margin: 0.3em;
+
 }
 
 .imgedit {
@@ -928,11 +1115,22 @@ dt { clear: both; }
        float: right;
        margin-top: 0 ;
        margin-right: 0;
-       padding-top: 2px 50px 2px 50px;
+       padding: 2px 50px 2px 50px;
 }
 
-.mailbox_summary tr {
-       width: 100%;
+.edit_msg_table th {
+       text-align: right;
+       padding-right: 5px;
+       color: #333;
+       width: 20%;
+}
+
+.edit_msg_table td { 
+       width: 40%;
+}
+
+.edit_msg_table #recp_id, .edit_msg_table #cc_id, .edit_msg_table #bcc_id, .edit_msg_table #subject_id  {
+       width: 98%
 }
 
 .note {
@@ -951,7 +1149,10 @@ dt { clear: both; }
 .imsg {
        text-align: center;
 }
-
+#summary_view > table { /* hide from IE6 */
+    width: 100%;
+    table-layout: fixed;
+}
 colgroup.entity {
        text-align: center;
 }
@@ -1016,7 +1217,35 @@ div.auto_complete ul strong.highlight {
        display: block;
 }
 
-
+#citlogo {
+    display: none; /* Overriden later */
+}
+.sort_ascending, .sort_descending {
+    background-repeat: no-repeat;
+    background-position: center right;
+}
+.sort_ascending {
+    background-image: url("/static/down_pointer.gif");
+}
+.sort_descending {
+    background-image: url("/static/up_pointer.gif");
+}
+#message_list_hdr > table {
+    border-collapse: collapse;
+}
+#message_list_hdr > table > tbody > tr > th {
+    border-left: 2px solid white;
+    border-right: 2px solid white;
+}
+#summary_view > table { 
+    border-collapse: collapse;
+}
+th.col1 {
+    border-left: none !important;
+}
+th.col3 {
+    border-right: none !important;
+}
 /* System Administration Menu */
 
 ul.adminitems {
@@ -1085,13 +1314,9 @@ table.advanced {
 
 /* Links and buttons */
 
-.send_edit_msg {
-       margin: 0 15px 0 0;
-}
-
 .logbuttons, .buttons {
        margin: 2px auto 2px auto;
-       width: 95%;
+       width: 96%;
        text-align: center;
 }
 
@@ -1127,7 +1352,7 @@ ul.tabbed_dialog li {
 
 .tabcontent_submit {
         margin: 0 auto 0 auto;
-        width: 50%;
+        width: 96%;
         padding: 10px;
         text-align: center;
 }
@@ -1163,11 +1388,11 @@ td.events_of_the_day {
 }
 
 .events_of_the_day dl dt.hour {
-       font-size: 16px;
+       /* font-size: 160%; commenting out because we need to line it up with the actual size */
 }
 
 .events_of_the_day dl dt.extrahour {
-       font-size: 8px;
+       /* font-size: 80%; commenting out because we need to line it up with the actual size */
 }
 
 .hour_label, .extra_events dl dt {
@@ -1193,29 +1418,67 @@ td.events_of_the_day {
        margin: 4px;
 }
 
-.calday, .calout, .calweekend {
+.calday, .calout, .calweekend, .caltoday {
        width: 14%;
        height: 60px;
        text-align: left;
        vertical-align: top;
 }
 
-.event {
+.event_framed_unread {
+       filter:alpha(opacity=50);   /* Internet Explorer 6     */
+       -moz-opacity:0.5;           /* Mozilla 1.6 and prec.   */
+       opacity: 0.5;               /* CSS3 draft and Mozilla  */
+       -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
+       border: solid 1px red;
+       background-color: yellow;
+       z-index: 10;
+       padding: 0 4px 0 4px; 
+}
+
+li.event_framed_unread span, a.event_title {
+       filter:alpha(opacity=100); 
+       -moz-opacity:1.0;         
+       opacity: 1.0;
+        font-size: 100%;     
+}
+
+.event_framed_read {
        filter:alpha(opacity=50);   /* Internet Explorer 6     */
        -moz-opacity:0.5;           /* Mozilla 1.6 and prec.   */
-       opacity: 0.5;               /* CSS3 and Mozilla  */
-       -moz-border-radius: 8px;    /* CSS3 and Mozilla  */
+       opacity: 0.5;               /* CSS3 draft and Mozilla  */
+       -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
        border: solid 1px red;
        background-color: yellow;
        z-index: 10;
        padding: 0 4px 0 4px; 
 }
 
-li.event span, a.event_title {
+li.event_framed_read span, a.event_title {
+       filter:alpha(opacity=100); 
+       -moz-opacity:1.0;         
+       opacity: 1.0;
+        font-size: 100%;  
+}
+
+.event_read {
+}
+
+li.event_read span, a.event_read_title {
+       filter:alpha(opacity=100); 
+       -moz-opacity:1.0;         
+       opacity: 1.0;
+        font-size: 100%;     
+}
+
+.event_unread {
+}
+
+li.event_unread span, a.event_read_title {
        filter:alpha(opacity=100); 
        -moz-opacity:1.0;         
        opacity: 1.0;
-        font-size: 11px;     
+        font-size: 100%;     
 }
 
 .mini_calendar {
@@ -1226,7 +1489,7 @@ li.event span, a.event_title {
    color: #fff;
 }
 
-.mini_calendar a: link,.mini_calendar a:visited {
+.mini_calendar a:link,.mini_calendar a:visited {
    color: #fff;
 }
 
@@ -1239,7 +1502,7 @@ li.event span, a.event_title {
    color: #fff;
 }
 
-.mini_calendar td a: link,.mini_calendar td a:visited {
+.mini_calendar td a:link,.mini_calendar td a:visited {
    color: #fff;
 }
 
@@ -1253,3 +1516,99 @@ li.event span, a.event_title {
        margin: 4px;
        padding: 4px;
 }
+
+.roompic {
+      height: 48px;
+      width: 48px;
+      border: none;
+}
+#navbar ul li a img {
+      vertical-align: middle;
+      border: none;
+}
+.table-row, .table-alt-row {
+    width: 100%;
+}
+
+.stickynote_outer {
+       position: absolute;
+       width: 200px;
+       height: 200px;
+       border: 1px solid #333;
+       background-color: #ffff00;
+       overflow: hidden;
+}
+
+.stickynote_titlebar {
+       position: relative;
+       width: 100%;
+       height: 16px;
+       top: 0px;
+       left: 0px;
+       background-color: #888800;
+        font-size: 60%;     
+}
+
+.stickynote_body {
+       position: relative;
+       font-family: "Comic Sans MS", sans-serif;
+}
+
+.stickynote_resize {
+       position: absolute;
+       background-image: url('resizecorner.png');
+       height: 16px;
+       width: 16px;
+       right: -1px;
+       bottom: -1px;
+}
+
+.stickynote_palette {
+       position: absolute;
+       width: 48px;
+       height: 48px;
+       top: 16px;
+       left: 0px;
+       background-color: #ffffff;
+       border: 1px solid #333;
+       display: none;
+}
+
+.stickynote_palette table {
+       margin: 0;
+       padding: 0;
+}
+
+.stickynote_palette td {
+       width: 16px;
+       height: 16px;
+}
+
+
+.login_using_openid_link {
+       text-align: center;
+}
+
+.openid_urlarea {
+       background: url('openid-small.gif') no-repeat scroll 0pt 50%;
+       padding-left: 18px;
+}
+
+.conftitle {
+       font-size: 140%;
+       font-weight: bold;
+       text-align: center;
+}
+
+.confdescr {
+       font-size: 110%;
+       text-align: center;
+}
+
+#noscript_warning {
+       position: fixed;
+       top: 0;
+       left: 0;
+       background-color: #FF0000;
+       color: #FFFFFF;
+}