﻿

div.MyGroupsSection
{
	float:left;
	margin-left:0px;
	margin-top:0px;
	width:500px;
	-moz-box-sizing: border-box; /* Firefox specific */
	 
}
/*IE6*/
* html div.MyGroupsSection{margin-left:0px;}

.MyGroupsTabContent
{
	clear:both;
	float:left;
	margin-top:0px;
	padding:5px 0 0 0;
	width:500px
}
.MyGroupsContent .myChallengeTabContentHolder{
	width:500px;
}

div.MyChallengeGroupListItem
{
	min-height:106px;
	height:auto !important;
	height:96px;
	clear:both;
	border-bottom:solid 2px #d9dee2;
	width:500px;
	margin-top:4px;
	margin-left:1px;
	float:left;
	padding:0;
}

div.MyGroupsSection div.UserInfoListContainer
{
	float:left;
}


div.MyGroupsSection div.UserInfoListItem
{
	float:left;	
	margin-right:32px;
	padding-bottom:10px;
	width:60px;
	height:160px;
}
* html div.MyGroupsSection div.UserInfoListItem{margin-right:16px;}

div.MyGroupsSection div.UserInfoListItem img
{
	margin:10px 0 0 0;
}

div.MyChallengeGroupMemberListDiv div.UserInfoListItem a{color:#2d4ca8;}


.MyGroupsSectionHeading 
{
	visibility:hidden;		
}

div.MyGroupsSection div.MyGroupsSectionHeading 
{
	background-color:#ebede3;
	height:18px;	
	visibility:visible;
}

div.MyGroupsSection div.MyGroupsSectionHeading div.Heading  
{
	float:left;
	color:#5d5e57; 
	margin-left:6px;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
}
div.MyGroupsSection div.MyGroupsSectionHeading div.Link 
{
	float:right;
	margin-right:6px;	
	line-height:16px;
}
div.MyGroupsSection div.MyGroupsSectionHeading div.Link a
{
	color:#5d5e57;
	background-image:url(imgs/ui/link_arrow.gif);
	background-position:right center;	
	background-repeat:no-repeat;
	padding-right:7px;
		
}
div.MyGroupsSection div.MyGroupsSectionFooter 
{
	height:20px;
	margin-bottom:6px;
	margin-top:6px;
}
div.MyGroupsSection div.MyGroupsSectionFooter div.ActionLinks 
{
	margin-left:16px;	
}
div.MyGroupsSection div.MyGroupsSectionFooter div.ActionLinks a 
{
	background-image:url(imgs/ui/link_arrow.gif);
	background-position:left center;	
	background-repeat:no-repeat;
	padding-left:7px;
	color:#393939;
	font-weight:bold;	
}

div.MyGroupsSection .NewsHeader
{
	background-color:#ffffff;
	border-bottom:solid 1px #c8dbd9;
	height:18px;
	padding:4px 0 0 6px;
	cursor:pointer; cursor:hand;
}
div.MyGroupsSection .NewsHeaderSelected
{
	background-color:#c6daea;
	height:18px;
	padding:4px 0 0 6px;
	cursor:default;
	
}
div.MyGroupsSection .NewsHeaderSelected p{
	margin:0;
	padding:0;
}

div.MyGroupsSection .NewsContent
{
	background-color:#ffffff;
	background:url(imgs/ui/learning/courseOpenedBg.gif) bottom left no-repeat;
	float:left;
	width:500px;
}
/*div.MyGroupsSection .ContentText
{
	margin-top:10px;	
	margin-left:10px;
	margin-bottom:30px;
}

div.MyGroupsSection .ContentText p{
	margin: 10px 0 10px 0;
}*/

div.MyGroupsSection .ContentTextField{
	margin:4px 0 0 10px;	
	padding:0px;
	font-size:11px
}

div.MyGroupsSection .ContentTextField p{
	float:left;
	width:489px;
}

div.MyGroupsSection div.MyGroupsSectionItem div.ItemRow
{
	border-bottom:solid 1px #c8dbd9;
	height:18px;
	padding:4px 0 0 6px;
}
div.MyGroupsSection div.MyGroupsSectionItem div.ItemRow a
{
	color:#393939;
}




