﻿  
  #authoring-ui .login .teaser {
    background: url(../images/login-teaser-2.png) no-repeat top left;
  }
   
  #authoring-ui .login .content {
    background: url(../images/black-back-2.png);
  }
  
  #authoring-ui .shelf .teaser,
  #authoring-ui .shelf .handle {
    background-color: #999999;
  }

  #sheet-ui .map a .title {
    font-weight: normal;
  }

/*
  #sheet-ui .map a {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
  }
  
  #sheet-ui .map a:hover {
    color: #ffcc00;
    text-decoration: none;
  }

  #sheet-ui .map a.current {
    background-color: #ebebeb;
    color: #000;
    text-decoration: none;
  }
*/