]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* Locked the banner div at top:0 to keep Google Chrome from floating it out of place
[citadel.git] / webcit / static / webcit.css
index 55797ad97388d112c8f74ce3aeb4b31294d01c9b..1312bc1d2d5233ad34db75a7aa70ad293d4efea7 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2005 - 2010 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, .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, #message_list tr > td {
-       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, .banner .infos,li.search,li.view, .room_actions form select option, .selectbox, .message_header, ul.adminitems li span, #message_list tr > td {
+       font-size: 100%;
 }
 
-#online_users li {
-       font-size: 8pt;
+#nummsgs {
+       font-size: 75%;
+}
+
+#message_list_hdr table {
+       font-size: 80%;
+}
+
+#navbar {
+       font-size: 75%;
+       position: absolute;
+       bottom: 0;
+       width: 100%;
+}
+
+.mailbox_summary {
+       font-size: 80%;
+}
+
+#online_users li a {
+       font-size: 80% !important;
 }
 .marked_row {
-    color: white;
+       color: white;
 }
 
 /* Color */
 
 body {
        background-color: #6C91A6;
-       font-family: "Trebuchet MS", "Verdana", "Bitstream Vera Sans", sans-serif;
-       font-weight: 400;
+       font-family: sans-serif;
 }
 
-#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, #summary_view {
+#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;
 }
 
-#login_form, #message_list_hdr table, #resize_msglist, .message, .message_header, .vcard_edit_background_alt,.roomops_background_alt 
- {
+#login_form, #message_list_hdr table, #resize_msglist, .message, .message_header, .vcard_edit_background_alt,.roomops_background_alt {
        background-color: #CCC;
 }
 
@@ -48,7 +70,7 @@ body {
        background-color: transparent;
 }
 
-.room_banner .infos {
+.banner .infos {
        cursor: help;
 }
 
@@ -58,19 +80,26 @@ body {
        text-transform: uppercase;
 }
 
-#iconbar ul li, #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: 80%;
+}
+
 #room_infos, #address_book_popup, .mimepart, .room_actions form select {
        border: 1px solid #333;
-       overflow: hidden;
+       overflow: scroll;
 }
 
 
@@ -79,7 +108,7 @@ body {
        font-weight: 700;
 }
 
-#button li, #ib_logoff {
+.ib_button {
        border: none;
        border-bottom: 2px groove #CCC;
        border-right: 2px groove #CCC;
@@ -89,12 +118,12 @@ body {
        border: none;
 }
 
-.logo,.logo_citadel, #switch, #customize {
+.logo,.logo_citadel, .iconbar_text {
        border: none;
        border-bottom: 1px solid #AAA;
 }
 
-#button li a , #ib_logoff a{
+.ib_button_link, .ib_button_link:visited, .ib_button_link:link, #online_users a {
        color: #000;
        text-decoration: none;
 }
@@ -104,22 +133,35 @@ body {
        border-top: 1px solid #AAA;
 }
 
-#banner h1,#banner h2,.room_banner .nummsgs,.mimepart div,.required {
+#banner h1,#banner h2,.mimepart div,.required {
        font-weight: 700;
 }
 
 #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;
+       border-top: 1px solid black;
+       border-bottom: 1px solid black;
        color: #FFF;
 }
 
+.start_page {
+       font-size: 60%;
+}
+
 #banner {
        background-color: #004E79;
-       color: #FFF
-
+       color: #FFF;
+       margin: 0;
+       padding: 0;
+       top: 0;
+       height: 120px;          /* when changing this, also change #content */
+       position: fixed;
+       width: 84%;             /* when changing this, also change #iconbar and #content */
+       left: 16%;              /* when changing this, also change #iconbar and #content */
+       z-index: 3;
+       overflow: hidden;
 }
+
 #banner a {
        color: #FFF
 }
@@ -129,8 +171,15 @@ body {
 }
 
 #content {
