#authoring-ui {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 11px;
  color: #000;
}

#authoring-ui a {
  color: #000;
  text-decoration: underline;
}


/* login dialog */
  #authoring-ui .login {
    width: 100%;
  }
  
  /* the invisible handle that triggers revealing of the teaser */
  #authoring-ui .login .handle {
  	width: 300px;
    height: 10px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
  }
	#authoring-ui .login .handle a {
    padding-left: 300px;
    padding-top: 10px;
  }
  
  #authoring-ui .login .handle a span {
    visibility: hidden;
  }
  
  #authoring-ui .login .teaser {
    width: 442px;
    height: 10px;
    background: url(../images/login-teaser.png) no-repeat top left;
    margin: 0 auto;
    cursor: pointer;
  }
  
  #authoring-ui .login .dialog {
    margin: 0 auto;
    padding: 0 4px 0 0;
    width: 438px;
    height: 41px;
    background: url(../images/right-bottom-edge.png) no-repeat top right;
  }
  
  #authoring-ui .login form {
    padding: 0 0 0 4px;
    background: url(../images/left-bottom-edge.png) no-repeat;
    float: left;
    width: 397px;
  }
  
  #authoring-ui .login .content {
    background: url(../images/black-back.png);
    padding: 10px 0 0 0;
    height: 31px;
    color: #fff;
    text-align: center;
  }
  
  
  #authoring-ui .login input {
    margin: 0 5px 0 2px;
  }
  
  #authoring-ui .login input {
    font-family: "Lucida Console", monospace;
    font-size: 11px;
    background: #fff url(../images/input-back.png) repeat-x;
    border: none;
    padding: 3px 2px 2px 2px;
    width: 90px;
  }
  
  #authoring-ui .login .close {
    float: right;
    height: 0;
    width: 36px;
    overflow: hidden;
    padding: 41px 0 0 0;
    border-left: solid 1px #000;
    cursor: pointer;
    background: #333 url(../images/big-close.png) no-repeat center 11px;
  }
  
  #authoring-ui .login .loading b,
  #authoring-ui .phrase .loading b,
  #authoring-ui .shelf .loading b,
  #sheet-ui .phrase .loading b
  {
    /*
    display: inline;
    padding: 0 58px 0 0;
    */
    padding: 0 16px 0 0;
    line-height: 19px;
    vertical-align: middle;
    background: url(../images/small-spinner.gif) no-repeat center center;
    zoom: 1;
  }
  
  #authoring-ui .login .error {
    color: Red;
    text-align: center;
  }


