div.lab-goal-item {
    font-size: 1.3em;	
    -moz-border-radius:4px;
    -webkit-border-radius:4px;    
	background:#EBF7FF none repeat scroll 0 0;
	border-bottom:1px solid #A1DCFA;
	border-right:1px solid #A1DCFA;
	color:#059AE7;
	margin-right:3px;
	padding:3px 5px;
	text-decoration:none;
	margin-bottom:5px;
}

div.lab-goal-number {
  float:left;
  width:27px;
  font-size: 1.3em;	
}

div.lab-goal-text {
  padding: 0 4px;
  font-weight: bold;
}

div.lab-goal-actions {
  margin-left:27px;	
  padding:5px 0 5px 0;
  text-align:right;
}

a.lab-goal-action {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#F4F4F4 none repeat scroll 0 0;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	color:#999999;
	font-size:.7em;
	margin-right:3px;
	padding:4px 8px;
	text-decoration:none;
}

a.lab-goal-wants {
	background:#FFF9DB none repeat scroll 0 0;
	border-bottom:1px solid #FFE8C4;
	border-right:1px solid #FFE8C4;
	color:#FFA200;
}

a.lab-goal-delete-action {
    border-bottom:1px solid #d8afaf;
	border-right:1px solid #d8afaf;
	color:#903636;
    background: #ffeaea url('../images/cross.png') no-repeat scroll 4px 3px;
    padding-left:15px;
}

a.lab-goal-delete-action span {
    display:none;   
}

a.lab-goal-completed-action {
    border-bottom:1px solid #99d100;
    border-right:1px solid #99d100;
    color: #448600;
    background: #e4f481 url('../images/tick.png') no-repeat scroll 4px 2px;
    padding-left:24px;
}

a.lab-goal-yes-action {
    background: #fff url('../images/thumb_up.png') no-repeat scroll 4px 2px;
    padding: 5px 4px 3px 23px;
    
}

a.lab-goal-no-action {
    background: #fff url('../images/thumb_down.png') no-repeat scroll 4px 5px;
    padding: 5px 4px 3px 23px;
    
}

div.lab-goal-worthit-menu h4 {
	margin-left:10px;	
}

div.lab-goal-worthit-actions {
	margin-left:5px;
	padding-bottom:10px;	
}

div.lab-goal-worthit-result {
    float:left;
    margin-left:18px;
    margin-top:5px;
}


div.lab-goal-worthit-result div.lab-goal-yes {
    background: transparent url('../images/thumb_up.png') no-repeat scroll 0px 3px;
    font-size:.8em;
    color: #448600;
	margin-right:3px;
	padding:2px 4px 1px 20px;
}

div.lab-goal-worthit-result div.lab-goal-no {
    background: transparent url('../images/thumb_down.png') no-repeat scroll 0px 6px;
    font-size:.8em;
	margin-right:3px;
	padding:1px 4px 2px 20px;
}

div.lab-goal-worth-yes {
    border-bottom:1px solid #99d100;
    border-right:1px solid #99d100;
    color: #448600;
    background-color: #e4f481;
}

div.lab-goal-worth-no {
    background-color: #ffeaea;
    border-bottom:1px solid #d8afaf;
	border-right:1px solid #d8afaf;
    color:#903636; 
}

a.lab-goals-activity-item {
    background: transparent url('../images/user_comment.png') no-repeat scroll 0px 0px;
    padding:3px 0 0 20px;
    text-decoration:none; 
}
