#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;
  }
  
  #authoring-ui.admin .shelf .top {
    background: #e2e2e2 url(../images/shelf-top-admin-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,
    #authoring-ui .shelf .admin {
      cursor: pointer;
      display: block;
      overflow: hidden;
      color: #fff;
      text-align: center;
      background: no-repeat left bottom;
      text-decoration: none;
      font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
    }

    #authoring-ui .shelf .shim {
      width: 5px;
      height: 20px;
    }
    
    /* work is active */
    #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;
      font-weight: bold;
      letter-spacing: 1px;
      color: #99ff99;
      font-size: 1.2em;
    }
    
    #authoring-ui.work .shelf .admin {
      background-image: url(../images/work-admin-back.png);
      width: 47px;
      line-height: 28px;
      padding: 13px 0 0 0;
    }
    
    /* live is active */
    #authoring-ui.live .shelf .live {
      background-image: url(../images/live-live-back.png);
      width: 47px;
      padding: 9px 0 0 0;
      line-height: 32px;
      font-size: 1.2em;
      font-weight: bold;
      letter-spacing: 1px;
      color: #99ff99;
    }

    #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.live .shelf .admin {
      background-image: url(../images/live-admin-back.png);
      width: 47px;
      line-height: 28px;
      padding: 13px 0 0 0;
    }
    
    /* admin is active */
    #authoring-ui.admin .shelf .live {
      background-image: url(../images/admin-live-back.png);
      width: 47px;
      line-height: 28px;
      padding: 13px 0 0 0;
    }
    
    #authoring-ui.admin .shelf .work {
      background-image: url(../images/admin-work-back.png);
      padding: 13px 0 0 0;      
      width: 57px;
      line-height: 28px;
    }
    
    #authoring-ui.admin .shelf .admin {
      background-image: url(../images/admin-admin-back.png);
      width: 57px;
      padding: 9px 0 0 0;
      line-height: 32px;
      font-weight: bold;
      /*letter-spacing: 1px;*/
      color: #99ff99;
      font-size: 1.2em;
    }
    
    #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: 630px;
      padding-left: 15px;
    }
    
    #authoring-ui .shelf .navigation .altview {
      margin-left: 10px;
    }
    
    
    #authoring-ui .shelf .custom {
      padding: 0 5px 0 5px;
    }
    
    #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.work .shelf .phrases .text {
      font-size: 11px;
    }

    #authoring-ui.live .shelf .phrases {
      background: #4d4d4d;
      color: #fff;
    }
    
    #authoring-ui.admin .shelf .phrases {
      background: #757373;
      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;
    }

    #authoring-ui #status-ui .phrase .text {
      color: Red;
      padding: 2px;
    }
    
    #authoring-ui .shelf .phrases .important {
      color: Red;
      font-weight: bold;
    }

    #authoring-ui .shelf .phrases .altview {
      padding-left: 20px;
      font-weight: bold;
      font-family: sans-serif;
    }


/* 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;
    
  }
  
/* admin ui */
.admin-mode form.workgroup-inherit {
  margin-left: 20px;
  display: inline;
}

.admin-mode form.workgroup-inherit div.field {
  display: inline;
}
  
/* sheet-ui */

.sheet-ui {
  color: #000;
}
  
/* sheet-ui slot status */
.sheet-ui .slot .status .result {
  text-align: center;
  background-color: #ffffff;
  color: Red;
  padding: 10px 5px;
}

.sheet-ui .slot .results {
  padding: 5px;
  color: #006600;
  text-align: center;
  background-color: #ffffff;
}

.sheet-ui .slot .error {
  color: red;
}

/* sheet-ui status */
.sheet-ui .status-result {
  text-align: center;
  background-color: #ffffff;
  color: gray;
  padding: 10px 5px;
  border-top: solid 1px #999999;
}

.sheet-ui .status .error {
  color: red;
}
.sheet-ui .status .result h1
{ 
	font-size: 1.2em; 
	margin: 0;
}
.sheet-ui .status .result p
{ 
	margin: 0;
}

.sheet-ui .slot .important {
  background-color: #cccccc;
  border-bottom: solid 1px #999999;
  color: #000000;
  padding: 3px;
  text-align: center;
}

