/******************** tags ********************/

/******************** identifiers (id) ********************/

#accountContent {
	width: 100%;
}

/******************** classes ********************/


.accountColumnLeft {
	float: left;
	width: 26%;
}

.accountColumnRight {
	float: right;
	width: 72%;
}

.accountContentLeft {
	clear: left;
	float: left;
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 2px;
}

.accountContentMid {
	float: left;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 3px;	
}

.accountContentRight {
	clear: right;
	float: right;
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 8px;
}

.accountFullWidthColumn
{
	float: left;
	width: 100%;
}

.accountFullWidthContent
{
	float: left;
	width: 100%;
}

.accountDropDownList {
	width: 140px;
}

.accountLabelText {
	font-weight: bold;
}

.accountLocationLeftPanel {
	float: left;
	width: 170px;
}

.accountLocationRightPanel {
	float: left;
	width: 165px;
}

.accountLocationColumnLeft {
	float: left;
	width: 45%;
}

.accountLocationColumnRight {
	float: left;
	width: 45%;
}

.accountLocationImageColumnLeft {
	float: left;
	width: 4%;
	padding-bottom: 8px;
}

.accountLocationImageColumnRight {
	float: left;
	width: 91%;
	padding-bottom: 8px;
}

.accountImage {
	clear: left;
	float: left;
	padding-top: 11px;
	width: 4%;
}

.accountContentPlusImage {
	background-image: url(../images/icon_plus_purple.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	float: left;
	display: inline;
	cursor: pointer;
}

.accountContentMinusImage {
	background-image: url(../images/icon_minus_purple.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	cursor: pointer;
	display: inline;
	float: left;
}

.accountLocationLink {
	clear: right;
	float: left;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.accountViewLocationLink {
	clear: right;
	float: left;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.accountLocationLinkText {
	color: #660099;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

.accountLocationHeadingLeft {
	clear: left;
	float: left;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-left: 1px;
	padding-right: 2px;
}

.accountLocationHeadingRight {
	clear: right;
	float: left;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-left: 1px;
}

.accountLocationContentLeft {
	clear: left;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	padding-right: 2px;
}

.accountLocationContentRight {
	clear: right;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}

.accountContentLeft1 {
	clear: left;
	float: left;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 2px;
}


.accountColumnLeftHistory {
	float: left;
	width: 12%;
}

/* Added on 07-29-2011 by 838334 */
.accountAddLinkText {
	color: #660099;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

/************ Freight 2 Integration addition ********************/
.accountHalfWidthColumn
{
	clear: left;
	float: left;
	width: 50%;
}
.accountHalfWidthColumnLeft {
	float: left;
	width: 24%;
}

.accountHalfWidthColumnRight {
	float: right;
	width: 73%;
}

.accountTwoThirdWidthColumn
{
	float: left;
	width: 100%;
}
.accountTwoThirdWidthColumnLeft {
	float: left;
	width: 10%;
}

.accountTwoThirdWidthColumnRight {
	float: right;
	width: 89%;
}

.accountAddLinkContent {

	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 2px;
	margin-left:5px;
}

.accountShipperTypeFullWidthColumn
{
	clear: left;
	float: left;
	width: 100%;
}
.accountShipperTypeWidthColumnLeft {
	float: left;
	width: 15%;
}
.accountShipperTypeWidthColumnRight {
	float: right;
	width: 84%;
}

.accountShipperTypeContentRight {
	
	float: left;
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 8px;
	margin-left:75px;
}
.accountShipperTypeContentFullWidth {
	width: 100%;	
	
}

.accountThirdPartyContentRight {
	clear: left;
	float: left;
	margin-left:10px;

}

.displayError {
	display:none;
}