/* cbu_task_repo plugin style sheet */

div.cbu_task_repo {
	width:100%;
	margin:5px;
	padding:0px 5px 10px 5px;
	border-style:solid;
	border-width:1px;
	border-color:silver;
	float:left;
	overflow:hidden;
}


div.cbu_task_repo_title {
	width:95%;
	margin:10px 5px 10px 5px;
	float:left;
	font-size:1.1em;
	color:gray;
}


div.cbu_task_repo_c1 {
	width:20%;
	min-width:20%;
	margin:1px 5px 1px 5px;
	font-size:0.8em;
	line-height:1.4em;
	float:left;
	overflow:hidden;
}


div.cbu_task_repo_c2 {
	width:75%;
	margin:1px 5px 1px 5px;
	font-size:0.8em;
	line-height:1.4em;
	float:left;
	text-align:justify;
	overflow:hidden;
}








