
.l-hide {
  display: none;
}

.clear-float {
  clear: both;
}

a.offline-page {
  background-color: #ffff99;
  border: solid 1px #E1E701;
}

a.new-page {
  background-color: #FFC488;
  border: solid 1px #cc9900;
}

/* sorting */

.itemOrdering {
  width: 10px;
  background: url(../images/move-up-dn.png) no-repeat center center;
}

.sort-placeholder {
  width: 100%;
}

.sort-placeholder .marker {
  border: solid 1px red;
  height: 60px;
}

.order-select .sort-placeholder .marker {
  height: 30px;
}

/* Sheet UI */
.sheet-ui .middle .slate {
  background-color: #ffffff;
  padding: 5px;
}

/* Email Newsletter */

#minisheet-ui .email-newsletter {
  padding: 10px;
}

#minisheet-ui .email-newsletter input.to {
  width: 250px;
}

#minisheet-ui .email-newsletter button.submit {
  margin: 10px 0 0 130px;
}

/* Email Owner */

.email-owner-trigger {
  cursor: pointer;
  margin-right: 8px;
  padding-right: 18px;
  background: transparent url(../images/icon-email.gif) no-repeat right 2px;
}

#minisheet-ui .email-owner {
  padding: 10px;
}

#minisheet-ui .email-owner input.name,
#minisheet-ui .email-owner input.email {
  width: 250px;
  margin-bottom: 5px;
}

#minisheet-ui .email-owner textarea {
  width: 320px;
}

#minisheet-ui .email-owner button.submit {
  margin: 10px 0 0 130px;
}

/* mainisheet */

#minisheet-ui {
  color: #000;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 11px;
}

#minisheet-ui .top {
  padding: 0 0 0 4px;
  height: 31px;
  overflow: hidden;
  background: url(../images/sheet-top-left.png) no-repeat left top;
  cursor: move;
}

#minisheet-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;
}

#minisheet-ui .slot label {
  padding-right: 5px;
}

#minisheet-ui .top .close {
  padding: 0 4px 0 0;
  float: right;
  width: 28px;
  background: url(../images/sheet-top-right.png) no-repeat right top;
}

#minisheet-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;
}

#minisheet-ui .middle {
  padding: 0 10px;
  background: url(../images/black-back.png);
}

#minisheet-ui .bottom {
  height: 11px;
  padding: 0 0 0 4px;
  line-height: 0;
  background: url(../images/left-bottom-edge.png) no-repeat left -30px;
}

#minisheet-ui .bottom .handle {
  float: right;
  height: 11px;
  width: 11px;
  background: url(../images/right-bottom-edge.png) no-repeat right bottom;
}

#minisheet-ui .bottom .spacer {
  height: 11px;
  margin: 0 11px 0 0;
  background: url(../images/black-back.png);
}

/* rule for resizable sheets */
#minisheet-ui.ui-resizeable .bottom .handle {
  cursor: nw-resize;
  background-image: url(../images/sheet-resize-bottom-right.png);
}

#minisheet-ui .sill {
  clear: both;
}

#minisheet-ui .spinner {
  height: 30px;
  background: url(../images/small-spinner.gif) no-repeat center center;
}

#minisheet-ui .slot .status {
  padding: 5px;
  color: #006600;
  text-align: center;
}

#minisheet-ui .slot .status .error,
#minisheet-ui .status .error {
  color: red;
}

#minisheet-ui .slot .status-result,
#minisheet-ui .status .status-result {
  text-align: center;
  border-top: solid 3px #cccccc;
}


#email-page {
  padding-top: 10px;
}

#email-page .field {
  padding-bottom: 5px;
}

#email-page label {
  display: block;
  text-align: right;
  float: left;
  padding-right: 5px;
  width: 65px;
}

#email-page input {
  width: 290px;
}

#email-page .message {
  margin: 0 auto;
  width: 350px;
}

#email-page textarea {
  width: 350px;
  margin-left: 10px;
  font-size: 1em;
}

#email-page #email-page-submit {
  width: auto;
  margin: 5px 0 5px 150px;
}

#minisheet-ui .loading b
{
  padding: 0 16px 0 0;
  line-height: 19px;
  vertical-align: middle;
  background: url(../images/small-spinner.gif) no-repeat center center;
  zoom: 1;
}

table.scroll td.allow-wrap {
  white-space: normal;
}

/* feedback */

/***************************************
* Feedback Home
***************************************/
.feedback-home

		.html
		{
		}

.feedback-home
		#showAdd
		{
			width: 130px;
			background-color: #001C5F;
			border: 2px outset buttonface;
			color: #FFFFFF;
			cursor: pointer;
			padding: 3px 3px 3px 19px;
			background-position: 4px center;
			font-size: .8em;
			font-weight: bold;
			white-space: nowrap;
			margin: 5px 0 0 0;
		}
		
