#project-and-task-list {
	width:350px;
}
#newTaskSummary {
	width:150px;
}

.priority0 {
	background-color:#fff;
	color:#ccc;
}

.priority1 {
	background-color:#fff;
	color:#aaa;
}

.priority2 {
	background-color:#fff;
	color:#777;
}

.priority3 {
	background-color:#fff;
	color:#333;
}

.priority4 {
	background-color:#fff;
	color:#000;
}

.priority5 {
	background-color:#fff;
	color:#d00;
	font-weight: bold;
/**	z-index:1; */
}

.homepage-project-list {
	display:block;
	width:395px;
	clear:left;
	float:left;
}

.homepage-project-list-status-bar {
	clear:left;
	float:left;
	width:451px;
	height:28px;
	line-height:28px;
	margin:1px;
	background-color:#f5f5f5;
	border: 1px solid #bbb;
}

.homepage-project-list-status-bar.mouseOver {
	background-color:#F1EDC2;
}

.homepage-project-list-expand-o-view {
	clear:left;
	float:left;
	min-width:16px;
	min-height:16px;
	margin-top:4px;
	margin-right:5px;
	margin-left:10px;
}

.homepage-project-list-expand-o-view.collapsed {
	background:url(/images/icons/closed-folder.gif);
}


.homepage-project-list-expand-o-view.expanded {
	background:url(/images/icons/open-folder.gif);
}

.homepage-project-list-title{
	margin-left:5px;
	float:left;
}

h3.homepage-project-list-title{
	padding-top:0px;
	margin-top:0px;
}

.homepage-project-list-count-label {
	float:left;
	margin-left:5px;
}

.homepage-task-list{
	float:left;
	clear:left;
	width:455px;	
	cursor:pointer;
	font-size: 16px;
    line-height:32px;
	border-top: 1px solid #eee;
	position:relative;
	background-color:#FFFFFF;
}

.homepage-task-ui-controls-frame{
}

.homepage-project-list-comment-indicator {
	float:left;
	visibility:hidden;
	margin-top:6px;
	width:16px;
	height:16px;
	min-width:16px;
	min-height:16px;
	background:url(/images/icons/quote-present.png);
}


input.homepage-task-list {
	font-size: 16px;
    line-height:24px;
}

.homepage-task-list.onMouseOver {
	background-color:#F1EDC2;
	color:#555;
/**	border: 1px dotted #eee; */
	float:left;
	clear:left;
}

.homepage-task-list.onMouseOver.priority5 {
	font-weight: bold;
	z-index:1;
}

.homepage-task-list-lookup {
	float:right;
	clear:right;
	cursor:pointer;
}

/** 20 px */
.homepage-task-list.type {
	clear:none;
	width:20px;
}

.homepage-task-list.due-date {
	clear:none;
	padding-left:2px;
	width:40px;
	padding-top:0px;
	background:inherit;
}

.homepage-task-list.due-date.control {
	clear:none;
	font-size:10px;
	padding-left:2px;
	width:40px;
	padding-top:0px;
	margin-top:4px;
}

/** 40 + 20 px = 60 px*/
.homepage-task-list.priority {
	clear:none;
	width:40px;
	padding-top:0px;
	background:inherit;
	text-align:center;
}

/** 60 + 288 px = 368 px*/
.homepage-task-list.summary {
	clear:none;
	width:312px;
	padding-left:2px;
	overflow:ellipses;
	white-space:nowrap;
	overflow-x:hidden;
	background:inherit;
}

.homepage-task-list.summary.mouseover {
	width:264px;
	clear:none;
	/**	width:316px; */
	padding-left:2px;
	overflow:ellipsis;
	text-overflow: ellipsis;
	background:inherit;
}


/** 368 + 20 px = 368 px*/
.homepage-task-list.dismiss-task {
	border-left: 1px solid #ccc;
	visibility:hidden;
	display:none;
	clear:none;
	width:10px;
	height:10px;
	margin-left:12px;
	min-height:10px;
	margin-top:12px;
	margin-right:0px;
	padding-right:0px;
}


