/* CSS Reset */
* {
   border: 0;
   margin: 0;
   padding: 0;
}

/* Header Container */
#header {
   border-bottom: 1px solid #000000;
}

/* Common Components */
html, body {
   color: #000000;
   background-color: #FFFFFF;
   font-family: Verdana, Tahoma, Helvetica, sans-serif;
   font-size: 8pt;
}

.menu-high-z {
   z-index: 25000 !important;
}

.top-toolbar {
   background: transparent;
   background-image: none;
   border: none;
}

/* This is used to compact the configuration UI's a bit */
.form-item-spacing {
   margin-bottom: 3px !important;
}


.status-off-icon {
   background-image: url('/img/icons/status_off.png');
	position: absolute;
	right: 0px;
}

.status-good-icon {
   background-image: url('/img/icons/status_ok.png');
	position: absolute;
	right: 0px;
}

.status-warning-icon {
   background-image: url('/img/icons/status_warning.png');
	position: absolute;
	right: 0px;
}

.status-error-icon {
   background-image: url('/img/icons/status_error.png');
	position: absolute;
	right: 0px;
}

/* Port Classes */
.port-toolbar {
   background: transparent !important;
   background-image: none !important;
   border: none !important;
}

.port-toolbar-expanded {
   background: white !important;
   background-image: none !important;
   border: none !important;
}

.port-header .x-panel-header {
	background: transparent !important;
   background-image: none !important;
   border: none !important;
	padding: 1px 1px 0px 5px;
	font-weight: bold;
}

.port-header-expanded .x-panel-header {
	background: white !important;
   background-image: none !important;
   border: none !important;
	padding: 1px 1px 0px 5px;
	font-weight: bold;
}

.port-panel .x-form-item {
   background: transparent !important;
	font-size: 11px;
}

.port-title-pos .x-panel-header-text {
	padding-left: 7px;
   color: #000000 !important;
}

.port-noexpander-title-pos .x-panel-header-text {
	padding-left: 35px;
}

.port-xpander-pos .x-tool {
	float: left;
	margin-left: 6px;
}

.port {
   border-bottom: 1px solid !important;
   border-right:  1px solid !important;
   border-color:  #99BBE8 !important;
}

.port-special-header {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 15px;
	vertical-align: middle;
}

div.panel_header_title {
	text-align: left;
	float: left;
}

div.panel_header_icon {
	text-align: right;
	float: right;
	margin-left: 3px;
	cursor: pointer;
}

.label-text {
   color: #000000 !important;
}

.status-text {
   color: #00008B !important;
}

.config-text {
   color: #F88017 !important;
}

.status-alias {
   display: inline-block;
   font-weight: normal;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   vertical-align: bottom;
}

.pidlock-dnd-background {
	background-color: #FBB917;
}

.pidlock-dnd-over {
	background-color: #FDD017;
}

.output-follow-background {
	background-color: #EDEDED !important;
}