.feedback-home
		#submitfeedback
		{
			background-color: #ccc;
			margin: 0;
			padding: 10px 5px;
		}
		
.feedback-home .view-comments,
.feedback-home .view-report {
  margin: 10px 0 10px 0;
}

.feedback-home .view-comments a,
.feedback-home .view-report a {
  font-weight: bold;
  font-size: 1.2em;
}
		
		
.feedback-home #submitfeedback,
.feedback-home #submitfeedback input,
.feedback-home #submitfeedback select
		{
		  font-size: .9em;
		}
			
.feedback-home
		#submitfeedback
			h1
			{
				display: none;
			}
			
.feedback-home

		#submitfeedback
			input.submit
			{
				margin: 0 0 0 250px;
			}

.feedback-home
		.postlist
		{
			margin: 10px 0 0 0;
		}

/* feedback add comment */
#submitfeedback
	h1
	{
		font-size: 1.1em;
	}
	
#addpost
{
	font-size: .9em;
}
	
#addpost
	.property
	{
		display: none;
	}
	
#addpost
	ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
#addpost
	li
	{
		padding: 0 0 7px 0;
	}
.feedback-home #l-content #addpost .field {
  margin: 0;
  padding: 0;
}	
#addpost
	.field
		label
		{
			display: block;
			width: 110px;
			text-align: right;
			padding: 0 5px 0 0;
			float: left;
		}
	
#addpost
	.field
		input
		{
			width: 250px;
		}
		
#addpost
	.field
		textarea
		{
			width: 500px;
			height: 100px;
		}
		
/* feedback report */

.feedback-report {
  margin: 15px 0 0 0;
}

.feedback-report .head
		{
			padding: 5px;
			background-color: #ccc;
			border: solid 2px #aaa;
		}
		
	.feedback-report
		form
		{

			padding: 5px;
			background-color: #ccc;
			margin: 0 auto;
		}
		

	.feedback-report
		form,
	.feedback-report

		form
			input,
	.feedback-report

		form
			select
			{
				font-size: .9em;
			}
			
	.feedback-report

		.clear
		{
			clear: both;
		}

	.feedback-report

		div.search,
	.feedback-report

		fieldset.filter,
	.feedback-report

		fieldset.sort
		{
			float: left;
		}
		
	.feedback-report


		div.submit
		{
			clear: both;
			text-align: center;
			padding: 10px 0 0 0;
		}

	.feedback-report 

		fieldset
		{
			margin: 0 0 0 10px;
			background-color: #ccc;
			font-family: Arial,helvetica,sans-serif;
			border-right: #000 1px inset;
			border-top: #f5f5f5 3px inset;
			border-left: #f5f5f5 3px inset;
			border-bottom: #000 1px inset;
		}
	
	.feedback-report

		table
		{
			/*border-collapse: collapse;*/
			font-size: .8em;

		}
		
	.feedback-report th {
    background-color: #E5E5E5;
  }

	.feedback-report 

		td
		{
			border: solid 1px #E5E5E5;
			padding: 3px;
		}
		
		.feedback-report td.duration	{
		  text-align: right;
		}

	.feedback-report

		.sectiontitle
		{
			margin: 10px 0 0 0;
			background-color: #ccc;
			font-weight: bold;
		}

	.feedback-report

		.sectioninfo
		{
			border: solid 1px #ccc;
		}
		
#reportSummary
{
	
}

#reportSummary
	.statsArea
	{
		margin: 10px 2px 0 2px;
		border: solid 1px #ccc;
	}
	
#reportSummary
	.statsArea
		.title
		{
			font-size: .8em;
			background-color: #ccc;
			font-weight: bold;
		}
	
#reportSummary
	.statsArea
		img
		{
			display: inline;
		}
		
#reportSummary
	.statsArea
		table
		{
			display: inline;
			margin: 0 0 0 25px;
		}


	.l-closed
	{
		background:transparent url(../images/plus.gif) no-repeat scroll left center;
		margin: 0 0 0 2px;
		padding: 0 0 0 14px;
	}
	

	.l-opened
	{
		background:transparent url(../images/minus.gif) no-repeat scroll left center;
		margin: 0 0 0 2px;
		padding: 0 0 0 14px;
	}
.feedback-post .field {
  margin: 15px 0;
}

.feedback-post .field .label {
  font-weight: bold;
  background-color: #ccc;
  padding: 2px;
  margin-right: 5px;
}

.l-inner .field div {
  display: inline;
}

.feedback-post .f-statement div,
.feedback-post .f-resolution div {
  display: block;
}

.feedback-post .f-resolution .resolution {
  margin: 5px 0 0 0;
}
#processingIndicator
{
	background:transparent url(../images/processing.gif) no-repeat scroll center 5px;
	width: 100px;
	padding: 40px 5px 10px 5px;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	font-size: .8em;
	border: solid 1px #ccc;
}

