.j-crm-icon-action {
    background: transparent url(../images/jive-icon-sfdc-16x16.png) no-repeat left center;
	/*margin-left: 15px;
	padding-left: 19px;*/
}

#j-crm-modal {
    padding-bottom: 10px;
}

.j-crm-case-detail {
    min-width: 500px;
}

.j-crm-casedetail-list-item {
    border-bottom: 1px solid #E0E0E0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 8px;
}
.j-crm-detail-logo-container {
    text-align: left;
    font-size: 12px;
    background: #F4F4F4;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -9px;
    padding: 8px;
    border-bottom: 1px solid #E0E0E0;
}

.j-crm-detail-logo-container > img {
    display: inline;
    *display: inline;
    *zoom:1;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 5px;
    float:left;
}

.j-crm-case-field {
    display: inline-block;
    text-align: right;
    margin-right: 6px;
    width: 150px;
    color: #8B8B8B;
    font-size:1.1em;
}

.j-crm-case-value {
   text-align: left;
}

.j-crm-logo-container {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 15px;
}

.j-crm-logo-container > img {
    display: inline-block;
    *display: inline;
    *zoom:1;
    /*margin: 0 10px 0 0;*/
}

.j-crm-attribute {
   border-bottom: 1px solid #E6E6E6;
   padding: 5px 0;
}

.j-crm-attribute-label {
    width:22%;
    text-align: right;
    margin-right: 5px;
    color: #999999;
    float:left;
    padding-right: 5px;
}

.j-crm-attribute-label-body {
    margin: 10px 0 0 0;
    color: #999999;
    display: block;
}

#j-crm-attributes > div:last-child  {
    border-bottom: none;
}

.j-crm-additional-comments {
    color: #999999;
    font-weight: bold;
    margin: 15px 0 10px;
    padding: 15px;
    background-color: #eee;
}

#j-crm-modal-stub {
    max-width: 550px;
}

.j-crm-modal-lightbox-title {
    color:white;
    padding: .6em;
}

.j-crm-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
