/* Merged CSS-files follow: */



/******  property_panel.css  ******/

div.properties
{
	padding-left:3px;
	padding-right:3px;
	padding-bottom:5px;
}


table.propertylist
{
	width:100%;
	border-collapse:collapse;
	
}

table.propertylist td
{
	width:50%;
	border:1px solid rgb(180,180,180);
}

table.propertylist td.what
{
	background-color:rgb(240,240,240);
}

table.propertylist td input.x-form-field
{
	border:none;
	background:none;
	width:100%;
}

table.propertylist td .x-form-trigger
{
	height:19px;
}


div.gwf-property-button
{
	float:right;
	width:15px;
	height:15px;
	/*cursor:pointer;*/
	/*border:1px solid red;*/
	background-image:url(resources/images/property-button-low.png);
}

div.gwf-property-button-high
{
	background-image:url(resources/images/property-button-high.png);
	cursor:pointer;
}


table.gwf-property-editor 
{

	border-collapse:collapse;
	margin:0;
	padding:0;
	height:14px;
	border-spacing:0px 0px;
	width:100%;
	
}
table.gwf-property-editor tr
{
	margin:0;
	padding:0;
}

table.gwf-property-editor td
{
	border:none;
	width:auto;
	margin:0;
	padding:0;
}

table.gwf-property-editor td.gwf-property-button-container
{
	width:15px;
}

div.property-panel-subdiv
{


}


/******  accordion.css  ******/


/* infopanel/accordion classes */
/* $Id: accordion.css 95 2007-07-02 15:16:06Z jozo $ */

.x-dock-panel {
	/* turn IE layout mode on */
	zoom:1;
}

.x-dock-panel .x-dock-panel-body {
	background-color: white;
	font: normal 8pt tahoma,verdana,helvetica;
	color: black;
	position:relative;
	top: 0;
	/* turn IE layout mode on */
	zoom:1;
}

.x-dock-panel .x-dock-panel-body-docked {
	border-bottom: 1px solid #A9BFD3;
}

.x-dock-panel .x-dock-panel-body-undocked {
	border-left: 1px solid #A9BFD3;
	border-right: 1px solid #A9BFD3;
	border-bottom: 1px solid #A9BFD3;
}

.x-dock-panel .x-dock-panel-body-collapsed {
}

.x-dock-panel .x-dock-panel-body-expanded {
}

.x-dock-panel-title-icon-ct {
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
}

.x-dock-panel-title-text {
	padding-left: 1px;
}

.x-dock-panel-title-right {
	text-align: right;
	padding-right: 1px;
}
.x-dock-panel .x-dock-panel-title-over {
	background-position: 0 -5px; 
}
.x-dock-panel .x-dock-panel-icon
, .x-dock-panel-ghost .x-dock-panel-icon {
	background-position: 3px 50%;
	background-repeat: no-repeat;
	padding-left: 23px;
}
.x-dock-panel .x-dock-panel-icon-right
, .x-dock-panel-ghost .x-dock-panel-icon-right {
	background-position: 99.6% 50%;
	background-repeat: no-repeat;
	padding-right: 23px;
}
.x-dock-body, .x-dlg-bd .x-dock-body {
	background-color: #f7f7fd;
	position: relative;
	top: 0;
	left: 0;
}

.x-dock-body-dragover, x-dlg-bd .x-dock-body-dragover {
	background: #f0f0f6;
}
.x-dock-panel .x-window-header-text 
, .x-dlg-proxy .x-window-header-text {
	cursor: pointer;
}
.x-dock-panel .x-dock-panel-title-dragover {
	background-position: 0 -12px;
	color: white ! important;
}

.x-dock-panel .x-dock-panel-title-collapsed {
}

.x-dock-panel .x-dock-panel-title-expanded {
}

.x-dock-panel .x-layout-stuck {
	background-image: url(/extjs/resources/images/default/layout/stuck.gif);
}

.x-dock-panel .x-layout-panel-hd {
	position: static;
}

.x-dock-panel .x-dock-panel-title-pinned {
	cursor: default;
}

.x-dock-panel .x-dock-panel-toolbar {
}

.x-dock-panel .x-dock-panel-toolbar-bottom {
	position: absolute;
	bottom: -1px;
}

.x-dock-panel .x-dock-panel-toolbar .x-toolbar {
	/* turn IE layout mode on */
	zoom:1;
}

/* IE 1px combo arrow tweak */
.x-dock-panel .x-form-text {
	vertical-align: top;
}

.x-dock-panel-ghost {
    background:#cbddf3;
	border-top: 0;
	position: relative;
	top: 0;
    opacity:.65;
    -moz-opacity:.65;
    filter:alpha(opacity=65);
}

/* end of file */



/******  property_editor_text.css  ******/

.gwf-property-text-right
{
  float: right
}

.gwf-property-text-left
{
  float: left
}


/******  application.css  ******/

body {
	
}
/* The div which holds the message display */
#app_msg-div {
    position:absolute;
   /* left:35%;*/
    top:10px;
    width:250px;
    z-index:20000;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color:#E0E0E0;
	border-color: 1px solid black;
	padding: 5px;
	
	-webkit-box-shadow: 0px 0px 5px #333333;
	-moz-box-shadow: 0px 0px 5px #333333;
	box-shadow: 0px 0px 5px #333333;	
}


.iframe-small
{
	height: 1px;
	width: 1px;
}


/******  property_editor_number.css  ******/

input.gwf-property-number
{
	line-height:14px;
	height:14px;
	padding:0;
	padding-left:2px;
	border:none;
	background:none;
	width:100%;
	
}



/******  property_editor_color.css  ******/

div.gwf-property-color
{
	width:32px;
	height:16px;
	border:1px solid black;
}