.sheet-ui input.datetime {
  width: 175px;
}

/* error console */
.sheet-ui .error-console h1
{ 
	color: red;
	font-size:1.2em; 
	margin: 0;
}
.sheet-ui .error-console p
{ 
	margin: 0;
}
.sheet-ui .error-console ul 
{ 
	color: red;
	font-size:1em; 
	background-color: #ededed; 
	border:1px solid #0173bc;
	padding: 5px 5px 5px 17px;
	margin: 0;
}

/* 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.systemadministrator {
    background-image: url(../images/icon-owner-admin.png);
  }

  .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);
  }
  .sheet-ui .owner a.contributor {
    background-image: url(../images/icon-owner-author.png);
  }
  .sheet-ui .owner a.reviewer {
    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);
  }
  
  #authoring-ui .nav-order {
    margin-right: 10px;
  }
  
/* 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 button.date-picker,
  .sheet-ui button.time-picker,
  .sheet-ui .date-time-area .inputs button.time-picker {
    background: #ffffff url(../images/open-arrow.gif) no-repeat 2px 2px;
    border: none;
    border-left: solid 1px #000000;
    padding: 12px 0 4px 0;
    width: 15px;
  }
  
  .sheet-ui div.time-picker {
    text-align: center;
    background-color: #000000;
		padding: 10px 5px 5px 5px;
  }
  
  .sheet-ui .range-picker-holder table {
    font-size: 1em;
    border-collapse: collapse;
  }
  
  .sheet-ui .range-picker-holder th {
    background: none;
  }
  
  .sheet-ui .range-picker-holder td {
    background: none;
    border: none;
    padding: 0;
  }
  
  .sheet-ui .calendar-grid {
		margin: 0 auto;
  }
  
  .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,
  .sheet-ui .time-picker .inputs .label,
  .sheet-ui .sliderItem .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 .buttons button.button,
  .sheet-ui .time-picker .buttons 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 .buttons button span,
  .sheet-ui .time-picker .buttons 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,
  .sheet-ui .time-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 {*/
	.sheet-ui .date-picker .date-picker-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;
	}
	
/* file upload */

.sheet-ui .editor input.file {
  width: 250px;
}

/* image picker */
.sheet-ui .editor .image-picker-button {
  background: gray url(../images/icon-image-picker.gif) -2px -3px no-repeat;
  /*padding: 17px 14px 0 0;*/
  padding: 0;
  height: 20px;
  width: 20px;
  margin-left: 5px;
}

.sheet-ui .image-picker {
  background-color: #333333;
}

.sheet-ui .image-picker .sill {
  clear: both;
}

.sheet-ui .image-picker #bar {
  padding: 0 0 10px 0;
}

.sheet-ui .image-picker #bar a {
  color: #fff;
  padding: 0 5px;
}

.sheet-ui .image-picker #bar a.selected {
  background-color: #999;
}

.sheet-ui .image-picker #preview {
  background-repeat: no-repeat;
  background-position: center center;
  width: 490px;
  height: 470px;
}

.sheet-ui .image-picker #bar ul,
.sheet-ui .image-picker #preview ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sheet-ui .image-picker #bar ul#views {
  float: left;
}

.sheet-ui .image-picker #bar ul#sizes {
  float: right;
}

.sheet-ui .image-picker #bar li {
  float: left;
  padding: 5px;
  margin: 0 5px;
}

.sheet-ui .image-picker #grid .connection {
  padding: 10px 0 0 0;
}

.sheet-ui .image-picker .collection a.title {
  display: block;
  color: #fff;
  padding: 0px 0 7px 20px;
  background: url(../images/closed.gif) no-repeat 2px 0;
}

.sheet-ui .image-picker .collection .open a.title {
  background: url(../images/open.gif) no-repeat 5px 4px;
  -moz-background-clip: none;
}

.sheet-ui .image-picker div.content {
  padding: 2px 2px 2px 20px;
  float: left;
}

.sheet-ui .image-picker div.pic {
  float: left;
  width: 95px;
  padding: 0 0 5px 0;
}

.sheet-ui .image-picker div.pic a {
  display: block;
  width: 75px;
  height: 75px;
  color: #fff;
  text-align: center;
}

