div#avatar-box {
	height:75px;
	background-image:url("/images/profile/avatar-background.jpg");
	background-repeat:repeat-x;
	width: 244px;
	margin:0;
}

div#avatar-box span#flvContainer {
	position:relative;
	float:left;
	margin:5px 0 0 15px;
}

div#avatar-box h1 {
	color:#494949;
	position:absolute;
	font-family:verdana, sans-serif;
	font-weight:bold;
	font-size:10pt;
	padding-left:65px;
	padding-top:1.4em;
	display: inline;
}

div#avatar-box h2 {
	color:#57c1ee;
	position:absolute;
	font-family:verdana, sans-serif;
	font-weight:bold;
	font-size:10pt;
	padding-left:65px;
	padding-top:3em;
	display: inline;
}

h1.box-accent {
	font-family:verdana, sans-serif;
	text-align:left;
	color:#0082B8;
	padding-left: 3px;
	margin:10px 0px 4px 0px;
	border-left-style:solid;
}
	/*ie 7 hack*/
	* + h1.box-accent {
		font-size: 11px;
	}
	
h2.small-box-accent {
	font-family:verdana, sans-serif;
	text-align:left;
	color:#57c1ee;
	padding-left:10px;
	margin:10px 0px 4px 0px;
	border-left-style:solid;
	border-left-width:9px;
	border-left-color:#57c1ee;
	height:15px;
}


#admin-tools ul{
	margin-left: 25px;
}

#minifeed{
	color: #888;
}

#minifeed ul{
	margin: 15px 0 15px 0;
}
#minifeed p{
	font-family: verdana, sans-serif;
	font-size: 11px;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	background-color: #fcfcfc;
	margin: 5px;
	padding: 8px 4px 4px 50px;
	min-height: 32px;
	line-height: 14px;
}

#minifeed .name{
}

.group-icon, .event-icon, .contest-icon, .newfriend-icon{
	float: left;
	margin-top: 5px;
	padding-right: 10px;
}

div#badges_box {}

div#visitors_box {}

div#friends_box {}

.person_row { margin: 3px 2px 3px 3px;}

.friend_row { margin: 2px 5px;}

div.dotted-bottom {
	border-bottom-style:solid;
	border-bottom-color:#DDD;
	border-bottom-width:1px;
	margin:0 5px 5px 4px;
}
div.dotted-bottom-gray {
	border-bottom-style:solid;
	border-bottom-color:gray;
	border-bottom-width:1px;
	margin:0 15px 5px 15px;
	height: 85px;
	background-color: #FFF;
	border-right: #CCC;
	border-left: #CCC;
}

#eventscontainer{
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	background-color: #fcfcfc;
	padding: 4px 4px 4px 4px;	
}

#eventscontainer ui li{
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

p.event-description {
	color:gray;
}

.eventheader{
	margin-bottom: -1px;
	margin-left:10px;
}

.event-name{
	font-size: 14px;
}

.event-image{
	padding-top: 2px;
	float:right;
	width: 100px;
}

img.visitor {
	margin:1px;
}

/*ie6 hack*/
* html div#right-col{
	padding:0px;
}

div#name-bar {
	height:30px;
	margin-bottom:25px;
}
	/*ie6 hack*/
	* html #name-bar{
		margin-left: -10px;
	}

div#name-bar h1 {
	color:#0082b8;
	float:left;
	font:bold 22px verdana;
	margin:10px 0 0 10px;
}

div#name-bar h2 {
	color:#0082b8;
	float:left;
	font:12px verdana;
	margin:19px 0px 0px 15px;
}

div#name-bar span {
	color:#0082b8;
	float:right;
	font:bold 11px verdana;
	margin:19px 15px 0px 0px;
}

div.half-width-box h1, div.full-width-box h1{
	color:white;
	text-align:left;
	background-image:url("/images/profile/box-header.png");
	background-repeat:repeat-x;
	height:29px;
	font:bold 10px verdana;
	line-height:29px;
	text-align:left;
	padding-left: 15px;
}

div.half-width-box {
	margin:5px;
	border:1px #ddd solid;
	width:296px;
	float:left;
	overflow:hidden;
	height:300px;
	padding-bottom:15px;
}
div.full-width-box {
	margin:5px;
	border:1px #ddd solid;
	width:600px;
	float:left;
}

.talk-avatar {
	position: relative;
	margin: 10px 0px 0 0;
	width: 90px;
	display: inline;
	border: 1px solid #ccc;
}

div.talk-message {
	width: 470px;
	clear:both;
	border: solid 1px #ddd;
	margin: 10px 10px 0 0;
	float: right;
	height: 100%;
}

div.talk-message p{
	color:#555;	
	text-align:left;
	padding: 8px;
	line-height: 14px;
	font-size: 11px;
	overflow:hidden;
}

div.talk-message a{
	font-size: 10px;
}

div.talk-message a:hover{
	text-decoration: underline;
}
#wall_body{
	height: 44px;
	width: 464px;
}

.wall_delete{
	color: #FFF;
	float: right;
	font-weight: bold;
	margin: 1px 6px 0 0;
}

.wall_delete:hover{
	color: #0D5271;
	text-decoration: none;
}

.talk-response-box{
	min-height: 70px;
	clear: both;
	display: block;
	margin: 0 0 8px 0;
	height: auto;
}