/* shelf */
  #authoring-ui .shelf {
    width: 100%;
    min-width: 600px;
    height: 10px;
  }
  
  #authoring-ui .shelf .handle {
  	overflow: hidden;
  	text-align: center;
  }
  
  #authoring-ui .shelf .handle a {
  	text-decoration: none;
  }
  
  #authoring-ui .shelf .handle a span {
  	line-height: 8px;
  	padding: 0 300px 0 300px;
		visibility: hidden;
  }
  
  #authoring-ui .shelf .teaser {
    width: 100%;
    height: 6px;
    background-color: #262626;
    margin: 0 auto;
    cursor: pointer;
  }
  
  #authoring-ui.work .shelf .top {
    background: #e2e2e2 url(../images/shelf-top-work-back.png) repeat-x;
  }
  
  #authoring-ui.live .shelf .top {
    background: #e2e2e2 url(../images/shelf-top-live-back.png) repeat-x;
  }
  
  /* views */
    #authoring-ui .shelf .views {
      padding: 0 0 0 10px;
    }
  
    #authoring-ui .shelf .views * {
      float: left;
    }
    
    #authoring-ui .shelf .live,
    #authoring-ui .shelf .work {
      cursor: pointer;
      display: block;
      overflow: hidden;
      color: #fff;
      text-align: center;
      background: no-repeat left bottom;
      text-decoration: none;
    }

    #authoring-ui .shelf .shim {
      width: 5px;
      height: 20px;
    }
    
    #authoring-ui.work .shelf .live {
      background-image: url(../images/work-live-back.png);
      width: 47px;
      line-height: 28px;
      padding: 13px 0 0 0;
    }
    
    #authoring-ui.work .shelf .work {
      background-image: url(../images/work-work-back.png);
      padding: 9px 0 0 0;
      width: 57px;
      line-height: 32px;
    }
    
    #authoring-ui.live .shelf .live {
      background-image: url(../images/live-live-back.png);
      width: 47px;
      padding: 9px 0 0 0;
      line-height: 32px;
    }

    #authoring-ui.live .shelf .work {
      background-image: url(../images/live-work-back.png);
      padding: 13px 0 0 0;      
      width: 57px;
      line-height: 28px;
    }
    
    
    #authoring-ui .shelf .top .phrase {
      padding: 10px 0 0 0;
    }

  /* utility */
    #authoring-ui .shelf .utility {
      margin: 0 0 0 119px;
      min-width: 480px;
    }
    
    #authoring-ui .shelf .navigation {
      width: 290px;
      padding-left: 15px;
    }
    
    #authoring-ui .shelf .user {
      width: 370px;
    }
    
    #authoring-ui .shelf .user .phrase {
      padding-right: 10px;
    }
  

  /* close link */
    #authoring-ui .shelf .close {
      float: right;
      display: block;
      height: 0;
      width: 36px;
      overflow: hidden;
      padding: 41px 0 0 0;
      border-left: solid 1px #000;
      cursor: pointer;
      background: url(../images/big-close.png) no-repeat center 11px;
    }
  
  /* phrases */
    #authoring-ui.work .shelf .phrases {
      background: #262626;
      color: #fff;
    }

    #authoring-ui.live .shelf .phrases {
      background: #4d4d4d;
      color: #fff;
    }
    
    #authoring-ui .shelf .phrases a {
      color: #fff;
    }
    
    #authoring-ui .shelf .phrase {
      padding: 5px 10px;
    }
    
    #authoring-ui .shelf .authoring-phrases {
      border-top: solid 1px #3b3b3b;
    }

/* editable content highlight */

  .content-highlight-ui {
    background: #aaa url(../images/icon-editable.png) no-repeat right 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    color: #fff;
    padding-right: 50px;
    font-size: 2em;
  }
  
  .content-highlight-ui span {
    /*background: url(../images/black-back.png) no-repeat right 5px;*/
    background-color: #000;
    padding: 0 5px 0 5px;
    
  }
  
/* sheet-ui */

  #sheet-ui {
    color: #000;
  }
  
  
/* map */

  #sheet-ui .map {
    /*background: url(../images/icon-editable.png) no-repeat right 5px;*/
    background-color: #fff;
    padding: 2px;
  }
  
  #sheet-ui .map a {
    color: #000;
  }
  
  #sheet-ui .map div.children {
    padding: 0 0 0 14px;
  }
  
  #sheet-ui .map li {
    padding: 0 0 0 16px;
  }
  
  #sheet-ui .map a {
    display: block;
    padding: 0 0 2px 0;
  }
  
  #sheet-ui .map a.current {
    background-color: #448ab8;
    color: #fff;
    text-decoration: none;
    display: block !important; 
  }
  
  #sheet-ui .hide-new .children a.new,
  #sheet-ui .hide-offline .children a.offline {
    display: none;
  }
  
  #sheet-ui .map a .type {
    width: 12px;
    height: 0;
    overflow: hidden;
    padding: 14px 4px 0 0;
    background: no-repeat left 2px;
    display: block;
    float: left;
  }
  
  #sheet-ui .map a .title {
  }
  
  #sheet-ui .map a.offline .type {
    background-image: url(../images/icon-offline.png);
  }

  #sheet-ui .map a.draft .type {
    background-image: url(../images/icon-draft.png);
  }

  #sheet-ui .map a.page .type {
    background-image: url(../images/icon-page.png);
  }

  #sheet-ui .map a.new .type {
    background-image: url(../images/icon-new.png);
  }
  
