/*

Styles in here no longer needed since the Bootstrap upgrade.
Andre has just remarked them all out until he can 100% conmfirm that they should be deleted.

*/



/* These Style rules exist for IE 6 which otherwise hangs text too far left */
/*
#feedback_crm_authorityCRM table {
    padding-left: 5px;
}
#feedback_crm_authorityCRM .datatable_headers th{
   padding-left: 3px;
}
#feedback_crm_authorityCRM .datatable_headers td {
   padding-left: 7px;
}
#feedback_crm_authorityCRM .instructions {
   padding: 2px 5px;
   background-color: #eeeef9;
   display: block;
}
#feedback_crm_authorityCRM .major_fs {
	color: #000;
}
*/
/*
#feedback_crm_authorityCRM .label {*/
/*padding-top: 0px;*/
/*padding-right: 5px;*/
/*padding-bottom: 0px;*/
/*padding-left: 7px;*/
/*display: block;
}
*/
/*Needs to be relative to table column position... */
/*#feedback_crm_authorityCRM .rightcolumn .fieldHeading em, #feedback_crm_update_authorityCRM .rightcolumn .fieldHeading em {
    float: left;
    left: -1px;
    position: relative;
}

#feedback_crm_authorityCRM .fieldHeading em, #feedback_crm_update_authorityCRM .fieldHeading em {
	background:transparent url(../icons/required.gif) no-repeat scroll left top;
	color:dodgerblue;
	float:left;
	height:0pt;
	left:0px;
	margin-left:-10px;
	overflow:hidden;
	padding-top:7px;
	width:10px;
}

#feedback_crm_authorityCRM label {*/
    /*display: block;*/
    /*padding-left:1em;*/
    /*font-weight: normal;

}
*/
/* This is used in feedback/crm/crmNameSearch.jsp and should never be used again */
/*td.align-center {
    text-align: center;
}
*/
/* counter balance -6px margin-left: */
/*
#feedback_crm_authorityCRM textarea {
	margin-left: 0;
}
#feedback_crm_authorityCRM .workflow th,  #feedback_crm_authorityCRM .workflow label{
	color: #666666;
	font-weight: normal;
}
#feedback_crm_authorityCRM .workflow th span {
	color: #000;
}
#feedback_crm_authorityCRM .major_fs label {
	background-color: transparent;
}
#feedback_crm_authorityCRM .major_fs {
	padding-bottom: 20px;
}

#feedback_crm_authorityCRM .customer-details-panel div.left-input-set {
    display: inline;
    float: left;
    width: 42%;
}
#feedback_crm_authorityCRM .customer-details-panel div.right-input-set {   
    display: inline;
    float: right;
    margin-top: -11px;
    padding: 11px 0 0 12px;
    width: 44%;
}

#feedback_crm_authorityCRM .phone-numbers p, #feedback_crm_authorityCRM .email-and-fax p, .other-contacts p {
    clear: none;
    display: inline;
    float: left;
    margin-right: 1em;
    width: auto;
}

.customer-details-panel .phone-numbers {
    clear: both;
}
.phone-numbers, .email-and-fax {
    overflow: hidden;
}

.phone-numbers {
    border-top: 1px solid #ebf0f3;
    padding-top: 0.4em;
}

#crm-property-map-updater .search {
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 5px;
}
#crm-property-map-updater .search a {
	text-decoration: underline;
}

*/