.homepage-task-list.add-to-shortlist {
		visibility:hidden;
		display:none;
		clear:none;
		margin-top:8px;
		width:16px;
		height:16px;
		min-width:16px;
		min-height:16px;
	/*	border: 1px solid #ccc; */
	background:url(/images/icons/plus.gif);
}

.homepage-task-list.remove-from-shortlist{
		visibility:hidden;
		display:none;
		clear:none;
		margin-top:8px;
		width:16px;
		height:16px;
		min-width:16px;
		min-height:16px;
	/*	border: 1px solid #ccc; */
		background:url(/images/icons/eject.gif);
		
}

/** 368 + 20 px = 388x*/
.homepage-task-list-lookup.view-task {
	visibility:hidden;
	display:none;
	clear:none;
	margin-top:8px;
	margin-right:4px;
	width:16px;
	height:16px;
	min-width:16px;
	min-height:16px;
/*	border: 1px solid #ccc; */
	background:url(/images/icons/grow.gif);
}

.homepage-task-list.control-cover {
	clear:none;
	width:25px;
	min-width:25px;
	min-height:24px;
	margin-right:0px;
	padding-right:0px;
}

#shortList {
	float:left;
	clear:left;
	width:455px;
	max-width:800px;
	min-height:400px;
	margin-left:10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color:#FFFFF2;
	padding:0px;
}

#shortList.h3 {
	padding-top:2px;
	background-color:#FFFFF2;
}

#shortListHeader {
	background:url(/images/header.png);	
	float:left;
	clear:left;
	width:457px;
	max-width:457px;
	height:36px;
	padding:0px;
	margin-left:10px;
	margin-top:10px;
	border-bottom: 1px solid #ccc;
	text-align:center;
}	

#todo-close-button {
	text-align: right;
}

#fullListHeader {
	background:url(/images/header.png);	
	float:right;
	clear:right;
	width:455px;
	max-width:457px;
	height:36px;
	padding:0px;
	margin-right:10px;
	margin-top:10px;
	border-bottom: 1px solid #ccc;
	text-align:center;
}	

p.shortlist-instructions {
	text-align:center;
	padding-top:150px;
	background-color:#FFFFF2;
}

.shortlist-instructions {
}

#fullList {
	padding:0px;
	float:right;
	width:455px;
	margin-right:9px;
	margin-left:00px;
	border: 1px solid #ccc;
}

#project-summaries {
	float:left;
	clear:left;
	margin-right:20px;
}

#project-table {
	border-width: 1px;
	margin-left: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

#project-table th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}

#project-table td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}

#project-summaries-heading  tr {
	border:none;
}

.project-summaries-heading {
	font-size:16pt;
	line-height:24px;
	background:url(/images/banner-back.png);
	width:200px;
	border:none;
	margin-left: 9px;
}

.project-summaries-heading-left {
	height:24px;
	margin-bottom:30px;
	width:10px;
	float:left;
	clear:left;
	background:url(/images/banner-left.png);
}

.project-summaries-heading-right {
	height:24px;
	margin-bottom:30px;
	width:10px;
	float:left;
	clear:left;
	background:url(/images/banner-right.png);
}

.project-summaries-tasktype-cell {
	width:50px;
	overflow: hidden;
	white-space:nowrap;
	text-align: center;
}

.project-summaries-project-name-cell-subproject {
  background-color:#E0EEEE;
  margin-left:20px;
  padding-left:20px;
}

.project-summaries-project-name-cell {
	width:240px;
	background-color:lightblue;
	padding-left:10px;
	overflow: hidden;
}

.project-summaries-admin-cell {
	width:35px;
	overflow: hidden;
	text-align: center;
}


#project-table td.project-summary-cell-name {
	width:100px;
}

#project-table td.project-summary-cell {
	width:50px;
}

.dated-task-overdue {
	color:red;
  float:left;
  max-width:70px;
  width:100px;
}

.dated-task-summary {
	width:270px;
}


.blue-drop-down {
	width:455px;
	height:151px;
	position:absolute;
	z-index: 2;
/**	background-color:#05a; */
	background:url(/images/hud.png);
	margin-top:8px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	left: 0px;
	top: 24px;
	line-height:16px;
	overflow:auto;
}