/* discuss */

  #sheet-ui .discuss textarea {
    width: 340px;
    height: 100px;
    border: none;
    padding: 2px 5px;
    margin: 0;
    font-family: "Lucida Console", monospace;
    font-size: 11px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 1px;
    background: #fff url(../images/input-back.png) repeat-x;
  }
 
  #sheet-ui .discuss .phrase button.thumbs {
    overflow: hidden;
    height: 22px;
    text-indent: -1000em;
    vertical-align: bottom;
    width: 18px;
    border: none;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
  
  #sheet-ui .discuss button.up {
    background-image: url(../images/thumbs-up-inactive.png);
  }

  #sheet-ui .discuss button.up-active {
    background-image: url(../images/thumbs-up-active.png);
  }


  #sheet-ui .discuss button.down {
    background-image: url(../images/thumbs-down-inactive.png);
  }

  #sheet-ui .discuss button.down-active {
    background-image: url(../images/thumbs-down-active.png);
  }
  
  #sheet-ui .discuss .comments {
    max-height: 400px;
    overflow: auto;
    padding: 0 1px 0 0;
  }
  
  #sheet-ui .discuss .comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  #sheet-ui .discuss li {
    padding: 0 0 10px 0; 
  }
  
  #sheet-ui .discuss .who-when {
    float: left;
    color: #666;
    width: 300px;
  }
  
  #sheet-ui .discuss .who-when b {
    font-weight: normal;
    color: #000;
  }
  
  #sheet-ui .discuss .title {
    padding: 4px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
  }
  
  
  #sheet-ui .discuss li.up .title {
    background-color: #d2e9ca;
  }
  
  #sheet-ui .discuss li.down .title {
    background-color: #fac6bc;
  }
  
  #sheet-ui .discuss li.neutral .title {
    background-color: #d8d4c9;
  }
    
  #sheet-ui .discuss .vote {
    float: right;
    width: 13px;
    background-repeat: no-repeat;
    height: 0;
    overflow: hidden;
    padding: 17px 0 0 0;
  }
  
  #sheet-ui .discuss li.up .vote {
    background-image: url(../images/thumbs-up-active.png);
  }

  #sheet-ui .discuss li.down .vote {
    background-image: url(../images/thumbs-down-active.png);
  }

  #sheet-ui .discuss .body {
    background: #fff;
    padding: 4px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    /* strange bug in FF2 requires to up the radius by one in
      the bottom-left corner */
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 2px;
  }
  
  #sheet-ui .discuss li.event div.body,
  #sheet-ui .discuss li.event .title {
    background: #666;
  }

  #sheet-ui .discuss li.event div.body {
    color: #fff;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    /* strange bug in FF2 requires to up the radius by one in
      the bottom-left corner */
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 2px;
    color: #ccc;
  }
  
  #sheet-ui .discuss li.event div.body b {
    font-weight: normal;
    color: #fff;
  }

/* change owner */

  #sheet-ui .owner .phrase {
    padding: 10px 0 0 0;
    text-align: right;
    color: #fff;
  }
  
  #sheet-ui .owner a.administrator {
    background-image: url(../images/icon-owner-admin.png);
  }

  #sheet-ui .owner a.author {
    background-image: url(../images/icon-owner-author.png);
  }
  
/* select page type */

  #sheet-ui .page-type label {
    display: block !important;
  }
  
  #sheet-ui .page-type .forms {
    padding: 10px 0 0 0;
  }

  #sheet-ui .page-type a {
    background-image: url(../images/icon-new.png);
  }
  
/* message */

  #sheet-ui .message {
    padding: 5px;
    background-color: #fff;
    color: Red;
  }

