.ext-el-mask-msg {
    z-index: 30001;
    position: absolute;
    top: 0;
    left: 0;
    padding:0px;
    /*
    background-image:none !important;
    background-color:transparent;
    border: 0px !important;
*/
}
.ext-el-mask-msg div {
    padding:3px;
    border:0px !important;
    cursor:wait;
    color:#222;
    /*background-color:transparent;*/
    font:bold 12px tahoma, arial, helvetica, sans-serif;
    text-align:center;
}

.x-form-display-only-field {
	background: transparent;
	border: 1px solid transparent;
	height:22px;
	cursor:auto;
	padding: 1px 2px 0px 5px !important;
}

.x-form-edit-field 
{
	height:22px;
	padding: 1px 2px 0px 5px !important;
}

.x-form-noedit-field 
{
	height:22px;
	padding: 1px 2px 0px 5px !important;
	cursor:auto !important;
	text-decoration: none;
}

.x-form-date-field 
{
	height:22px;
	padding: 1px 2px 0px 5px !important;
}

.x-mask-loading div 
{
	width:100px;
	height: 20px;
    background-image:url(../extjs/images/default/shared/blue-loading.gif);
    background-position:center 2px;
    text-align:center;
    padding-top:38px;
    padding-bottom:2px;
}

.x-masked {
    overflow: auto !important;
}

.fred-enquiry-info 
{
	padding-right: 10px; 
	border-bottom: white 1px solid; 
	padding-left: 10px; 
	font-size: 10pt; 
	padding-bottom: 2px; 
	color: black; 
	padding-top: 2px;
}

.fred-enquiry-dup
{
	background: #696969; 
	color: white;
}

.fred-enquiry-dup a
{
	color: white; 
}

.fred-enquiry-obsolete
{
	background: #ed926e; 
	color: white;
}

.fred-enquiry-hold
{
	background: yellow;
	color: black;
}

.fred-enquiry-corp
{
	background: yellow;
	color: black;
}

.fred-head-row
{
	background: #201a55; 
	line-height:1.5em !important;
}

.fred-head-row th
{
	color:#fff; 
	line-height:1.5em !important;
	font-weight: bold !important;
	padding: 2px;
}

.fred-body-row td
{
	padding: 2px;
}

.fred-fieldset
{
	padding:5px;
	margin-right:20px;
	margin-bottom:10px;
}

.fred-view-row
{
	font-size:10pt;
	padding:2px;
}

.fred-view-row-selectable
{
	font-size:10pt;
	padding:2px;
	cursor: pointer;
}

.fred-email-row
{
	padding: 2px 0px 2px 10px;
}

.fred-report-email-row
{
	padding: 2px 0px 2px 5px;
	color:#999999;
	cursor:default;
	font-weight: normal;
}

.fred-report-email-row a
{
	color:#696969;
}

.fred-report-expand-yes
{
	padding: 2px 0px 2px 25px;
	background-image:url(../images/icon_expandS.gif);
	background-repeat:no-repeat;
	background-position:10px 3px;
	cursor:pointer;
	font-weight: bold;
}

.fred-report-contract
{
	padding: 2px 0px 2px 25px;
	background-image:url(../images/icon_contractS.gif);
	background-repeat:no-repeat;
	background-position:10px 3px;
	cursor:pointer;
	font-weight: bold;
}

.fred-report-expand-no
{
	padding: 2px 0px 2px 25px;
	background-image:url(../images/icon_expandNo.gif);
	background-repeat:no-repeat;
	background-position:10px 3px;
	font-weight: bold;
}

.fred-label-selector
{
	cursor:pointer;
	text-decoration:underline;
}

/*
.x-form-item-label
{
	background:#e3f2fa; 
	color:#000; 
	font-weight:bold; 
	padding-left:2px !important;
	border-bottom:1px solid #7f9db9;
}
*/

.fred-table-date-cell
{
	width:100px;
	padding:0px;
	vertical-align:top;
}

.fred-table-cell
{
	padding:0px;
	vertical-align:top;
	font-size:12px;
}

.x-form-field-wrap .x-form-browse-trigger 
{
	background: transparent url(../images/browse-trigger.gif) no-repeat 0 0;
	cursor: pointer;
	right: 0px;
}

.item-hastargets
{
	color:#ff0000;
}

.tbtext-right
{
	text-align: right;
}

table#sales-targets
{
	border:dotted 1px #c9c9c9;
	border-collapse:collapse;
}

#sales-targets th
{
	padding:5px;
	font-weight:bold;
	
}

#sales-targets th.value
{
	width:90px;
	text-align:center;
}

#sales-targets th.date
{
	width:120px;
	text-align:right;
}

#sales-targets td
{
	border:dotted 1px #c9c9c9;
	padding:5px;
	text-align:right;
}

#sales-targets td input
{
	border: solid 1px gray;
	width:55px;
	padding: 1px;
	margin: 0px;
}

#sales-targets td.date
{
	font-weight:bold;
}

#sales-targets tr.st-year-break td
{
	border-top: solid 1px black;
}

#sales-targets td.st-td-left
{
	border-left: none;
	padding-left:0px;
	width:11px;
}

#sales-targets td.st-td-right
{
	border-right: none;
	padding-right:2px;
}

#sales-targets td.st-td-none
{
	border-right: none;
	border-left: none;
	padding:0px;
}

#sales-targets td.st-has-history
{
	background-image:url(../extjs/images/default/layout/ns-expand.gif);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}

table.dso-admin-outer
{
	border:dotted 1px #c9c9c9;
	border-collapse:collapse;
}

.dso-admin td
{
	padding:5px;
	text-align:right;
	height:50px;
	width: 75px;
}

.dso-admin td input
{
	border: solid 1px gray;
	width:55px;
	padding: 1px;
	margin: 0px;
}

.dso-admin th
{
	padding:5px;
	font-weight:bold;
	text-align: center;
	background-color: #e3f2fa;
}

.dso-admin td div
{
	text-align:center;
	font-weight:bold;
	margin:2px;
}

.dso-admin-outer td#infoCell
{
	padding:5px;
	border:dotted 1px #c9c9c9;
	width:300px;
	text-align: left;
}

.dso-admin-outer td#infoCell li
{
	list-style-type:square;
	list-style-position: inside;
	font-size:12px;
	margin:2px;
}

.dso-admin-outer td#infoCell li
{
	list-style-type:square;
	list-style-position: inside;
	font-size:12px;
	margin:2px;
}

.dso-admin tr td.group-name
{
	padding-top:0px !important;
	padding-bottom:0px !important;
	font-weight:bold;
	text-align: center;
	border: dotted 1px #c9c9c9;
	background-color: #f0f0f0;
	font-size:10pt;
	width: auto !important;
}

.dso-admin tr td.group-title
{
	height:auto !important;
	font-weight:bold;
	text-align: center;
	border: dotted 1px #c9c9c9;
	background-color: #f0f0f0;
	white-space:nowrap;
	width: auto !important;
}

.dso-admin tr td.group-data
{
	height:auto !important;
	text-align: right;
	border: dotted 1px #c9c9c9;
}

.dso-admin tr td.top-row
{
	border-top: solid 1px grey;
}

.dso-admin input
{
	text-align:right;
}

.comm-config-body table
{
	margin:5px;
	width: 600px;
	border-collapse:collapse;
}

.comm-config-body td
{
	padding:2px;
}

.x-action-col-cell img
{
	width: 16px;
	height: 16px;
}

.x-grid3-body .x-masked 
{
	background-color: #00cccc;
    overflow: hidden !important;
    font-style:italic !important;
}