div.talk-message h1{
	color:#FFF;
	background-image: url("/images/community/talktome-background.png");
	background-position:;
	background-repeat:repeat-x;
	border-bottom: 1px solid #ccc;
	padding: 3px 5px;
	font-size: 11px;
}

.wall-postbutton{
	float: left;
	margin: 10px 0 0 0;
}

#talk-box {
	position: relative;
	margin: 10px 0 20px 20px;
	height: 60px;
	width: 475px;
}

#photos-tab,
#videos-tab,
#blog-tab { margin-top: 10px;}

.contest{
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	background-color: #fcfcfc;
	padding: 0px;
}

.contest h3{
	color: #24B2F2;
	font-size: 14px;
	font-weight:bold;
}

.challengetop{
	padding: 6px;
}

.challengetop p{
	padding: 0 0 30px 0;
}

.challengebottom{
	height: 90px;
	background-image:url("/images/profile/challengebkg.jpg");
	z-index: 10
	width: 100%;
	margin-bottom: -1px;
}

.challengebottom p{
	color: #b8b1b1;
	font-weight: bold;
}

.competitors{
	text-align: right;
}

.competitors img{
	margin: -2px 6px 0 6px;
	border: 1px solid #CCC;
}

.friend-avatar-small img{
	height: 40px;
	width: 40px;
}

.friend-avatar{
	float: left;
	margin: 3px;
	border: 1px solid #ccc;
}

.friend-name{
	position: static;
	color: #57c1ee;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
	/*ie7 hack*/
	* + html .friend-info{
		float:left;
	}
	/*ie6 hack*/
	* html .friend-info{
		float:left;
		margin-top: -80px;
		margin-left: 110px;
	}

.clear {
	clear:both
}

.more {
	color:#0082b8;
	float:right;
	font:bold 11px verdana;
	line-height:1em;
	padding:5px;
}

#member-actions {
	margin: 5px;
	padding: 8px;
	font-weight: bold;
	font-family: verdana;
	text-align: center;
}

#member-actions a {
	display: block;
	border-color:#DCDCDC #ECECEC #ECECEC #DCDCDC;
	border-style:solid;
	border-width:1px;
	background-color: #fcfcfc;
	padding: 4px 0 4px 0;
	width: 100%;
	margin-top: 4px;
	font-weight: normal;
}

#groupinfo{
	height: 100%;
}

#member-actions a:hover { background-color: #f1f1f1;}

.profile-box{
	display: block;
	border: 1px solid #ddd;
	background-color: #fcfcfc;
	padding: 4px 0 4px 0;
	width: 100%;
	margin-top: 4px;
	font-weight: normal;
}
.profile-box:hover{
	background-color: #f1f1f1;
}

.profile{

}

#no_activity{
	text-align: center;
	color: #999;
	font-size: 11px;
	margin: 15px 0 20px;
}

#talktome{
	font-family: verdana;
	border: 1px solid #DDD;
	margin: 5px;
	padding: 10px;
	background-image:url("/images/community/profile_bottom.png");
	background-position: bottom;
	background-repeat:repeat-x;
}

#talkheader{
	color:#0082B8;
	font-size: 14px;
	padding: 0 0 10px 0px;
}
#no_activity{
	text-align: center;
	color: #999;
	font-size: 11px;
	margin: 15px 0 20px;
}

div.group p {
/*  background: url('/images/icon_groups_small.png') no-repeat !important */
}

.event-listing{
	background:url(/images/community/group_back.png) bottom repeat-x; 
	border: 1px solid #ddd;
	width: 562px;
	margin: 10px 0 0 0;	
	min-height: 80px;
}

.event_list_content{
	font-family: verdana;
	min-height: 60px;
	margin-left: 106px;
}
.event-listed-name{
	float:left;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin: 8px 0 8px 0;
	width: 315px;
}

.event-listed-time{
	float: left;
	font-size: 11px;
	margin: 8px 0 0 8px;

}

.event-listed-loc{
	float: left;
	font-size: 11px;
	margin: 26px 0 0 -92px;
}

.event-listed-desc{
	display: block;
	clear: both;
	position: relative;
	top: 3px;
	left: -5px;
}

.event_list_picture{
	position: relative;
	margin: 8px;
}

.event_list_content{
	font-family: verdana;
	min-height: 60px;
	margin-left: 106px;
	float: left;
}

.eventinfo{
	color:#333333;
	display:block;
	font-size:11px;
	margin: 0px 0px 0px 10px;

}

.group-listing{
	background:url(/images/community/group_back.png) bottom repeat-x; 
	border: 1px solid #ddd;
/* width: 536px;*/
	margin: 10px 0 0 13px;
}

.group-listing .photo{
	position: relative;
	margin: -45px 0 10px 10px;
	width: 90px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
}

.group-listing-search img{
	position: relative;
	margin: -45px 0 10px 10px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
}

.group-container{
	font-family: verdana;
	float: right;
	margin: 0 0 0 110px;
}


.groupname{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	width: 410px;
	margin: 8px 0 0 8px;
}

#minifeed center{
	font-size:10px;
}

h5{
	font-size: 10px;
	border-bottom: 1px dotted #ccc;
	margin: 2px 0;
}

.school{
	font-size: 10px;
	margin-top: 3px;
}
 .job{
	font-size: 10px;
	margin-top: 3px;
}

.date{
	float: right;
	font-weight: bold;
}

message_date{
	
}
