* {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: left;
}

.ui-layout-pane {
	background: #fff;
	border: 0;
	overflow: auto;
}

.ui-layout-toggler-south {
	display: none!important;
}

.ui-data-toggler-south {
	display: block;
}

.ui-layout-north {
	margin: 0;
	padding: 0;
}

.ui-layout-west {
	overflow: hidden;
}

.ui-layout-south {
	height: 32px!important;
	overflow: hidden;
}

.ui-layout-center {
	padding: 5px;
}

.ui-layout-content {
	overflow: auto;
	padding: 0;
}

.ui-layout-pane-center {
	background: #fff;
	padding: 0;
}

.ui-layout-data-center {
	overflow: hidden;
}

.ui-layout-data-south {
	overflow: hidden;
}

.ui-layout-data-south .ui-tabs-nav {
	padding: 0;
}

.header {
	font-weight: 700;
	overflow: hidden;
	padding: 1px 1px 2px;
	position: relative;
	text-align: center;
}

.footer {
	font-weight: 700;
	overflow: hidden;
	padding: 1px 5px 3px 10px;
	position: relative;
	text-align: left;
}

#tab-history {
	color: #000;
	font-family: verdana;
	font-size: 8pt;
	line-height: 1.5em;
	padding: 6px;
}

#tab-messages,#tab-info {
	line-height: 1.2em;
	padding: 6px;
}

#dblist {
	background: transparent;
	border: none;
	color: #222;
	font-family: Arial;
	font-size: 10pt;
	font-weight: 400;
	height: 21px;
	vertical-align: middle;
}

#dblist option {
	font-family: Arial;
	font-size: 10pt;
	font-weight: 400;
	padding: 1px 7px 2px;
}

#editToolbar {
	-moz-border-radius: 3px;
	background-color: #f5f8f9;
	border: 1px solid #a6c9e2;
	border-radius: 3px;
	color: #000;
	display: none;
	font-family: arial;
	font-size: 9pt;
	font-weight: 400;
	padding: 4px;
	position: absolute;
	z-index: 20000;
}

#editToolbar .tb-header {
	font-weight: 700;
	padding: 3px 6px;
}

#editToolbar .tb-row {
	padding: 5px 6px;
}

#inplace-text {
	-moz-border-radius: 3px;
	background-color: #dfeffc;
	border: 1px solid #a6c9e2;
	border-radius: 3px;
	color: #000;
	display: none;
	padding: 5px;
	position: absolute;
	z-index: 20000;
}

#inplace-text textarea {
	font-family: arial;
	font-size: 9pt;
	font-weight: 400;
	height: 140px;
}

#sql-history tr td {
	cursor: default;
	font-family: verdana;
	font-size: 9pt;
	padding: 1px;
}

#sql-history .dt {
	color: green;
	padding-right: 10px;
}

div.sql-text {
	font-family: Courier New;
	font-size: 10pt;
	line-height: 1.5em;
	margin: 3px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 6px;
}

div.message {
	line-height: 24px;
	margin: 3px;
	overflow: auto;
	padding: 2px 10px;
}

#main_header {
	overflow: auto;
	padding: 5px 5px 4px;
}

#main_header .logo {
	float: left;
}

#main_header .title {
	float: left;
}

#main_header .title .main {
	color: #009c16;
	font-family: segoe ui,tahoma;
	font-size: 12px;
	font-weight: 700;
	margin: 3px 10px 3px 8px;
	text-shadow: 3px 3px 2px #ccc;
}

#main_header .title .version {
	color: #fd36cb;
	font-family: tahoma;
	font-size: 7pt;
	font-weight: 700;
	margin: 5px 10px 2px 30px;
}

#main_header .info {
	background: #fff;
	color: #5e5e5e;
	float: right;
	font-family: arial;
	font-size: 11px;
	font-weight: 400;
	margin: 0;
	padding: 5px 10px;
	width: auto;
}

#main_header .updates {
	display: none;
	float: right;
	font-family: arial;
	font-size: 12px;
	font-weight: 400;
	margin: 5px 15px 0 0;
	padding: 5px 10px;
	width: auto;
}

#timeCounter {
	width: 110px;
}

#recordCounter {
	width: 110px;
}