.sheet-ui .image-picker div.pic a span.title {
  display: block;
  opacity: 0.8;
  background: #000;
  color: #fff;
  height: 20px;
  width: 65px;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.sheet-ui .image-picker div.pic a span.frame {
  width: 75px;
  height: 20px;
  padding: 55px 0 0 0;
  background: url(../images/frame.png) no-repeat;
  display: block;
}
	

.sheet-ui #upload-file-target {
  position: absolute;
  left: -1000px;
  top: -1000px;
}

/* order navigation */

.sheet-ui .order-select {
  background-color: #ffffff;
}

.sheet-ui .order-select ul {
  margin: 0;
}

.sheet-ui .order-nav .phrase {
  text-align: center;
}

 /* 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;
  }

/* Properties Form */

.sheet-ui .propertiesForm .field {
  margin-top: 5px;
}
  
/* standard editor features */

  .sheet-ui .editor {
    color: #fff;
    background-color: #333333;
  }
  
  .sheet-ui .editor span span {
    position: relative;
  }
  
  .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,
  .sheet-ui .command .remove {
    float: left;
  }
  
  .sheet-ui .editor .submit,
  .sheet-ui .command .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;
  }

/* 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 2px;
    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 .shelf .phrases button.button .text {
    font-size: 10px;
  }
  
  #authoring-ui button.button-split,
  .phrase button.button-split {
    background: url(../images/button-middle.png) no-repeat right 2px;
    padding: 0 2px 0 0;
  }
  
  #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.button-split span,
  .phrase button.button-split span {
    padding: 0 2px 0 6px;
  }
  
  #authoring-ui button span b,
  #authoring-ui button.button-split 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;
  }
  
  #authoring-ui button.button-more {
    border: none;
    overflow: visible;
    background: url(../images/button-more-right.png) no-repeat left top;
    padding: 0 0 0 24px;
    height: 19px;
    vertical-align: middle;
    zoom: 1;
  }
  
  #authoring-ui .button-drop-down {
    position: absolute;
    border: solid 2px #8d8a8a;
    background-color: #d4d3d3;
    padding: 5px;
    color: #000;
    cursor: pointer;
  }
  
  #authoring-ui .button-drop-down .item {
    border: solid 1px #d4d3d3;
    margin-top: 5px;
  }
  
 #authoring-ui .button-drop-down .l-hover-on {
    background-color: #bebebe;
    border: solid 1px #8d8a8a;
  }

/* navigator-ui */
.navigator-ui-standalone {
  position: absolute;
  left: 0;
  z-index: 99998;
}
.navigator-ui-standalone .teaser {
  position: absolute;
  left: 0;
  width: 10px;
  background: #000000;
}
.navigator-ui-standalone .navigator {
  display: none;
  /*position: absolute;*/
  position: relative;
  left: 0;
  top: 3px;
  padding-right: 15px;
  /*background: #e1e1e1 url(../images/bgv_navigator.png) repeat-y top right;*/
}
.navigator-ui-standalone .navigator .top {
  background: transparent url(../images/bg_navigator.png) no-repeat top right;
  height: 19px;
  text-align: right;
  width: 100%;
}
.navigator-ui-standalone .navigator .top .button-pin {
  background: transparent url(../images/pin-up-off.gif) no-repeat 0 5px;
  padding: 0 0 20px 30px;
  cursor: pointer;
  zoom: 1;
}
.navigator-ui-standalone .navigator .on .button-pin {
  background: transparent url(../images/pin-up-on.gif) no-repeat 0 5px;
}
.navigator-ui-standalone .navigator .pinned .button-pin {
  background: transparent url(../images/pin-dn-off.gif) no-repeat 0 5px;
}
.navigator-ui-standalone .navigator .pinned-on .button-pin {
  background: transparent url(../images/pin-dn-on.gif) no-repeat 0 5px;
}
.navigator-ui-standalone .navigator .inner {
  width: 100%;
  background: #e1e1e1 url(../images/bgv_navigator.png) repeat-y top right;
  position: relative;
}
.navigator-ui-standalone .navigator .bottom {
  background: transparent url(../images/bgb_navigator.png) no-repeat bottom right;
  height: 19px;
  width: 100%;
  zoom: 1;
}

