.contentContainer {
    float: left;
    margin: 0;
    padding: 0 0 20px 15px;
    width: 681px;
}

div.bcTitle {
    border-bottom: solid 1px #cccccc;
    color: #184857;
    font-size: 18px;
    margin: 0 0 6px 0;
    padding: 5px 0;
}

div.bcContent {
    font-size: 11px;
}

div.bcContent ul.link li {
    height: 18px;
}

.listContainer {
    height: auto;
    margin: 0;
    padding: 0;
    width: 681px;
}

.listContainer tr.odd td {
    background-color: #ffffff;
}

.listContainer tr.even td {
    background-color: #f8f8f8;
}

.listContainer td {
    border-bottom: 1px solid #cccccc;
    margin: 1px 0;
    padding: 10px;
    vertical-align: top;
}

.listContainer td.left {
    width: 144px;
}

.listContainer td.right {
    text-align: left;
    width: 497px;
}

.lightBlueTextAreaContainer {
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    line-height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.lightBlueTextArea {
    background-color: #ebf5ff;
    border: 0 solid #cccccc;
    border-width: 1px 0 0 1px;
    color: #000000;
    font-size : 12px;
    margin: 0;
    overflow: auto;
    padding: 0;
    width: 100%;
}

.lightBlueTextAreaMember {
    background-color: #ebf5ff;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    color: #000000;
    font-size: 12px;
    margin: 0;
    overflow: auto;
    padding: 0;
    float: left;
}

.noteTextReadOnly {
    border: 1px solid #cccccc;
    padding: 3px;
    margin: 0;
}

.noteTextReadOnlyMember {
    border: 1px solid #cccccc;
    padding: 3px;
    margin: 0;
    width: 195px;
    height: 60px;
    overflow: auto;
    float: left;
}

.noteTextReadOnlyEmpty {
    color: #cccccc;
}

ul.bcFloatContainer {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.bcFloatContainer li {
    float: left;
    margin: 0;
    padding: 0;
}

ul.bcFloatContainer li.bcFloatRight {
    float: right;
    padding: 0 10px 0 0;
}

li.bcBreak {
    clear: both;
    float: none !important;
    font-size: 1px;
    height: 0;
    line-height: 0 !important;
    margin: 0;
    padding: 0;
    padding-right: 0;
}

input.bcLink {
    background: transparent;
    border-style: none;
    border-width: 0;
    color: #184857;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: auto;
}

div.hRule {
    border: 0;
    border-bottom: solid 1px #cccccc;
    font-size: 0;
    height: 1px;
    line-height: 0;
    padding: 0;
}

.rBoxOrangeRight .inviteImg {
    float: left;
    padding: 0 10px 0 0;
}

.paddedContainer {
    padding: 10px;
}

.borderBottom {
    border-bottom: 1px solid #999999;
}

.bcLinkEditProfile a {
    color: #ff6600 !important;
}

.rButtonInnerElement a,
.rButtonInnerElement a:hover {
    color: #000000 ! important;
    text-decoration: none ! important;
}

ul.bcTitleTabs {
    width: 100%;
    margin: 0 ! important;
    padding: 0;
    list-style-type: none;
}

ul.bcTitleTabs li.bcTitle {
    border-bottom: solid 1px #999999;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    padding: 2px 0 0 10px;
    width: 310px;
}

ul.bcTitleTabs li.bcTab {
    border-top: solid 1px #999999;
    border-left: solid 1px #999999;
    border-bottom: solid 1px #999999;
    float: left;
    height: 20px;
    text-align: center;
}

ul.bcTitleTabs li.bcTab.tabData {
    background-image: url(blueWhiteGradientBG.gif);
    border-left: solid 1px #999999;
    font-size: 11px;
    padding: 1px 0 0 0;
    width: 135px;
}

ul.bcTitleTabs li.bcTab.tabPasswd {
    background-image: url(blueWhiteGradientBG.gif);
    border-right: solid 1px #999999;
    padding: 1px 0 0 0;
    font-size: 11px;
    width: 115px;
}

ul.bcTitleTabs li.bcTab.tabData input,
ul.bcTitleTabs li.bcTab.tabPasswd input {
    font-weight: normal;
}

ul.bcTitleTabs li.bcTab.tabSelected {
    border-bottom: solid 1px #ffffff;
    background: #ffffff   !important;
    padding-top: 1px;
}

/* bcJoinStyles */
h1.join{
    color:#333333;
    font-size:17px;
    margin:2px 0px 10px 0px;
}

h1.join span{
    color:#184857;
    font-size:18px;
}

/**********************************************************************
Gemeinsam fuer beide List-Typen
**********************************************************************/
span.membersOnly {
    color: #cccccc;
}

td.photoNameCompany ul.bcFloatContainer li.photo {
    background: url('smallPhotoBG.gif') no-repeat;
    height: 56px;
    margin: 0px 10px -3px 5px;
    padding: 7px 1px;
}

tr td.expert ul.bcFloatContainer li.photo {
    background: url('smallPhotoOrangeBG.gif') no-repeat;
}

td.photoNameCompany ul.bcFloatContainer li.name,
td.photoNameCompany ul.bcFloatContainer li.company {
    float: none;
}

tr.bcEvenRow td {
    background-color: #f8f8f8;
    border-top: solid 1px #cccccc;
}

tr.bcOddRow td {
    background-color: #ffffff;
    border-top: solid 1px #cccccc;
}

table.bcSMLOuter td {
    vertical-align:top;
}

table.bcSMLInner td {
    font-size:11px;
    padding:4px 0px;
    vertical-align:top;
}

table.bcSMLInner tr.bcLastRow  td {
    border-bottom:solid 1px #cccccc;
}

table.bcSMLInner td.photoNameCompany {
    width:210px;
}

table.bcSMLInner td.actions {
    width:120px;
}

table.bcSMLInner tr td.spacer {
    background-color:#ffffff;
    border-top:none;
    border-bottom:none;
    width:11px;
}

/* Profile Styles */
div.bcVisitors table tr td,
div.bcVisitors table tr.bcLastRow td {
    border:none;
}

div.bcVisitors table tr td.spacer {
    background:#f8f8f8;
}

div.bcVisitors table tr td.photoNameCompany {
    padding:2px 0px;
}

.bcWorkExperience,
.bcEducation {
    margin:0 0 10px 0;
}

.bcWorkExperience.last,
.bcEducation.last {
    margin:0;
}

.bcWorkExperience .bcWxpDates,
.bcWorkExperience .bcWxpFunction,
.bcEducation .bcEduSchool {
    font-weight:bold;
}

.bcProfilePreview {
    text-align:left;
}

/* Contact Path */
ul.bcContactPath {
    margin-bottom: 10px;
}

ul.bcOddRow {
    background-color: #FBFBFB;
}
ul.bcEvenRow {
    background-color: #ffffff;
}

li.bcContactPathComponent {
    width: 55px;
}
li.bcContactPathLink {
    margin:20px 10px !important;
}

.bcContactPathsContainer {
    border-top: solid 1px #cccccc;
}

