/* waka31 overdrive */

.wiki-section-header { margin:10px 0 5px; border-bottom:2px solid #ccefd0; padding: 0 5px;
                       cursor:hand; cursor:pointer; 
                     }
.wiki-section-header h2,
.wiki-section-header h3,
.wiki-section-header h4
              { padding-right:19px; 
                background-image:url(images/minus.gif);
                background-position:right center;
                background-repeat: no-repeat;
                color:#88cf90;
              }

              
.wiki-section-hidden .wiki-section-header 
              {
                background-color:#88cf90;
                border-bottom:5px solid #ccefd0
              }
.wiki-section-hidden .wiki-section-content { display:none }
.wiki-section-hidden .wiki-section-header h2,
.wiki-section-hidden .wiki-section-header h3,
.wiki-section-hidden .wiki-section-header h4
              {
                color           :#ffffff;
                background-image:url(images/plus.gif);
              }



/* --------------- */

.desk-do               { background: #ccefd0; font: 75% Arial, sans-serif; padding: 3px 8px 3px 3px; height: 1%; } /* хак с height: 1%, чтобы исправить баг в ИЕ с правым оступов */
.desk-do .title-       { margin: 2px -1px 2px 2px; font-size: 90%; height: 2em; width: 100%; position: relative; z-index: 1;}
.desk-do .title- input { font-size:100%; font-family: Tahoma, sans-serif; }
.desk-do .title- .remove-all-completed- {margin-right: 1em;}
.desk-do .body-        { padding: 5px; background: #fff; margin-right: -4px;}

.desk-do ul, ol { margin-top: 0; }
.desk-do hr     { height: 1px; color: #999999; }
.desk-do p      { padding: 0; margin: .5em; }
    

.desk-do .login-   { float: right; padding: .3em .9em; }
.desk-do .login- a { color: #ffffff; }
.desk-do .guest-   { background: #aa5050; }
.desk-do .logging- { background: #999999; }
.desk-do .auth-    { background: #469920; }


.desk-do .loginform-                        { padding: 2px; width: 21em; position: absolute; right: 0; }
.desk-do .loginform- strong                 {display: block; color: #fff; padding: .1em .3em .3em;}
.desk-do .loginform- label                  {position: absolute; margin-left: -5.4em; clear: both; padding: .5em 0 .3em;}
.desk-do .loginform- a                      {color: #000080;}

.desk-do .loginform- .loginformbody-        { background: #fff; color: #444; padding: .3em .8em .6em 6em; }
.desk-do .loginform- .loginfield-           {margin-top: .3em; width: 100%; display: block; }
.desk-do .loginform- .loginsend-            {margin: .6em .5em 0 0; width: 4em;}

.desk-do .loginform- .wait- div {color: #aaa;}
.desk-do .loginform- .wait- a   {visibility: hidden;}
.desk-do .loginform- .wait-     {background:#999;}

.desk-do .auth-panel- { position: absolute; right: 0; width: 6.5em; }
.desk-do .auth-panel- input {font: 1.1em Arial, sans-serif; width: 5em; margin: .5em;}

.desk-do .textarea-     { overflow: hidden; font: 1em Courier New, monospace; width: 98.5%; margin: 3px 0px 3px 0;}

.desk-do .wrapper-          {padding: 3px 8px 3px 3px; cursor: default;}
.desk-do .wrapper-selected- {padding: 3px 8px 3px 3px; cursor: text; background-color: #ccefd0; }

.desk-do .selector-selected- .contents- {cursor: text;}
.desk-do .selector-selected- .contents- .selector- .contents- {cursor: default;}

.desk-do .selector-          {padding: 0 8px 0 0; cursor: default;}
.desk-do .selector-selected- {padding: 0 8px 0 0; cursor: default; background-color: #ccefd0;}

/* хаки для textarea в IE */
* html .desk-do .title- {margin-right: -3px;}
* html .desk-do .loginform- .loginformbody- {padding-right: .6em;} /* хак, чтобы сделать равные правые отступы для полей формы входа, компенсируем 2px которые нам добавляет бордер */
* html .desk-do .body-, * html .desk-do .textarea-, * html .desk-do .conflict-panel- { margin-right: -6px;}
* html .desk-do, * html .desk-do .selector-, * html .desk-do .selector-selected-, * html .desk-do .wrapper-selected- {padding-right: 10px;}

.desk-do .edit-btn- {width: 6em; vertical-align:middle}
.desk-do .more-options- {float: right; padding: 3px;}

/* BRAND NEW STUFF HERE */
.desk-do .conflict-panel- { height: 30px; background: #ffaa88; margin-right: -4px;}
.desk-do .conflict-panel- .pane- { font: 11px Tahoma, sans-serif; float: right; 
                                   color: #aa0000;
                                   padding:5px 10px 8px; margin: 5px 0 0; }
.desk-do .conflict-panel- .current- { background: #ffffff; }
.desk-do .conflict-panel- .current- a { color: #666666; text-decoration: none; }

.desk-do .conflict-btn- { font: 11px Tahoma, sans-serif; width: 100px; margin:5px; float: right; }

.desk-do .desklist-        { float:right; padding:.1em 1em .2em 0; display:none }
.desk-do .desklist- select { font: 0.9em Arial, sans }

.desk-do .conflict-panel- .redo-,
.desk-do .conflict-panel- .undo-  { text-decoration: none; color: #cc9900; }
.desk-do .conflict-panel- .current- .undo-,
.desk-do .conflict-panel- .current- .redo- { text-decoration: underline; color: #0000ff }
.desk-do .no-undo- .current- .undo- { text-decoration: none; color: #666666 }
.desk-do .no-redo- .current- .redo- { text-decoration: none; color: #666666 }
/* -- EOBNS */


.desk-do .wiki-todo .remove- { visibility: hidden; float: right; font-size: .8em; padding: 3px 0; }
.desk-do .selector-selected- .remove-            { visibility: visible; }
.desk-do .selector-selected- .selector- .remove- { visibility:hidden; }
.desk-do .wiki-todo-new .checkbox- { background-image:url(images/add.gif); background-repeat:no-repeat;
                                     background-position:center center
                                   }
.desk-do .wiki-todo-new .checkbox- input { visibility: hidden;  }


.wiki-todo-notes { font-size: 90%; color:#666666; padding: 0 2px; }
.wiki-todo-title { font-weight:bold; font-size:120%; padding: 1px 0; }

.wiki-todo-completed .wiki-todo-title { color: #999999; text-decoration: line-through; }
.wiki-todo-completed .wiki-todo-notes { color: #aaaaaa; }


.desk-do td { vertical-align: top; }


.wiki-todo { margin: 2px 0; }
.wiki-todo .checkbox- {width: 21px;}
.wiki-todo .checkbox- input { cursor: pointer; cursor: hand;}


.wiki-todo .wiki-todo .wiki-todo-title             { font-size: 100%; padding:1px 0; }
.wiki-todo .wiki-todo .wiki-todo .wiki-todo-title  { font-size: 90%; padding: 2px 0; }
