/* For the Profile Display & General Badge Styles */
.profile { 
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 4px;
	margin-bottom: 10px;	
	float: left;
}
.profile span.name { font-size: 20px; color: #006B54; display: block; font-weight: bold; }
.profile span.major { display: block; font-weight: bold; }
.profile span.fp_site { display: block;	}
.profile span.fp_title { display: block; }
.hidden { display: none; }
.profile img { float: left; padding: 4px; border: 1px solid #ccc; margin-right: 10px; display: block; width: 70px; height: 70px; }

/* Special Styles for the Badge */
a.badge { text-decoration: none; color: black; line-height: 20px; }
a.badge:hover { background: #e2e2e2; border: 1px solid #999; }
a.badge:hover img { border: 1px solid #999; }

.badge span.name { font-size: 16px; }

/* Styles for a Photo-Only Collection */
.profile_photo_collection { width: 100% !important; }
.profile_photo_collection img { margin-right: 4px; }
.profile_photo_collection a span {
position: absolute;
top: -50px;
left: -80px;
display: none;
background: url(ttbg.jpg) no-repeat;
width: 110px;
height: 35px;
text-align: center;
padding: 5px;
line-height:110%;
color:#000000;
}
/* For the Facebox */
.the_popup { background: white; padding: 0; margin: 0; padding-top: 10px; }
.profile dt { width: 150px; display: block; float: left; text-align: right; font-weight: bold; margin-right: 20px; }
.profile dd { margin-left: 170px; width: 300px; margin-right: 10px; }
.profile dl.head { float: left; clear: both; margin-bottom: 10px; display: block; }
.profile dl.head dt.photo img { float: right; margin-right: 0; width: 70px; height: 70px; border: 0; }
.profile dl.head dd { padding-top: 15px; }
#facebox table .content { width: 500px; }
#facebox .footer { clear: left; border: 0; }

/* For the Right Sidebar */
.right a.badge { color: white; border: 0; font-size: 11px; line-height: 15px; margin-bottom: 2px !important; }
.right a.badge:hover { background: none; border: 0; }
.right a.badge span.name { font-size: 14px; color: #f9d616; }
.right a.badge span.major { font-size: 12px; }