+       position: fixed;
+       top: 120px;             /* when changing this, also change #banner and #iconbar */
+       left: 16%;              /* when changing this, also change #banner and #iconbar */
+       bottom: 0;
+       width: 84%;             /* when changing this, also change #banner and #iconbar */
        background-color: #6C91A6;
        color: #000;
+       z-index: 2;
+       overflow-y: auto;
 }
 
 #message_list_hdr form input {
@@ -216,7 +265,7 @@ body {
        font-weight: 700;
 }
 
-.floors_config,.roomops_zap {
+.floors_config, .roomops_zap {
        background-color: #700;
        border: 0;
 }
@@ -257,10 +306,16 @@ body {
        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;
 }
@@ -275,7 +330,7 @@ body {
        background-color: #FF8000;
 }
 
-.tab_cell,.tab_cell_edit {
+.tab_cell, .tab_cell_edit {
        background-color: #CCC;
        font-weight: 700;
 }
@@ -295,7 +350,7 @@ body {
        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;
 }
@@ -362,7 +417,6 @@ div.auto_complete ul strong.highlight {
        color: #800;
 }
 
-
 table.altern {
        border-bottom: solid 2px #AAA;
        border-top: solid 2px #AAA;
@@ -393,8 +447,7 @@ ul.adminitems li {
        font-weight: 700;
 }
 
-ul.adminitems li span
-{
+ul.adminitems li span {
        color: #666;
 }
 
@@ -406,6 +459,11 @@ var sub {
        background-color: #204B78;
 }
 
+.week_of_year {
+       background-color: #e1e1e1;
+       font-size: 70%; 
+}
+
 .day {
        font-weight: 700;
 }
@@ -422,34 +480,57 @@ var sub {
        background-color: #EEEECC;
 }
 
+.caltoday {
+       background-color: #EEEEFF;
+}
+
 .current_sort_mode {
-    background-color: white;
+       background-color: white;
 }
 .marked_row {
-    background-color: #69aaff !important;
+       background-color: #69aaff !important;
 }
 #loading {
-    background-color: white;
+       background-color: white;
+}
+/* Message list in mailbox/summaryview */
+.table-row {
+       background-color: white;
 }
-/* Links */
 
-a {    text-decoration: none; }
+.table-alt-row {
+       background-color: #DDDDDD;
+}
 
-a:active { color: #AD1C00; }
+/* Links */
 
-a:link { color: blue; }
+a {
+       text-decoration: none;
+}
 
-a:visited { color: purple; }
+a:active {
+       color: #AD1C00;
+}
 
-#important_message, .buttons a:hover, .msgbuttons a:hover, input:hover, #button > li:hover, #online_users li a:hover, #navbar ul li a:hover, #ib_logoff:hover {
-       background-color: #AD1C00;
-       color: #FFF;
+a:link {
+       color: blue;
 }
 
+a:visited {
+       color: purple;
+}
+
+#customize a:active, #customize a:link, #customize a:visited {
+       color: black;
+}
 
+#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, 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, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
-       background-color: #fbf4ca;
+.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 {
@@ -457,10 +538,9 @@ a:visited { color: purple; }
        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  */
+       -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
        text-align: center;
 }
 
@@ -472,13 +552,14 @@ a:visited { color: purple; }
        font-weight: normal;
 }
 
-
 /* Layout */
 
 * html {
        overflow: hidden;
 }
-
+html {
+       overflow: auto;
+}
 body {
        height: 100%;
        overflow: hidden;
@@ -486,103 +567,145 @@ body {
 }
 
 body, #global {
-       margin: 0;
+       margin-left: 0;
        padding: 0;
 }
 
+#global {
+       position: absolute;
+       bottom: 0;
+       top: 0;
+       right: 0;
+       left: 0;
+       overflow-y: hidden;
+}
+
 #important_message {
        position: absolute;
        top: 0; 
        right: 0;
-       z-index: 2;
+       z-index: 4;
        padding: 3px;
 }
