.GroupsHomePage
{
	background-color:white;
	padding-left: 70px;
	padding-right: 70px;
}
.GroupsHomePage_Title
{
	color:#80C44D;
	font-size:16px;
	font-weight:bold
}
.GroupSummaryItem
{
	border-bottom: 2px dotted #80C44D;
	width: 50%;
	vertical-align: top;
}
.GroupSummary
{
	/*padding:15px;*/
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	vertical-align: top;
	/**/
}
.GroupSummary_Description
{
	vertical-align:top;
	padding-left:10px;
	padding-top:3px;
}

.GroupSummary_Title {
	color:#7EC34E;
	font-weight:bold
}

.GroupSummary_Statistics_Name {
	color:#6F6F6F;
}

.GroupSummary_Statistics_Value {
	color:#7EC34E;
	padding-left:5px;
}

.GroupSummary_Description_Text {
	padding-top:10px;
	color:#6F6F6F;
}

.Groups_Vertical_Seperator
{
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 2px dotted #80C44D;
}

.Groups_Vertical_Seperator DIV
{
	border-left: 2px dotted #80C44D;
	height: 100%;
	width:15px;
}

.Groups_Horizontal_Seperator
{
	border-bottom: 2px dotted #80C44D;
	height: 1px;
}

/*=============*/
/* Group Items */
/*=============*/
.GroupItem
{
	background-color:white;
	padding: 10px;
}

.GroupItem_Property_Name
{
	color: #707070;
	font-size: 11px;
}

.GroupItem_Property_Value
{
	color: #7DC24D;
	font-size: 11px;
}

/*================*/
/* Specific Group */
/*================*/
.Group
{
	background-color: white;
	width: 600px;
}

.Group_Title
{
	padding-bottom: 5px;
	border-bottom:2px dotted #81C24C;
}

.Group_Title_Text
{
	color: #80c34d;
	font-weight: bold;
	font-size: 16px;
}

.Group_Description
{
	padding: 10px 10px 3px 10px;
	padding-bottom: 10px;
	background-color:#F0F8EA;
	border-bottom:2px dotted #e8e8e8;
}

.Item_Description
{
	padding: 10px;
	padding-bottom: 25px;
	width:100%;
}

.Group_Description_Text
{
	padding-left: 10px;
	vertical-align: text-top;
	color: #6e6e6e;
}

.Item_Description_Text
{
	vertical-align: text-top;
	color: #6e6e6e;
}

.Page_Title 
{
	border-bottom:2px dotted #81C24C;
}

.Page_Title TD
{
	color:#80c34d; 
	font-weight:bold; 
	font-size:12px;
}