/* date picker */

  #sheet-ui .date-picker {
		background: url(../images/black-back.png);
		padding: 10px 5px 5px 5px;
    color: #fff;
		border: solid 2px #CCC;
  }
  
   #sheet-ui .date-picker .label {
		text-align: center;
  }
  
  #sheet-ui .date-picker .cell-date-picker {
		vertical-align: top;
  }
  
  #sheet-ui .date-picker .inputs,
  #sheet-ui .date-picker .buttons {
		text-align: center;
  }
  
  #sheet-ui .date-picker input.date {
		margin-left: 3px;
		width: 75px;
  }
  
  #sheet-ui .date-picker input.time {
		margin-right: 3px;
		width: 60px;
  }
  
  #sheet-ui .date-picker .inputs .label {
		background-color: #696969;
		color: #fff;
		padding: 0 2px 0 2px;
		border: solid 1px #454545;
		font-size: 10px;
  }
  
  #sheet-ui .date-area {
		width: 160px;
  }
  
  #sheet-ui .date-time-area {
		width: 230px;
  }
  
  #sheet-ui .date-picker .hints {
		margin-top: 1px;
		text-align: center;
  }
  
  #sheet-ui .date-picker .hint {
		margin: 0 auto;
		width: 120px;
		padding: 0 3px 0 3px;
		background-color: #CCC;
		font-size: 10px;
		line-height: 19px;
		color: #000;
		text-align: center;
  }
  
  #sheet-ui .date-picker button.button {
    border: none;
    width: auto;
    overflow: visible;
    background: url(../images/button-right-door.png) no-repeat right center;
    padding: 0 4px 0 0;
    color: #fff;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 10px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
  }
  
  #sheet-ui .date-picker button span {
    margin-top: 1px; /* IE-only rule */
    background: url(../images/button-left-door.png) no-repeat left center;
    display: block;
    height: 19px;
    line-height: 19px;
    white-space:nowrap; 
    padding: 0 0 0 6px;
  }
  
  #sheet-ui .date-picker .navigation {
		margin-top: 2px;
		background-color: #999;
  }
  
  #sheet-ui .date-picker .navigation .cell-title {
		text-align: center;
		width: 100%;
  }
  
  #sheet-ui .date-picker .navigation div.title  {
		text-align: center;
  }
  
  #sheet-ui .date-picker .navigation button.title,
  #sheet-ui .year-picker-holder .navigation button.title  {
		background-color: #999;
		color: #fff;
		font-size: .9em;
  }
  
  #sheet-ui .date-picker .navigation button span {
    background: none;
    padding: 0;
  }
  
  #sheet-ui .date-picker .navigation .previous {
		width: 20px;
		height: 20px;
    padding: 0;
    /*
    width: 0;
		height: 0;
    padding: 16px 16px 0 0;
    */
		background: url(../images/icon-previous.gif) no-repeat left top;
	}
	
	#sheet-ui .date-picker .navigation .next {
		width: 20px;
		height: 20px;
    padding: 0;
    /*
    width: 0;
		height: 0;
    padding: 16px 16px 0 0;
    */
		background: url(../images/icon-next.gif) no-repeat left top;
	}
	
	#sheet-ui .date-picker .calendar-grid {
		border-collapse: collapse;
		width: 100%;
		clear: both;
	}
	
	#sheet-ui .date-picker td.current .day {
		border: solid 1px red;
		padding: 2px;
	}
	
	#sheet-ui .date-picker .day {
		padding: 3px;
	}
	
	#sheet-ui .date-picker .mouse-over .day {
		background-color: #3c3136;
		border: 2px buttonface outset;
		padding: 1px;
		cursor: pointer;
	}
	
	#sheet-ui .date-picker .calendar-grid .out-range {
		background-color: #696969;
	}
	
/* date picker - year picker */

	#sheet-ui .year-picker-holder {
		border: solid 2px #fff;
		background: #000 url(../images/black-back.png);
		color: #fff;
		padding: 1px;
	}
	
	#sheet-ui .year-picker-holder table {
		width: 100%;
	}
	
	#sheet-ui .year-picker-holder .navigation {
		margin-top: 2px;
		background-color: #999;	
  }
  
  #sheet-ui .year-picker-holder .cell-title {
		width: 55px;
		text-align: center;
  }
	
	#sheet-ui .year-picker-holder .navigation .cell-previous {
		text-align: right;
	}
	
	#sheet-ui .year-picker-holder .navigation .cell-next {
		/*text-align: left;*/
	}
	
	#sheet-ui .year-picker-holder .navigation button {
	  border: none;
	  cursor: pointer;
	}
	
	#sheet-ui .year-picker-holder .navigation .previous {
		width: 20px;
		height: 20px;
		padding: 0;
		/*padding: 16px 16px 0 0;*/
		background: url(../images/icon-previous.gif) no-repeat left top;
	}
	
	#sheet-ui .year-picker-holder .navigation .next {
		width: 20px;
		height: 20px;
		padding: 0;
		/*padding: 16px 16px 0 0;*/
		background: url(../images/icon-next.gif) no-repeat left top;
	}
	
	#sheet-ui .year-picker-grid {
		margin: 0 0 0 4px;
	}
	
	#sheet-ui .year-picker-grid td {
		text-align: center;
	}
	
	#sheet-ui .year-picker-grid .cell {
		background-color: #000;
		color: #fff;
		font-size: .9em;
		width: 20px;
		margin: 0 auto;
		padding: 3px;
	}
	
	#sheet-ui .year-picker-grid .mouse-over .cell {
		background-color: #3c3136;
		border: 2px buttonface outset;
		padding: 0;
		cursor: pointer;
		padding: 1px;
	}
	