.submitacknowledge 
{
	background:transparent url(../images/close.gif) no-repeat scroll right top;
	background-color: #ccc;
	border: solid 1px #a9a9a9;
	padding: 10px;
	font-weight: bold;
	font-size: 1em;
	margin: 10px 50px 10px 50px;
	display: none;
}

/* drop down menu */
.has-sub-menu b {
  zoom: 1;
  padding: 0 10px 0 4px;
  background: url(../images/arrow-down.gif) no-repeat right 2px;
}

li.menu-item {
  display: block;
  float: left;
  margin: 0;
  padding: 6px 14px;
}

li.menu-item a.menu-item-link {
  display: block;
  text-decoration: none;
}

.sub-menu {
  display: none;
  background-color: #d3d3d3;
  border: solid 1px #999999;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub-menu li.sub-menu-item {
  padding: 8px;
  float: none;
  border-top: solid 1px #999999;
}

.sub-menu li.l-on {
  background-color: #000000;
  color: #ffffff;
}
.sub-menu a.sub-menu-item-link {
	color: #000;
	margin: 0;
	text-decoration: none;
}
.sub-menu li.l-on a.sub-menu-item-link {
  text-decoration: none;
  color: #ffffff;
}

.sub-menu li.l-first {
  float: none;
  border-top: none;
}

li.l-on .sub-menu {
  display: block;
  position: absolute;
}

/* LEAVING SITE */

#minisheet-ui .leave-site {
  padding: 10px;
  font-size: 1.3em;
}

/* recurrence */

.sheet-ui .recurrence div.pattern,
.sheet-ui .recurrence div.range,
.sheet-ui .recurrence div.time {
  border: solid 1px gray;
  padding: 5px;
}

.sheet-ui .recurrence div.time .duration-time,
.sheet-ui .recurrence div.time .end-time {
  padding-left: 10px;
}

.sheet-ui .recurrence .pattern,
.sheet-ui .recurrence .range {
  margin-top: 10px;
}

.sheet-ui .recurrence input {
  width: auto;
}

.sheet-ui .recurrence div.frequency {
  float: left;
  width: 90px;
  border-right: solid 1px gray;
}

.sheet-ui .recurrence div.start-range,
.sheet-ui .recurrence div.end-range {
  float: left;
}

.sheet-ui .recurrence div.start-range {
  width: 180px;
}

.sheet-ui .recurrence div.end-range {
  width: 200px;
}


.sheet-ui .recurrence div.interval {
  float: left;
  padding-left: 10px;
  width: 300px;
  margin: auto 0;
}

.sheet-ui .recurrence input.int {
  width: 30px;
}

.sheet-ui .recurrence input.date {
  width: 90px;
}

.sheet-ui .recurrence input.time {
  width: 60px;
}

.sheet-ui .recurrence input.duration,
.sheet-ui .recurrence input.end-time {
  width: 110px;
  text-align: right;
}


.sheet-ui .recurrence .delete-occurrence .phrase {
  text-align: left;
}

.recurrence-indicator {
  padding-left: 25px;
  background: url(../images/recurrence.gif) no-repeat left 2px;
}

/* time picker */

.sliderArea {
  position:absolute;
  z-index:2014;
  background:#fff;
  border:1px solid #ccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  _padding-top:10px; /* IE */
  width: 70px;
  padding: 2px 0 10px 5px;
}

.duration-slider {
  width: 105px;
}

.sliderArea .sliderItem {
  float: left;
  width: 31px;
  margin-right: 2px;
}

.sliderArea .sliderItem .ui-slider {
  margin: 5px auto;
}


.sliderArea label {
    display:block;
    font-size:11px;
    font-family:sans-serif;
}

.sliderArea p {
    font-size:70%;
}

/* Generic */
span.button-parent {
  border: solid 1px #a2a2a2;
  padding: 3px;
}
span.button-container span.text {
  padding: 0 3px 0 0;
  border-right: solid 1px #B2B2B2;
}

#authoring-ui span.button-parent button.more-picker,
span.button-parent button.more-picker {
  background: transparent url(../images/open-arrow.gif) no-repeat 4px 2px;
  border: none;
  /* border-left: solid 1px #000000; */
  /*padding: 12px 0 4px 0;*/
  height: 15px;
  width: 15px;
}

#authoring-ui span.button-parent button.more-picker span,
span.button-parent button.more-picker span {
  display: none;
}

/* change password */
.sheet-ui .password-change .field {
  text-align: right;
  margin: 0 0 5px 0;
}

.sheet-ui .password-change .command {
  text-align: right;
}

.sheet-ui .password-change .field span.label {
  width: 100px;
  text-align: right;
  padding-right: 5px;
}