.research-area-table {
	width: 360px;
	height: 80px;
	float: left;
	background: #fff url(../images/icons/tucson/go-home.png) no-repeat 5px 5px;
	padding: 5px 15px 5px 60px;
	margin: 5px 20px 5px 0;
	cursor: pointer;
}


.following, .following-yes, .following-no{
	float: right;
	margin: 5px;
}

.following-yes {
	background-color: #dfffe1;
	border: 1px solid green;
}

.following-no {
	background-color: #ffecec;
	border: 1px solid red;
}

.following-icon {
	float: right;
	padding: 3px;
}

.project-box, .thread-box, .research-area-box, .proposal-box{
	margin-top: 5px;
	margin-bottom: 5px;
	background: #fff url(../images/icons/crystal/sml/folder_yellow.png) no-repeat 5px 5px;
	padding-left: 45px;
	
}

.thread-box{
	background: #fff url(../images/icons/crystal/sml/easymoblog.png) no-repeat 5px 5px;
}

.research-area-box{
	background: #fff url(../images/icons/crystal/sml/blockdevice.png) no-repeat 5px 5px;

}

.proposal-box{
	background: #fff url(../images/icons/crystal/sml/folder_green.png) no-repeat 5px 5px;

}

.dashboard-success .research-area-box, .dashboard-success .thread-box{
	background: #fff;
	padding-left: 5px;
}


.thread-statusbar{
	color: #888CF7;
}

.project-heading, .thread-heading{
	font-weight: bold;
}

.project-description, .thread-description, .research-area-description{
	color: #666;
}

