
/* infopanel/accordion classes */

/* $Id: accordion.css 5 2007-06-09 21:36:43Z 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 .x-dock-panel-title-over {
	background-position: 0 -5px; 
}

.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-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);
}

/********** You do not need styles below this line in your application ***********/

/* accordion example specific styles */
.x-dock-panel-body .text-content {
	padding: 4px;
/*	border-bottom: 1px solid #A9BFD3; */
}
.x-dock-panel-body .text-content p {
	margin-bottom: 4px;
}
.x-dock-panel-body .text-content ul {
/*	list-style-image: inherit; */
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 4px;
}
#fixed-height .x-dock-panel .x-dock-panel-title-expanded .x-layout-panel-hd-text {
	font-weight: bold;
}

#panel-5 .x-dock-panel-body-undocked {
	background-color: #ffffc0;
}

/* accordion/dock unrelated styles */
#loading-msg {
	top: 45% ! important;
	left:43% ! important;
	z-index: 20001 ! important;
}
#west {
}
#west-body {
	overflow: auto;
}
#center {
	padding: 10px;
}
#info-code {
	font-size: 10pt;
}
#acc-code, #panel-code, #app-code {
	font-size: 12px;
	padding: 10px;
}

pre.code{
	background: #F8F8F8;
	border: 1px solid #e8e8e8;
	padding:10px;
	margin:10px;
	margin-left:0px;
	margin-right:0px;
	border-left:5px solid #e8e8e8;
}

#important-info-content {
	width: 640px;
	padding: 10px;
	font-size: 10pt;
}

#important-info-content h1 {
	font-size: 20pt;
	margin-bottom: 1ex;
}
#important-info-content p {
	margin-bottom: 2ex;
}
#howto-content {
	width: 680px;
	padding: 10px;
	font-size: 10pt;
}

#howto-content h1 {
	font-size: 20pt;
	margin-bottom: 1ex;
}
#howto-content h2 {
	margin-bottom: 1ex;
}
#howto-content p {
	margin-bottom: 2ex;
}
#howto-content ul {
	list-style-image: inherit;
	list-style-position: inside;
	list-style-type: inherit;
}
#north {
	background:	transparent url("/extjs/resources/images/default/layout/panel-title-bg.gif");
	color: white;
	font-size: 16pt;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 6px;
	float: left;
	height: 100%;
	width: 100%;
	
}

#fixed-height {
	font-size: 10pt;
}
#fixed-height-content {
	position: relative; 
	padding: 10px;
}

#acc2-ct {
	position: relative; 
	top: 12px;
	left: 12px;
	width: 280px;
}
#acc2-wrap {
	border: 1px solid #A9BFD3;
	background: white;
}
#acc2-descr {
	position: absolute;
	top: 80px;
	right: 8px;
	width: 270px;
	margin: 10px;
	border:1px solid silver;
	background: #f0f0f0;
	padding: 8px;	
	font-size: 10px;
	font-family: tahoma, arial, verdana, sans-serif;
}
#acc2-descr p {
	margin-bottom: 4px;
}
#panel-7 .x-dock-panel-body {
	background-color: #ffffc8;
}

#theme-combo-container {
	padding: 10px;
}

#btn-show-dlg {
	position: relative;
	max-width: 280px;
	top: 24px;
	left: 14px;
	margin-bottom: 20px;
}
#dialog-acc-container {
/*	border: 1px solid #84a0c4; */
}

/* Test of fix of button in FF */
.x-btn-text-icon .x-btn-center .x-btn-text {
	padding: 2px 0pt 2px 18px;
}

#sticky-note {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
/*	position: absolute; */
	border: 0;
	margin: 0;
	background-color: #ffff80;
/*	overflow: auto; */
}
#panel-4 .text-content {
	padding-bottom: 30px;
}

#msg-div {
    position: absolute;
    left: 35%;
    top: 0px;
    width: 230px;
    z-index: 20000;
}

#right-tall-ct {
	float: left;
	margin: 2px;
	border: 1px solid silver;
	width: 222px;
	font-size: 8pt;
	background: #f6f6a4;
	padding: 4px;
}
#ipanel-4 {
	position:absolute;
	top: 56px;
	left: 246px;
	width: 220px;
}
#ipanel-5 {
	position:absolute;
	top: 86px;
	left: 480px;
	width: 220px;
}
#ipanel-6 {
	position:absolute;
	top: 360px;
	left: 246px;
	width: 220px;
}
#ipanel-7 {
	position:absolute;
	top: 390px;
	left: 480px;
	width: 220px;
}
#ipanel-4 .code, #ipanel-5 .code, #ipanel-6 .code, #ipanel-7 .code {
	font-size: 7pt;
}


#left-content {
	margin: 2px;
	border: 1px solid silver;
	font-size: 10pt;
/*	width: 244px; 
	float: left;
*/
	padding: 4px;
	background: #f6f6a4;
}

#left-content p {
	padding-bottom: 4px;
}

/* end of file */