-#hellomsg {
-    text-align: center;
+
+#hellomsg, .fmout, .nomsgs {
+       text-align: center;
+}
+
+.moreprompt {
+       text-align: center;
+       font-size: 100%;
+       background-color: #004E79;
+       color: #dddddd;
+}
+
+.moreprompt_link {
+       color: #dddddd;
+       font-weight: bold;
+}
+
+.moreprompt_link:hover {
+       background-color: #AD1C00;
+       color: #FFF;
 }
+
 #login_screen, #logout_screen {
-       margin: 0;
+       position: fixed;
+       margin: 0px;
+       top: 0px;
+       left: 0px;
+       bottom: 0px;
+       right: 0px;
        padding: 3% 6% 3% 6%;
+       overflow: auto;
+}
+
+#convlogin, #validate {
+       text-align: center;
 }
 
 #iconbar, #banner, #content, #message_list_hdr, #message_list, #preview_pane  {
        text-align: left;
 }
 
-#iconbar {
-       position: absolute;
-       top: 0;
-       left: 0;
-    bottom: 0;
-       width: 16%;
-    z-index: 0;
-    overflow: auto;
-    overflow-x: hidden !important;
-    
+.message_content > div > div {
+       text-align: justify !important;
 }
 
-#banner {
+#iconbar {
        position: absolute;
        top: 0;
-       left: 16%;
-       width: 84%;
-       height: 18%;
-}
-
-#navbar {
-       position: absolute;
-       bottom: 0; 
        left: 0;
-       width: 100%;
-}
-
-#content {
-       position: absolute;
-       top: 18%;
-       left: 16%;
-       width: 84%;
-       height: 82%;
+       bottom: 0;
+       width: 16%;             /* when changing this, also change #banner width */
+       z-index: 0;
        overflow: auto;
+       overflow-x: hidden !important;
 }
-/* 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 */
+
+/* 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 {
        display: block;
        top: 0;
        left: 0;
        width: 100%;
-    padding-bottom: 0;
-    margin-bottom: 0;
-    background-color: #CCCCCC;
+       padding-bottom: 0;
+       margin-bottom: 0;
+       background-color: #CCCCCC;
 }
 
 #summary_view {
-       height: 20%;
-       overflow: auto;
+       height: 100px;
+       overflow-y: scroll;
+       overflow-x: hidden;
        cursor: pointer;
 }
-#message_list_body {
-    background-color: white !important;
+
+#summary_headers {
+       background-color: white;
+       width: 100%;
+       table-layout: fixed;
+}
+
+#summary_headers tr td {
+       overflow-y: hidden;
+       overflow-x: hidden; /* stop long subjects overflowing */
 }
+
 .col1 {
-    width: 50%;
+       width: 50%;
 }
+
 .col2 { 
-    width: 30%;
+       width: 30%;
 }
+
 .col3 {
-    width: 20%;
+       width: 20%;
+}
+
+.col1, .col2, .col3 {
+       cursor: pointer;
+       text-overflow: ellipsis;
+       -o-text-overflow: ellipsis;
 }
+
 .new_message {
-    font-weight: bold; !important;
+       font-weight: bold; !important;
 }
+
 #loading {
-    text-align: center;
+       text-align: center;
 }
+
 #resize_msglist {
        width: 100%;
        overflow: hidden;
        cursor: s-resize;
-    height: 1%;
+       height: 6px;
 }
 
 #preview_pane {
@@ -591,134 +714,158 @@ body, #global {
 
 .fix_scrollbar_bug {
        margin-right: 1px;              /* Gecko and other non-broken browsers */
-       width: expression('96%');       /* Only IE6 understands 'expression' - fixes weird scrollbarbug */
+       font-size: 90%;                 /* Most stuff needs to be a little smaller than normal. */
 }
 
-
-
-
 /* Boxes */
 
 .box {
-       width: 100%;
-       padding: 0;
+       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;
+       text-align: center;
+       padding: 0;
 }
 
 .boxcontent {
-       text-align: left;
+       text-align: left;
+       padding: 5px;
 }
 
 .ctdlTemplate {
-    display: none;
+       display: none;
 }
+
 #ctdlContextMenu {