.quick-edit {
	line-height:24px;
	color:#fff;
	min-height:24px;
}

.quick-edit.view-info-selector {
	visibility:hidden;
	float:left;
	height:80px;
	margin-top:8px;
	width:16px;
	height:16px;
	min-width:16px;
	min-height:16px;
	//	border: 1px solid #ccc;
	background:url(/images/icons/info.gif);
}

.quick-edit.view-notes-selector {
	visibility:hidden;
	float:left;
	height:80px;
	margin-top:8px;
	width:16px;
	height:16px;
	min-width:16px;
	min-height:16px;
	background:url(/images/icons/note.gif);
} 

.quick-edit.info-selectors-div {
	right:15px;
	position:absolute;
	width:140px;
}

.quick-edit.view-notes-selector.data {
	background:url(/images/icons/note-present.png);
} 

.quick-edit.view-comments-selector {
	visibility:hidden;
	float:left;
	height:80px;
	margin-top:8px;
	width:16px;
	height:16px;
	min-width:16px;
	min-height:16px;
	background:url(/images/icons/quote.gif);
}

.quick-edit.view-comments-selector.data {
	background:url(/images/icons/quote-present.png);
} 

.quick-edit.view-info-selector.selected {
	background:url(/images/icons/info-selected.gif);
}

.quick-edit.view-notes-selector.selected {
	background:url(/images/icons/note-selected.gif);
} 

.quick-edit.view-comments-selector.selected {
	background:url(/images/icons/quote-selected.gif);
}

.quick-edit.tasktype {
	float:right;
	clear:right;
	margin-right:10px;
	margin-top:10px;
	line-height:16px;	
}

.quick-edit.tasktype.selector {
	float:right;
	clear:right;
	max-width:80px;
	width:80px;
	color:black;
	margin-right:0px;
	margin-top:10px;
	line-height:16px;	
}

.quick-edit.status {
	float:right;
	clear:right;
	margin-right:10px;
	line-height:16px;
}

.quick-edit.owner {
	float:right;
	clear:right;
	margin-right:10px;
	line-height:16px;
}

.quick-edit.tasklist-description-div {
	float:left;
	clear:left;
	text-align:left;
	width:330px;
	max-width:330px;
	margin-left:10px;
	margin-top:0px;
	padding-top:0px;
	overflow:auto;
}

.quick-edit.projectName {
	float:left;
	clear:left;
	text-align:left;
	color:white;
	max-width:300px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:0px;
}

.quick-edit.view-project {
	float:left;
	clear:none;
	margin-top:10px;
	margin-left:4px;
	width:16px;
	height:16px;
	min-width:16px;
	min-height:16px;
	/*	border: 1px solid #ccc; */
	background:url(/images/icons/grow-white.gif);
}

.quick-edit.tasklist-description-textArea {
	float:left;
	clear:left;
	text-align:left;
	color:#555;
	width:330px;
	min-width:330px;
	max-height:80px;
	margin-left:10px;
	margin-top:0px;
	padding-top:0px;
	overflow:auto;
}


.quick-edit.add-note-div{
	float:left;
	text-align:left;
	width:250px;
	margin-left:10px;
	margin-top:10px;
	overflow:auto;
}

.quick-edit.add-note-textArea {
	float:left;
	text-align:left;
	color:#555;
	max-height:40px;
	margin-left:12px;
	margin-top:10px;
	overflow:auto;
}

p.quick-edit.comment {
	margin-left:10px;
	margin-top:2px;
	margin-bottom:2px;
	width:360px;
	float:left;
	clear:left;
	border-top: 1px solid #bbb;
}

.quick-edit.comment.username {
}

.quick-edit-control {
	clear:left;
	float:left;
	margin-left:10px;
	width:450px;
	height:150px;
	padding-top:0px;
	margin-top:5px;
	overflow:auto;
}

a img {
	border: 0 ;
}

.list-item {
  overflow:hidden;
  padding-left:10px;
  width:400px;
}

.dated-task-summary{
  overflow:hidden;
  padding-left:10px;
  width:400px;
}

.dated-task-date{
  color:red;
  float:left;
  max-width:70px;
  width:100px;
}

