/*
	Styles for member profile pages including /Controls/ProfileHeader.ascx and /Controls/ProfileFooter.ascx
*/
h3 { margin-top: 5px; font-family: Georgia, Arial, Helvetica, sans-serif; }
#ProfileHeader_SelfSearchLink { font-size: 0.8em; }
#ProfileHeader_MessageCount { border: solid #ccc 1px; background: #f2f2f2; text-align: center; padding: 5px; font-size: 0.8em; margin: 5px 5px 0 0; }
#ProfileHeader_MessageCount img { vertical-align: -5px; margin-right: 1em; }
.Tabs { width: 480px; margin:10px 15px 5px 0; }
.Tabs td { text-align: center; font-weight: bold; font-family: Georgia, Arial, Helvetica, sans-serif; }
.Tabs a:visited { color: #03c; } 
.Tabs a:hover { color: #e00; }
.Tabs .TopEdge { background: url(top_edge.gif); }
.Tabs .TopOn { background: url(top_on00.gif); color: #2470bb; }
.Tabs .TopOff { background: url(top_off0.gif); }
.Tabs .BottomEdge { background: url(bottom_e.gif); }
.Tabs .BottomOn { background: url(bottom_o.gif); color: #2470bb; }
.Tabs .BottomOff { background: url(bottom_p.gif); }
#ProfileHeader_Sidebar { background: #e9f3fc; padding: 5px; width: 150px; vertical-align: top; text-align: center; padding-bottom: 40px; }
#ProfileHeader_PhotoCaption { font-size: 0.8em; margin-top: 3px; }
#ProfileHeader_MorePhotosLink { line-height: 2; font-size: small; font-weight: bold; font-family: Georgia, Arial, Helvetica, sans-serif;  }
#ProfileHeader_AddToFavourites td { padding-top: 10px; }
#ProfileHeader_EmailToFriendLink { font-size: 0.8em; line-height: 4; }	
.profile_item_title { float: left; width: 130px; color: #296da8; font-family: Georgia, Arial, Helvetica, sans-serif; }

.thumbnail_photos img{ border:1px solid #03C;width:65px;height:65px; margin-right:1px;}
.thumbnail_photos img:hover{ border:1px solid red;}
.profile_photo{border:1px solid #03C; margin-bottom:5px;}
.profile_photo:hover{ border:1px solid red;}