-    position: fixed;
-    background-color: white;
-    border: 1px solid black;
+       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;
+       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;
+       display: none;
 }
+
 /* Login */
 
 #login_screen .login_message, #login_screen .login_image, .login_hello, #login_screen #login_form {
        display: block;
-       margin: 5px auto 5px auto;
+       margin: 5px auto 5px auto;
 }
 
 #login_screen .login_message, .login_hello, #global center {
-       width: 80%;
+       width: 80%;
 }
 
 #login_screen .login_image {
-        width: 135px;
+       width: 135px;
 }
 
 #login_screen .login_image img {
-        text-align: center;
+       text-align: center;
 }
 
-
 #login_screen #login_form {
-       padding: 10px;
-       width: 330px;
+       padding: 10px;
+       width: 330px;
 }
 
 #login_form input, #login_form label, #login_form select {
-       display: block;
-       float: left;
-       margin: 6pt;
+       display: block;
+       float: left;
+       margin: 6pt;
 }
 
 #login_form label, #pname, #uname {
-       width: 130px;
-       text-align: left;
+       width: 130px;
+       text-align: left;
 }
 
 #login_form br {
-       clear: left;
+       clear: left;
 }
 
 .login_infos {
-       display: block;
-       margin: 20px auto 0 auto;
-       width: 80% ;
-       text-align: left;
+       display: block;
+       margin: 20px auto 0 auto;
+       width: 80%;
+       text-align: left;
 }
 
 
 /* Iconbar */
 
-.logo, .logo_citadel, #iconbar #button, #switch, #customize, #ib_logoff {
+.logo, .logo_citadel, #iconbar #button, .iconbar_text, .ib_button {
        margin: 0;
        padding: 0;
 }
 
-.logo, #citlogo, #switch, #customize, #online_users li {
+.logo, #citlogo, .iconbar_text, #online_users li {
        text-align: center;
 }
 
+.iconbar_text > span {
+       cursor: pointer;
+}
+
 #iconbar #button {
        width: 100%;
 }
 
-#button > li, #ib_logoff {
+.ib_button {
        margin: 4px 8px 4px 8px;
        padding: 0;
-    display: block;
+       display: block;
 }
-#button > li > a, #ib_logoff > a {
-    width: 100%;
-    display: block;
+
+.ib_button_link {
+       /* width: 100%; */
+       display: block;
 }
 
 #online_users {
+       display: none; /* Hide by default */
        border: 0;
        max-height: 200px;
        overflow: auto;
-    padding-left: 0;
+       padding-left: 0;
 } 
 #online_users li {
        list-style: none;
@@ -734,19 +881,17 @@ body, #global {
 }
 
 /* Banner */
-
-#banner .room_banner {
-       float: left;
-       margin: 0;
-       padding: 0;
+#banner .banner {
+       display: table-cell;
+       width: 90%;
 }
 
-#banner .room_banner img {
+#banner .banner img {
        float: left;
        margin: 0 5px 15px 0;
 }
 
-#banner h1, #banner h2, #banner .room_banner .infos, #banner .room_banner p {
+#banner h1, #banner h2, #banner .banner .infos, #banner .banner p {
        margin: 2px;
        padding: 0;
 }
@@ -766,29 +911,30 @@ body, #global {
        float: right;
 }
 
+#actiondiv {
+       position: absolute;
+       right: 0;
+       top: 0;
+}
+
 #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;
+       margin: 0;
+       padding: 0;
 }
-
 #banner ul.room_actions li select, #banner ul.room_actions li input {
        margin-top: 8px;
        margin-right: 4px;
 }
-#selectpage {
-    display: none !important;
+#selectpage.hidden {
+       display: none !important;
 }
 
 /* Navbar */
@@ -811,53 +957,72 @@ body, #global {
 #navbar ul li a {
        padding: 2px 8px 8px 8px;
        white-space: nowrap;
- }
+}
 
 #navbar ul li img {
        float: none;
        margin: 0 2px 0 2px;
 }
