html, body {
	margin: 0;
	width: 100%;
	height: 100%;
	color: #000;
}

.x-column .x-panel-bwrap {
}

.x-fieldset {
}

html, body, td, th, p, pre, input, textarea, select, option, button, div {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #385F95;
	text-decoration: none;
}

a:hover {
	color: #385F95;
	text-decoration: none;
}

td, th {
	vertical-align: top
}

hr, .hr {
	border-color: #E9E9E9;
	border-style: solid;
	border-width: 1px 0 0 0;
	height: 0px;
	margin: 6px 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

strong {
	font-weight: bold;
}

#loading-mask {
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    background-color: white;
}

#loading {
	position: absolute;
	left: 45%;
	top: 40%;
	z-index: 20001;
	background: url('../gfx/wait.gif') no-repeat left;
	color: #555;
	font-size: 1.3em;
	font-weight: bold;
    text-align: left;
    padding-left: 23px;
}

#left-panel {
	padding: 0 0 5px 5px;
}

#main-panel {
	padding: 0 5px 5px 0;
}

#app-header {
	padding: 5px;
	height: 44px;
}

#app-header .x-panel-body {
	padding: 0 10px;
	background-color: transparent;

}

#app-header-logo {
	border: none;
	width: 220px;
	height: 42px;
}

#app-login-logo .x-panel-body {
	border: 1px solid #eeeeee;
}

div.LoadingImage {
	background: url('../gfx/wait.gif') no-repeat center;
}

div.Clear {
	clear: both;
}

.Header {
	background: #363a8a url(../gfx/header-back.gif) repeat-x;
	height: 56px;
	padding: 8px 13px;
	background-color: transparent;
}

.Header {
	color: #fff;
}

.Header h1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 32px;
	padding-top: 2px;
}

.Header h2 {
	font-size: 1em;
	font-weight: normal;
}

.Header .No, .Header .Add {
	font-size: 2.2em;
	line-height: 23px;
	font-weight: bold;
	text-align: center;
	background-color: #363A8A;
	float: left;
	margin: 0 14px 0 0;
	padding: 1px 8px 9px 8px;
}

.Header .No .title, .Header .Add .title {
	font-size: 0.4em;
}

.Header .Add {
	margin: 0 0 0 14px;
	float: right;
}

.IconGroup {
	margin: 15px 10px;
	clear: both;
	margin-bottom: 25px;
}

.IconGroup .Title, .GroupTitle {
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #eee;
	text-indent: 12px;
	text-transform: uppercase;
	clear: both;
	background: url('../gfx/title_background.png') repeat-x bottom !important;
}

