@charset "iso-8859-1";
@import url(../../base/css/groups.css);


.group_edit_table tr td.group_edit_td_label
{
	text-align:right;
	font-weight:normal;
	vertical-align:top;
	padding-top:7px;
}

.group_info_row
{
	left:10px;
	position: relative;
	overflow:hidden;
}

a.actions
{
	font-weight:bold;
	font-size:16px;
}

.group_edit_error {
background:none;
border:1px solid red;
margin:2px;
padding:3px;
}

.group_info {
background:none;
border:1px solid silver;
margin:5px;
padding:5px;
position:relative;
}

.group_action {
background:none;
border:1px solid silver;
font-weight:bold;
height:20px;
margin:3px;
padding-top:5px;
width:100px;
float:left;
}

.group_action:hover
{
	background:none;
}

.group_topics th
{
	background-color:#333;
}

.group_gallery_wrapper
{
	background:none;
	border:1px solid #333;
	margin:5px;
}

.groups_result_row
{
	margin-left:40px;
}

.view_all_link
{
	width:98%;
}


