.tree .tree-priority-1 {
	background-color: rgba(98,168,209,0.1);
}

.tree .tree-priority-1:hover {	
}

.tree .tree-priority-1>[class*="fa-"]:first-child {
	color:#FF0000;
}

.tree .tree-priority-2 {
	background-color: rgba(98,168,209,0.1);
}

.tree .tree-priority-2:hover {	
}

.tree .tree-priority-2>[class*="fa-"]:first-child {
	color:#CCCC00;
}

.tree .tree-priority-3 {
	background-color: rgba(98,168,209,0.1);
}

.tree .tree-priority-3:hover {	
}

.tree .tree-priority-3>[class*="fa-"]:first-child {
	color:#009F00;
}
.tree .tree-priority-4 {
	background-color: rgba(98,168,209,0.1);
}

.tree .tree-priority-4:hover {	
}

.tree .tree-priority-4>[class*="fa-"]:first-child {	
	color:rgba(98,168,209,1);
}

.item_field_prereqs {
	float:right;
	width:50px;
	text-align:center;
}
.item_field_completed {
	float:right;
	width:50px;
	text-align:center;
}
.item_field_comments {
	float:right;
	width:110px;
	text-align:center;
}
.item_field_date {
	float:right;
	width:130px;
	text-align:center;
}
.item_field_reminder {
	float:right;
	width:40px;
	text-align:center;
}
.item_field_details {
	float:right;
	width:40px;
	text-align:center;
}
.item_field_attach {
	float:right;
	width:50px;
	text-align:center;
}
.item_field_source {
	float:right;
	width:50px;
	text-align:center;
}

.plain_line {
	background-color:#F9F9F9;
}
.plain_line:nth-child(even) {
	background-color:#E1F0FF;
}
.plain_line:hover {
	background-color:#FFFFDD;
}

.link_inbox_items {
	color:#000000;
}
.link_inbox_items:hover {
	color:#000000;
	text-decoration:none;
}

.win_footer {
	background-color:#f5f5f5;
	padding:15px 0px 15px 0px;
	border-top:1 px solid #999999;
	margin:10px 0px 0px 0px;
}