/* Override styles for DCT skin*/
/* GRIDS */
.x-grid-panel {
	margin-bottom: 10px;
}
.x-grid3-row-expanded .x-grid3-row-body {
	padding:3px 3px 3px 5px;
} /*the text in the preview grid*/
.x-grid3-row {
	cursor:default;
	padding-top: 3px;
	padding-bottom: 3px;
} /*The rows*/
.x-panel-bbar .x-toolbar {
	position:relative;
} /*the footer border*/
.x-panel-bbar .xtb-text {
	padding:2px;
} /* footer text*/
.x-grid-group-hd div {
	padding:4px 4px 4px 17px;
}
.x-grid-group-hd {
	cursor:pointer;
	padding-top:6px;
}
.displayedAlertMsg .ext-mb-content {
	margin: 0 0 0 44px;
} /* prevent wrapping under the yellow icon in popup warnings */
.x-form-field-wrap .x-form-trigger {
	/* width:17px; */
	/* height:20px; */
	right: 0px !important; /* lma addition | tt#781918: Update CL Skins (bring up to standards) | fix for misalignment */
}
div.x-menu-item .x-menu-item-icon {
	position:relative;
}
/*MODULE STYLES*/
#taskQueue .noItems, #notifications .noItems, #mruList .noItems, #reportList .noItems, #accountList .noItems {
	padding-left: 9px;
}
#newQuoteModule SELECT {
	width: 200px;
	margin: 0px 0px 0px 20px;
}
#newQuoteModule .action {
	margin: 10px 0px 0px 20px;
}
#moduleDisplayTable {
	width: 100%;
}
#moduleDisplayTable TD {
	padding: 5px 3px 5px 0px;
}
#moduleDisplayTable .tblItem .itemIcon {
	width: 16px;
	height: 16px;
}
.x-layer[style] {
	width: auto !important;
}/* IE 8 DatePicker fix */

.displayedAlertMsg .x-window-body {
    border: 1px solid;
    background:#F4F4F4 !important;
	background-color:#F4F4F4;
}
.acrossLayout > .x-form-element, .downLayout > .x-form-element {
    padding-left:0px;
    position:relative;
}

#documentationWindow .x-tree-node-leaf .x-tree-node-icon{
	background-image:url(../images/icons/bullet_green.png);
}

.ext-ie .controlContainer .x-form-check-wrap input {
    width:13px;
    height:13px;
}
.ext-ie .controlContainer .x-form-radio{
	margin-top:2px;
}
