a:hover{
    color:#8C4C03;
}

a{
    color:#006080;
}
ul.category-list li
{
    background-color: #F0F0F0;
}

ul.category-list li .category-description .protection
{
    color:#784A4A;
}
.i-button:not(.label), .action-button:not(.label), .categorynav .category-list .item .button-wrapper .action-button:not(.label) {
    color:#444;
}

.i-button:not(.label):hover, .action-button:not(.label):hover, .categorynav .category-list .item .button-wrapper .action-button:not(.label):hove {
    color:#222;
}

.i-button.highlight:not(.label):not(.borderless):not(.text-color):hover
{
    background:#006080;
}

.i-button.highlight:not(.label):not(.borderless):not(.text-color)
{
    background:#003040;
}


div.session-bar .i-button.protection-public:not(.label):not(.borderless):not(.text-color):hover
{
    background:#008033;
}
div.session-bar .i-button.protection-public:not(.label):not(.borderless):not(.text-color)
{
    background:#004015;
}
											      
div.datePlace > div.timezone {
    color:#000;
}
.menuConfTitle.selected > a
{
    color:#FFF;
    background:#333;
}

.menuConfTitle > a:hover
{
    color:#f00;
    background:#555;
}

.action-box.highlight
{
    background:#fff;
      color: #000;
 
}
.action-box.highlight .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) .text .label
{
       color:#006080;
}


.i-label{
    color:#000; 
 }
body{
    --message-important-surface-color:#DDD;
    --text-secondary-color: #000;
    --text-color:#000;
    --clickable-text-color:#006593;
    --surface-highlight-color:#f00;
    --conf-theme-menu-selected:#F00;
    --conf-theme-menu-selected-bg:#FFF;

    
    --text-inverse-color: #fff;
  --text-disabled-color: #999;
  --background-primary: #fff;
  --background-secondary: #f7f7f7;
  --surface-default: #F0F0F0;

  
  --surface-inverse-color: #555;
  --surface-accent-color: var(--accent-color);
  --surface-accent-secondary-color: #cee8f5;
  --surface-highlight-color: #c4c4c4;
  --surface-highlight-inverse-color: var(--text-secondary-color);
  --surface-disabled-color: #f9f9f9;
  --surface-disabled-inverse-color: #757575;
  --border-default-color: #5a5a5a;
  --border-disabled-color: #F00;
  --accent-color: #0075a3;
  --accent-secondary-color: #aa5302; // XXX: min font size 1.2rem or 1rem bold (or solid icon)
  --accent-highlight-color: #035e81;
  --accent-border-color: #05425b;
  --active-color: #db1a1a;
  --visited-color: #5c079b;
  --protected-color: #cc6300; // XXX: min font size 1.2rem or 1rem bold (or solid icon)
  --highlight-color: #fff9b8; // XXX: Subtle highlight / background of large highlighted areas
  --attention-color: #fd0; // XXX: Small UI bits that scream for attention

  --text-red-color: #db1a1a;
  --text-green-color: #216901;
  --text-blue-color: #0164c1;
  --text-brown-color: #60331f;
  --text-orange-color: #b73701;

  // Generic controls
  --control-border-color: var(--border-default-color);
  --control-text-color: var(--text-color);
  --control-clickable-surface-color: var(--surface-default);
  --control-clickable-surface-focus-color: var(--surface-highlight-color);
  --control-clickable-border-color: var(--control-border-color);
  --control-alt-text-color: var(--text-inverse-color);
  --control-alt-clickable-surface-color: var(--accent-color);
  --control-alt-clickable-surface-focus-color: var(--accent-highlight-color);
  --control-alt-border-color: var(--accent-border-color);
  --control-disabled-text-color: var(--text-disabled-color);
  --control-disabled-clickable-surface-color: var(--surface-disabled-color);
  --control-disabled-border-color: var(--surface-disabled-color);
  --control-indented-bg-color: var(--surface-disabled-color);
  --control-disabled-indented-bg-color: var(--text-disabled-color);
  --control-disabled-inset-indented-color: var(--text-disabled-color);
}