/* category picker */
	#sheet-ui .category-picker {
		overflow: hidden;
	}
	
	#sheet-ui .small .category-picker .scrollarea {
		height: 200px;
	}
	
	#sheet-ui .medium .category-picker .scrollarea {
		height: 400px;
	}
	
	#sheet-ui .large .category-picker .scrollarea {
		height: 550px;
	}
	
	
	#sheet-ui .category-picker div.checkbox {
		float: left;
		height: 16px;
		width: 16px;
		padding: 0;
		margin: 0;
		background: transparent url(../images/safari-checkbox.png) no-repeat;
	}
	
	#sheet-ui .category-picker div.checkbox hover {
		background-position: -16px -16px;
  }
  #sheet-ui .category-picker div.checkbox-checked {
		background-position: 0px -16px;
	}
	#sheet-ui .category-picker div.checked-disabled,
	#sheet-ui .category-picker div.inherited {
		background-position: 0px -48px;
	}
	
	#sheet-ui .category-picker span.inherited-flag {
		padding: 16px 16px 0 0;
		background: url(../images/inherited.gif) no-repeat left 15px;
	}
	
	#sheet-ui .category-picker .pickerarea, 
	#sheet-ui .category-picker .resultsarea {
		float:left;
		border: 2px solid #999;
		background: url(../images/black-back.png);
	}
	
	#sheet-ui .category-picker .resultsarea {
		margin-left: 5px;
	}
	
	#sheet-ui .category-picker .outer-scroll {
		float: none;
		padding: 5px;
	}
	
	#sheet-ui .category-picker .scrollarea {
		padding: 0;
		overflow: auto;
	}
	
	#sheet-ui .category-picker .pickerarea .scrollarea {
		margin: 0;
		width: 300px;
	}
	#sheet-ui .category-picker .resultsarea .scrollarea {
		width: 175px;
		
	}
	#sheet-ui .category-picker .e-cols-bottom {
		clear: both;
	}
	#sheet-ui .category-picker div.title {
		background-color: #696969;
		color: #fff;
	}
	#sheet-ui .category-picker .category-segment {
		margin-bottom: 5px;
	}
	#sheet-ui .category-picker .pickerarea ul {
		/*margin: 0;*/
	}
	#sheet-ui .category-picker .resultsarea div.title {
		text-align: center;
	}
	#sheet-ui .category-picker .resultsarea .item-selected {
		background-color: #fff;
		margin: 2px 0 0 0;
		padding: 2px;
		color: #000;
	}
	
	#sheet-ui .category-picker .resultsarea .item-selected a:visited,
	#sheet-ui .category-picker .resultsarea .item-selected a {
		color: #000;
	}
	
	#sheet-ui .category-picker .resultsarea .remove {
		padding-right: 2px;
	}
	
	#sheet-ui .category-picker .resultsarea .remove b {
		cursor: pointer;
		padding-left: 12px;
		padding-right: 2px;
		background: #696969 url(../images/icon-discard.png) no-repeat scroll center center;
	}
	
	#sheet-ui .category-picker .treeview, .treeview ul { 
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#sheet-ui .category-picker .treeview ul {
		background-color: white;
		margin-top: 4px;
	}

	#sheet-ui .category-picker .treeview .hitarea {
		background: url(../images/treeview-default.gif) -64px -25px no-repeat;
		height: 16px;
		width: 16px;
		margin-left: -16px;
		float: left;
		cursor: pointer;
	}
	/* fix for IE6 */
	* html .hitarea {
		display: inline;
		float:none;
	}

	#sheet-ui .category-picker .treeview li { 
		margin: 0;
		padding: 3px 0pt 3px 16px;
	}

	#sheet-ui .category-picker .treeview a.selected {
		background-color: #eee;
	}
	
	#sheet-ui .category-picker .treeview li { 
		background: url(../images/treeview-default-line.gif) 0 0 no-repeat; 
	}
	#sheet-ui .category-picker .treeview li.collapsable, .treeview li.expandable { 
		background-position: 0 -176px; 
	}
	#sheet-ui .category-picker .treeview .expandable-hitarea { 
		background-position: -80px -3px; 
	}
	#sheet-ui .category-picker .treeview li.last { 
		background-position: 0 -1766px 
	}
	#sheet-ui .category-picker .treeview li.lastCollapsable, .treeview li.lastExpandable { 
		background-image: url(../images/treeview-default.gif); 
	}  
	#sheet-ui .category-picker .treeview li.lastCollapsable { 
		background-position: 0 -111px 
	}
	#sheet-ui .category-picker .treeview li.lastExpandable { 
		background-position: -32px -67px 
	}
	
