﻿#newest_groups {
    padding-top: 25px;
}
.summaries {
    clear: right;
    margin-top: 10px;
}
.group-invites .group.summary {
    height: 155px;
}
.group .box_narrow img, .invited-group .box_narrow img {
    width: 80px;
    margin-top:5px;
}
.group h4 {
    line-height:normal;
}
.group.summary h4 a, .group.summary h3 a {
    color: #07324f;
    font-size: 12px !important;
    font-weight: bold !important;
}
.group.summary a, .group.summary a:link, .group.summary a:visited {
    font-size: 11px;
}
.group.summary p {
    font-size: 11px;    
    margin-bottom: 5px;            
}

.owner {
    margin-top:10px;
}
    
/* ---------------------------------------------------------------------------------------------- =Group detail page -- */
.group_button_panel {
    float:left;
    width:20%;  
    margin-top:8px;
}
.group_button_panel #buttons {
    float: right;
    margin-right: 10px;
    text-align:right;
}
.group .created_by {
    margin-bottom: 10px;
}
.group #buttons .button {
    float: right;  
    margin-left: 5px; 
}
.group_update {
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    font-size: 11px;
    margin: 20px 0;
    padding: 5px 15px;
    text-align: center;
}
.group_update.GoodAlarm {
    background: #EBFFD8;
    border-color: #A3D76D;
    color: #475E30;
}
.group_update.InBetweenAlarm {
    background: #ffd5a3;
    border-color: #ff981c;
}
.group_update.BadAlarm {
    background: #ffdde3;
    border-color: #7f0037;
    color: #7f0037;
}
.group #avatar {
    float: left;   
}
.group #meta-data {
    float: left;
    margin: 0 0 0 10px; 
    width: 100%;  
}
.group #meta-data .data {
    clear: left;
    padding-bottom: 14px;
}
.group #meta-data h4 {
    float: left;
    font-size: 13px;
    line-height: 120%;            
    margin: 0;
    padding: 0;
    width: 100px;            
}
.group #meta-data p {
    float: left;
    margin: 0;
    padding: 0;
    width: 530px;
} 
.group #meta-data a {
    font-weight: normal;   
}    
.groupheading {
    background:#f1f0f1;
    float:left;
    height:36px;
    padding:9px 1% 0 1%;
    width:98%;
}
.groupcontent    
{
    float:left;
    padding:10px 1% 0 1%;
    width:98%;
}

/* ---------------------------------------------------------------------------------------------- =Group invite page -- */    
#contacts {
    clear: both;
    padding-top: 12px;   
}
#networking_contacts {
    margin: 4px auto;
    width: 720px;
}
#networking_contacts .member {
    border: 1px solid transparent;
    float: left;
    height: 170px;
    margin: 4px 2px;
    padding: 7px;
    width: 100px;
}
#networking_contacts .member.selected {            
    background: #eee;
    border: 1px solid #ccc;
    color: #393939 !important;
}
#invites_sent {
    display: none;
}

/* ---------------------------------------------------------------------------------------------- =Group Members page -- */
#group_link {
    padding-right: 7px;
    padding-top: 7px;   
}
.group-members #members {
    clear: both;
    padding-top: 12px;   
}
.group-members #members .member {
    border-bottom: 1px solid #ccc;
    padding: 12px 0px;
}
.group-members #members .member.last {
    border-bottom: 0;
}
.group_header {
    background-color:#e7e8e9;
    width:100%;
}
.group_header_details {
    float:left;
    width:80%;   
}
.group_header img {
    display:block;
    float:left;
    height:auto;
    margin:10px;
    width:80px;
}
.group_header h1 {
    margin:12px 0 0 0;
}
.group_header h1 span, .group_header h1 a {
    font-size:12px;
}    
.group_links a {
    color:#07324f;
    font-weight:normal;
    margin:0px 10px;
    text-decoration:underline;
}
.group_links .creator {
    display:block;
    float:right;
    margin:0px;
}
.group_links .creator a {
    margin-left:5px;
}
#group_details {
    float: left;
    margin-top: 12px;
    width:100%;
}
#members
{
    float:left;
    width:100%;
}

/* ------------------------------------------------------------------------------------ Group selector -------*/
#selectGroups {
    padding:10px;
}
#selectGroups h2 {
    margin-bottom:10px;
}
#selectGroups fieldset {
    border:none;
}
#selectGroups p {
    float:left;
    margin:5px 0;
    width:100%;
}
#selectGroups p * {
    float:left;
    margin-right:5px;
    width:auto;
}
#selectGroups p .button button {
    margin-right:0;
}
#selectGroups p.buttons {
    text-align:center;
}
#selectGroups ul {
    clear:both;
    list-style:none;
    height:100px;
    overflow-y:scroll;
    overflow-x:hidden;
    border:solid 1px #ccc;
}
#selectGroups span.right {
    float:right;
}
#selectGroups input.radio {
    margin-top:2px;
}
#selectGroups input.checkbox {
    float:left;
    margin-right:10px;
    margin-top:4px;
}
#selectGroups ul li {
    border:solid 1px #fff;
    float:left;
    margin:0;
    width:100%;
    padding:3px;
}
#selectGroups ul h3 {
    float:left;
    margin-top:2px;
}
#selectGroups img.small_avatar {
    float:left;
    height:20px;
    margin-right:5px;
}

/* ---------------------------------------------------------------------------------------------- =Ultra specific -- */
.groups.default .create_group {
    margin-right: 10px;
    margin-top: -25px;
}