#modifyFlag {
	text-align: center;
	width: 24px;
}

#messageContainer div.note {
	color: #f21;
	float: left;
	font-weight: 700;
}

#pagingContainer {
	text-align: right;
}

#pagingContainer a {
	color: #363636;
	font-weight: 700;
	margin-left: 5px;
	padding: 1px 3px;
	text-decoration: none;
}

#pagingContainer span.page {
	color: #aaa;
	font-weight: 700;
	margin-left: 5px;
	padding: 1px 3px;
	text-decoration: none;
}

#pagingContainer select {
	font-weight: 700;
	margin-left: 5px;
	padding: 1px 3px;
	width: 60px;
}

#commandEditor,#commandEditor2,#commandEditor3 {
	border: 0;
	font-family: courier new,verdana;
	font-size: 10pt;
	font-weight: 400;
	height: 100%;
	overflow: auto;
	padding: 2px;
	position: absolute;
	width: 100%;
}

.heading1 {
	background: #fcfdfd;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	clear: both;
	color: #1d5987;
	font-family: Tahoma,Trebuchet MS,Verdana;
	font-size: 8pt;
	font-weight: 700;
	margin-top: 10px;
	padding: 5px;
}

.heading2 {
	background: #d0e5f5;
	border-bottom: 1px solid #1d5987;
	clear: both;
	color: #1d5987;
	font-family: Tahoma,Trebuchet MS,Verdana;
	font-size: 8pt;
	font-weight: 700;
	margin-top: 10px;
	padding: 5px;
}

.label {
	color: #000;
	float: left;
	font-family: Trebuchet MS,Verdana;
	font-size: 9pt;
	font-weight: 700;
	margin-top: 4px;
	padding: 5px;
	width: 20%;
}

.hinfo {
	background-color: #fefefe;
	margin-bottom: 3px;
	margin-top: 3px;
	overflow: auto;
}

.info {
	background: #fff;
	color: #000;
	float: left;
	font-family: Trebuchet MS,Verdana;
	font-size: 9pt;
	font-weight: 700;
	margin-top: 4px;
	padding: 5px;
	width: 24%;
}

div.code-editor {
	border: 3px double #aed0ea;
	margin: 5px;
	padding: 0;
}

textarea.text-editor {
	border: none;
	font-family: verdana;
	font-size: 9pt;
	height: 100%;
	line-height: 1.4em;
	padding: 10px;
	width: 97%;
}

form {
	display: inline;
	margin: 0;
}

input[type=text],input[type=password] {
	border: 1px solid #aaa;
	padding: 3px;
	width: 190px;
}

input[type=button],input[type=submit] {
	min-width: 100px;
	padding: 3px;
	text-align: center;
}

hr {
	color: #5c9ccc;
	height: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
}

label {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: baseline;
}

label.right {
	display: inline-block;
	margin: 0 0 0 5px;
	vertical-align: bottom;
}

fieldset {
	margin: 5px 0;
	padding: 2px;
}

legend {
	margin: 0 5px;
	padding: 5px;
}

#nav_bar {
	display: none;
	height: 21px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

#nav_bar button {
	float: right;
	margin-right: 3px;
}

#loader {
	background-color: #fff;
	border: 1px solid #aed0ea;
	display: table;
	height: 12px;
	margin: 1px 1px 0 0;
	padding: 3px 5px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

div.padded {
	padding: 10px;
}

.CodeMirror-line-numbers {
	background-color: #fff;
	color: #aaa;
	font-family: courier new;
	font-size: 10pt;
	line-height: 1.2em;
	padding: 4px 10px 4px 5px;
}

a.btn {
	color: green;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: 700;
	text-decoration: none;
}

#editor_container,#editor_container2,#editor_container3 {
	border: 1px solid #79b7e7;
	border-top: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 25px;
}

div#results-div {
	bottom: 25px;
	left: 1px;
	overflow: auto;
	padding: 0;
	position: absolute;
	right: 2px;
	top: 26px;
}

div#rec_pager {
	bottom: 0;
	display: block;
	font-weight: 700;
	height: 24px;
	line-height: 18px;
	margin: 0 -1px;
	padding: 0;
	position: absolute;
	width: 100%;
}