/* search picker */
	#sheet-ui .search-picker {
		background: #000 url(../images/black-back.png);
		padding: 5px;
		border: solid 1px #999;
	}
	
	#sheet-ui .search-picker .searchResults {
		overflow: auto;
	}
	
	#sheet-ui .search-picker .searchResults table {
		border-collapse: collapse;
		background-color: #fff;
	}
	
	#sheet-ui .search-picker .searchResults td {
		border-bottom: solid 1px #999;
	}
	
	#sheet-ui .search-picker .searchResults td.title {
		width: 125px;
	}
	
	#sheet-ui .search-picker .searchResults td.start-date {
		width: 100px;
	}
	
	#sheet-ui .search-picker .searchResults td.end-date {
		width: 100px;
	}
	
	#sheet-ui .search-picker .searchResults td.description {
		width: 300px;
	}
	
/* error console */
	#sheet-ui .error-console ul 
	{ 
		color: red;
		font-size:1em; 
		background-color: #ededed; 
		border:1px solid #0173bc;
		padding: 5px 5px 5px 17px;
		margin: 0;
	}

 /* standard "select-one" selector in sheet,
    currently used by "Change Owner" and "New Page" type selector
 */
 
   #sheet-ui .select-one ul {
    list-style: none;
    background: #fff;
    color: #000;
    padding: 2px;
    margin: 0;
  }
  
  #sheet-ui .select-one a {
    display: block;
    zoom: 1;
    color: #000;
    text-decoration: none;
    padding: 0 0 1px 17px;
    background-repeat: no-repeat;
    background-position: 2px 2px;
  }
  
  
  #sheet-ui .select-one a.current {
    background-color: #448ab8;
    color: #fff;
  }
  
  #sheet-ui .select-one a:hover {
    background-color: #b0cfe4;
  }
  
/* standard editor features */

  #sheet-ui .editor {
    color: #fff;
  }
  
  #sheet-ui .editor form {
    padding: 0 0 10px 0;
    margin: 0;
  }

  /* this rule hides labels, which is not good, but it does it to make the
    editor looks nice */
  #sheet-ui .editor form label {
    display: none;
  }
  
  #sheet-ui .editor .remove {
    float: left;
  }
  
  #sheet-ui .editor .submit {
    float: right;
  }
  
  #sheet-ui .editor input {
    font-family: "Lucida Console", monospace;
    font-size: 11px;
    background: #fff url(../images/input-back.png) repeat-x;
    border: none;
    padding: 3px 2px 2px 2px;
    width: 80%;
  }

/* standard sheet overlay */

  #sheet-overlay-ui {
    background: url(../images/white-back.png);
  }

