]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/styles/webcit.css
Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / styles / webcit.css
diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css
new file mode 100644 (file)
index 0000000..9d90675
--- /dev/null
@@ -0,0 +1,1266 @@
+/*
+ * Copyright 2005 - 2011 The Citadel Team
+ * Licensed under the GPL V3
+ */
+
+/* These stylesheets were split from this one for convenience */
+
+@import url("login.css");
+@import url("global.css");
+@import url("iconbar.css");
+@import url("banner.css");
+@import url("navbar.css");
+@import url("content.css");
+@import url("box.css");
+@import url("message.css");
+@import url("modal.css");
+@import url("service.css");
+@import url("blog.css");
+
+@media print {
+       input#toggler, .toolbar { display: none }
+}
+
+html, body {
+       font-size: 100%;
+       height:100%;
+       width:100%;
+       margin:0;
+       padding:0;
+       overflow:hidden;
+}
+
+.address_book_popup_title { font-size: 130% }
+
+#button, #content .button_link a, input#delbutton,.attachfile, .buttons input, .buttons a, .customize, .menubar_link, #banner ul.room_actions li, .selector_top, .selector_bottom, .banner .infos,li.search,li.view, .room_actions form select option, .selectbox, ul.adminitems li span, #message_list tr > td {
+       font-size: 100%;
+}
+
+#message_list_hdr table { font-size: 80% }
+
+.mailbox_summary { font-size: 80% }
+
+/* Color */
+
+body {
+       background-color: #F3F6F2;
+       font-family: sans-serif;
+}
+
+.marked_row { 
+       color: white;
+       background-color: #69aaff !important;
+}
+
+.service form div,table.altern .odd, #message_list, #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;
+}
+
+#message_list_hdr table, #resize_msglist, .vcard_edit_background_alt,.roomops_background_alt {
+       background-color: #CCC;
+}
+
+#room_infos, #address_book_popup, .roomops_cell, .roomops_cell_edit, .mimepart {
+       background-color: #deded0;
+       color: #5C646B;
+} 
+
+#room_infos, #address_book_popup, .mimepart, .room_actions form select {
+       border: 1px solid #5C646B;
+       overflow: scroll;
+}
+
+.buttons a,.tablabel,.treetitle {
+       color: #000;
+       font-weight: 700;
+}
+
+.mimepart div,.required { font-weight: 700 }
+
+.selector_top,.selector_bottom {
+       background-color: #022750;
+       border-top: 1px solid black;
+       border-bottom: 1px solid black;
+       color: #FFF;
+}
+
+#message_list_hdr form input { border: 0 }
+
+#message_list_hdr select {
+       background-color: #3E65AF;
+       color: #F1BD22;
+       border: 1px solid #6C91A6;
+}
+
+#message_list_hdr table { font-style: italic }
+
+#resize_msglist {
+       background-image: url(/static/webcit_icons/resizegrippy.gif);
+       background-position: center;
+       background-repeat: no-repeat; 
+}
+
+#resize_msglist hr {
+       background-color: #999;
+       border: 0;
+       color: #999;
+       height: 3px;
+}
+
+.adminlist { list-style: none }
+
+.customize {
+       background-color: #DDC;
+       color: #004;
+       font-style: italic;
+}
+
+.default {
+       font-style: normal;
+       text-decoration: underline;
+}
+
+.editednodeinput {
+       background-color: #FFF;
+       border: 1px solid #000;
+       color: #000;
+       height: 17px;
+       width: 150px;
+}
+
+.error a:link, .error a:visited, .error a:active {
+       background: none;
+       color: #DC143C;
+       text-decoration: underline;
+}
+
+.error strong {
+       background: #FFD700;
+       color: #DC143C;
+       text-decoration: none;
+}
+
+.error strong a:link,.error strong a:visited,.error strong a:active {
+       background: #FFD700;
+       color: #DC143C;
+}
+
+.errormsg {
+       background: none;
+       color: #A00;
+       font-style: italic;
+       font-weight: 700;
+}
+
+.floors_config, .roomops_zap {
+       background-color: #700;
+       border: 0;
+}
+
+.imsg {
+       background: none;
+       color: #EEE;
+       font-style: italic;
+       font-weight: 700;
+       text-align: center;
+}
+
+.menubar_bg { background-color: red }
+
+.mimepart div span {
+       display: block;
+       font-style: italic;
+}
+
+.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 }
+
+.roomops_cell_label, .tab_cell_label {
+       background-color: #424b52;
+       color: #EABB3A;
+       font-size: 80%;
+       font-weight: bold;
+       border-radius: 8px 8px 0 0;
+       -webkit-border-radius: 8px 8px 0 0;
+       -moz-border-radius: 8px 8px 0 0;
+}
+
+.selectbox {
+       background-color: #FF8000;
+}
+
+.tab_cell, .tab_cell_edit {
+       background-color: #5c646b;
+       color: #F9FDFB;
+       font-size: 80%;
+       font-weight: bold;
+       border-radius: 8px 8px 0 0;
+       -webkit-border-radius: 8px 8px 0 0;
+       -moz-border-radius: 8px 8px 0 0;
+}
+
+.tabcontent {
+       background-color: #FEFFFC;
+       border: 2px solid #424B52;
+}
+
+.treetitleselectedblured {
+       background-color: menu;
+       color: windowtext;
+}
+
+.treetitleselectedfocused {
+       background-color: highlight;
+       color: highlighttext;
+}
+
+.warning a:link, .warning a:visited, .warning a:active, .warning {
+       background: none;
+       color: #FF4500;
+}
+
+.warning, .warning strong { text-decoration: none }
+
+.warning a:link,.warning a:visited,.warning a:active {
+       text-decoration: underline;
+}
+
+.warning strong {
+       background: #FFD700;
+       color: #FF4500;
+}
+
+.warning strong a:link,.warning strong a:visited,.warning strong a:active {
+       background: #FFD700;
+       color: #FF4500;
+}
+
+blockquote {
+       background-color: #f5f5f5 !important;
+       color: navy !important;
+}
+
+blockquote blockquote {
+       background-color: #ebebeb !important;
+       color: maroon !important;
+}
+
+blockquote blockquote blockquote {
+       background-color: #e1e1e1 !important;
+       color: green !important;
+}
+
+blockquote blockquote blockquote blockquote {
+       background-color: #d7d7d7 !important;
+       color: purple !important;
+}
+
+blockquote blockquote blockquote blockquote blockquote {
+       background-color: #cdcdcd !important;
+       color: teal !important;
+}
+
+blockquote pre {
+       margin-left: 1%;
+       margin-right: 1%;
+}
+
+div.auto_complete ul {
+       background: #fff;
+       border: 1px solid #888;
+       list-style-type: none;
+}
+
+div.auto_complete ul li.selected {
+       background-color: #ffc;
+}
+
+div.auto_complete ul strong.highlight { color: #800 }
+
+table.altern {
+       border-bottom: solid 2px #AAA;
+       border-top: solid 2px #AAA;
+}
+
+table.altern .even {
+       background-color: #DDD;
+}
+
+td li.frameset,.elements li.frameset {
+       background: none;
+       color: gray;
+       font-weight: lighter;
+}
+
+td li.transitional,.elements li.transitional {
+       background: none;
+       color: #696969;
+       font-weight: lighter;
+}
+
+ul.adminitems {
+       list-style-type: disc;
+       padding: 0;
+}
+
+ul.adminitems li { font-weight: 700 }
+
+ul.adminitems li span {        color: #666 }
+
+var sub { font-style: normal }
+
+.week_of_year {
+       background-color: #e1e1e1;
+       font-size: 70%; 
+}
+
+.day { font-weight: 700 }
+
+.calout { background-color: #DDDDDD }
+
+.calday { background-color: #FFFFFF }
+
+.calweekend { background-color: #EEEECC }
+
+.caltoday { background-color: #EEEEFF }
+
+.current_sort_mode { background-color: white }
+
+#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 }
+
+a:link, .calendar a:visited { color: #0e73e3 } /*color: #2F65DD;*/
+
+a:active { color: #3E65AF }
+
+a:visited { color: #70342e }
+
+.roomlist_old { color: #424b52 }
+
+.roomlist_new { color: #ef7114 }
+
+.roomlist_new, .roomlist_old {
+       font-size: medium;
+       font-weight: bold;
+       padding: 0.1em 0.3em;
+}
+
+.roomlist_new:hover, .roomlist_old:hover{
+       outline: 1px solid #7d858c;
+       outline-radius: 5px;
+       -khtml-outline-radius: 5px;
+       -moz-outline-radius: 5px;
+       behavior: url(/static/styles/PIE.htc);
+}
+
+#customize a:active, #customize a:link, #customize a:visited {
+       color: black;
+}
+
+input, select, .room_actions form select, .room_actions li.search input, .address_book_popup_title {
+       background-color: #efefe0; /*#fbf4ca;*/
+       border: 2px solid #5c646b;
+       color: #333;
+}
+
+.buttons a:hover { background-color: #5c646b; }
+.button_link a, input#delbutton,.attachfile, .buttons input {
+       background-color: #4d555c;
+}
+.button_link a, input#delbutton,.attachfile, .buttons input {
+       border: 2px solid #5c646b;
+       color: #F0FEFF;
+}
+
+
+.button_link a, input#delbutton,.attachfile, .buttons input {
+       cursor: pointer;
+       -webkit-border-radius: 8px;
+       -moz-border-radius: 8px;
+       border-radius: 8px;
+       behavior: url(/static/styles/PIE.htc);
+       text-align: center;
+}
+
+.button_link a, .attachfile,.buttons input {
+       font-weight: bold;
+}
+
+input#delbutton { font-weight: normal }
+
+/* Layout */
+
+* html { overflow: hidden }
+
+html { overflow: auto }
+
+body {
+       height: 100%;
+       overflow: hidden;
+       text-align: center;
+       margin-left: 0;
+       padding: 0;
+}
+
+#important_message {
+       background-color: #3E65AF;
+       color: #FFF;
+       position: absolute;
+       top: 25px; 
+       z-index: 4;
+       padding: 3px;
+       margin: 0px auto;
+}
+
+#hellomsg, .fmout, .nomsgs {
+       text-align: center;
+}
+
+#validate { text-align: center }
+
+#iconbar, #banner, #content, #message_list_hdr, #message_list, #preview_pane  { text-align: left }
+
+/* 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_listview th {
+       border-right: 0.2em solid #fff;
+}
+#message_listview td {
+       padding-left: 1em;
+}
+
+#message_list_hdr {
+       display: block;
+       padding-bottom: 0;
+       margin-bottom: 0;
+       background-color: #CCCCCC;
+}
+
+#summary_view {
+       overflow-y: scroll;
+       overflow-x: hidden;
+       cursor: pointer;
+}
+
+#summary_headers {
+       background-color: white;
+       table-layout: fixed;
+}
+
+#summary_headers tr td {
+       overflow-y: hidden;
+       overflow-x: hidden; /* stop long subjects overflowing */
+}
+
+#message_listview .col1 { width: 66% }
+
+#message_listview .col2 { width: 22% }
+
+#message_listview .col3 { width: 12% }
+
+.col1, .col2, .col3 {
+       cursor: pointer;
+       text-overflow: ellipsis;
+       -o-text-overflow: ellipsis;
+}
+
+.new_message { font-weight: bold !important }
+
+#loading { text-align: center}
+
+#resize_msglist {
+       width: 100%;
+       overflow: hidden;
+       cursor: s-resize;
+       height: 6px;
+}
+
+#preview_pane { overflow: auto }
+
+.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 }
+
+.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: #f0feff }
+
+.room-private { list-style-image: url("/static/webcit_icons/essen/16x16/email.png") }
+
+.room-addr { list-style-image: url("/static/webcit_icons/essen/16x16/contact.png") }
+
+.room-cal { list-style-image: url("/static/webcit_icons/essen/16x16/calendar.png") }
+
+.room-tasks { list-style-image: url("/static/webcit_icons/essen/16x16/task.png") }
+
+.room-notes { list-style-image: url("/static/webcit_icons/essen/16x16/note.png") }
+
+.room-chat { list-style-image: url("/static/webcit_icons/essen/16x16/room.png") }
+
+.room-newmsgs { font-weight: bold }
+
+.room-emphasized { text-decoration: underline }
+
+#message_list_hdr table { width: 100% }
+
+.selector_top, .selector_bottom { text-align: center }
+
+.selector_top p,.selector_bottom p {
+       margin: 0;
+       padding: 2px;
+}
+
+.button_link a, .attachfile, .buttons input .logbutton {
+       margin: 3px;
+       padding: 2px 4px 2px 4px;
+}
+
+input#delbutton {
+       margin: 0 3px 0 3px;
+       padding: 2px 4px 2px 4px;
+}
+
+
+.mimepart {
+       margin-top: 15px;
+       margin-bottom: 15px;
+       margin-left: 15%;
+       width: 70%;
+       padding: 0;
+}
+
+.mimepart img {
+       vertical-align: middle;
+       float: left;
+}
+
+.mimepart div {
+       vertical-align: middle;
+       margin: 0 0 15px 0 ;
+       padding: 5px;
+}
+
+.mimepart div span { vertical-align: top }
+
+.mimepart dl {
+       width: 100%;
+       margin-left: 5px;
+       padding: 5px;
+}
+
+.mimepart dl dt {
+       width: 30%;
+       float: left;
+       margin: 0 0 0 0;
+       padding: .5em;
+}
+
+.mimepart dl dd {
+       float: left;
+       width: 62%;
+       margin: 0;
+       padding: .5em;
+}
+
+.mimepart p {
+       margin-top: 1em;
+       margin-bottom: 0;
+       clear: both;
+}
+
+.buttons a { text-align: center }
+
+.imgedit {
+       vertical-align: middle
+}
+
+.edit_msg_table th {
+       text-align: right;
+       padding: 0px;
+       padding-right: 5px;
+       color: #333;
+       width: 20%;
+}
+
+.edit_msg_table td {
+       padding: 0px;
+}
+
+.edit_msg_table #recp_id, .edit_msg_table #cc_id, .edit_msg_table #bcc_id, .edit_msg_table #subject_id  {
+       width: 98%;
+}
+
+.note {
+       font-size: 85%;
+       margin-left: 10%;
+}
+
+.toolbar { text-align: center }
+
+.toolbar img { float: right }
+
+
+colgroup.entity { text-align: center }
+
+div.auto_complete ul {
+       margin: 0;
+       padding: 0;
+       width: 100%;
+}
+
+div.auto_complete ul li {
+       margin: 0;
+       padding: 3px;
+}
+
+div.auto_complete ul strong.highlight {
+       margin: 0;
+       padding: 0;
+}
+
+.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, .vcard_edit_background_alt, .roomops_background_alt, .floors_config, .roomops_zap {
+       width: 100%;
+}
+
+#address_book_popup {
+       position: absolute;
+       top: 100px;
+       right: 25px;
+       width: 320px;
+       height: auto;
+       z-index: 100;
+       display: none;
+       -webkit-box-shadow: #666 0px 2px 3px;
+       -moz-box-shadow: #666 0px 2px 3px;
+       box-shadow: #666 0px 2px 3px;
+}
+
+#address_book_popup_container_div {
+       position: relative;
+       width: 100%;
+       height: 100%;
+}
+
+#address_book_popup_middle_div { position: relative }
+
+#address_book_inner_div { margin: 5px }
+
+#address_book_inner_div select { width: 100% }
+
+#address_book_inner_div input { margin: 4px 5px 0 5px }
+
+#citlogo { display: none; /* Overriden later */ }
+
+.sort_ascending, .sort_descending {
+       background-repeat: no-repeat;
+       background-position: center right;
+}
+
+.sort_ascending { background-image: url("/static/webcit_icons/down_pointer.gif") }
+
+.sort_descending { background-image: url("/static/webcit_icons/up_pointer.gif") }
+
+#message_list_hdr > table { border-collapse: collapse }
+
+#summary_view > table { border-collapse: collapse }
+
+/* System Administration Menu */
+
+ul.adminitems {
+       margin: 15px;
+       padding: 0;
+}
+
+ul.adminitems li {
+       margin: 0.5em;
+       padding: 0;
+}
+
+ul.adminitems li span {        display: block }
+
+/* Mailq */
+table.mailstatus {background-color: lightgray }
+td.mailstatus_0 {background-color: gray }
+td.mailstatus_1 {background-color: gray }
+td.mailstatus_2 {background-color: green }
+td.mailstatus_3 {background-color: orange }
+td.mailstatus_4 {background-color: yellow }
+td.mailstatus_5 {background-color: red }
+
+/* Room list - Tree Node */
+
+.treetitle, .editednode, .treetitleselectedfocused, .treetitleselectedblured {
+       padding: 2px;
+       cursor: default;
+}
+
+table.altern {
+       margin: 0 auto 0 auto;
+       width: 98%
+} 
+
+table.altern tr td {
+       height: 2em;    
+} 
+
+/* Advanced menu */
+
+table.advanced {
+       margin: 0 auto 0 auto;
+       width: 96%;
+       border-collapse: separate;
+       border-spacing: 15px;
+} 
+
+.advanced .boxcontent ul { margin-left: 4em }
+
+.advanced .boxcontent .col1, .advanced .boxcontent .col2 { 
+       float: left;
+       width: 33%;
+}
+
+.advanced .boxcontent .col2, .advanced .boxcontent .lastcol {
+       margin-left: 0;
+       margin-bottom: 4em;
+}
+
+/* Site configuration */
+
+.tabs_background { margin-top: 0 }
+
+/* Links and buttons */
+
+.buttons {
+       margin: 2px auto 2px auto;
+       width: 96%;
+       text-align: center;
+}
+
+/* Tabs */
+
+#TheTabs {
+       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;
+}
+
+ul.tabbed_dialog li {
+       margin: 0 3% 0 3%;
+       padding: 4px;
+       float: left;
+}
+
+.tabcontent {
+       margin: 0 auto 0 auto;
+       width: 96%;
+       padding: 10px;
+       clear: both;
+}
+
+.tabcontent_submit {
+       margin: 0 auto 0 auto;
+       width: 96%;
+       padding: 10px;
+       text-align: center;
+}
+
+
+/* Calendar view */
+
+.calendar {
+       background-color: #424b52;
+       margin: 0 auto;
+       width: 98%;
+       height: 302px;
+       border-radius: 8px;
+        -webkit-border-radius: 8px;
+        -moz-border-radius: 8px;
+        behavior: url(/static/styles/PIE.htc);
+}
+
+.calendar th { 
+       background-color: #424b52;
+       border-color: #424b52; }
+
+#inner_day { padding: 0.1em; }
+
+td.events_of_the_day { width: 50% }
+
+.events_of_the_day dl {
+       margin: 0;
+/*     padding: 0;
+       position: absolute;
+       top: 0;
+       left:0; */
+       width: 100%;
+}
+
+.events_of_the_day dl dt {
+       background-color: #FFFFFF;
+       margin: 0;
+       width: 500px;
+       border: 1px solid #CCC;
+}
+
+.events_of_the_day dl dt.hour {
+       /* 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: 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;
+       text-align: left;       
+}
+
+.hour_events, .extra_events {
+       background-color: #FFFFFF;
+       vertical-align: top;
+       text-align: left;       
+}
+
+.extra_events { border: 1px solid #ccc }
+
+.extra_events ul {
+       list-style: none;
+       padding: 0;
+       margin: 0;
+}
+
+.extra_events ul li { margin: 4px }
+
+.calday, .calout, .calweekend, .caltoday {
+       width: 14%;
+       height: 60px;
+       text-align: left;
+       vertical-align: top;
+}
+
+.event_framed_unread {
+       -webkit-border-radius: 8px;
+       -moz-border-radius: 8px;
+       border-radius: 8px;
+       behavior: url(/static/styles/PIE.htc);
+       border: solid 1px red;
+       background-color: yellow;
+       z-index: 10;
+       padding: 0 4px 0 4px; 
+}
+
+li.event_framed_unread span, a.event_title { font-size: 100% }
+
+.event_framed_read {
+       -webkit-border-radius: 8px;
+       -moz-border-radius: 8px;
+       border-radius: 8px;
+       behavior: url(/static/styles/PIE.htc);
+       border: solid 1px red;
+       background-color: yellow;
+       z-index: 10;
+       padding: 0 4px 0 4px; 
+}
+
+li.event_framed_read span, a.event_title { font-size: 100% }
+
+.event_read {}
+
+li.event_read span, a.event_read_title { font-size: 100% }
+
+.event_unread {}
+
+li.event_unread span, a.event_read_title { font-size: 100% }
+
+.mini_calendar { color: #fff }
+
+.mini_calendar a { color: #fff }
+
+.mini_calendar a:link,.mini_calendar a:visited { color: #fff }
+
+.mini_calendar a:hover,.mini_calendar a:active {
+   color: #3E65AF;
+   background-color: #3E65AF;
+}
+
+.mini_calendar td a { color: #fff }
+
+.mini_calendar td a:link,.mini_calendar td a:visited { color: #fff }
+
+.mini_calendar td a:hover,.mini_calendar td a:active {
+   color: #3E65AF;
+   background-color: #3E65AF;
+
+}
+
+.menudesc {
+       margin: 4px;
+       padding: 4px;
+}
+
+.roompic { 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;
+       -webkit-box-shadow: #666 0px 2px 3px;
+       -moz-box-shadow: #666 0px 2px 3px;
+       box-shadow: #666 0px 2px 3px;
+       behavior: url(/static/styles/PIE.htc);
+}
+
+.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;
+}
+
+.conftitle {
+       font-size: 140%;
+       font-weight: bold;
+       text-align: center;
+}
+
+.confdescr {
+       font-size: 110%;
+       text-align: center;
+}
+
+#noscript_warning {
+       position: fixed;
+       z-index: 999;
+       top: 0;
+       right: 0;
+       background-color: #FF0000;
+       color: #FFFFFF;
+       font-size: 120%;
+       border: 2px solid #FF0000;
+}
+
+.chatrecv_history_class {
+       position: absolute;
+       top: 0.5em;
+       left: 0.5%;
+       width: 700px;
+       height: 70%;
+       background-color: #edede0;
+       overflow: auto;
+       border: 2px solid #424d52;
+       border-radius: 8px;
+       -khtml-border-radius: 8px;
+       -moz-border-radius: 8px;
+       behavior: url(/static/styles/PIE.htc);
+       -webkit-box-shadow: #666 0px 1px 2px;
+       -moz-box-shadow: #666 0px 2px 3px;
+       box-shadow: #666 0px 2px 3px;
+       padding: 0.5em;
+}
+
+.chat_userlist_class {
+       position: absolute;
+       top: 0.5em;
+       right: 0.5%;
+       width: 110px;
+       height: 92%;
+       background-color: #edede0;
+       overflow: auto;
+       border: 2px solid #424d52;
+       border-radius: 8px;
+       -khtml-border-radius: 8px;
+       -moz-border-radius: 8px;
+        box-shadow: #666 0px 2px 3px;
+       -webkit-box-shadow: #666 0px 1px 2px;
+        -moz-box-shadow: #666 0px 2px 3px;
+       behavior: url(/static/styles/PIE.htc);
+       padding: 0.5em;
+}
+
+.chatrecv_class { display: none }
+
+.chatsend_class {
+       position: absolute;
+       left: 0.5%;
+       bottom: 3%;
+       height: 95px;
+       width: 700px;
+       border: 2px solid #424d52;
+       border-radius: 8px; 
+       -khtml-border-radius: 8px;
+       -moz-border-radius: 8px;
+       box-shadow: #666 0px 2px 3px;
+       -webkit-box-shadow: #666 0px 1px 2px;
+       -moz-box-shadow: #666 0px 2px 3px;
+       behavior: url(/static/styles/PIE.htc);
+       background-color: #7d858c;
+       padding: 0.5em;
+}
+
+.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;
+}
+
+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/webcit_icons/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/webcit_icons/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/webcit_icons/bubble.gif) no-repeat bottom;
+}
+
+/*---------- styles for the attachments form -----------*/
+
+#attachments_form {
+       display:none;
+       position:absolute;
+       top:5%;
+       bottom:5%;
+       right:5%;
+       left:5%;
+       z-index: 10;
+       padding: 5px;
+       border-width: 1px;
+       border-style: solid;
+       border-color: #022750;
+       -webkit-border-radius: 10px;
+       -moz-border-radius: 10px;
+       border-radius: 10px;
+       background: #FFFFFF;
+       background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#DDDDEE));
+       background: -moz-linear-gradient(#FFFFFF, #DDDDEE);
+       background: linear-gradient(#FFFFFF, #DDDDEE);
+       -pie-background: linear-gradient(#FFFFFF, #DDDDEE);
+       -webkit-box-shadow: #666 0px 2px 3px;
+       -moz-box-shadow: #666 0px 2px 3px;
+       box-shadow: #666 0px 2px 3px;
+}
+
+/*---------- styles for the login modal box -----------*/
+
+#loginbox_topline_container {
+       position: relative;
+       font-size: 110%;
+       color: white;
+}
+
+#loginbox_title {
+       float: left;
+       width: 75%;
+       text-align: center;
+       background-color: #022750;
+       border: 3px solid #022750;
+}
+
+#loginbox_closebutton {
+       float: right;
+       width: 23%;
+       text-align: right;
+       background-color: #ddd;
+       border: 3px solid #ddd;
+}
+
+#auth_container {
+       position: relative;
+       border: 1px solid #777;
+}
+
+#authbar {
+       top: 0;
+       left: 0;
+       width: 23%;
+       z-index: 0;
+       overflow: auto;
+       overflow-x: hidden !important;
+}
+
+#authbar ul {
+       margin-top: 1px;
+       margin-bottom: 0;
+}
+
+.authbox {
+       text-align: center;
+       position: absolute;
+       top: 0;
+       right: 0;
+       width: 75%;
+       height: 100%;
+       z-index: 0;
+       overflow: auto;
+       overflow-x: hidden !important;
+       background-color: #ddd;
+}
+
+#ajax_username_password_form, #ajax_newuser_form {
+       margin: auto;
+       width: 20em;
+}
+
+#ajax_username_password_form label, #ajax_newuser_form label {
+       float: left;
+       width: 10em;
+}
+
+.openid_urlarea {
+        background: url('../webcit_icons/openid-small.gif') no-repeat scroll 0pt 50%;
+        padding-left: 18px;
+}