
@import url(main_profile.css);

#viewprofile h2 { 
    font-size: 14px;
}
#viewprofile .attributeLeadtext {
    display: block;
    float: left;
    width: 47%;
    word-wrap: none;
    clear: both;
    color: #555555;
    font-size: 11px;
    font-weight: bold;
}
#viewprofile .attributeValuetext {
    width: 47%;
    display: block;
    overflow: hidden;
    float: left;
    white-space: wrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    font-size: 11px;
}
#viewprofile .profilegroups {
    margin: 10px 0;
}
#viewprofile .profilegroup {
    float: left; 
    width: 48%;
    padding: 1px;
    margin: 4px;
}
#viewprofile .profilegroup h2 {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 2px;
    margin-bottom: 5px;
    text-decoration: underline; 
}

#viewprofile br.default { 
    display: none;
}


/* business card layout */

#viewprofile div#businesscard {
    height: 170px;
    clear: both;
    margin: 6px 14px 6px 7px;
    padding: 1px;
    border-bottom: 1px solid #cbd2e2;
}
#viewprofile div#businesscard h1 { 
    padding: 1px;
    margin: 3px 0 0 0; 
    font-size: 16px;
    color: #586F8E;
}
#viewprofile div#businesscard h2 { 
    color: #586F8E;
    padding: 0;
    margin: 0;
    font-size: 11px;
}
#viewprofile div#businesscard #details {
    margin: 15px 0 0 0;
    padding: 0;
    margin-right: 101px;
}
#viewprofile div#businesscard #picture {
    width: 100px; 
    margin: 15px 0 0 0;
    padding: 0;
    float: right;
    font-size: 10px;
    text-align: right;
    word-wrap: break-word;
    text-overflow:ellipsis;
}
#viewprofile div#businesscard #picture img {
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
}
#viewprofile div#businesscard #contactdetails {
    margin: 2px;
    margin-right: 10px;
    padding: 0;
    float: left;
    width: 58%;
}
#viewprofile div#businesscard #contactdetails .attributeLeadtext {
    width: 37%;
}
#viewprofile div#businesscard #contactdetails .attributeValuetext {
    width: 60%;
}
#viewprofile div#businesscard #address {
    margin: 2px;
    margin-left: 4px;
    padding: 0;
    float: left;
    width: 35%;
}
#viewprofile div#businesscard #address .attributeValuetext {
    clear: left;
    width: 99%;
}
#viewprofile #businesscard #address h2 { 
    color: #586F8E;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-size: 11px;
}
#viewprofile div#businesscard #businesscardbottom {
    clear: both;
    height: 4px;
}
#viewprofile div#businesscard hr {
    color: #d3d3d3;
}


/* toolbar style */

.toolbar {
    spacing: 2px;
    padding: 5px;
}
.toolbar a {
    white-space: nowrap;
    padding: 3px 3px 3px 3px;
}
html>body .toolbar a { /* workaround for some browsers */
    width: auto;
}
.toolbar a:hover {
    background-color: #dedede;
}


/* edit profile page */
#editprofile h1 {
    color: #586F8E;
    margin: 20px 0;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #cbd2e2;
}
#editprofile fieldset div.group {
    width: 330px;
    display: inline;
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
}

#editprofile fieldset#header2 {
    display: block;
}

#editprofile br.default, #editprofile br.last {
    display: none;
}

#editprofile fieldset {
    clear: none;
    width: 695px;
    float: left;
    margin: 0;
    padding: 5px;
    border: 1px solid #dddddd; 
}

#editprofile fieldset#header1, #editprofile fieldset#header2 {
    border: 0px solid red; /*dummy color */
    width: 330px;
    color: #586F8E;
}

#editprofile fieldset legend {
    font-size: 13px;
    margin: 0;
    color: #586F8E;
}

#editprofile label {
    clear: both;
    display: block;
    font-weight: none;
    margin: 10px 0 5px 0;
}

#editprofile label.checkbox {
    display: inline;
    clear: none;
    font-weight: normal;
}

#editprofile .aciExplanation, #editprofile #fields input.aciRestriction {
    display: inline;
    clear: none;
    float: right;
    margin: 5px 0 0 0;
}

#editprofile .aciExplanation {
    width: 50px;
    text-align: right;
}

#editprofile .evenGroup {
    clear: left;
    width: 330px;
}
#editprofile .oddGroup {
    width: 330px;
}

#editprofile #fields input {
    clear: left;
    display: inline;
}

#editprofile label {
    clear: both;
    display: block;
    font-weight: bold;
}
#editprofile .attributeDescription {
    display: block;
    clear: both;
    margin: 10px 0;
}
#editprofile #buttons {
    margin: 10px auto;
    padding: 10px 0;
}


#disclaimermail #emailBody {
    border-top: 1px solid #586F8E;
}


/* wants some elements as wide as possible */
.formElementClass_text, 
.formElementClass_dropdown, 
.formElementClass_text_email, 
.formElementClass_text_url, 
.formElementClass_textarea {
    width: 300px;
    font-size: 12px;
}

/* in register new user pages, we need these ones a bit narrower */
#registernewuser .formElementClass_text, 
#registernewuser .formElementClass_dropdown, 
#registernewuser .formElementClass_text_email, 
#registernewuser .formElementClass_text_url, 
#registernewuser .formElementClass_textarea {
    width: 270px;
}

.formElementClass_date {
    margin: 0 5px 0 0;
}



