﻿.gd_GroupName
{
	width: 100%;
	background-color: #3A3A3A;
	color: #fff;
	line-height: 150%;
	text-align: left;
	font-weight: bold;
	padding: 2px 2px 2px 8px;
	font-size: 1.1em;
}

table.groupDetails
{
	width: 100%;
	border: none;
	padding: 8px 0px 0px 0px;
	font-size: 100.1%;
}
table.groupDetails th
{
	font-size: .9em;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	background: #EC7F22;
	color: #3A3A3A;
	line-height: 150%;
	padding-left: 5px;
}
table.groupDetails td
{
	line-height: 150%;
	font-size: .9em;
	vertical-align: top;
	text-align: left;
	color: #3A3A3A;
	padding-left: 5px;
}

table.groupDetailsExplain
{
	width: 100%;
}
table.groupDetailsExplain th
{
	width: 150px;
	text-align: left;
	font-weight: bold;
	color: #8C8A8B;
	vertical-align: top;
	background-color: #fff;
}
table.groupDetailsExplain td
{
	text-align: left;
	vertical-align: top;
	color: #3A3A3A;
	background-color: #fff;
}

table.groupActions
{
	width: 100%;
	font-size: 100.1%;
	border: none;
	padding: 8px 0px 0px 0px;
}
table.groupActions th
{
	font-size: .9em;
	text-align: left;
	font-weight: bold;
	color: #8C8A8B;
	vertical-align: top;
	background-color: #fff;
	line-height: 150%;
	padding-left: 5px;
}
table.groupActions td
{
	font-size: .9em;
	text-align: left;
	vertical-align: top;
	color: #3A3A3A;
	background-color: #fff;
	line-height: 150%;
	padding-left: 5px;
}

table.groupViewMembers
{
	width: 100%;
	border: none;
	padding: 8px 0px 0px 0px;
	font-size: 100.1%;
	line-height: 150%;
}
table.groupViewMembers th
{
	font-size: .9em;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	background: #3A3A3A;
	color: #fff;
	line-height: 150%;
	padding: 5px;
}
table.groupViewMembers td
{
	line-height: 150%;
	font-size: .9em;
	vertical-align: top;
	text-align: left;
	color: #3A3A3A;
	padding: 5px;
	border-bottom: thin;
	border-bottom-color: #EC7F22;
	border-bottom-style: solid;
}


.admin_action_button
{
	color: #EC7F22;
	text-decoration: none; /* font-size: 1em; */
	display: block;
}
.admin_action_button:hover
{
	background-color: #FFCC66;
	color: #000;
}
table.group_manage
{
	border: thin;
	border-collapse: collapse;
	border-color: #fff;
	border-style: solid;
	font-size: .9em;
	line-height: 150%;
	padding: 5px;
	width: 60%;
}
table.group_manage thead
{
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	padding: 5px;
	background: #DF6B22;
	color: #FFFFFF;
}
table.group_manage td
{
	padding: 4px 0px 4px 0px;
	line-height: 150%;
}
.pnlCollapseGroups
{
	padding: 5px 0px 5px 0px;
}
table.groupCategories
{
	border-collapse: collapse;
	border-color: #3A3A3A;
	width: 100%;
	line-height: 150%;
	font-size: 100.1%;
	padding: 0px 10px 10px 10px;
}
table.groupCategories th
{
	border-bottom: thin;
	border-bottom-color: #EC7F22;
	border-bottom-style: solid;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}
table.groupCategories td
{
	padding-left: 15px;
}
table.groupJoinedList
{
	/*border-style:hidden;  font-size: 1em; */
	border-collapse: collapse;
	border-color: #3A3A3A;
	width: 90%;
	line-height: 150%;
	font-size: 100.1%;
}
table.groupJoinedList td
{
	vertical-align: top;
	text-align: left;
	border-bottom-color: #3A3A3A;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	padding: 2px 0px 2px 0px;
	background: #fff;
	color: #000;
}
table.groupJoinedList td.groupName
{
	text-align: left;
	width: 80%;
}
table.groupJoinedList td.groupName:hover
{
	padding-left: 15px;
	background-color: #EFEFEF;
}
table.groupJoinedList td.groupJoinLeave
{
	text-align: right;
}
.btnGroupCommand
{
	font-weight: bold;
}
.Group_Manage_Label
{
	padding: 4px 0px 4px 0px;
	line-height: 150%;
	text-align: left;
	font-weight: bold;
}

.showHideGroupsNavLists
{
	text-align: center;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #3A3A3A;
}

.showHideGroupsNavLists ul, .showHideGroupsNavLists li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.showHideGroupsNavLists a:link, .showHideGroupsNavLists a:visited
{
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #EC7F22;
}

.showHideGroupsNavLists a:link#current, .showHideGroupsNavLists a:visited#current, .showHideGroupsNavLists a:hover
{
	border-bottom: 4px solid #EC7F22;
	padding-bottom: 2px;
	background: transparent;
	color: #3A3A3A;
}

.showHideGroupsNavLists a:hover
{
	color: #3A3A3A;
}
a.groupDescriptionToolTip
{
	position: relative; /*this is the key*/
	z-index: 24;
	color: #000;
	text-decoration: none;
	border-bottom: thin;
	border-bottom-color: #3A3A3A;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
a.groupDescriptionToolTip:hover
{
	z-index: 25;
}

a.groupDescriptionToolTip span
{
	display: none;
}
a.groupDescriptionToolTip:hover span
{
	/*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	min-width: 12em;
	border: 1px solid #000;
	background-color: #3A3A3A;
	color: #fff;
	text-align: center;
	padding: 5px;
	line-height: 150%;
	filter: alpha(opacity=90);
	opacity: 0.90;
}