.IconGroup .ServiceTypeTitle {
    color: #666;
    clear: both;
    border-bottom: 1px solid #eee;
    text-indent: 8px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.GroupTitle {
	margin-bottom: 10px;
}

.IconGroup .Icons {
	padding: 10px;
}

.IconContainer {
	float: left;
	padding-left: 20px;
	margin-right: 0;
	margin-bottom: 10px;
}

.IconContainer.Empty {
	height: 60px;
	float: left;
}

.IconContainer.DDEntered {
	background: url('../gfx/dot.png') 8px repeat-y;
	cursor: pointer;
}

.IconExt {
	width: 300px;
	padding: 5px;
	background-color: transparent;
	border: 1px solid #D0D0D0;
	float: left;
	cursor: pointer;
}

.multi-proxy .IconExt {
	margin: 0;
	float: none;
	white-space: normal;
	word-wrap: normal;
}

.IconExt.InUse, .IconExt.InActive {
	background-color: #f0f0f0;
	color: #aaa;
}

.IconExtisSelected, .IconExtisSelected.InUse {
	background: #DFE8F6 !important;
	border: 1px dotted #a3bae9;
}

.IconExt.Report {
	cursor: pointer;
	border: 1px solid #fff;
	width: 310px;
}

.IconExtisOver, .IconExtisOver.InUse, .IconExtisOver.Report, .IconExtisOver.Report.InUse {
	background: #efefef url('../gfx/grid/row-over.gif') repeat-x left top;
	border: 1px solid #ddd;
}

.IconExt .Icon {
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 7px;
}

.IconExt .Name {
	font-weight: bold;
	font-size: 1.2em;
}

.IconExt .Name.Primary {
	text-decoration: underline;
}

.IconExt .Info, .IconExt .Type {
	padding: 0;
	line-height: 15px;
	margin-top: 2px;
	margin-left: 41px;
}

.MessagePanel {
	border-bottom: 1px solid #D0D0D0;
	padding: 3px;
}

.MessagePanel .success, .MessagePanel .info,
.MessagePanel .warning, .MessagePanel .error {
	padding: 1px 3px 2px 20px;
	background-repeat: no-repeat;
}

.MessagePanel .success {
	color: #00B000;
	background-image: url('../gfx/icons/small/success.png');
}

.MessagePanel .info {
	background-image: url('../gfx/icons/small/info.gif');
}

.MessagePanel .warning {
	color: #F7A22F;
	background-image: url('../gfx/icons/small/warning.gif');
}

.MessagePanel .error {
	color: red;
	background-image: url('../gfx/icons/small/error.gif');
}

.Legend {
	padding: 20px;
}

.x-grid3-cell-inner {
    overflow: hidden;
    white-space: normal !important;
}

.x-column-tree .x-tree-node {
    zoom:1;
}
.x-column-tree .x-tree-node-el {
    border-bottom:1px solid #eee;
    zoom:1;
}
.x-column-tree .x-tree-selected {
    background: #d9e8fb;
}
.x-column-tree  .x-tree-node a {
    line-height:18px;
    vertical-align:middle;
}
.x-column-tree  .x-tree-node a span{
	
}
.x-column-tree  .x-tree-node .x-tree-selected a span{
	background:transparent;
	color:#000;
}
.x-tree-col {
    float:left;
    overflow:hidden;
    padding:0 1px;
    zoom:1;
    border-right: 1px solid #eee;
    line-height: 18px;
}

.x-tree-col-text, .x-tree-hd-text {
    overflow:hidden;
    -o-text-overflow: ellipsis;
	text-overflow: ellipsis;
    padding:3px 3px 3px 5px;
    white-space: nowrap;
    font:normal 11px arial, tahoma, helvetica, sans-serif;
}

.x-tree-headers {
    background: #f9f9f9 url('../../../lib/ext/resources/images/default/grid/grid3-hrow.gif') repeat-x 0 bottom;
	cursor:default;
    zoom:1;
}

.x-tree-hd {
    float:left;
    overflow:hidden;
    border-left:1px solid #eee;
    border-right:1px solid #d0d0d0;
}

.ext-ux-wiz-Header {
	background-color: white;
	border: 1px solid #efefef;
	border-bottom: 1px solid #99BBE8;
}

.ext-ux-wiz-Header-title {
	font-weight: bold;
	float: left;
	padding: 6px 0px 0px 6px;
}

.ext-ux-wiz-Header-step {
	color:#767676;
	text-align:right;
	float: right;
	padding: 6px 4px 0px 0px;
}

.ext-ux-wiz-Header-stepIndicator-container {
	float: right;
	padding-right:6px;
	margin-top:8px;
}

.ext-ux-wiz-Header-stepIndicator {
	margin-left: 28px;
	float: left;
	background-image:url(../gfx/ext-ux-wiz-stepIndicator.png);
	background-position:6px 0px;
	background-repeat:repeat-x;
	height:6px;
	width:6px;
}

.ext-ux-wiz-Header-stepIndicator-active {
	background-position:0px 0px !important;
}

.WizCard .x-small-editor-body-noheader {
    padding: 40px 80px 5px 80px;
    background-color: #F6F6F6;
}

.WizMoreSpace .x-small-editor-body-noheader {
    padding: 10px 20px 2px 20px;
}
/****************************
 * Overritten EXTJS Styles
 *
 */

input.x-tbar-page-number {
	vertical-align: middle;
	text-align: center;
}

.x-tab-strip span.x-tab-strip-text, .x-window-tl .x-window-header, .x-form-item, .x-combo-list-item, .x-form-field, .x-btn button {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon, .x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon {
	height: 16px;
}

.x-form-item {
	overflow: hidden;
}

.mduContainer {
	padding: 8px 0 0 8px;
}

.mduContainer .mduBox {
	margin: 0 8px 8px 0;
}

.ux-label-top label{width:auto;float:none;clear:none;display:inline;margin-bottom:4px;position:static;}
.ux-label-top .x-form-element{padding-left:0 !important;padding-top:4px;}
.ux-label-top .x-form-item{padding-bottom:4px;}

.ux-cabinet {position: relative;}
.ux-input-file-wrapper {position: absolute; display: block; height: 22px; width: 18px; overflow: hidden;}
.ux-file{position: absolute; height: 22px; width: auto; right: 0px; opacity: 0; -moz-opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}

/*
 * MDU Form classess
 *
 */

.mduField {
    padding-right: 7px;
}

.mduField .body {
	padding: 3px;
	border-bottom: 1px solid #EFEFEF;
}

.mduTableField {
    padding-right: 7px;
}

.mduTableField .body {
    padding: 3px;
}

.mduField .body.ActionLink {
	color: blue;
	font-weight: bold;
	cursor: pointer;
}

.mduMultipleActionField {
	margin: 0;
	padding: 0;
}

.mduMultipleActionField .body {
	padding: 2px 3px;
	margin-top: 3px;
}

.mduMultipleActionField .body.added {
	color: gray;
}

.separateField {
	margin: 5px 3px;
	height: 1px;
	border-bottom: 1px solid #b5b8c8;
}

.mduField .button {
	background-image: url('../gfx/icons/small/field_edit.png');
	background-repeat: no-repeat;
	background-position: right;
	width: 16px;
	height: 16px;
	float: right;
	display: inline;
	margin: 0;
	cursor: pointer;
}

.mduForm .x-form-text, .mduForm textarea.x-form-field {
	background-position: 0 -100px;
	border: 1px solid #FFFFFF;
	border-bottom-color: #EFEFEF;
}

.mduForm textarea.x-form-field {
	border: 1px solid #EFEFEF;
	background-position: 0 0;
}

.mduForm .x-form-text:focus, .mduForm textarea.x-form-field:focus {
	border: 1px solid #7EADD9;
	background-position: 0 0;
}

.mduForm .x-form-field-wrap .x-form-trigger {
    background-image: url('../gfx/trigger.gif');
    border-bottom: 1px solid #7eadd9;
}

.mduForm table.mduFormMiniList {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mduForm table.mduFormMiniList td {
    height: 15px;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
}

.mduForm .x-form-item label {
	text-align: right;
}

.mduForm .dirty {
	background: transparent url('../gfx/dirty.gif') no-repeat scroll 0 0;
}

.mduForm .x-form-invalid, .mduForm textarea.x-form-invalid {
	background: #FFFFFF url('../gfx/invalid_line.gif') repeat-x scroll center bottom;
}
