/* for user/profile
*******************************************************************************/

#profile_find {

	position: absolute;
	top: 0px;
	left: 320px;
	weight: 400px;
}

#profile_findtutor {
	position: absolute;
	top: 50px;
	height: 100px;
}


#profile_findstudent {
	position: absolute;
	top: 50px;
	left: 220px;
	height: 100px;
}

div.case_sheet {
  margin: 10px 20px 10px 20px;
  padding: 15px 15px;
  
  font-size: 120%;

}

div.case_title {
  margin: 0;
  padding: 5px 10px 5px 10px;
  
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;  
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;      
}

span.case_subject {
  font-weight: bold;
	color: #CC9900;
	font-size: 150%;
}

span.case_status {
  color: #999999;
}

div.case_event_tutor {
  margin: 0;
  padding: 15px 10px 15px 10px;
  
  border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFCCCC;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC; 	
}

div.case_event_student {
  margin: 0;
  padding: 15px 10px 15px 10px;
  
  border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCFF99;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;   		
}

ul.caseeventlist li {
	margin: 0;
	padding: 0 0 0 35px;	
	background: url('../image/icon/arrow_milkbox.gif') no-repeat;
}

ul.caseeventlist li.nothing {
  color: #999999;
}