.navigator-ui-standalone .navigator .inner .map {
  padding: 0 15px 0 0;
  position: relative;
}

.navigator-ui-standalone .ui-resizable-e {
  width: 10px;
  right: 5px;
  z-index: 999999;
}

.navigator-ui-standalone .ui-resizable-on {
  background-color: #999999;
}

/* map */

.sheet-ui .navigator-ui .inner {
  background-color: #ffffff;
}

.navigator-ui .structure dl {
  display: none;
}

.navigator-ui .structure ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigator-ui .structure ol.self {
  padding-left: 12px;
}

.navigator-ui .map a {
  color: #000;
}

.navigator-ui .map a {
  display: block;
  padding: 0 0 2px 0;
}

.navigator-ui .map li.current {
  background-color: #eee;
}
.navigator-ui .map li.current a {
  color: #D5761C;
}

.navigator-ui .map li.current ol,
.navigator-ui .map li.current li {
  background-color: #fff;
}

.navigator-ui .map li.current ol a {
  color: #000000;
}

.navigator-ui .map .options {
  padding-bottom: 5px;
  border-bottom: 1px solid #999999;
  margin-bottom: 5px;
}

.navigator-ui .map .options .phrase .item {
  white-space: nowrap;
}

.navigator-ui .map .options a {
  display: inline;
  padding: 0 0 2px 0;
}

.navigator-ui .map .mainarea {
  overflow: auto;
  position: relative;
}

.navigator-ui .hide-new .children li.new,
.navigator-ui .hide-offline .children li.offline,
.navigator-ui .hide-deleted .children li.deleted {
  display: none;
}

.navigator-ui .map a .type {
  width: 12px;
  height: 0;
  overflow: hidden;
  padding: 14px 4px 0 0;
  background: no-repeat left 2px;
  display: block;
  float: left;
}

.navigator-ui .map .legend {
  color: #000000;
  padding: 5px;
  margin: 0 0 5px 0;
}

.navigator-ui .map .legend span {
  padding: 0 0 0 14px;
  background: no-repeat left 2px;
}
.navigator-ui .map .legend span.offline {
  background-image: url(../images/icon-offline.png);
}
.navigator-ui .map .legend span.new {
  background-image: url(../images/icon-new.png);
}
.navigator-ui .map .legend span.filter {
  background-image: url(../images/icon-filter.gif);
}
.navigator-ui .map .legend span.draft {
  background-image: url(../images/icon-draft.png);
}
.navigator-ui .map .legend span.deleted {
  background-image: url(../images/icon-deleted.png);
}

.navigator-ui .map .show .title {
  font-weight: bold;
}

.navigator-ui .map .show {
  text-align: right;
}

.navigator-ui .map .show .phrase {
  color: #D5761C;
}

.navigator-ui .map a .type {
   background-image: url(../images/icon-page.png);
}

.navigator-ui .map a.offline .type {
  background-image: url(../images/icon-offline.png);
}

.navigator-ui .map a.has-draft .type,
.navigator-ui .map a.draft .type {
  background-image: url(../images/icon-draft.png);
}

.navigator-ui .map a.page .type {
  background-image: url(../images/icon-page.png);
}

.navigator-ui .map a.new .type {
  background-image: url(../images/icon-new.png);
}

.navigator-ui .map a.deleted .type {
  background-image: url(../images/icon-deleted.png);
}

.navigator-ui .map a .filter {
  width: 12px;
  height: 0;
  overflow: hidden;
  padding: 14px 2px 0 0;
  background: url(../images/icon-filter.gif) no-repeat left 2px;
  display: block;
  float: left;
}

.treeview, 
.treeview ul,
.treeview ol { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul,
.treeview ol {
	margin-top: 4px;
}

.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;
}
.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}
	
.treeview li { 
	background: url(../images/treeview-default-line.gif) 0 0 no-repeat; 
}
.treeview li.collapsable, .treeview li.expandable { 
	background-position: 0 -176px; 
}
.treeview .expandable-hitarea { 
	background-position: -80px -3px; 
}
.treeview li.last { 
	background-position: 0 -1766px 
}
/*
.treeview li.lastCollapsable, .treeview li.lastExpandable { 
	background-image: url(../images/treeview-default.gif); 
}
*/
/*
.treeview li.lastCollapsable { 
	background-position: 0 -111px 
}
*/
.treeview li.lastExpandable { 
	background-position: -32px -67px 
}