/* standard sheet layout */

  #sheet-ui {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 11px;
  }
  
  #sheet-ui textarea {
    width: 96%;
    padding: 2px;
    border: none;
    font-family: "Lucida Console", monospace;
    font-size: 11px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 1px;
  }
  
  #sheet-ui .editor textarea.text {
    height: 200px;
  }
  
  #sheet-ui .editor input.text {
    width: 500px;
  }
  
  #sheet-ui .page-type input.text {
    width: 275px;
  }
  
  #sheet-ui input#identification-Monikers {
    width: 285px;
  }
  
  #sheet-ui .top {
    padding: 0 0 0 4px;
    height: 31px;
    overflow: hidden;
    background: url(../images/sheet-top-left.png) no-repeat left top;
    cursor: move;
  }
  
  #sheet-ui .top .title {
    background: url(../images/black-back.png);
    margin: 0 32px 0 0;
    padding: 0 0 0 6px; /* 4 padding + 6 = 10px offset */
    color: #fff;
    line-height: 31px;
    text-transform: uppercase;
  }
  
  #sheet-ui .top .close {
    padding: 0 4px 0 0;
    float: right;
    width: 28px;
    background: url(../images/sheet-top-right.png) no-repeat right top;
  }
  
  #sheet-ui .top .close a {
    display: block;
    height: 0;
    width: 28px;
    overflow: hidden;
    padding: 31px 0 0 0;
    cursor: pointer;
    background: url(../images/big-close.png) no-repeat center 6px;
  }
  
  #sheet-ui .middle {
    padding: 0 10px;
    background: url(../images/black-back.png);
  }
  
  #sheet-ui .bottom {
    height: 11px;
    padding: 0 0 0 4px;
    line-height: 0;
    background: url(../images/left-bottom-edge.png) no-repeat left -30px;
  }
  
  #sheet-ui .bottom .handle {
    float: right;
    height: 11px;
    width: 11px;
    background: url(../images/right-bottom-edge.png) no-repeat right bottom;
  }
  
  #sheet-ui .bottom .spacer {
    height: 11px;
    margin: 0 11px 0 0;
    background: url(../images/black-back.png);
  }

  /* rule for resizable sheets */
    #sheet-ui.ui-resizeable .bottom .handle {
      cursor: nw-resize;
      background-image: url(../images/sheet-resize-bottom-right.png);
    }
  
  #sheet-ui .sill {
    clear: both;
  }
  
  #sheet-ui .spinner {
    height: 30px;
    background: url(../images/small-spinner.gif) no-repeat center center;
  }

/* standard sheet phrase styling */

  #sheet-ui .phrase {
    color: #fff;
    padding: 5px 0 10px 0;
    text-align: right;
  }
  
  #sheet-ui .phrase a {
    color: #fff;
  }
   #sheet-ui button.e-on span {
		color: Red;
  }
  
/* standard layout tools */

  #authoring-ui .left {
    float: left;
  }
  
  #authoring-ui .right {
    float: right;
  }

/* standard button */
  
  #authoring-ui button.button,
  .phrase button.button {
    border: none;
    width: auto;
    overflow: visible;
    background: url(../images/button-right-door.png) no-repeat right center;
    padding: 0 4px 0 0;
    color: #fff;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 10px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
  }
  
  #authoring-ui button span,
  .phrase button.button span {
    margin-top: 1px; /* IE-only rule */
    background: url(../images/button-left-door.png) no-repeat left center;
    display: block;
    height: 19px;
    line-height: 19px;
    white-space:nowrap; 
    padding: 0 2px 0 6px;
  }
  
  #authoring-ui button span b {
    zoom: 1; /* IE-only rule to make icons show up */
  }

  #authoring-ui button.discard span b {
    padding-left: 12px;
    background: url(../images/icon-discard.png) no-repeat left center;
  }
  
  #authoring-ui button.commit span b {
    padding-left: 12px;
    background: url(../images/icon-commit.png) no-repeat left center;
  }  

  #authoring-ui button.add span b {
    padding-left: 12px;
    background: url(../images/icon-add.png) no-repeat left center;
  }

/* standard required field placeholder */

  span.required-field-ui {
    padding: 0 10px;
    background-color: red;
    line-height: 20px;
  }

/* standard clearing sill */

  #authoring-ui .sill {
    clear: both;
  }

/* calendar authoring */

	.calendar .e-requires-edit {
		border: dashed 1px red;
	}