+
 .floor {
-    margin-left: 0px;
+       margin-left: 0px;
 }
+
 .floor > ul {
-    display: none;
+       display: none;
 }
+
 .floor-expanded > ul{
-    display: block !important;
+       display: block !important;
 }
+
 #roomlist > ul {
-    margin: 0;
-    padding: 0;
+       margin: 0;
+       padding: 0;
 }
+
 #roomlist > div > ul > li {
-    margin: 0;
-    padding: 0;
+       margin: 0;
+       padding: 0;
 }
-/** Override to disable list-style-image" */
-.room {
+
+/* 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");
+       list-style-image: url("/static/privatemess_16x.gif");
 }
+
 .room-addr {
-    list-style-image: url("/static/viewcontacts_16x.gif");
+       list-style-image: url("/static/viewcontacts_16x.gif");
 }
+
 .room-cal {
-    list-style-image: url("/static/calarea_16x.gif");
+       list-style-image: url("/static/calarea_16x.gif");
 }
+
 .room-tasks {
-    list-style-image: url("/static/taskmanag_16x.gif");
+       list-style-image: url("/static/taskmanag_16x.gif");
 }
+
 .room-notes {
-    list-style-image: url("/static/storenotes_16x.gif");
+       list-style-image: url("/static/storenotes_16x.gif");
 }
+
 .room-chat {
-    list-style-image: url("/static/chatrooms_16x.gif");
+       list-style-image: url("/static/chatrooms_16x.gif");
 }
+
 .room-newmsgs {
-    font-weight: bold;
+       font-weight: bold;
+}
+
+.room-emphasized {
+       text-decoration: underline;
 }
+
 /* Content */
 
 .boxcontent table {
@@ -887,10 +1052,6 @@ body, #global {
 }
 
 #message_list_hdr table {
-/*     position: absolute;
-       bottom: 0; 
-       left: 0;
-    top: 0; */
        width: 100%;    
 }
 .selector_top, .selector_bottom {
@@ -959,10 +1120,6 @@ body, #global {
        padding: .5em;
 }
 
-/* hack ie5 mac \*/
-dt { clear: both; }
-/* end hack */
-
 .mimepart dl dd {
        float: left;
        width: 62%;
@@ -980,6 +1137,7 @@ dt { clear: both; }
        float: right;
        visibility: hidden;
        padding: 2px;
+       font-size: 80%;
 }
 
 .buttons a {
@@ -1051,9 +1209,7 @@ dt { clear: both; }
 .imsg {
        text-align: center;
 }
-#summary_view > table {
-    width: 100%;
-}
+
 colgroup.entity {
        text-align: center;
 }
@@ -1119,34 +1275,43 @@ div.auto_complete ul strong.highlight {
 }
 
 #citlogo {
-    display: none; /* Overriden later */
+       display: none; /* Overriden later */
 }
+
 .sort_ascending, .sort_descending {
-    background-repeat: no-repeat;
-    background-position: center right;
+       background-repeat: no-repeat;
+       background-position: center right;
 }
+
 .sort_ascending {
-    background-image: url("/static/down_pointer.gif");
+       background-image: url("/static/down_pointer.gif");
 }
+
 .sort_descending {
-    background-image: url("/static/up_pointer.gif");
+       background-image: url("/static/up_pointer.gif");
 }
+
 #message_list_hdr > table {
-    border-collapse: collapse;
+       border-collapse: collapse;
 }
+
 #message_list_hdr > table > tbody > tr > th {
-    border-left: 2px solid white;
-    border-right: 2px solid white;
+       border-left: 2px solid white;
+       border-right: 2px solid white;
 }
+
 #summary_view > table { 
-    border-collapse: collapse;
+       border-collapse: collapse;
 }
+
 th.col1 {
-    border-left: none !important;
+       border-left: none !important;
 }
+
 th.col3 {
-    border-right: none !important;
+       border-right: none !important;
 }