/* 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;
	}
	
.l-hover-on {
  background-color: #bebebe;
  border: solid 1px #8d8a8a;
}

.l-hide {
  display: none;
}

#authoring-ui .login div.e-loading
{
  margin: 0 auto;
	width: 250px;
	font-size: 1em;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/* content-properties */
.content-properties .ui-tabs li {
  font-size: .8em;
}

.sheet-ui .content-properties ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sheet-ui .content-properties li {
  padding: 4px 2px;
  border-bottom: solid 1px #cccccc;
  cursor: pointer;
  zoom: 1;
}

.sheet-ui .content-properties li.current {
  background-color: #EB8F00;
  border: solid 4px #EB8F00;
  padding: 0 2px;
}

.sheet-ui .content-properties li .form-area {
  width: 18px;
  float: left;
}

.sheet-ui .content-properties li .name {
  float: left;
  width: 80%;
}

.sheet-ui .content-properties li .form {
  background: url(../images/icons-sprites-silk.png) left -90px no-repeat;
}

.sheet-ui .content-properties li .form-on {
  background-position: right -90px;
}

.sheet-ui .content-properties li .clear-float {
  padding: 0;
  height: 0;
}

.sheet-ui .content-properties li.current.l-on {
  border: solid 4px #cccccc;
}

.content-properties li.l-on {
  background: none;
}

.content-properties li.l-on .name,
.content-properties li.l-on .n {
  background-color: #cccccc;
}

.sheet-ui .editor li.required {
  background-color: Red;
  color: #ffffff;
}
.sheet-ui .editor li.required.l-on {
  border: solid 4px #cccccc;
  padding: 0 2px;
  background-color: Red;
  color: #ffffff;
}
.sheet-ui .editor li.required a {
  color: #ffffff;
}
.sheet-ui .editor li.required a:hover {
  color: #000000;
}
.sheet-ui .content-properties .ui-accordion-content {
  padding: .2em 1em;
  overflow: hidden;
}

/* user-info */
.sheet-ui .user-info .field {
  margin: 5px 0;
}
.sheet-ui .user-info input.email {
  width: 250px;
}
.sheet-ui .user-info input.password {
  width: 100px;
}
.sheet-ui .user-info a.pwchange {
  margin-left: 20px;
}

.sheet-ui .user-info input.submit {
  margin-left: 20px;
}

.sheet-ui .user-info .userinfo-more {
  margin-top: 5px;
  border: solid 1px #8d8a8a;
  padding: 5px;
}

.sheet-ui .user-info .userinfo-more div {
  margin-bottom: 5px;
  padding: 3px;
  background-color: #cccccc;
}

/* visage */
.sheet-ui .visage .current {
  background-color: #cccccc;
  border-bottom: solid 1px #999999;
  color: #000000;
  padding: 3px;
  text-align: center;
}

/* property inheritance */
.sheet-ui .inheritance .phrase {
  color: #000000;
  text-align: left;
}

.sheet-ui .inheritance .phrase a {
  text-decoration: underline;
  color: #000000;
}

/* manage navigation */
.sheet-ui .slate .manage-navigation .phrase {
  text-align: center;
  background-color: #333333;
  color: #ffffff;
}

/* link editor */
.sheet-ui .link .field {
  margin: 5px 0;
  font-size: .8em;
}

.sheet-ui .link .field .label {
  padding-right: 5px;
  font-weight: bold;
}

.sheet-ui .link .field input.url,
.sheet-ui .link .field input.text {
  width: 300px;
}

.sheet-ui .link .field .text-override {
  padding-left: 50px;
}

.sheet-ui .link .field div {
  display: block;
}

.sheet-ui .link .field button.browse {
  margin: 0 0 0 10px;
}

/* view only sheet */
.sheet-ui .editor form .view-only label {
  display: inline;
  font-weight: bold;
}

.sheet-ui .editor form .view-only .text-area {
  height: 350px;
  background-color: #ffffff;
  color: #000000;
  overflow: auto;
}

/* file upload */

.sheet-ui .editor form.resource input.text {
    width: auto;
  }

