@charset "utf-8";
/* profiles CSS Document */
#profileholder {
	position:relative; width:275px;
}
.profilehead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
div.stuprofile {
	position:absolute; top:0; left:0; width:250px; visibility:hidden;
}
div.stuprofileVis {
	 width:250px;
}
td.profcell {
	background-image:url(/offices/assessment/success/graphics/R-shadow.png); 
	background-repeat:repeat-y;
}
div.profilecontent {
	border:1px solid #cc9933; width:170px; background-color:#FFFFFF;
}