+
 /* System Administration Menu */
 
 ul.adminitems {
@@ -1171,7 +1336,6 @@ ul.adminitems li span {
        cursor: default;
 }
 
-
 table.altern {
        margin: 0 auto 0 auto;
        width: 98%
@@ -1224,24 +1388,24 @@ table.advanced {
 /* Tabs */
 
 #TheTabs {
-        margin: 3% auto 0 auto;
-        width: 94%;
+       margin: 3% auto 0 auto;
+       width: 94%;
 }
 
 ul.tabbed_dialog {
-        list-style: none;
-        margin: 3% auto 0 auto;
-        width: 96%;
-        padding: 0;
-        white-space: nowrap;
-        text-align: center;
-        vertical-align: middle;
+       list-style: none;
+       margin: 3% auto 0 auto;
+       width: 96%;
+       padding: 0;
+       white-space: nowrap;
+       text-align: center;
+       vertical-align: middle;
 }
 
 ul.tabbed_dialog li {
-        margin: 0 3% 0 3%;
-        padding: 4px;
-        float: left;
+       margin: 0 3% 0 3%;
+       padding: 4px;
+       float: left;
 }
 
 .tabcontent {
@@ -1252,10 +1416,10 @@ ul.tabbed_dialog li {
 }
 
 .tabcontent_submit {
-        margin: 0 auto 0 auto;
-        width: 50%;
-        padding: 10px;
-        text-align: center;
+       margin: 0 auto 0 auto;
+       width: 96%;
+       padding: 10px;
+       text-align: center;
 }
 
 
@@ -1269,7 +1433,7 @@ ul.tabbed_dialog li {
 }
 
 td.events_of_the_day {
-        width: 500px;
+       width: 500px;
 }
 
 .events_of_the_day dl {
@@ -1278,33 +1442,33 @@ td.events_of_the_day {
        position: absolute;
        top: 0;
        left:0;
-        width: 500px;
+       width: 500px;
 }
 
 .events_of_the_day dl dt {
        background-color: #FFFFFF;
        margin: 0;
-        width: 500px;
-        border: 1px solid #CCC;
+       width: 500px;
+       border: 1px solid #CCC;
 }
 
 .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 {
        background-color: #CCCCDD;
-        vertical-align: middle;
+       vertical-align: middle;
        text-align: left;       
 }
 
 .hour_events, .extra_events {
        background-color: #FFFFFF;
-        vertical-align: top;
+       vertical-align: top;
        text-align: left;       
 }
 
@@ -1319,7 +1483,7 @@ td.events_of_the_day {
        margin: 4px;
 }
 
-.calday, .calout, .calweekend {
+.calday, .calout, .calweekend, .caltoday {
        width: 14%;
        height: 60px;
        text-align: left;
@@ -1327,10 +1491,7 @@ td.events_of_the_day {
 }
 
 .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  */
+       -moz-border-radius: 8px;
        border: solid 1px red;
        background-color: yellow;
        z-index: 10;
@@ -1338,17 +1499,11 @@ td.events_of_the_day {
 }
 
 li.event_framed_unread span, a.event_title {
-       filter:alpha(opacity=100); 
-       -moz-opacity:1.0;         
-       opacity: 1.0;
-        font-size: 11px;     
+       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 draft and Mozilla  */
-       -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
+       -moz-border-radius: 8px;
        border: solid 1px red;
        background-color: yellow;
        z-index: 10;
@@ -1356,30 +1511,21 @@ li.event_framed_unread 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: 11px;     
+       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: 11px;     
+       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 {
@@ -1419,19 +1565,18 @@ li.event_unread span, a.event_read_title {
 }
 
 .roompic {
-      height: 48px;
-      width: 48px;
-      border: none;
+       height: 48px;
+       width: 48px;
+       border: none;
 }
+
 #navbar ul li a img {
       vertical-align: middle;
       border: none;
 }
-.table-row {
-    background-color: white;
-}
-.table-alt-row {
-      background-color: #DDDDDD;
+
+.table-row, .table-alt-row {
+       width: 100%;
 }
 
 .stickynote_outer {
@@ -1450,12 +1595,12 @@ li.event_unread span, a.event_read_title {
        top: 0px;
        left: 0px;
        background-color: #888800;
-        font-size: 6px;     
+       font-size: 60%;     
 }
 
 .stickynote_body {
        position: relative;
-       font-family: "Comic Sans MS", "Verdana", "Bitstream Vera Sans", sans-serif;
+       font-family: "Comic Sans MS", sans-serif;
 }
 
 .stickynote_resize {
@@ -1488,7 +1633,150 @@ li.event_unread span, a.event_read_title {
        height: 16px;
 }
 
+
+.login_using_openid_link {
+       text-align: center;
+}
+
 .openid_urlarea {
        background: url('openid-small.gif') no-repeat scroll 0pt 50%;
        padding-left: 18px;
-}
\ No newline at end of file
+}
+
+.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;
+}
+
+.chatrecv_history_class {
+       position: absolute;
+       top: 0;
+       left: 1%;
+       width: 74%;
+       margin-top: 5px;
+       margin-bottom: 5px;
+       height: 70%;
+       background-color: #FFFFFF;
+       overflow: auto;
+       border-style: solid;
+       border-color: #022750;
+       border-width: 1px;
+       padding-left: 3px;
+       padding-right: 3px;
+}
+
+.chat_userlist_class {
+       position: absolute;
+       top: 0;
+       right: 1%;
+       width: 23%;
+       margin-top: 5px;
+       margin-bottom: 5px;
+       height: 70%;
+       background-color: #FFFFFF;
+       overflow: auto;
+       border-style: solid;
+       border-color: #022750;
+       border-width: 1px;
+       padding-left: 3px;
+       padding-right: 3px;
+}
+
+.chatrecv_class {
+       display: none;
+}
+
+.chatsend_class {
+       position: absolute;
+       left: 1%;
+       right: 1%;
+       height: 28%;
+       bottom: 0;
+       margin-top: 5px;
+       margin-bottom: 5px;
+       margin-left: auto;
+       margin-right: auto;
+       border-style: solid;
+       border-color: #022750;
+       border-width: 1px;
+       padding-left: 3px;
+       padding-right: 3px;
+       background-color: #004E79;
+}
+
+.chat_myname_class {
+       font-weight: bold;
+       color: #ff0000;
+}
+
+.chat_notmyname_class {
+       font-weight: bold;
+       color: #0000ff;
+}
+
+.chat_text_class {
+}
+
+/*---------- bubble tooltips start -----------*/
+
+a.event_title, a.event_unread, a.event_read {
+       position:relative;
+       z-index:24;
+}
+
+a.event_title span, a.event_unread span, a.event_read span {
+       display: none;
+}
+
+/* background:; ie hack, something must be changed in a for ie to execute it */
+
+a.event_title:hover, a.event_unread:hover, a.event_read:hover {
+       z-index:25;
+       background:;
+}
+
+a.event_title:hover span.tooltip, a.event_unread:hover span.tooltip, a.event_read:hover span.tooltip {
+       display:block;
+       position:absolute;
+       top:0px; left:0;
+       padding: 15px 0 0 0;
+       width:200px;
+       text-align: center;
+}
+
+a.event_title:hover span.btttop, a.event_unread:hover span.btttop, a.event_read:hover span.btttop {
+       display: block;
+       padding: 30px 8px 0;
+       background: url(/static/bubble.gif) no-repeat top;
+}
+
+/* different middle bg for stretch */
+a.event_title:hover span.bttmiddle, a.event_unread:hover span.bttmiddle, a.event_read:hover span.bttmiddle {
+       display: block;
+       padding: 0 8px; 
+       background: url(/static/bubble_filler.gif) repeat bottom; 
+       color: #022750;
+       font-size: 10px;
+}
+
+a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event_read:hover span.bttbottom {
+       display: block;
+       padding:3px 8px 10px;
+       background: url(/static/bubble.gif) no-repeat bottom;
+}
+
+/*---------- bubble tooltips end -----------*/