div#messages-div,div#info-div {
	bottom: 2px;
	left: 1px;
	overflow: auto;
	padding: 0;
	position: absolute;
	right: 2px;
	top: 28px;
}

#db_combo {
	height: 21px;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
}

#db_combo span {
	color: #000;
	display: block;
	font-weight: 700;
	padding: 4px 5px;
}

#object_list {
	background: #fff;
	bottom: 0;
	left: 0;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 24px;
}

div#popup_wrapper {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

div#popup_contents {
	bottom: 65px;
	left: 0;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 0;
}

div#popup_footer {
	bottom: 25px;
	height: 40px;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
}

div#popup_buttons {
	padding: 6px 15px;
	text-align: right;
}

div#popup_buttons select {
	font-family: arial;
	font-size: 10pt;
	height: 21px;
	vertical-align: middle;
}

div#popup_buttons select option {
	font-family: arial;
	font-size: 10pt;
	font-weight: 400;
	padding: 1px 4px 2px;
}

#sql-editor-pane {
	padding: 0;
}

#blob-holder {
	height: 100%;
	overflow: auto;
	width: 100%;
}

#blob-data {
	padding: 20px 60px 20px 20px;
}

#screen-wait {
	z-index: 10000;
}

#screen-wait div {
	margin: 300px auto;
	width: 65px;
}

#screen-wait div span {
	color: #79b7e7;
	display: block;
	font-family: segoe ui;
	font-size: 10pt;
	font-weight: 700;
	margin: 0 0 15px;
}

#screen-wait div img {
	border: 1px solid #4297d7;
	display: block;
}

#popup_overlay {
	z-index: 10000;
}

#popup_overlay div {
	margin: 150px auto;
	width: 65px;
}

#taskbar {
	padding: 3px 2px;
}

#taskbar .min-all {
	background: url(themes/default/images/objects.png) no-repeat;
	background-position: -5px -698px;
	float: right;
	padding-left: 12px;
}

body {
	scrollbar-3dlight-color: #ddd;
	scrollbar-arrow-color: #666;
	scrollbar-base-color: #666;
	scrollbar-darkshadow-color: #aaa;
	scrollbar-face-color: #eee;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #ddd;
	scrollbar-track-color: #eee;
}

.ui-tabs .ui-tabs-nav {
	background: transparent;
}

.ui-layout-resizer:hover,.ui-data-resizer:hover {
	background: #aed0ea;
}

.ui-layout-resizer-south:hover {
	background: #dfeffc;
}

.ui-data-resizer-south:hover {
	background: #aed0ea;
}

.ui-layout-toggler-north-closed {
	background-position: 0 1px;
}

.ui-layout-toggler-west-closed {
	background-position: -4px 0;
}

.ui-data-toggler-south-closed {
	background-position: 0 -4px;
}

.ui-layout-pane-center .ui-layout-content {
	background: #fff;
	border: 1px solid #79b7e7;
	border-top: 0;
}

.ui-layout-toggler-north,.ui-layout-toggler-south,.ui-data-toggler-north,.ui-data-toggler-south {
	background-image: url(themes/default/images/sizerv.gif);
	background-repeat: no-repeat;
}

.ui-layout-toggler-east,.ui-layout-toggler-west,.ui-data-toggler-east,.ui-data-toggler-west {
	background-image: url(themes/default/images/sizerh.gif);
	background-repeat: no-repeat;
}

#sql-history tr:hover {
	background: #dfeffc;
}

#sql-history .hst {
	color: #2e6e9e;
}

#main_header .server {
	color: #4297d7;
	font-weight: 700;
}

.CodeMirror-wrapping {
	background-color: #fff;
}

div#popup_contents .ui-widget-content {
	border: none;
}

#editToolbar .fname,#editToolbar .ftype {
	font-weight: 700;
}

b {
	font-family: verdana;
	font-size: 9pt;
	font-weight: 700;
}

span.webdings {
	font-family: webdings;
}

pre.blob {
	font-family: verdana;
	font-size: 9pt;
}

textarea.blobeditor {
	font-family: verdana;
	font-size: 9pt;
}

div#rec_pager div.numrec {
	font-weight: 700;
}