diff --git a/themes/pmahomme/css/theme_left.css.php b/themes/pmahomme/css/theme_left.css.php
new file mode 100644
index 000000000..508be3371
--- /dev/null
+++ b/themes/pmahomme/css/theme_left.css.php
@@ -0,0 +1,264 @@
+
+/******************************************************************************/
+/* general tags */
+html {
+ font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>;
+}
+
+input, select, textarea {
+ font-size: 1em;
+}
+
+body {
+
+ font-family: ;
+
+ background: url(./themes/pmahomme/img/left_nav_bg.png) repeat-y right 0% #f3f3f3;
+ border-right: 1px solid #aaa;
+ color: ;
+ margin: 0;
+ padding: 0;
+}
+
+a img {
+ border: 0;
+}
+
+a:link,
+a:visited,
+a:active {
+ text-decoration: none;
+ color: #0000FF;
+}
+
+ul {
+ margin:0;
+}
+
+form {
+ margin: 0;
+ padding: 0;
+ display: inline;
+}
+
+select#select_server,
+select#lightm_db {
+ width: 100%;
+}
+
+/* buttons in some browsers (eg. Konqueror) are block elements,
+ this breaks design */
+button {
+ display: inline;
+}
+
+
+/******************************************************************************/
+/* classes */
+
+/* leave some space between icons and text */
+.icon {
+ vertical-align: middle;
+ margin-right: 0.3em;
+ margin-left: 0.3em;
+}
+
+.navi_dbName {
+ font-weight: bold;
+ color: ;
+}
+
+/******************************************************************************/
+/* specific elements */
+
+div#pmalogo {
+
+}
+div#pmalogo,
+div#leftframelinks,
+div#databaseList {
+ text-align: center;
+ margin: 20px 10px 0px 10px;
+}
+
+ul#databaseList {
+ margin: 0.8em 0px;
+ padding-bottom: 0.5em;
+ padding-: 0.3em;
+ font-style: italic;
+}
+
+ul#databaseList a {
+ display: block;
+ padding:5px;
+ font-style: normal;
+}
+
+div#navidbpageselector a,
+ul#databaseList a {
+ background:url(./themes/pmahomme/img/database.png) no-repeat 0% 50% transparent;
+ color: #333;
+}
+
+ul#databaseList ul {
+ margin:0px;
+ padding:0px;
+}
+ul#databaseList li{ list-style:none;text-indent:20px; margin:0px;
+ padding:0px;}
+
+ul#databaseList a:hover {
+ background:url(./themes/pmahomme/img/database.png) no-repeat 0% 50% #e4e4e4;
+}
+
+ul#databaseList li.selected a {
+ background: ;
+ color: ;
+}
+
+div#leftframelinks .icon {
+ padding: 0;
+ margin: 0;
+}
+
+div#reloadlink a img,
+div#leftframelinks a img.icon {
+ margin: 10px 10px 0 0;
+ padding: 0.2em;
+ border: 0px;
+}
+
+div#leftframelinks a:hover img {
+
+}
+
+/* serverlist */
+#body_leftFrame #list_server {
+ list-style-image: url(/original/img/s_host.png);
+ list-style-position: inside;
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+}
+
+#body_leftFrame #list_server li {
+ margin: 0;
+ padding: 0;
+}
+
+div#left_tableList {margin:0px 10px;}
+div#left_tableList ul {
+ list-style-type: none;
+ list-style-position: outside;
+ margin: 0;
+ padding: 0;
+}
+
+div#left_tableList ul ul {
+ font-size: 100%;
+}
+
+div#left_tableList a {
+ /* background: ; MH */
+ color: ;
+ text-decoration: none;
+}
+
+div#left_tableList a:hover {
+ background: ;
+ color: ;
+ text-decoration: underline;
+}
+
+div#left_tableList li {
+ margin: 0;
+ padding: 5px 0;
+ white-space: nowrap;
+}
+
+select{
+-moz-border-radius:2px 2px 2px 2px;
+-moz-box-shadow:0 1px 2px #DDDDDD;
+border:1px solid #aaa;
+color:#333333;
+padding:3px;
+background:url(./themes/pmahomme/img/input_bg.gif);
+}
+
+
+/* marked items */
+div#left_tableList > ul li.marked > a,
+div#left_tableList > ul li.marked {
+ background: ;
+ color: ;
+}
+
+
+
+div#left_tableList > ul li:hover > a,
+div#left_tableList > ul li:hover {
+ background: #e4e4e4;
+ color: ;
+}
+
+
+div#left_tableList img {
+ padding: 0;
+ vertical-align: middle;
+}
+
+div#left_tableList ul ul {
+ margin-: 0;
+ padding-: 0.1em;
+ border-: 0.1em solid ;
+ padding-bottom: 0.1em;
+ border-bottom: 0.1em solid ;
+}
+
+/* for the servers list in navi panel */
+#serverinfo .item {
+ white-space: nowrap;
+ color: ;
+}
+#serverinfo a:hover {
+ background: ;
+ color: ;
+}
+#reloadlink {
+ clear: both;
+ float: ;
+ display: block;
+ padding: 1em;
+}
+
+#NavFilter {
+ display: none;
+}
+
+#clear_fast_filter {
+ background: white;
+ color: black;
+ cursor: pointer;
+ padding: 0;
+ margin: 0;
+ position: relative;
+ right: 3ex;
+}
+
+#fast_filter {
+ width: 85%;
+ padding: 0.1em;
+}
\ No newline at end of file
diff --git a/themes/pmahomme/css/theme_print.css.php b/themes/pmahomme/css/theme_print.css.php
new file mode 100644
index 000000000..49a0d2363
--- /dev/null
+++ b/themes/pmahomme/css/theme_print.css.php
@@ -0,0 +1,38 @@
+
+/* For printview */
+body, table, th, td {
+ color: #000000;
+ background-color: #ffffff;
+}
+
+img {
+ border: 0;
+}
+
+table, th, td {
+ border-width: 0.1em;
+ border-color: #000000;
+ border-style: solid;
+}
+
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
+
+th, td {
+ padding: 0.2em;
+}
+
+th {
+ font-weight: bold;
+ background-color: #e5e5e5;
+}
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
new file mode 100644
index 000000000..515523ca0
--- /dev/null
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -0,0 +1,2103 @@
+
+/******************************************************************************/
+/* general tags */
+html {
+ font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : (
+ isset($_COOKIE['pma_fontsize']) ? $_COOKIE['pma_fontsize'] : '82%'));?>;
+}
+
+input, select, textarea {
+ font-size: 1em;
+}
+
+
+body {
+
+ font-family: ;
+
+ padding: 0;
+ margin: 0.5em;
+ color: #444;
+ background: #fff;
+}
+
+
+textarea, tt, pre, code {
+ font-family: ;
+}
+
+h1 {
+ font-size: 140%;
+ font-weight: bold;
+}
+
+h2 {
+ font-size: 2em;
+ font-weight: normal;
+ text-shadow: 0px 1px 0px #fff;
+ padding: 10px 0 10px 3px;
+ color: #777;
+}
+/* Hiding icons in the page titles, they just add clutter MH */
+h2 img{display:none;}
+/* Set all tables with data... to 100%, let it flow! */
+.data{width:100%}
+
+h3 {
+ font-weight: bold;
+}
+
+a, a:link,
+a:visited,
+a:active {
+ text-decoration: none;
+ color: #235a81;
+ cursor: pointer;
+ outline: none;
+
+}
+
+a:hover {
+ text-decoration: underline;
+ color: #235a81;
+}
+/*MH*/
+#initials_table {
+ background:#f3f3f3;
+ border:1px solid #aaa;
+ margin-bottom:10px;
+ -moz-border-radius:5px;
+ -webkit-border-radius:5px;
+ border-radius:5px;
+}
+#initials_table a {
+ border:1px solid #aaa;
+ background:#fff;
+ padding:4px 8px;
+ -moz-border-radius:5px;
+ -webkit-border-radius:5px;
+ border-radius:5px;
+ background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
+ background: -moz-linear-gradient(top, #ffffff, #cccccc);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
+}
+
+dfn {
+ font-style: normal;
+}
+
+dfn:hover {
+ font-style: normal;
+ cursor: help;
+}
+
+th {
+ font-weight: bold;
+ color: ;
+ background: #333;
+ background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
+ background: -moz-linear-gradient(top, #ffffff, #cccccc);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
+
+
+}
+
+a img {
+ border: 0;
+}
+
+hr {
+ color: ;
+ background-color: ;
+ border: 0;
+ height: 1px;
+}
+
+form {
+ padding: 0;
+ margin: 0;
+ display: inline;
+}
+
+input[type=text]{
+ border-radius:2px;
+ -moz-border-radius:2px;
+ -webkit-border-radius:2px;
+
+ box-shadow:0 1px 2px #ddd;
+ -moz-box-shadow:0 1px 2px #ddd;
+ -webkit-box-shadow:0 1px 2px #ddd;
+
+ background:url(./themes/pmahomme/img/input_bg.gif);
+ border:1px solid #aaa;
+ color:#555555;
+ padding:4px;
+ margin:6px;
+
+}
+
+input[type=password]{
+ border-radius:2px;
+ -moz-border-radius:2px;
+ -webkit-border-radius:2px;
+
+ box-shadow:0 1px 2px #ddd;
+ -moz-box-shadow:0 1px 2px #ddd;
+ -webkit-box-shadow:0 1px 2px #ddd;
+
+ background:url(./themes/pmahomme/img/input_bg.gif);
+ border:1px solid #aaa;
+ color:#555555;
+ padding:4px;
+ margin:6px;
+
+}
+
+input[type=submit]{
+ font-weight:bold;
+ margin-left:14px;
+ border: 1px solid #aaa;
+ padding: 3px 7px;
+ color: #111;
+ text-decoration: none;
+ background: #ddd;
+
+ border-radius: 12px;
+ -webkit-border-radius: 12px;
+ -moz-border-radius: 12px;
+
+ text-shadow: 0px 1px 0px #fff;
+
+ background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
+ background: -moz-linear-gradient(top, #ffffff, #cccccc);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
+}
+
+input[type=submit]:hover{ position: relative;
+ background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd));
+ background: -moz-linear-gradient(top, #cccccc, #dddddd);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dddddd');
+ cursor:pointer;
+}
+
+input[type=submit]:active{ position: relative;
+ top: 1px;
+ left: 1px;
+}
+textarea {
+ overflow: visible;
+ height: em;
+}
+
+fieldset {
+ margin-top: 1em;
+ border-radius:4px 4px 0 0;
+ -moz-border-radius:4px 4px 0 0;
+ -webkit-border-radius:4px 4px 0 0;
+ padding:5px;
+ border: #aaa solid 1px;
+ padding: 1.5em;
+ background: #eee;
+ text-shadow:0 1px 0 #fff;
+ -moz-box-shadow: 1px 1px 2px #fff inset;
+ -webkit-box-shadow: 1px 1px 2px #fff inset;
+ box-shadow: 1px 1px 2px #fff inset;
+}
+
+fieldset fieldset {
+ margin: 0.8em;
+ background:#fff;
+ border:1px solid #aaa;
+ background:none repeat scroll 0 0 #E8E8E8;
+
+}
+
+fieldset legend {
+ font-weight: bold;
+ color: #444;
+ padding:5px 10px;
+ border-radius:2px;
+ -moz-border-radius:2px;
+ -webkit-border-radius:2px;
+ border:1px solid #aaa;
+ background-color: #fff;
+ -moz-box-shadow:3px 3px 15px #bbb;
+ -webkit-box-shadow:3px 3px 15px #bbb;
+ box-shadow:3px 3px 15px #bbb;
+}
+
+/* buttons in some browsers (eg. Konqueror) are block elements,
+ this breaks design */
+button {
+ display: inline;
+}
+
+table caption,
+table th,
+table td {
+ padding: 0.8em;
+ margin: 0.1em;
+ vertical-align: top;
+ text-shadow:0 1px 0 #FFFFFF;
+}
+
+/* MH */
+table{border-collapse:collapse;}
+th{border-right:1px solid #fff; text-align:left;}
+
+
+img,
+input,
+select,
+button {
+ vertical-align: middle;
+}
+
+select{
+ -moz-border-radius:2px;
+ -webkit-border-radius:2px;
+ border-radius:2px;
+
+ -moz-box-shadow:0 1px 2px #ddd;
+ -webkit-box-shadow:0 1px 2px #ddd;
+ box-shadow:0 1px 2px #ddd;
+
+ border:1px solid #aaa;
+ color:#333333;
+ padding:3px;
+ background:url(./themes/pmahomme/img/input_bg.gif)
+}
+
+/******************************************************************************/
+/* classes */
+div.tools {
+ /* border: 1px solid #000000; */
+ padding: 0.2em;
+}
+
+div.tools a{color:#3a7ead !important;}
+
+div.tools,
+fieldset.tblFooters {
+ margin-top: 0;
+ margin-bottom: 0.5em;
+ /* avoid a thick line since this should be used under another fieldset */
+ border-top: 0;
+ text-align: ;
+ float: none;
+ clear: both;
+ -webkit-border-radius:0 0 4px 4px;
+ -moz-border-radius:0 0 4px 4px;
+ border-radius: 0 0 4px 5px;
+}
+
+fieldset .formelement {
+ float: ;
+ margin-: 0.5em;
+ /* IE */
+ white-space: nowrap;
+}
+
+/* revert for Gecko */
+fieldset div[class=formelement] {
+ white-space: normal;
+}
+
+button.mult_submit {
+ border: none;
+ background-color: transparent;
+}
+
+/* odd items 1,3,5,7,... */
+table tr.odd th,
+.odd {
+ background: #fff;
+}
+
+/* even items 2,4,6,8,... */
+table tr.even th,
+.even {
+ background: #f8f8f8;
+}
+
+/* odd table rows 1,3,5,7,... */
+table tr.odd th,
+table tr.odd,
+table tr.even th,
+table tr.even {
+ text-align: ;
+}
+
+
+/* marked table rows */
+td.marked,
+table tr.marked th,
+table tr.marked {
+ background: url(./themes/pmahomme/img/marked_bg.png) repeat-x #b6c6d7;
+ color: ;
+}
+
+
+
+/* hovered items */
+.odd:hover,
+.even:hover,
+.hover,
+.structure_actions_dropdown {
+ background: url(./themes/pmahomme/img/marked_bg.png) repeat-x #b6c6d7; /* MH */
+ color: ;
+}
+
+/* hovered table rows */
+table tr.odd:hover th,
+table tr.even:hover th,
+table tr.hover th {
+ background: url(./themes/pmahomme/img/marked_bg.png) repeat-x #b6c6d7; /* MH */
+ color: ;
+}
+
+
+/**
+ * marks table rows/cells if the db field is in a where condition
+ */
+tr.condition th,
+tr.condition td,
+td.condition,
+th.condition {
+ border: 1px solid ;
+}
+
+table .value {
+ text-align: ;
+ white-space: normal;
+}
+/* IE doesnt handles 'pre' right */
+table [class=value] {
+ white-space: normal;
+}
+
+
+
+.value {
+ font-family: ;
+}
+
+.value .attention {
+ color: red;
+ font-weight: bold;
+}
+.value .allfine {
+ color: green;
+}
+
+
+img.lightbulb {
+ cursor: pointer;
+}
+
+.pdflayout {
+ overflow: hidden;
+ clip: inherit;
+ background-color: #FFFFFF;
+ display: none;
+ border: 1px solid #000000;
+ position: relative;
+}
+
+.pdflayout_table {
+ background: #D3DCE3;
+ color: #000000;
+ overflow: hidden;
+ clip: inherit;
+ z-index: 2;
+ display: inline;
+ visibility: inherit;
+ cursor: move;
+ position: absolute;
+ font-size: 80%;
+ border: 1px dashed #000000;
+}
+
+/* MySQL Parser */
+.syntax {
+ font-family: Verdan, Arial, Tahoma;
+ font-size: 110%;
+}
+
+.syntax a {
+ text-decoration: none;
+ border-bottom:1px dotted black;
+}
+
+.syntax_comment {
+ padding-left: 4pt;
+ padding-right: 4pt;
+}
+
+.syntax_digit {
+}
+
+.syntax_digit_hex {
+}
+
+.syntax_digit_integer {
+}
+
+.syntax_digit_float {
+}
+
+.syntax_punct {
+}
+
+.syntax_alpha {
+}
+
+.syntax_alpha_columnType {
+ text-transform: uppercase;
+}
+
+.syntax_alpha_columnAttrib {
+ text-transform: uppercase;
+}
+
+.syntax_alpha_reservedWord {
+ text-transform: uppercase;
+ font-weight: bold;
+}
+
+.syntax_alpha_functionName {
+ text-transform: uppercase;
+}
+
+.syntax_alpha_identifier {
+}
+
+.syntax_alpha_charset {
+}
+
+.syntax_alpha_variable {
+}
+
+.syntax_quote {
+ white-space: pre;
+}
+
+.syntax_quote_backtick {
+}
+
+/* leave some space between icons and text */
+.icon, img.footnotemarker {
+ vertical-align: -3px;
+ margin-right: 0.3em;
+ margin-left: 0.3em;
+}
+
+img.footnotemarker {
+ display: none;
+}
+
+/* no extra space in table cells */
+td .icon {
+ margin: 0;
+}
+
+.selectallarrow {
+ margin-: 0.3em;
+ margin-: 0.6em;
+}
+
+/* message boxes: warning, error, confirmation */
+.success h1,
+.notice h1,
+.warning h1,
+div.error h1 {
+ border-bottom: 2px solid;
+ font-weight: bold;
+ text-align: ;
+ margin: 0 0 0.2em 0;
+}
+
+div.success,
+div.notice,
+div.warning,
+div.error,
+div.footnotes {
+ margin: 0.5em 0 1.3em 0;
+ border: 1px solid;
+
+ background-repeat: no-repeat;
+
+ background-position: 10px 50%;
+ padding: 10px 10px 10px 25px;
+
+ background-position: 99% 50%;
+ padding: 25px 10px 10px 10px
+
+
+ padding: 0.3em;
+
+ -moz-border-radius:5px;
+ -webkit-border-radius:5px;
+ border-radius:5px;
+ -moz-box-shadow: 0px 1px 2px #fff inset;
+ -webkit-box-shadow: 0px 1px 2px #fff inset;
+}
+
+.success {
+ color: #000000;
+ background-color: #cbee0c;
+}
+h1.success,
+div.success {
+ border-color: #a2d246;
+
+ background-image: url(getImgPath(); ?>s_success.png);
+ background-repeat: no-repeat;
+
+ background-position: 5px 50%;
+ /* padding: 0.2em 0.2em 0.2em 25px; MH */
+
+ background-position: 97% 50%;
+ /* padding: 0.2em 25px 0.2em 0.2em; MH */
+
+
+}
+.success h1 {
+ border-color: #00FF00;
+}
+
+.notice, .footnotes {
+ color: #000000;
+ background-color: #ffdf5f;
+}
+h1.notice,
+div.notice,
+div.footnotes {
+ border-color: #ff9600;
+
+ background-image: url(getImgPath(); ?>s_notice.png);
+ background-repeat: no-repeat;
+
+ background-position: 5px 50%;
+ /* padding: 0.2em 0.2em 0.2em 25px; MH */
+
+ background-position: 97% 50%;
+ /* padding: 0.2em 25px 0.2em 0.2em; MH */
+
+
+}
+.notice h1 {
+ border-color: #ffb10a;
+}
+
+.warning {
+ color: #fff;
+ background:url(./themes/pmahomme/img/tab_warning_bg.png) 50% 0% #e97777;
+}
+p.warning,
+h1.warning,
+div.warning {
+ border-color: #CC0000;
+
+ background-image: url(getImgPath(); ?>s_warn.png);
+ background-repeat: no-repeat;
+
+ background-position: 5px 50%;
+ /* padding: 0.2em 0.2em 0.2em 25px; MH */
+
+ background-position: 97% 50%;
+ /* padding: 0.2em 25px 0.2em 0.2em; MH */
+
+
+}
+.warning h1 {
+ border-color: #cc0000;
+}
+
+.error {
+ border:1px solid maroon !important;
+ color: #fff;
+ background:url(./themes/pmahomme/img/tab_warning_bg.png) 50% 0% #e97777;
+}
+
+h1.error,
+div.error {
+ border-color: #333;
+
+ background-image: url(getImgPath(); ?>s_error.png);
+ background-repeat: no-repeat;
+
+ background-position: 5px 50%;
+ /* padding: 0.2em 0.2em 0.2em 25px; MH */
+
+ background-position: 97% 50%;
+ /* padding: 0.2em 25px 0.2em 0.2em; MH */
+
+
+}
+div.error h1 {
+ border-color: #ff0000;
+}
+
+.confirmation {
+ color: #000000;
+ background-color: pink;
+}
+fieldset.confirmation {
+
+}
+fieldset.confirmation legend {
+
+}
+/* end messageboxes */
+
+
+.tblcomment {
+ font-size: 70%;
+ font-weight: normal;
+ color: #000099;
+}
+
+.tblHeaders {
+ font-weight: bold;
+ color: ;
+ background: ;
+}
+
+div.tools,
+.tblFooters {
+ font-weight: normal;
+ color: ;
+ background: ;
+}
+
+.tblHeaders a:link,
+.tblHeaders a:active,
+.tblHeaders a:visited,
+div.tools a:link,
+div.tools a:visited,
+div.tools a:active,
+.tblFooters a:link,
+.tblFooters a:active,
+.tblFooters a:visited {
+ color: #0000FF;
+}
+
+.tblHeaders a:hover,
+div.tools a:hover,
+.tblFooters a:hover {
+ color: #FF0000;
+}
+
+/* forbidden, no privilegs */
+.noPrivileges {
+ color: #FF0000;
+ font-weight: bold;
+}
+
+/* disabled text */
+.disabled,
+.disabled a:link,
+.disabled a:active,
+.disabled a:visited {
+ color: #666666;
+}
+
+.disabled a:hover {
+ color: #666666;
+ text-decoration: none;
+}
+
+tr.disabled td,
+td.disabled {
+ background-color: #cccccc;
+}
+
+.nowrap {
+ white-space: nowrap;
+}
+
+/**
+ * login form
+ */
+body.loginform h1,
+body.loginform a.logo {
+ display: block;
+ text-align: center;
+}
+
+body.loginform {
+ text-align: center;
+}
+
+body.loginform div.container {
+ text-align: ;
+ width: 30em;
+ margin: 0 auto;
+}
+
+form.login label {
+ float: ;
+ width: 10em;
+ font-weight: bolder;
+}
+
+.commented_column {
+ border-bottom: 1px dashed black;
+}
+
+.column_attribute {
+ font-size: 70%;
+}
+
+/******************************************************************************/
+/* specific elements */
+
+/* topmenu */
+#topmenu a {text-shadow:0px 1px 0px #fff;}
+
+ul#topmenu, ul#topmenu2, ul.tabs {
+ font-weight: bold;
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+
+}
+
+ul#topmenu2 {
+ margin: 0.25em 0.5em 0;
+ height: 2em;
+ clear: both;
+}
+
+ul#topmenu li, ul#topmenu2 li {
+ float: ;
+ margin: 0;
+ /* padding: 4px; MH */
+ vertical-align: middle;
+}
+
+#topmenu img, #topmenu2 img {
+ margin-right:0.5em;
+ vertical-align:-3px;
+}
+
+#topmenucontainer{background:url(./themes/pmahomme/img/tab_bg.png) repeat-x; border-top:1px solid #aaa;}
+
+/* default tab styles */
+.tabactive {
+ background:#fff !important;
+}
+
+ul#topmenu a, ul#topmenu span {
+ display: block;
+ margin: 0px;
+ padding: 0px;
+ white-space: nowrap;
+}
+
+ul#topmenu ul a {
+ margin: 0;
+
+}
+/* MH added for hide/show more menu */
+ul#topmenu .submenu {
+ display: none;
+ position: relative;
+}
+
+#topmenu .shown {
+ display: inline-block;
+}
+
+ul#topmenu ul {
+ margin: 0;
+ padding: 0;
+ position: absolute;
+ right: 0;
+ list-style-type: none;
+ display: none;
+ border: 1px #ddd solid;
+}
+
+ul#topmenu li:hover {
+ background:url(./themes/pmahomme/img/tab_hover_bg.png) repeat-x 50% 0%!important;
+}
+
+ul#topmenu li:hover ul, ul#topmenu .submenuhover ul {
+ display: block;
+ font-weight:3em;
+ background:#fff;
+
+}
+
+ul#topmenu ul li {
+ width: 100%;
+}
+
+ul#topmenu2 a {
+ display: block;
+ margin: 7px 6px 7px 0px;
+ padding: 4px 10px;
+ white-space: nowrap;
+ border:1px solid #ddd;
+ border-radius: 20px;
+ -moz-border-radius: 20px;
+ -webkit-border-radius: 20px;
+ background:#f2f2f2;
+
+}
+
+/* disabled tabs */
+ul#topmenu span.tab {
+ color: #666666;
+}
+
+/* disabled drop/empty tabs */
+ul#topmenu span.tabcaution {
+ color: #ff6666;
+}
+
+/* enabled drop/empty tabs */
+ul#topmenu a.tabcaution {
+ color: #FF0000;
+}
+ul#topmenu a.tabcaution:hover {
+ color: #FFFFFF;
+ background-color: #FF0000;
+}
+fieldset.caution a {
+ color: #FF0000;
+}
+fieldset.caution a:hover {
+ color: #ffffff;
+ background-color: #FF0000;
+}
+
+
+/* active tab */
+ul#topmenu a.tabactive, ul#topmenu2 a.tabactive {
+ color: black;
+}
+
+ul#topmenu ul {
+ background: ;
+}
+
+#topmenu {
+ margin-top: 0.5em;
+ padding: 0.1em 0.3em 0.1em 0.3em;
+}
+
+ul#topmenu ul {
+ -moz-box-shadow: 1px 1px 6px #ddd;
+ -webkit-box-shadow: 2px 2px 3px #666;
+ box-shadow: 2px 2px 3px #666;
+}
+
+ul#topmenu > li {
+ /* border-bottom: 0pt solid black; MH */
+ border-right: 1px solid #fff;
+ border-left: 1px solid #ccc;
+}
+
+/* default tab styles */
+ul#topmenu a, ul#topmenu span {
+ padding:10px;
+ /*
+ background-color: ;
+ border: 0 solid ;
+ border-width: 1pt 1pt 0 1pt;
+ -moz-border-radius: 0.4em 0.4em 0 0;
+ border-radius: 0.4em 0.4em 0 0;
+
+ MH
+ */
+}
+
+ul#topmenu ul a {
+ border-width: 1pt 0 0 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ border-radius: 0;
+
+}
+
+ul#topmenu ul li:first-child a {
+ border-width: 0;
+
+}
+
+/* enabled hover/active tabs */
+ul#topmenu > li > a:hover,
+ul#topmenu > li > .tabactive {
+ /* margin: 0; MH */
+ text-decoration: none;
+}
+
+ul#topmenu ul a:hover,
+ul#topmenu ul .tabactive {
+ text-decoration: none;
+}
+
+ul#topmenu a.tab:hover,
+ul#topmenu .tabactive {
+ / * background-color: ; MH */
+}
+
+ul#topmenu2 a.tab:hover,
+ul#topmenu2 a.tabactive {
+ background-color: ;
+ border-radius: 0.3em;
+ -moz-border-radius: 0.3em;
+ -webkit-border-radius: 0.3em;
+ text-decoration: none;
+}
+
+/* to be able to cancel the bottom border, use
*/
+ul#topmenu > li.active {
+ /* border-bottom: 0pt solid ; MH*/
+ border-right:0px;
+}
+
+/* disabled drop/empty tabs */
+ul#topmenu span.tab,
+a.warning,
+ul#topmenu span.tabcaution {
+ cursor: url(getImgPath(); ?>error.ico), default;
+}
+
+/* end topmenu */
+
+
+/* Calendar */
+table.calendar {
+ width: 100%;
+}
+table.calendar td {
+ text-align: center;
+}
+table.calendar td a {
+ display: block;
+}
+
+table.calendar td a:hover {
+ background-color: #CCFFCC;
+}
+
+table.calendar th {
+ background-color: #D3DCE3;
+}
+
+table.calendar td.selected {
+ background-color: #FFCC99;
+}
+
+img.calendar {
+ border: none;
+}
+form.clock {
+ text-align: center;
+}
+/* end Calendar */
+
+
+/* table stats */
+div#tablestatistics {
+ border-bottom: 0.1em solid #669999;
+ margin-bottom: 0.5em;
+ padding-bottom: 0.5em;
+}
+
+div#tablestatistics table {
+ float: ;
+ margin-bottom: 0.5em;
+ margin-: 0.5em;
+ width:99%;
+}
+
+div#tablestatistics table caption {
+ margin-: 0.5em;
+}
+/* END table stats */
+
+
+/* server privileges */
+#tableuserrights td,
+#tablespecificuserrights td,
+#tabledatabases td {
+ vertical-align: middle;
+}
+/* END server privileges */
+
+
+
+/* Heading */
+#serverinfo {
+border-bottom:1px solid #fff;
+-moz-border-radius: 4px 4px 0 0;
+-webkit-border-radius: 4px 4px 0 0;
+border-radius:4px 4px 0 0;
+background:#888;
+padding:10px;
+text-shadow:0 1px 0 #000000;
+}
+
+#serverinfo .item {
+ white-space: nowrap;
+ color:#fff;
+}
+
+#span_table_comment {
+ font-weight: normal;
+ font-style: italic;
+ white-space: nowrap;
+}
+
+#serverinfo img {
+ margin: 0 0.1em 0 0.2em;
+}
+
+
+#textSQLDUMP {
+ width: 95%;
+ height: 95%;
+ font-family: "Courier New", Courier, mono;
+ font-size: 110%;
+}
+
+#TooltipContainer {
+ position: absolute;
+ z-index: 99;
+ width: 20em;
+ height: auto;
+ overflow: visible;
+ visibility: hidden;
+ background-color: #ffffcc;
+ color: #006600;
+ border: 0.1em solid #000000;
+ padding: 0.5em;
+}
+
+/* user privileges */
+#fieldset_add_user_login div.item {
+ border-bottom: 1px solid silver;
+ padding-bottom: 0.3em;
+ margin-bottom: 0.3em;
+}
+
+#fieldset_add_user_login label {
+ float: ;
+ display: block;
+ width: 10em;
+ max-width: 100%;
+ text-align: ;
+ padding-: 0.5em;
+}
+
+#fieldset_add_user_login span.options #select_pred_username,
+#fieldset_add_user_login span.options #select_pred_hostname,
+#fieldset_add_user_login span.options #select_pred_password {
+ width: 100%;
+ max-width: 100%;
+}
+
+#fieldset_add_user_login span.options {
+ float: ;
+ display: block;
+ width: 12em;
+ max-width: 100%;
+ padding-: 0.5em;
+}
+
+#fieldset_add_user_login input {
+ width: 12em;
+ clear: ;
+ max-width: 100%;
+}
+
+#fieldset_add_user_login span.options input {
+ width: auto;
+}
+
+#fieldset_user_priv div.item {
+ float: ;
+ width: 9em;
+ max-width: 100%;
+}
+
+#fieldset_user_priv div.item div.item {
+ float: none;
+}
+
+#fieldset_user_priv div.item label {
+ white-space: nowrap;
+}
+
+#fieldset_user_priv div.item select {
+ width: 100%;
+}
+
+#fieldset_user_global_rights fieldset {
+ float: ;
+}
+/* END user privileges */
+
+
+/* serverstatus */
+div#serverstatus table caption a.top {
+ float: ;
+}
+
+div#serverstatus div#serverstatusqueriesdetails table,
+div#serverstatus table#serverstatustraffic,
+div#serverstatus table#serverstatusconnections {
+ float: ;
+}
+
+#serverstatussection,
+.clearfloat {
+ clear: both;
+}
+div#serverstatussection table {
+ width: 100%;
+ margin-bottom: 1em;
+}
+div#serverstatussection table .name {
+ width: 18em;
+}
+div#serverstatussection table .value {
+ width: 6em;
+}
+
+div#serverstatus table tbody td.descr a,
+div#serverstatus table .tblFooters a {
+ white-space: nowrap;
+}
+div#serverstatus div#statuslinks a:before,
+div#serverstatus div#sectionlinks a:before,
+div#serverstatus table tbody td.descr a:before,
+div#serverstatus table .tblFooters a:before {
+ /*MH content: '['; */
+}
+div#serverstatus div#statuslinks a:after,
+div#serverstatus div#sectionlinks a:after,
+div#serverstatus table tbody td.descr a:after,
+div#serverstatus table .tblFooters a:after {
+ /* MH content: ']'; */
+}
+/* end serverstatus */
+
+/* querywindow */
+body#bodyquerywindow {
+ margin: 0;
+ padding: 0;
+ background-image: none;
+ background-color: #F5F5F5;
+}
+
+div#querywindowcontainer {
+ margin: 0;
+ padding: 0;
+ width: 100%;
+}
+
+div#querywindowcontainer fieldset {
+ margin-top: 0;
+}
+/* END querywindow */
+
+
+/* querybox */
+
+#togglequerybox{margin:0 10px}
+
+#serverstatus p {
+
+ margin: 1.5em 0px;
+ border: 1px solid #3a86b5;
+
+ background-repeat: no-repeat;
+
+ background-position: 10px 50%;
+ padding: 10px 10px 10px 25px;
+
+ background-position: 99% 50%;
+ padding: 25px 10px 10px 10px
+
+
+ padding: 0.3em;
+
+ -moz-border-radius:5px;
+ -webkit-border-radius:5px;
+ border-radius:5px;
+ -moz-box-shadow: 0px 1px 2px #fff inset;
+ -webkit-box-shadow: 0px 1px 2px #fff inset;
+ box-shadow:0px 1px 2px #fff; inset;
+ background:#9dcce8;
+ color:#fff;
+}
+
+#serverstatus h3
+{
+ margin:35px 0px;font-weight:normal;color:#999;font-size:1.7em;
+}
+#sectionlinks{
+ padding:16px;
+ background:#f3f3f3;
+ border:1px solid #aaa;
+ border-radius:5px;
+ -webkit-border-radius:5px;
+ -moz-border-radius:5px;
+
+ box-shadow:0px 1px 1px #fff inset;
+ -webkit-box-shadow:0px 1px 1px #fff inset;
+ -moz-box-shadow:0px 1px 1px #fff inset;
+
+}
+#sectionlinks a, #statuslinks a{
+ font-size:0.88em;
+ font-weight:bold;
+ text-shadow: 0px 1px 0px #fff;
+ line-height:35px;
+ margin-left:7px;
+ border: 1px solid #aaa;
+ padding: 5px 10px;
+ color: #111;
+ text-decoration: none;
+ background: #ddd;
+ border-radius: 20px;
+ -webkit-border-radius: 20px;
+ -moz-border-radius: 20px;
+ box-shadow: 1px 1px 2px rgba(0,0,0,.5);
+ /*
+ -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
+ -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
+ text-shadow: #fff 0px 1px 0px;
+ */
+ background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
+ background: -moz-linear-gradient(top, #ffffff, #cccccc);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
+}
+#sectionlinks a:hover, #statuslinks a:hover{
+ background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd));
+ background: -moz-linear-gradient(top, #cccccc, #dddddd);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dddddd');
+}
+
+div#sqlquerycontainer {
+ float: ;
+ width: 69%;
+ /* height: 15em; */
+}
+
+div#tablefieldscontainer {
+ float: ;
+ width: 29%;
+ /* height: 15em; */
+}
+
+div#tablefieldscontainer select {
+ width: 100%;
+ background:#fff;
+ /* height: 12em; */
+}
+
+textarea#sqlquery {
+ width: 100%;
+ /* height: 100%; */
+ -moz-border-radius:4px;
+ -webkit-border-radius:4px;
+ border-raduis:4px
+ border:1px solid #aaa;
+ padding:5px;
+ font-family:inherit;
+}
+textarea#sql_query_edit{
+ height:7em;
+ width: 95%;
+ display:block;
+}
+div#queryboxcontainer div#bookmarkoptions {
+ margin-top: 0.5em;
+}
+/* end querybox */
+
+/* main page */
+#maincontainer {
+ /* background-image: url(getImgPath(); ?>logo_right.png); */
+ /* background-position: bottom; */
+ /* background-repeat: no-repeat; */
+}
+
+#mysqlmaininformation,
+#pmamaininformation {
+ float: ;
+ width: 49%;
+}
+
+#maincontainer ul {
+ list-style-type: disc;
+ vertical-align: middle;
+}
+
+#maincontainer li {
+ margin-bottom: 0.3em;
+}
+/* END main page */
+
+
+
+/* iconic view for ul items */
+li#li_create_database {
+ list-style-image: url(getImgPath(); ?>b_newdb.png);
+}
+
+li#li_select_lang {
+ list-style-image: url(getImgPath(); ?>s_lang.png);
+}
+
+li#li_select_mysql_collation {
+ list-style-image: url(getImgPath(); ?>s_asci.png);
+}
+
+li#li_select_theme{
+ list-style-image: url(getImgPath(); ?>s_theme.png);
+}
+
+li#li_user_info{
+ /* list-style-image: url(getImgPath(); ?>s_rights.png); */
+}
+
+li#li_mysql_status{
+ list-style-image: url(getImgPath(); ?>s_status.png);
+}
+
+li#li_mysql_variables{
+ list-style-image: url(getImgPath(); ?>s_vars.png);
+}
+
+li#li_mysql_processes{
+ list-style-image: url(getImgPath(); ?>s_process.png);
+}
+
+li#li_mysql_collations{
+ list-style-image: url(getImgPath(); ?>s_asci.png);
+}
+
+li#li_mysql_engines{
+ list-style-image: url(getImgPath(); ?>b_engine.png);
+}
+
+li#li_mysql_binlogs {
+ list-style-image: url(getImgPath(); ?>s_tbl.png);
+}
+
+li#li_mysql_databases {
+ list-style-image: url(getImgPath(); ?>s_db.png);
+}
+
+li#li_export {
+ list-style-image: url(getImgPath(); ?>b_export.png);
+}
+
+li#li_import {
+ list-style-image: url(getImgPath(); ?>b_import.png);
+}
+
+li#li_change_password {
+ list-style-image: url(getImgPath(); ?>s_passwd.png);
+}
+
+li#li_log_out {
+ list-style-image: url(getImgPath(); ?>s_loggoff.png);
+}
+
+li#li_mysql_privilegs{
+ list-style-image: url(getImgPath(); ?>s_rights.png);
+}
+
+li#li_switch_dbstats {
+ list-style-image: url(getImgPath(); ?>b_dbstatistics.png);
+}
+
+li#li_flush_privileges {
+ list-style-image: url(getImgPath(); ?>s_reload.png);
+}
+
+li#li_user_preferences {
+ list-style-image: url(getImgPath(); ?>b_tblops.png);
+}
+/* END iconic view for ul items */
+
+
+
+#body_browse_foreigners {
+ background: ;
+ margin: 0.5em 0.5em 0 0.5em;
+}
+
+#bodyquerywindow {
+ background: ;
+}
+
+#bodythemes {
+ width: 500px;
+ margin: auto;
+ text-align: center;
+}
+
+#bodythemes img {
+ border: 0.1em solid black;
+}
+
+#bodythemes a:hover img {
+ border: 0.1em solid red;
+}
+
+#fieldset_select_fields {
+ float: ;
+}
+
+#selflink {
+ clear: both;
+ display: block;
+ margin-top: 1em;
+ margin-bottom: 1em;
+ background:#f3f3f3;
+ width: 100%;
+ border-top: 0.1em solid silver;
+ text-align: ;
+
+
+}
+
+#table_innodb_bufferpool_usage,
+#table_innodb_bufferpool_activity {
+ float: ;
+}
+
+#div_mysql_charset_collations table {
+ float: ;
+}
+
+#div_table_order {
+ min-width: 48%;
+ float: ;
+}
+
+#div_table_rename {
+ min-width: 48%;
+ float: ;
+}
+
+#div_table_copy,
+#div_partition_maintenance,
+#div_referential_integrity,
+#div_table_removal,
+#div_table_maintenance {
+ min-width: 48%;
+ float: ;
+}
+
+#div_table_options {
+ clear: both;
+ min-width: 48%;
+ float: ;
+}
+
+#qbe_div_table_list {
+ float: ;
+}
+
+#qbe_div_sql_query {
+ float: ;
+}
+
+label.desc {
+ width: 30em;
+ float: ;
+}
+
+label.desc sup {
+ position: absolute;
+}
+
+code.sql, div.sqlvalidate {
+ display: block;
+ padding: 1em;
+ margin-top: 0;
+ margin-bottom: 0;
+ border-top: 0;
+ border-bottom: 0;
+ max-height: 10em;
+ overflow: auto;
+ background: ;
+}
+
+#main_pane_left {
+ width: 60%;
+ float: ;
+ padding-top: 1em;
+}
+
+#main_pane_right {
+ margin-: 60%;
+ padding-top: 1em;
+ padding-: 1em;
+}
+
+.group {
+
+ border:1px solid #999;
+ background:#f3f3f3;
+ -moz-border-radius:4px;
+ -webkit-border-radius:4px;
+ border-radius:4px;
+ -moz-box-shadow:2px 2px 5px #ccc;
+ -webkit-box-shadow:2px 2px 5px #ccc;
+ box-shadow:3px 3px 10px #ddd;
+ margin-bottom: 1em;
+ padding-bottom: 1em;
+}
+
+.group h2 {
+ background-color: #bbb;
+ padding: 0.1em 0.3em;
+ margin-top: 0;
+ color:#fff;
+ font-size:2em;
+ font-weight:normal;
+ text-shadow:0 1px 0 #777;
+ -moz-box-shadow: 1px 1px 15px #999 inset;
+ -webkit-box-shadow: 1px 1px 15px #999 inset;
+ box-shadow: 1px 1px 15px #999 inset;
+}
+
+.group-cnt {
+ padding: 0 0 0 0.5em;
+ display: inline-block;
+ width: 98%;
+}
+
+/* for elements that should be revealed only via js */
+.hide {
+ display: none;
+}
+
+#li_select_server {
+ list-style-image: url(getImgPath(); ?>s_host.png);
+}
+
+#list_server {
+ list-style-image: none;
+}
+
+/**
+ * Progress bar styles
+ */
+div.upload_progress_bar_outer
+{
+ border: 1px solid black;
+ width: 202px;
+}
+
+div.upload_progress_bar_inner
+{
+ background-color: ;
+ width: 0px;
+ height: 12px;
+ margin: 1px;
+}
+
+table#serverconnection_src_remote,
+table#serverconnection_trg_remote,
+table#serverconnection_src_local,
+table#serverconnection_trg_local {
+ float:left;
+}
+/**
+ * Validation error message styles
+ */
+.invalid_value
+{background:#F00;}
+
+/**
+ * Ajax notification styling
+ */
+ .ajax_notification {
+ top: 0px; /** The notification needs to be shown on the top of the page */
+ position: fixed;
+ margin-top: 0;
+ margin-right: auto;
+ margin-bottom: 0;
+ margin-left: auto;
+ padding: 5px; /** Keep a little space on the sides of the text */
+ min-width: 70px;
+ max-width: 350px; /** This value might have to be changed */
+
+ z-index: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */
+ text-align: center;
+ display: inline;
+ left: 0;
+ right: 0;
+ background-image: url(./themes/pmahomme/img/ajax_clock_small.gif);
+ background-repeat: no-repeat;
+ background-position: 2%;
+ border:1px solid #e2b709;
+ }
+
+/* MH additional styles */
+.ajax_notification{
+ margin-top:200px;background:#ffe57e;
+ border-radius:5px;
+ -moz-border-radius:5px;
+ -webkit-border-radius:5px;
+ box-shadow: 0px 5px 90px #888;
+ -moz-box-shadow: 0px 5px 90px #888;
+ -webkit-box-shadow: 0px 5px 90px #888;
+}
+
+#loading_parent {
+ /** Need this parent to properly center the notification division */
+ position: relative;
+ width: 100%;
+ }
+/**
+ * Export and Import styles
+ */
+
+.exportoptions h3, .importoptions h3 {
+ border-bottom: 1px #999999 solid;
+ font-size: 110%;
+}
+
+.exportoptions ul, .importoptions ul, .format_specific_options ul {
+ list-style-type: none;
+ margin-bottom: 15px;
+}
+
+.exportoptions li, .importoptions li {
+ margin: 7px;
+}
+.exportoptions label, .importoptions label, .exportoptions p, .importoptions p {
+ margin: 5px;
+ float: none;
+}
+
+#csv_options label.desc, #ldi_options label.desc, #latex_options label.desc, #output label.desc{
+ float: left;
+ width: 15em;
+}
+
+.exportoptions, .importoptions {
+ margin: 20px 30px 30px 10px
+}
+
+.exportoptions #buttonGo, .importoptions #buttonGo {
+ font-weight:bold;
+ margin-left:14px;
+ border: 1px solid #aaa;
+ padding: 5px 12px;
+ color: #111;
+ text-decoration: none;
+ background: #ddd;
+
+ border-radius: 12px;
+ -webkit-border-radius: 12px;
+ -moz-border-radius: 12px;
+
+ text-shadow: 0px 1px 0px #fff;
+
+ background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
+ background: -moz-linear-gradient(top, #ffffff, #cccccc);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
+ cursor: pointer;
+}
+#buttonGo:hover{
+ background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd));
+ background: -moz-linear-gradient(top, #cccccc, #dddddd);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dddddd');
+}
+
+.format_specific_options h3 {
+ margin: 10px 0px 0px 10px;
+ border: 0px;
+}
+
+.format_specific_options {
+ border: 1px solid #999999;
+ margin: 7px 0px;
+ padding: 3px;
+}
+
+p.desc {
+ margin: 5px;
+}
+
+/**
+ * Export styles only
+ */
+select#db_select, select#table_select {
+ width: 400px;
+}
+
+.export_sub_options {
+ margin: 20px 0px 0px 30px;
+}
+
+.export_sub_options h4 {
+ border-bottom: 1px #999999 solid;
+}
+
+.export_sub_options li.subgroup {
+ display: inline-block;
+ margin-top: 0;
+}
+
+.export_sub_options li {
+ margin-bottom: 0;
+}
+
+#quick_or_custom, #output_quick_export {
+ display: none;
+}
+/**
+ * Import styles only
+ */
+
+.importoptions #import_notification {
+ margin: 10px 0px;
+ font-style: italic;
+}
+
+input#input_import_file {
+ margin: 5px;
+}
+
+.formelementrow {
+ margin: 5px 0px 5px 0px;
+}
+
+/**
+ * ENUM/SET editor styles
+ */
+p.enum_notice {
+ margin: 5px 2px;
+ font-size: 80%;
+}
+
+#enum_editor {
+ display: none;
+ position: fixed;
+ _position: absolute; /* hack for IE */
+ z-index: 101;
+ overflow-y: auto;
+ overflow-x: hidden;
+}
+
+#enum_editor_no_js {
+ margin: auto auto;
+}
+
+#enum_editor, #enum_editor_no_js {
+ background: #D0DCE0;
+ padding: 15px;
+}
+
+#popup_background {
+ display: none;
+ position: fixed;
+ _position: absolute; /* hack for IE6 */
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0;
+ background: #000;
+ z-index: 100;
+ overflow: hidden;
+}
+
+a.close_enum_editor {
+ float: right;
+}
+
+#enum_editor #values, #enum_editor_no_js #values {
+ margin: 15px 0px;
+ width: 100%;
+}
+
+#enum_editor #values input, #enum_editor_no_js #values input {
+ margin: 5px 0px;
+ float: top;
+ width: 100%;
+}
+
+}
+
+#enum_editor_output {
+ margin-top: 50px;
+}
+
+/**
+ * Table structure styles
+ */
+.structure_actions_dropdown {
+ position: absolute;
+ padding: 3px;
+ display: none;
+ z-index: 100;
+}
+
+td.more_opts {
+ white-space: nowrap;
+}
+
+iframe.IE_hack {
+ z-index: 1;
+ position: absolute;
+ display: none;
+ border: 0;
+ filter: alpha(opacity=0);
+}
+
+/* config forms */
+.config-form ul.tabs {
+ margin: 1.1em 0.2em 0;
+ padding: 0 0 0.3em 0;
+ list-style: none;
+ font-weight: bold;
+}
+
+.config-form ul.tabs li {
+ float: ;
+}
+
+.config-form ul.tabs li a {
+ display: block;
+ margin: 0.1em 0.2em 0;
+ white-space: nowrap;
+ text-decoration: none;
+ border: 1px solid ;
+ border-bottom: none;
+}
+
+/*MH*/
+.config-form ul.tabs li a {
+ padding:7px 10px;
+ -moz-border-radius:5px 5px 0 0;
+ -webkit-border-radius:5px 5px 0 0;
+ border-radius:5px 5px 0 0;
+ background:#d5d5d5;
+ color:#fff;
+}
+
+.config-form ul.tabs li a:hover,
+.config-form ul.tabs li a:active,
+.config-form ul.tabs li a.active {
+ /*margin: 0;*/
+ /*padding: 0.1em 0.6em 0.2em;*/
+}
+
+.config-form ul.tabs li a.active {
+ background-color: #fff;
+ margin-top:1px;
+ color:#000;
+}
+
+.config-form fieldset {
+ margin-top: 0;
+ padding: 0;
+ clear: both;
+ /*border-color: ;*/
+}
+
+.config-form legend {
+ display: none;
+}
+
+.config-form fieldset p {
+ margin: 0;
+ padding: 0.5em;
+ background: #fff;
+ border-top:0px;
+}
+
+.config-form fieldset .errors { /* form error list */
+ margin: 0 -2px 1em -2px;
+ padding: 0.5em 1.5em;
+ background: #FBEAD9;
+ border: 0 #C83838 solid;
+ border-width: 1px 0;
+ list-style: none;
+ font-family: sans-serif;
+ font-size: small;
+}
+
+.config-form fieldset .inline_errors { /* field error list */
+ margin: 0.3em 0.3em 0.3em 0;
+ padding: 0;
+ list-style: none;
+ color: #9A0000;
+ font-size: small;
+}
+
+.config-form fieldset th {
+ padding: 0.3em 0.3em 0.3em 0.5em;
+ text-align: left;
+ vertical-align: top;
+ width: 40%;
+ background: transparent;
+}
+
+.config-form fieldset .doc, .config-form fieldset .disabled-notice {
+ margin-left: 1em;
+}
+
+.config-form fieldset .disabled-notice {
+ font-size: 80%;
+ text-transform: uppercase;
+ color: #E00;
+ cursor: help;
+}
+
+.config-form fieldset td {
+ padding-top: 0.3em;
+ padding-bottom: 0.3em;
+ vertical-align: top;
+}
+
+.config-form fieldset th small {
+ display: block;
+ font-weight: normal;
+ font-family: sans-serif;
+ font-size: x-small;
+ color: #444;
+}
+
+.config-form fieldset th, .config-form fieldset td {
+ border-top: 1px solid;
+}
+
+fieldset .group-header th {
+ background: ;
+}
+
+fieldset .group-header + tr th {
+ padding-top: 0.6em;
+}
+
+fieldset .group-field-1 th, fieldset .group-header-2 th {
+ padding-left: 1.5em;
+}
+
+fieldset .group-field-2 th, fieldset .group-header-3 th {
+ padding-left: 3em;
+}
+
+fieldset .group-field-3 th {
+ padding-left: 4.5em;
+}
+
+fieldset .disabled-field th,
+fieldset .disabled-field th small,
+fieldset .disabled-field td {
+ color: #666;
+ background-color: #ddd;
+}
+
+.config-form .lastrow {
+ border-top: 1px #000 solid;
+}
+
+.config-form .lastrow {
+ background: ;;
+ padding: 0.5em;
+ text-align: center;
+}
+
+.config-form .lastrow input {
+ font-weight: bold;
+}
+
+/* form elements */
+
+.config-form span.checkbox {
+ padding: 2px;
+ display: inline-block;
+}
+
+.config-form .custom { /* customized field */
+ background: #FFC;
+}
+
+.config-form span.checkbox.custom {
+ padding: 1px;
+ border: 1px #EDEC90 solid;
+ background: #FFC;
+}
+
+.config-form .field-error {
+ border-color: #A11 !important;
+}
+
+.config-form input[type="text"],
+.config-form select,
+.config-form textarea {
+ border: 1px #A7A6AA solid;
+ height: auto;
+}
+
+.config-form input[type="text"]:focus,
+.config-form select:focus,
+.config-form textarea:focus {
+ border: 1px #6676FF solid;
+ background: #F7FBFF;
+}
+
+.config-form .field-comment-mark {
+ font-family: serif;
+ color: #007;
+ cursor: help;
+ padding: 0 0.2em;
+ font-weight: bold;
+ font-style: italic;
+}
+
+.config-form .field-comment-warning {
+ color: #A00;
+}
+
+/* error list */
+.config-form dd {
+ margin-left: 0.5em;
+}
+
+.config-form dd:before {
+ content: "\25B8 ";
+}
+
+.click-hide-message {
+ cursor: pointer;
+}
+
+.prefsmanage_opts {
+ margin-: 2em;
+}
+
+#prefs_autoload {
+ margin-bottom: 0.5em;
+}
\ No newline at end of file
diff --git a/themes/pmahomme/img/ajax_clock_small.gif b/themes/pmahomme/img/ajax_clock_small.gif
new file mode 100644
index 000000000..5b33f7e54
Binary files /dev/null and b/themes/pmahomme/img/ajax_clock_small.gif differ
diff --git a/themes/pmahomme/img/arrow_ltr.png b/themes/pmahomme/img/arrow_ltr.png
new file mode 100644
index 000000000..20a418867
Binary files /dev/null and b/themes/pmahomme/img/arrow_ltr.png differ
diff --git a/themes/pmahomme/img/arrow_rtl.png b/themes/pmahomme/img/arrow_rtl.png
new file mode 100644
index 000000000..ff045a094
Binary files /dev/null and b/themes/pmahomme/img/arrow_rtl.png differ
diff --git a/themes/pmahomme/img/asc_order.png b/themes/pmahomme/img/asc_order.png
new file mode 100644
index 000000000..9b23c06d7
Binary files /dev/null and b/themes/pmahomme/img/asc_order.png differ
diff --git a/themes/pmahomme/img/b_bookmark.png b/themes/pmahomme/img/b_bookmark.png
new file mode 100644
index 000000000..e2f084727
Binary files /dev/null and b/themes/pmahomme/img/b_bookmark.png differ
diff --git a/themes/pmahomme/img/b_browse.png b/themes/pmahomme/img/b_browse.png
new file mode 100644
index 000000000..abcd93689
Binary files /dev/null and b/themes/pmahomme/img/b_browse.png differ
diff --git a/themes/pmahomme/img/b_calendar.png b/themes/pmahomme/img/b_calendar.png
new file mode 100644
index 000000000..658913852
Binary files /dev/null and b/themes/pmahomme/img/b_calendar.png differ
diff --git a/themes/pmahomme/img/b_chart.png b/themes/pmahomme/img/b_chart.png
new file mode 100644
index 000000000..9051fbc60
Binary files /dev/null and b/themes/pmahomme/img/b_chart.png differ
diff --git a/themes/pmahomme/img/b_comment.png b/themes/pmahomme/img/b_comment.png
new file mode 100644
index 000000000..7bc9233ea
Binary files /dev/null and b/themes/pmahomme/img/b_comment.png differ
diff --git a/themes/pmahomme/img/b_dbstatistics.png b/themes/pmahomme/img/b_dbstatistics.png
new file mode 100644
index 000000000..9051fbc60
Binary files /dev/null and b/themes/pmahomme/img/b_dbstatistics.png differ
diff --git a/themes/pmahomme/img/b_deltbl.png b/themes/pmahomme/img/b_deltbl.png
new file mode 100644
index 000000000..b85916d92
Binary files /dev/null and b/themes/pmahomme/img/b_deltbl.png differ
diff --git a/themes/pmahomme/img/b_docs.png b/themes/pmahomme/img/b_docs.png
new file mode 100644
index 000000000..5c870176d
Binary files /dev/null and b/themes/pmahomme/img/b_docs.png differ
diff --git a/themes/pmahomme/img/b_docsql.png b/themes/pmahomme/img/b_docsql.png
new file mode 100644
index 000000000..0568a4595
Binary files /dev/null and b/themes/pmahomme/img/b_docsql.png differ
diff --git a/themes/pmahomme/img/b_drop.png b/themes/pmahomme/img/b_drop.png
new file mode 100644
index 000000000..08f249365
Binary files /dev/null and b/themes/pmahomme/img/b_drop.png differ
diff --git a/themes/pmahomme/img/b_edit.png b/themes/pmahomme/img/b_edit.png
new file mode 100644
index 000000000..1db9ce191
Binary files /dev/null and b/themes/pmahomme/img/b_edit.png differ
diff --git a/themes/pmahomme/img/b_empty.png b/themes/pmahomme/img/b_empty.png
new file mode 100644
index 000000000..afe22ba99
Binary files /dev/null and b/themes/pmahomme/img/b_empty.png differ
diff --git a/themes/pmahomme/img/b_engine.png b/themes/pmahomme/img/b_engine.png
new file mode 100644
index 000000000..7c0ab2b4c
Binary files /dev/null and b/themes/pmahomme/img/b_engine.png differ
diff --git a/themes/pmahomme/img/b_export.png b/themes/pmahomme/img/b_export.png
new file mode 100644
index 000000000..ff5925efd
Binary files /dev/null and b/themes/pmahomme/img/b_export.png differ
diff --git a/themes/pmahomme/img/b_firstpage.png b/themes/pmahomme/img/b_firstpage.png
new file mode 100644
index 000000000..15d1584bd
Binary files /dev/null and b/themes/pmahomme/img/b_firstpage.png differ
diff --git a/themes/pmahomme/img/b_ftext.png b/themes/pmahomme/img/b_ftext.png
new file mode 100644
index 000000000..795b6caab
Binary files /dev/null and b/themes/pmahomme/img/b_ftext.png differ
diff --git a/themes/pmahomme/img/b_help.png b/themes/pmahomme/img/b_help.png
new file mode 100644
index 000000000..54c4552b1
Binary files /dev/null and b/themes/pmahomme/img/b_help.png differ
diff --git a/themes/pmahomme/img/b_home.png b/themes/pmahomme/img/b_home.png
new file mode 100644
index 000000000..fed62219f
Binary files /dev/null and b/themes/pmahomme/img/b_home.png differ
diff --git a/themes/pmahomme/img/b_import.png b/themes/pmahomme/img/b_import.png
new file mode 100644
index 000000000..54c69691e
Binary files /dev/null and b/themes/pmahomme/img/b_import.png differ
diff --git a/themes/pmahomme/img/b_index.png b/themes/pmahomme/img/b_index.png
new file mode 100644
index 000000000..612612b5e
Binary files /dev/null and b/themes/pmahomme/img/b_index.png differ
diff --git a/themes/pmahomme/img/b_info.png b/themes/pmahomme/img/b_info.png
new file mode 100644
index 000000000..f656887c3
Binary files /dev/null and b/themes/pmahomme/img/b_info.png differ
diff --git a/themes/pmahomme/img/b_insrow.png b/themes/pmahomme/img/b_insrow.png
new file mode 100644
index 000000000..0191cfbd2
Binary files /dev/null and b/themes/pmahomme/img/b_insrow.png differ
diff --git a/themes/pmahomme/img/b_lastpage.png b/themes/pmahomme/img/b_lastpage.png
new file mode 100644
index 000000000..4a2f9d4e4
Binary files /dev/null and b/themes/pmahomme/img/b_lastpage.png differ
diff --git a/themes/pmahomme/img/b_minus.png b/themes/pmahomme/img/b_minus.png
new file mode 100644
index 000000000..b47ce55f6
Binary files /dev/null and b/themes/pmahomme/img/b_minus.png differ
diff --git a/themes/pmahomme/img/b_more.png b/themes/pmahomme/img/b_more.png
new file mode 100644
index 000000000..e7383183b
Binary files /dev/null and b/themes/pmahomme/img/b_more.png differ
diff --git a/themes/pmahomme/img/b_newdb.png b/themes/pmahomme/img/b_newdb.png
new file mode 100644
index 000000000..802bd6cde
Binary files /dev/null and b/themes/pmahomme/img/b_newdb.png differ
diff --git a/themes/pmahomme/img/b_newtbl.png b/themes/pmahomme/img/b_newtbl.png
new file mode 100644
index 000000000..b43f694f1
Binary files /dev/null and b/themes/pmahomme/img/b_newtbl.png differ
diff --git a/themes/pmahomme/img/b_nextpage.png b/themes/pmahomme/img/b_nextpage.png
new file mode 100644
index 000000000..e252606d3
Binary files /dev/null and b/themes/pmahomme/img/b_nextpage.png differ
diff --git a/themes/pmahomme/img/b_pdfdoc.png b/themes/pmahomme/img/b_pdfdoc.png
new file mode 100644
index 000000000..8f8095e46
Binary files /dev/null and b/themes/pmahomme/img/b_pdfdoc.png differ
diff --git a/themes/pmahomme/img/b_plus.png b/themes/pmahomme/img/b_plus.png
new file mode 100644
index 000000000..9ab4a8966
Binary files /dev/null and b/themes/pmahomme/img/b_plus.png differ
diff --git a/themes/pmahomme/img/b_prevpage.png b/themes/pmahomme/img/b_prevpage.png
new file mode 100644
index 000000000..18f9cc109
Binary files /dev/null and b/themes/pmahomme/img/b_prevpage.png differ
diff --git a/themes/pmahomme/img/b_primary.png b/themes/pmahomme/img/b_primary.png
new file mode 100644
index 000000000..4ec1a9281
Binary files /dev/null and b/themes/pmahomme/img/b_primary.png differ
diff --git a/themes/pmahomme/img/b_print.png b/themes/pmahomme/img/b_print.png
new file mode 100644
index 000000000..a350d1871
Binary files /dev/null and b/themes/pmahomme/img/b_print.png differ
diff --git a/themes/pmahomme/img/b_props.png b/themes/pmahomme/img/b_props.png
new file mode 100644
index 000000000..28b8505c0
Binary files /dev/null and b/themes/pmahomme/img/b_props.png differ
diff --git a/themes/pmahomme/img/b_relations.png b/themes/pmahomme/img/b_relations.png
new file mode 100644
index 000000000..675a4159a
Binary files /dev/null and b/themes/pmahomme/img/b_relations.png differ
diff --git a/themes/pmahomme/img/b_save.png b/themes/pmahomme/img/b_save.png
new file mode 100644
index 000000000..99d532e8b
Binary files /dev/null and b/themes/pmahomme/img/b_save.png differ
diff --git a/themes/pmahomme/img/b_sbrowse.png b/themes/pmahomme/img/b_sbrowse.png
new file mode 100644
index 000000000..abcd93689
Binary files /dev/null and b/themes/pmahomme/img/b_sbrowse.png differ
diff --git a/themes/pmahomme/img/b_sdb.png b/themes/pmahomme/img/b_sdb.png
new file mode 100644
index 000000000..7d3a11ea7
Binary files /dev/null and b/themes/pmahomme/img/b_sdb.png differ
diff --git a/themes/pmahomme/img/b_search.png b/themes/pmahomme/img/b_search.png
new file mode 100644
index 000000000..cf3d97f75
Binary files /dev/null and b/themes/pmahomme/img/b_search.png differ
diff --git a/themes/pmahomme/img/b_selboard.png b/themes/pmahomme/img/b_selboard.png
new file mode 100644
index 000000000..61a8556c4
Binary files /dev/null and b/themes/pmahomme/img/b_selboard.png differ
diff --git a/themes/pmahomme/img/b_select.png b/themes/pmahomme/img/b_select.png
new file mode 100644
index 000000000..af4fe0747
Binary files /dev/null and b/themes/pmahomme/img/b_select.png differ
diff --git a/themes/pmahomme/img/b_snewtbl.png b/themes/pmahomme/img/b_snewtbl.png
new file mode 100644
index 000000000..6332fefea
Binary files /dev/null and b/themes/pmahomme/img/b_snewtbl.png differ
diff --git a/themes/pmahomme/img/b_sql.png b/themes/pmahomme/img/b_sql.png
new file mode 100644
index 000000000..0f9ed4d48
Binary files /dev/null and b/themes/pmahomme/img/b_sql.png differ
diff --git a/themes/pmahomme/img/b_sqldoc.png b/themes/pmahomme/img/b_sqldoc.png
new file mode 100644
index 000000000..b02f18595
Binary files /dev/null and b/themes/pmahomme/img/b_sqldoc.png differ
diff --git a/themes/pmahomme/img/b_sqlhelp.png b/themes/pmahomme/img/b_sqlhelp.png
new file mode 100644
index 000000000..bddba1f98
Binary files /dev/null and b/themes/pmahomme/img/b_sqlhelp.png differ
diff --git a/themes/pmahomme/img/b_tblanalyse.png b/themes/pmahomme/img/b_tblanalyse.png
new file mode 100644
index 000000000..92dffe37e
Binary files /dev/null and b/themes/pmahomme/img/b_tblanalyse.png differ
diff --git a/themes/pmahomme/img/b_tblexport.png b/themes/pmahomme/img/b_tblexport.png
new file mode 100644
index 000000000..ff5925efd
Binary files /dev/null and b/themes/pmahomme/img/b_tblexport.png differ
diff --git a/themes/pmahomme/img/b_tblimport.png b/themes/pmahomme/img/b_tblimport.png
new file mode 100644
index 000000000..54c69691e
Binary files /dev/null and b/themes/pmahomme/img/b_tblimport.png differ
diff --git a/themes/pmahomme/img/b_tblops.png b/themes/pmahomme/img/b_tblops.png
new file mode 100644
index 000000000..5c8213fef
Binary files /dev/null and b/themes/pmahomme/img/b_tblops.png differ
diff --git a/themes/pmahomme/img/b_tbloptimize.png b/themes/pmahomme/img/b_tbloptimize.png
new file mode 100644
index 000000000..937fa21f7
Binary files /dev/null and b/themes/pmahomme/img/b_tbloptimize.png differ
diff --git a/themes/pmahomme/img/b_tipp.png b/themes/pmahomme/img/b_tipp.png
new file mode 100644
index 000000000..d22fde8ba
Binary files /dev/null and b/themes/pmahomme/img/b_tipp.png differ
diff --git a/themes/pmahomme/img/b_unique.png b/themes/pmahomme/img/b_unique.png
new file mode 100644
index 000000000..75deed888
Binary files /dev/null and b/themes/pmahomme/img/b_unique.png differ
diff --git a/themes/pmahomme/img/b_usradd.png b/themes/pmahomme/img/b_usradd.png
new file mode 100644
index 000000000..deae99bcf
Binary files /dev/null and b/themes/pmahomme/img/b_usradd.png differ
diff --git a/themes/pmahomme/img/b_usrcheck.png b/themes/pmahomme/img/b_usrcheck.png
new file mode 100644
index 000000000..0468cf08f
Binary files /dev/null and b/themes/pmahomme/img/b_usrcheck.png differ
diff --git a/themes/pmahomme/img/b_usrdrop.png b/themes/pmahomme/img/b_usrdrop.png
new file mode 100644
index 000000000..acbb5630e
Binary files /dev/null and b/themes/pmahomme/img/b_usrdrop.png differ
diff --git a/themes/pmahomme/img/b_usredit.png b/themes/pmahomme/img/b_usredit.png
new file mode 100644
index 000000000..c1974cda7
Binary files /dev/null and b/themes/pmahomme/img/b_usredit.png differ
diff --git a/themes/pmahomme/img/b_usrlist.png b/themes/pmahomme/img/b_usrlist.png
new file mode 100644
index 000000000..7fb4e1f1e
Binary files /dev/null and b/themes/pmahomme/img/b_usrlist.png differ
diff --git a/themes/pmahomme/img/b_view.png b/themes/pmahomme/img/b_view.png
new file mode 100644
index 000000000..f678d06dc
Binary files /dev/null and b/themes/pmahomme/img/b_view.png differ
diff --git a/themes/pmahomme/img/b_views.png b/themes/pmahomme/img/b_views.png
new file mode 100644
index 000000000..1031697e0
Binary files /dev/null and b/themes/pmahomme/img/b_views.png differ
diff --git a/themes/pmahomme/img/bd_browse.png b/themes/pmahomme/img/bd_browse.png
new file mode 100644
index 000000000..21878cb64
Binary files /dev/null and b/themes/pmahomme/img/bd_browse.png differ
diff --git a/themes/pmahomme/img/bd_deltbl.png b/themes/pmahomme/img/bd_deltbl.png
new file mode 100644
index 000000000..9af8a73a8
Binary files /dev/null and b/themes/pmahomme/img/bd_deltbl.png differ
diff --git a/themes/pmahomme/img/bd_drop.png b/themes/pmahomme/img/bd_drop.png
new file mode 100644
index 000000000..b886a24f5
Binary files /dev/null and b/themes/pmahomme/img/bd_drop.png differ
diff --git a/themes/pmahomme/img/bd_empty.png b/themes/pmahomme/img/bd_empty.png
new file mode 100644
index 000000000..d2c128eb8
Binary files /dev/null and b/themes/pmahomme/img/bd_empty.png differ
diff --git a/themes/pmahomme/img/bd_firstpage.png b/themes/pmahomme/img/bd_firstpage.png
new file mode 100644
index 000000000..ff0ff282c
Binary files /dev/null and b/themes/pmahomme/img/bd_firstpage.png differ
diff --git a/themes/pmahomme/img/bd_ftext.png b/themes/pmahomme/img/bd_ftext.png
new file mode 100644
index 000000000..9e2fc1927
Binary files /dev/null and b/themes/pmahomme/img/bd_ftext.png differ
diff --git a/themes/pmahomme/img/bd_index.png b/themes/pmahomme/img/bd_index.png
new file mode 100644
index 000000000..c14c0adfb
Binary files /dev/null and b/themes/pmahomme/img/bd_index.png differ
diff --git a/themes/pmahomme/img/bd_insrow.png b/themes/pmahomme/img/bd_insrow.png
new file mode 100644
index 000000000..80196a840
Binary files /dev/null and b/themes/pmahomme/img/bd_insrow.png differ
diff --git a/themes/pmahomme/img/bd_lastpage.png b/themes/pmahomme/img/bd_lastpage.png
new file mode 100644
index 000000000..53c0a773a
Binary files /dev/null and b/themes/pmahomme/img/bd_lastpage.png differ
diff --git a/themes/pmahomme/img/bd_nextpage.png b/themes/pmahomme/img/bd_nextpage.png
new file mode 100644
index 000000000..4f7dd40a4
Binary files /dev/null and b/themes/pmahomme/img/bd_nextpage.png differ
diff --git a/themes/pmahomme/img/bd_prevpage.png b/themes/pmahomme/img/bd_prevpage.png
new file mode 100644
index 000000000..bdca38821
Binary files /dev/null and b/themes/pmahomme/img/bd_prevpage.png differ
diff --git a/themes/pmahomme/img/bd_primary.png b/themes/pmahomme/img/bd_primary.png
new file mode 100644
index 000000000..74772d524
Binary files /dev/null and b/themes/pmahomme/img/bd_primary.png differ
diff --git a/themes/pmahomme/img/bd_sbrowse.png b/themes/pmahomme/img/bd_sbrowse.png
new file mode 100644
index 000000000..7a8054713
Binary files /dev/null and b/themes/pmahomme/img/bd_sbrowse.png differ
diff --git a/themes/pmahomme/img/bd_select.png b/themes/pmahomme/img/bd_select.png
new file mode 100644
index 000000000..1da305662
Binary files /dev/null and b/themes/pmahomme/img/bd_select.png differ
diff --git a/themes/pmahomme/img/bd_unique.png b/themes/pmahomme/img/bd_unique.png
new file mode 100644
index 000000000..fc42e2bf7
Binary files /dev/null and b/themes/pmahomme/img/bd_unique.png differ
diff --git a/themes/pmahomme/img/body_bg.png b/themes/pmahomme/img/body_bg.png
new file mode 100644
index 000000000..fd8700c5e
Binary files /dev/null and b/themes/pmahomme/img/body_bg.png differ
diff --git a/themes/pmahomme/img/database.png b/themes/pmahomme/img/database.png
new file mode 100644
index 000000000..3d09261a2
Binary files /dev/null and b/themes/pmahomme/img/database.png differ
diff --git a/themes/pmahomme/img/database_list_li_hover.png b/themes/pmahomme/img/database_list_li_hover.png
new file mode 100644
index 000000000..6b98f80c3
Binary files /dev/null and b/themes/pmahomme/img/database_list_li_hover.png differ
diff --git a/themes/pmahomme/img/docs_menu_bg.png b/themes/pmahomme/img/docs_menu_bg.png
new file mode 100644
index 000000000..8fe0d9746
Binary files /dev/null and b/themes/pmahomme/img/docs_menu_bg.png differ
diff --git a/themes/pmahomme/img/error.ico b/themes/pmahomme/img/error.ico
new file mode 100644
index 000000000..0b6a8a997
Binary files /dev/null and b/themes/pmahomme/img/error.ico differ
diff --git a/themes/pmahomme/img/eye.png b/themes/pmahomme/img/eye.png
new file mode 100644
index 000000000..564a1a971
Binary files /dev/null and b/themes/pmahomme/img/eye.png differ
diff --git a/themes/pmahomme/img/eye_grey.png b/themes/pmahomme/img/eye_grey.png
new file mode 100644
index 000000000..8c7baaf90
Binary files /dev/null and b/themes/pmahomme/img/eye_grey.png differ
diff --git a/themes/pmahomme/img/input_bg.gif b/themes/pmahomme/img/input_bg.gif
new file mode 100644
index 000000000..f170eeb73
Binary files /dev/null and b/themes/pmahomme/img/input_bg.gif differ
diff --git a/themes/pmahomme/img/item.png b/themes/pmahomme/img/item.png
new file mode 100644
index 000000000..9f0aa57f9
Binary files /dev/null and b/themes/pmahomme/img/item.png differ
diff --git a/themes/pmahomme/img/item_ltr.png b/themes/pmahomme/img/item_ltr.png
new file mode 100644
index 000000000..add41a33d
Binary files /dev/null and b/themes/pmahomme/img/item_ltr.png differ
diff --git a/themes/pmahomme/img/item_rtl.png b/themes/pmahomme/img/item_rtl.png
new file mode 100644
index 000000000..05d776a79
Binary files /dev/null and b/themes/pmahomme/img/item_rtl.png differ
diff --git a/themes/pmahomme/img/left_nav_bg.png b/themes/pmahomme/img/left_nav_bg.png
new file mode 100644
index 000000000..629b5019f
Binary files /dev/null and b/themes/pmahomme/img/left_nav_bg.png differ
diff --git a/themes/pmahomme/img/logo_left.png b/themes/pmahomme/img/logo_left.png
new file mode 100644
index 000000000..cb7353d9f
Binary files /dev/null and b/themes/pmahomme/img/logo_left.png differ
diff --git a/themes/pmahomme/img/logo_right.png b/themes/pmahomme/img/logo_right.png
new file mode 100644
index 000000000..0a22ac947
Binary files /dev/null and b/themes/pmahomme/img/logo_right.png differ
diff --git a/themes/pmahomme/img/marked_bg.png b/themes/pmahomme/img/marked_bg.png
new file mode 100644
index 000000000..29ca62d34
Binary files /dev/null and b/themes/pmahomme/img/marked_bg.png differ
diff --git a/themes/pmahomme/img/more.png b/themes/pmahomme/img/more.png
new file mode 100644
index 000000000..e83694b3b
Binary files /dev/null and b/themes/pmahomme/img/more.png differ
diff --git a/themes/pmahomme/img/new_data.jpg b/themes/pmahomme/img/new_data.jpg
new file mode 100644
index 000000000..08d30d34a
Binary files /dev/null and b/themes/pmahomme/img/new_data.jpg differ
diff --git a/themes/pmahomme/img/new_data_hovered.jpg b/themes/pmahomme/img/new_data_hovered.jpg
new file mode 100644
index 000000000..c385872ad
Binary files /dev/null and b/themes/pmahomme/img/new_data_hovered.jpg differ
diff --git a/themes/pmahomme/img/new_data_selected.jpg b/themes/pmahomme/img/new_data_selected.jpg
new file mode 100644
index 000000000..caabf6767
Binary files /dev/null and b/themes/pmahomme/img/new_data_selected.jpg differ
diff --git a/themes/pmahomme/img/new_data_selected_hovered.jpg b/themes/pmahomme/img/new_data_selected_hovered.jpg
new file mode 100644
index 000000000..a34ba2194
Binary files /dev/null and b/themes/pmahomme/img/new_data_selected_hovered.jpg differ
diff --git a/themes/pmahomme/img/new_struct.jpg b/themes/pmahomme/img/new_struct.jpg
new file mode 100644
index 000000000..283a5e969
Binary files /dev/null and b/themes/pmahomme/img/new_struct.jpg differ
diff --git a/themes/pmahomme/img/new_struct_hovered.jpg b/themes/pmahomme/img/new_struct_hovered.jpg
new file mode 100644
index 000000000..7a7c70442
Binary files /dev/null and b/themes/pmahomme/img/new_struct_hovered.jpg differ
diff --git a/themes/pmahomme/img/new_struct_selected.jpg b/themes/pmahomme/img/new_struct_selected.jpg
new file mode 100644
index 000000000..16b2b8cb3
Binary files /dev/null and b/themes/pmahomme/img/new_struct_selected.jpg differ
diff --git a/themes/pmahomme/img/new_struct_selected_hovered.jpg b/themes/pmahomme/img/new_struct_selected_hovered.jpg
new file mode 100644
index 000000000..77a53715d
Binary files /dev/null and b/themes/pmahomme/img/new_struct_selected_hovered.jpg differ
diff --git a/themes/pmahomme/img/php_sym.png b/themes/pmahomme/img/php_sym.png
new file mode 100644
index 000000000..757374850
Binary files /dev/null and b/themes/pmahomme/img/php_sym.png differ
diff --git a/themes/pmahomme/img/pma_logo2.png b/themes/pmahomme/img/pma_logo2.png
new file mode 100644
index 000000000..51d37ace5
Binary files /dev/null and b/themes/pmahomme/img/pma_logo2.png differ
diff --git a/themes/pmahomme/img/s_asc.png b/themes/pmahomme/img/s_asc.png
new file mode 100644
index 000000000..24df0f421
Binary files /dev/null and b/themes/pmahomme/img/s_asc.png differ
diff --git a/themes/pmahomme/img/s_asci.png b/themes/pmahomme/img/s_asci.png
new file mode 100644
index 000000000..2fbdd6920
Binary files /dev/null and b/themes/pmahomme/img/s_asci.png differ
diff --git a/themes/pmahomme/img/s_attention.png b/themes/pmahomme/img/s_attention.png
new file mode 100644
index 000000000..628cf2dae
Binary files /dev/null and b/themes/pmahomme/img/s_attention.png differ
diff --git a/themes/pmahomme/img/s_cancel.png b/themes/pmahomme/img/s_cancel.png
new file mode 100644
index 000000000..c149c2bc0
Binary files /dev/null and b/themes/pmahomme/img/s_cancel.png differ
diff --git a/themes/pmahomme/img/s_cancel2.png b/themes/pmahomme/img/s_cancel2.png
new file mode 100644
index 000000000..bd6271b24
Binary files /dev/null and b/themes/pmahomme/img/s_cancel2.png differ
diff --git a/themes/pmahomme/img/s_db.png b/themes/pmahomme/img/s_db.png
new file mode 100644
index 000000000..3d09261a2
Binary files /dev/null and b/themes/pmahomme/img/s_db.png differ
diff --git a/themes/pmahomme/img/s_desc.png b/themes/pmahomme/img/s_desc.png
new file mode 100644
index 000000000..9b23c06d7
Binary files /dev/null and b/themes/pmahomme/img/s_desc.png differ
diff --git a/themes/pmahomme/img/s_error.png b/themes/pmahomme/img/s_error.png
new file mode 100644
index 000000000..c37bd062e
Binary files /dev/null and b/themes/pmahomme/img/s_error.png differ
diff --git a/themes/pmahomme/img/s_error2.png b/themes/pmahomme/img/s_error2.png
new file mode 100644
index 000000000..e3e8ad768
Binary files /dev/null and b/themes/pmahomme/img/s_error2.png differ
diff --git a/themes/pmahomme/img/s_fulltext.png b/themes/pmahomme/img/s_fulltext.png
new file mode 100644
index 000000000..cd4c6ec29
Binary files /dev/null and b/themes/pmahomme/img/s_fulltext.png differ
diff --git a/themes/pmahomme/img/s_host.png b/themes/pmahomme/img/s_host.png
new file mode 100644
index 000000000..9bc37dce3
Binary files /dev/null and b/themes/pmahomme/img/s_host.png differ
diff --git a/themes/pmahomme/img/s_info.png b/themes/pmahomme/img/s_info.png
new file mode 100644
index 000000000..12cd1aef9
Binary files /dev/null and b/themes/pmahomme/img/s_info.png differ
diff --git a/themes/pmahomme/img/s_lang.png b/themes/pmahomme/img/s_lang.png
new file mode 100644
index 000000000..e54ebebaf
Binary files /dev/null and b/themes/pmahomme/img/s_lang.png differ
diff --git a/themes/pmahomme/img/s_loggoff.png b/themes/pmahomme/img/s_loggoff.png
new file mode 100644
index 000000000..17c297f81
Binary files /dev/null and b/themes/pmahomme/img/s_loggoff.png differ
diff --git a/themes/pmahomme/img/s_notice.png b/themes/pmahomme/img/s_notice.png
new file mode 100644
index 000000000..628cf2dae
Binary files /dev/null and b/themes/pmahomme/img/s_notice.png differ
diff --git a/themes/pmahomme/img/s_okay.png b/themes/pmahomme/img/s_okay.png
new file mode 100644
index 000000000..89c8129a4
Binary files /dev/null and b/themes/pmahomme/img/s_okay.png differ
diff --git a/themes/pmahomme/img/s_partialtext.png b/themes/pmahomme/img/s_partialtext.png
new file mode 100644
index 000000000..57558de84
Binary files /dev/null and b/themes/pmahomme/img/s_partialtext.png differ
diff --git a/themes/pmahomme/img/s_passwd.png b/themes/pmahomme/img/s_passwd.png
new file mode 100644
index 000000000..c924fe0d5
Binary files /dev/null and b/themes/pmahomme/img/s_passwd.png differ
diff --git a/themes/pmahomme/img/s_process.png b/themes/pmahomme/img/s_process.png
new file mode 100644
index 000000000..67de2c6cc
Binary files /dev/null and b/themes/pmahomme/img/s_process.png differ
diff --git a/themes/pmahomme/img/s_really.png b/themes/pmahomme/img/s_really.png
new file mode 100644
index 000000000..1ea4c6e00
Binary files /dev/null and b/themes/pmahomme/img/s_really.png differ
diff --git a/themes/pmahomme/img/s_reload.png b/themes/pmahomme/img/s_reload.png
new file mode 100644
index 000000000..46c75aa85
Binary files /dev/null and b/themes/pmahomme/img/s_reload.png differ
diff --git a/themes/pmahomme/img/s_replication.png b/themes/pmahomme/img/s_replication.png
new file mode 100644
index 000000000..fec947990
Binary files /dev/null and b/themes/pmahomme/img/s_replication.png differ
diff --git a/themes/pmahomme/img/s_rights.png b/themes/pmahomme/img/s_rights.png
new file mode 100644
index 000000000..c02f315d2
Binary files /dev/null and b/themes/pmahomme/img/s_rights.png differ
diff --git a/themes/pmahomme/img/s_status.png b/themes/pmahomme/img/s_status.png
new file mode 100644
index 000000000..1128d3f33
Binary files /dev/null and b/themes/pmahomme/img/s_status.png differ
diff --git a/themes/pmahomme/img/s_success.png b/themes/pmahomme/img/s_success.png
new file mode 100644
index 000000000..a9925a06a
Binary files /dev/null and b/themes/pmahomme/img/s_success.png differ
diff --git a/themes/pmahomme/img/s_sync.png b/themes/pmahomme/img/s_sync.png
new file mode 100644
index 000000000..49618bed2
Binary files /dev/null and b/themes/pmahomme/img/s_sync.png differ
diff --git a/themes/pmahomme/img/s_tbl.png b/themes/pmahomme/img/s_tbl.png
new file mode 100644
index 000000000..cfc2702ac
Binary files /dev/null and b/themes/pmahomme/img/s_tbl.png differ
diff --git a/themes/pmahomme/img/s_theme.png b/themes/pmahomme/img/s_theme.png
new file mode 100644
index 000000000..73c5b3f24
Binary files /dev/null and b/themes/pmahomme/img/s_theme.png differ
diff --git a/themes/pmahomme/img/s_vars.png b/themes/pmahomme/img/s_vars.png
new file mode 100644
index 000000000..0c76bd129
Binary files /dev/null and b/themes/pmahomme/img/s_vars.png differ
diff --git a/themes/pmahomme/img/s_views.png b/themes/pmahomme/img/s_views.png
new file mode 100644
index 000000000..c3b15abee
Binary files /dev/null and b/themes/pmahomme/img/s_views.png differ
diff --git a/themes/pmahomme/img/s_warn.png b/themes/pmahomme/img/s_warn.png
new file mode 100644
index 000000000..c37bd062e
Binary files /dev/null and b/themes/pmahomme/img/s_warn.png differ
diff --git a/themes/pmahomme/img/spacer.png b/themes/pmahomme/img/spacer.png
new file mode 100644
index 000000000..b16c6909d
Binary files /dev/null and b/themes/pmahomme/img/spacer.png differ
diff --git a/themes/pmahomme/img/tab_bg.png b/themes/pmahomme/img/tab_bg.png
new file mode 100644
index 000000000..3d5b0fb07
Binary files /dev/null and b/themes/pmahomme/img/tab_bg.png differ
diff --git a/themes/pmahomme/img/tab_hover_bg.png b/themes/pmahomme/img/tab_hover_bg.png
new file mode 100644
index 000000000..2804babc4
Binary files /dev/null and b/themes/pmahomme/img/tab_hover_bg.png differ
diff --git a/themes/pmahomme/img/tab_warning_bg.png b/themes/pmahomme/img/tab_warning_bg.png
new file mode 100644
index 000000000..bf4510543
Binary files /dev/null and b/themes/pmahomme/img/tab_warning_bg.png differ
diff --git a/themes/pmahomme/img/tabactive_bg.png b/themes/pmahomme/img/tabactive_bg.png
new file mode 100644
index 000000000..b214971ca
Binary files /dev/null and b/themes/pmahomme/img/tabactive_bg.png differ
diff --git a/themes/pmahomme/img/vertical_line.png b/themes/pmahomme/img/vertical_line.png
new file mode 100644
index 000000000..c514d6160
Binary files /dev/null and b/themes/pmahomme/img/vertical_line.png differ
diff --git a/themes/pmahomme/img/window-new.png b/themes/pmahomme/img/window-new.png
new file mode 100644
index 000000000..0e12ef954
Binary files /dev/null and b/themes/pmahomme/img/window-new.png differ
diff --git a/themes/pmahomme/info.inc.php b/themes/pmahomme/info.inc.php
new file mode 100644
index 000000000..50ee9a31d
--- /dev/null
+++ b/themes/pmahomme/info.inc.php
@@ -0,0 +1,15 @@
+
\ No newline at end of file
diff --git a/themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png b/themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
new file mode 100644
index 000000000..e425e6e46
Binary files /dev/null and b/themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png differ
diff --git a/themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png b/themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png
new file mode 100644
index 000000000..72d475736
Binary files /dev/null and b/themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png differ
diff --git a/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png b/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
new file mode 100644
index 000000000..ad3d6346e
Binary files /dev/null and b/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png differ
diff --git a/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png b/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png
new file mode 100644
index 000000000..8569c1bc9
Binary files /dev/null and b/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png differ
diff --git a/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png b/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png
new file mode 100644
index 000000000..5a46b47cb
Binary files /dev/null and b/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png differ
diff --git a/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png b/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
new file mode 100644
index 000000000..86c2baa65
Binary files /dev/null and b/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png differ
diff --git a/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png b/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
new file mode 100644
index 000000000..4443fdc1a
Binary files /dev/null and b/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png differ
diff --git a/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
new file mode 100644
index 000000000..3cd467e18
Binary files /dev/null and b/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png differ
diff --git a/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png b/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png
new file mode 100644
index 000000000..8bc06cbf0
Binary files /dev/null and b/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png differ
diff --git a/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png b/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png
new file mode 100644
index 000000000..7a3c7790d
Binary files /dev/null and b/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png differ
diff --git a/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png b/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png
new file mode 100644
index 000000000..cfd1eaffa
Binary files /dev/null and b/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png differ
diff --git a/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png b/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png
new file mode 100644
index 000000000..35f175092
Binary files /dev/null and b/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png differ
diff --git a/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png b/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png
new file mode 100644
index 000000000..a239d6ca6
Binary files /dev/null and b/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png differ
diff --git a/themes/pmahomme/jquery/jquery-ui-1.8.custom.css b/themes/pmahomme/jquery/jquery-ui-1.8.custom.css
new file mode 100644
index 000000000..a5e31ab44
--- /dev/null
+++ b/themes/pmahomme/jquery/jquery-ui-1.8.custom.css
@@ -0,0 +1,480 @@
+/*
+* jQuery UI CSS Framework
+* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
+* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
+*/
+
+/* Layout helpers
+----------------------------------*/
+.ui-helper-hidden { display: none; }
+.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
+.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
+.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
+.ui-helper-clearfix { display: inline-block; }
+/* required comment for clearfix to work in Opera \*/
+* html .ui-helper-clearfix { height:1%; }
+.ui-helper-clearfix { display:block; }
+/* end clearfix */
+.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
+
+
+/* Interaction Cues
+----------------------------------*/
+.ui-state-disabled { cursor: default !important; }
+
+
+/* Icons
+----------------------------------*/
+
+/* states and images */
+.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
+
+
+/* Misc visuals
+----------------------------------*/
+
+/* Overlays */
+.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
+
+
+/*
+* jQuery UI CSS Framework
+* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
+* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
+* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
+*/
+
+
+/* Component containers
+----------------------------------*/
+.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
+.ui-widget .ui-widget { font-size: 1em; }
+.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
+.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
+.ui-widget-content a { color: #222222; }
+.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
+.ui-widget-header a { color: #222222; }
+
+/* Interaction states
+----------------------------------*/
+.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
+.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
+.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
+.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
+.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
+.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
+.ui-widget :active { outline: none; }
+
+/* Interaction Cues
+----------------------------------*/
+.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
+.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
+.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
+.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
+.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
+.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
+.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
+.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
+
+/* Icons
+----------------------------------*/
+
+/* states and images */
+.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
+.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
+.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
+.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
+.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
+.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
+.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
+.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
+
+/* positioning */
+.ui-icon-carat-1-n { background-position: 0 0; }
+.ui-icon-carat-1-ne { background-position: -16px 0; }
+.ui-icon-carat-1-e { background-position: -32px 0; }
+.ui-icon-carat-1-se { background-position: -48px 0; }
+.ui-icon-carat-1-s { background-position: -64px 0; }
+.ui-icon-carat-1-sw { background-position: -80px 0; }
+.ui-icon-carat-1-w { background-position: -96px 0; }
+.ui-icon-carat-1-nw { background-position: -112px 0; }
+.ui-icon-carat-2-n-s { background-position: -128px 0; }
+.ui-icon-carat-2-e-w { background-position: -144px 0; }
+.ui-icon-triangle-1-n { background-position: 0 -16px; }
+.ui-icon-triangle-1-ne { background-position: -16px -16px; }
+.ui-icon-triangle-1-e { background-position: -32px -16px; }
+.ui-icon-triangle-1-se { background-position: -48px -16px; }
+.ui-icon-triangle-1-s { background-position: -64px -16px; }
+.ui-icon-triangle-1-sw { background-position: -80px -16px; }
+.ui-icon-triangle-1-w { background-position: -96px -16px; }
+.ui-icon-triangle-1-nw { background-position: -112px -16px; }
+.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
+.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
+.ui-icon-arrow-1-n { background-position: 0 -32px; }
+.ui-icon-arrow-1-ne { background-position: -16px -32px; }
+.ui-icon-arrow-1-e { background-position: -32px -32px; }
+.ui-icon-arrow-1-se { background-position: -48px -32px; }
+.ui-icon-arrow-1-s { background-position: -64px -32px; }
+.ui-icon-arrow-1-sw { background-position: -80px -32px; }
+.ui-icon-arrow-1-w { background-position: -96px -32px; }
+.ui-icon-arrow-1-nw { background-position: -112px -32px; }
+.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
+.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
+.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
+.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
+.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
+.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
+.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
+.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
+.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
+.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
+.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
+.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
+.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
+.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
+.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
+.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
+.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
+.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
+.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
+.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
+.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
+.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
+.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
+.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
+.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
+.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
+.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
+.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
+.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
+.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
+.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
+.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
+.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
+.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
+.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
+.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
+.ui-icon-arrow-4 { background-position: 0 -80px; }
+.ui-icon-arrow-4-diag { background-position: -16px -80px; }
+.ui-icon-extlink { background-position: -32px -80px; }
+.ui-icon-newwin { background-position: -48px -80px; }
+.ui-icon-refresh { background-position: -64px -80px; }
+.ui-icon-shuffle { background-position: -80px -80px; }
+.ui-icon-transfer-e-w { background-position: -96px -80px; }
+.ui-icon-transferthick-e-w { background-position: -112px -80px; }
+.ui-icon-folder-collapsed { background-position: 0 -96px; }
+.ui-icon-folder-open { background-position: -16px -96px; }
+.ui-icon-document { background-position: -32px -96px; }
+.ui-icon-document-b { background-position: -48px -96px; }
+.ui-icon-note { background-position: -64px -96px; }
+.ui-icon-mail-closed { background-position: -80px -96px; }
+.ui-icon-mail-open { background-position: -96px -96px; }
+.ui-icon-suitcase { background-position: -112px -96px; }
+.ui-icon-comment { background-position: -128px -96px; }
+.ui-icon-person { background-position: -144px -96px; }
+.ui-icon-print { background-position: -160px -96px; }
+.ui-icon-trash { background-position: -176px -96px; }
+.ui-icon-locked { background-position: -192px -96px; }
+.ui-icon-unlocked { background-position: -208px -96px; }
+.ui-icon-bookmark { background-position: -224px -96px; }
+.ui-icon-tag { background-position: -240px -96px; }
+.ui-icon-home { background-position: 0 -112px; }
+.ui-icon-flag { background-position: -16px -112px; }
+.ui-icon-calendar { background-position: -32px -112px; }
+.ui-icon-cart { background-position: -48px -112px; }
+.ui-icon-pencil { background-position: -64px -112px; }
+.ui-icon-clock { background-position: -80px -112px; }
+.ui-icon-disk { background-position: -96px -112px; }
+.ui-icon-calculator { background-position: -112px -112px; }
+.ui-icon-zoomin { background-position: -128px -112px; }
+.ui-icon-zoomout { background-position: -144px -112px; }
+.ui-icon-search { background-position: -160px -112px; }
+.ui-icon-wrench { background-position: -176px -112px; }
+.ui-icon-gear { background-position: -192px -112px; }
+.ui-icon-heart { background-position: -208px -112px; }
+.ui-icon-star { background-position: -224px -112px; }
+.ui-icon-link { background-position: -240px -112px; }
+.ui-icon-cancel { background-position: 0 -128px; }
+.ui-icon-plus { background-position: -16px -128px; }
+.ui-icon-plusthick { background-position: -32px -128px; }
+.ui-icon-minus { background-position: -48px -128px; }
+.ui-icon-minusthick { background-position: -64px -128px; }
+.ui-icon-close { background-position: -80px -128px; }
+.ui-icon-closethick { background-position: -96px -128px; }
+.ui-icon-key { background-position: -112px -128px; }
+.ui-icon-lightbulb { background-position: -128px -128px; }
+.ui-icon-scissors { background-position: -144px -128px; }
+.ui-icon-clipboard { background-position: -160px -128px; }
+.ui-icon-copy { background-position: -176px -128px; }
+.ui-icon-contact { background-position: -192px -128px; }
+.ui-icon-image { background-position: -208px -128px; }
+.ui-icon-video { background-position: -224px -128px; }
+.ui-icon-script { background-position: -240px -128px; }
+.ui-icon-alert { background-position: 0 -144px; }
+.ui-icon-info { background-position: -16px -144px; }
+.ui-icon-notice { background-position: -32px -144px; }
+.ui-icon-help { background-position: -48px -144px; }
+.ui-icon-check { background-position: -64px -144px; }
+.ui-icon-bullet { background-position: -80px -144px; }
+.ui-icon-radio-off { background-position: -96px -144px; }
+.ui-icon-radio-on { background-position: -112px -144px; }
+.ui-icon-pin-w { background-position: -128px -144px; }
+.ui-icon-pin-s { background-position: -144px -144px; }
+.ui-icon-play { background-position: 0 -160px; }
+.ui-icon-pause { background-position: -16px -160px; }
+.ui-icon-seek-next { background-position: -32px -160px; }
+.ui-icon-seek-prev { background-position: -48px -160px; }
+.ui-icon-seek-end { background-position: -64px -160px; }
+.ui-icon-seek-start { background-position: -80px -160px; }
+/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
+.ui-icon-seek-first { background-position: -80px -160px; }
+.ui-icon-stop { background-position: -96px -160px; }
+.ui-icon-eject { background-position: -112px -160px; }
+.ui-icon-volume-off { background-position: -128px -160px; }
+.ui-icon-volume-on { background-position: -144px -160px; }
+.ui-icon-power { background-position: 0 -176px; }
+.ui-icon-signal-diag { background-position: -16px -176px; }
+.ui-icon-signal { background-position: -32px -176px; }
+.ui-icon-battery-0 { background-position: -48px -176px; }
+.ui-icon-battery-1 { background-position: -64px -176px; }
+.ui-icon-battery-2 { background-position: -80px -176px; }
+.ui-icon-battery-3 { background-position: -96px -176px; }
+.ui-icon-circle-plus { background-position: 0 -192px; }
+.ui-icon-circle-minus { background-position: -16px -192px; }
+.ui-icon-circle-close { background-position: -32px -192px; }
+.ui-icon-circle-triangle-e { background-position: -48px -192px; }
+.ui-icon-circle-triangle-s { background-position: -64px -192px; }
+.ui-icon-circle-triangle-w { background-position: -80px -192px; }
+.ui-icon-circle-triangle-n { background-position: -96px -192px; }
+.ui-icon-circle-arrow-e { background-position: -112px -192px; }
+.ui-icon-circle-arrow-s { background-position: -128px -192px; }
+.ui-icon-circle-arrow-w { background-position: -144px -192px; }
+.ui-icon-circle-arrow-n { background-position: -160px -192px; }
+.ui-icon-circle-zoomin { background-position: -176px -192px; }
+.ui-icon-circle-zoomout { background-position: -192px -192px; }
+.ui-icon-circle-check { background-position: -208px -192px; }
+.ui-icon-circlesmall-plus { background-position: 0 -208px; }
+.ui-icon-circlesmall-minus { background-position: -16px -208px; }
+.ui-icon-circlesmall-close { background-position: -32px -208px; }
+.ui-icon-squaresmall-plus { background-position: -48px -208px; }
+.ui-icon-squaresmall-minus { background-position: -64px -208px; }
+.ui-icon-squaresmall-close { background-position: -80px -208px; }
+.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
+.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
+.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
+.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
+.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
+.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
+
+
+/* Misc visuals
+----------------------------------*/
+
+/* Corner radius */
+.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
+.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
+.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
+.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
+.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
+.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
+.ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
+.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
+.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
+
+/* Overlays */
+.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
+.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Resizable
+----------------------------------*/
+.ui-resizable { position: relative;}
+.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
+.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
+.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
+.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
+.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
+.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
+.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
+.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
+.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
+.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Accordion
+----------------------------------*/
+.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
+.ui-accordion .ui-accordion-li-fix { display: inline; }
+.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
+.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
+.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
+.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
+.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
+.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
+----------------------------------*/
+.ui-autocomplete { position: absolute; cursor: default; }
+.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
+
+/* workarounds */
+* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
+
+/* Menu
+----------------------------------*/
+.ui-menu {
+ list-style:none;
+ padding: 2px;
+ margin: 0;
+ display:block;
+}
+.ui-menu .ui-menu {
+ margin-top: -3px;
+}
+.ui-menu .ui-menu-item {
+ margin:0;
+ padding: 0;
+ width: 100%;
+}
+.ui-menu .ui-menu-item a {
+ text-decoration:none;
+ display:block;
+ padding:.2em .4em;
+ line-height:1.5;
+ zoom:1;
+}
+.ui-menu .ui-menu-item a.ui-state-hover,
+.ui-menu .ui-menu-item a.ui-state-active {
+ margin: -1px;
+}
+/* Button
+----------------------------------*/
+
+.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
+.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
+button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
+.ui-button-icons-only { width: 3.4em; }
+button.ui-button-icons-only { width: 3.7em; }
+
+/*button text element */
+.ui-button .ui-button-text { display: block; line-height: 1.4; }
+.ui-button-text-only .ui-button-text { padding: .4em 1em; }
+.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
+.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
+.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
+/* no icon support for input elements, provide padding by default */
+input.ui-button { padding: .4em 1em; }
+
+/*button icon element(s) */
+.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
+.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
+.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
+.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
+
+/*button sets*/
+.ui-buttonset { margin-right: 7px; }
+.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
+
+/* workarounds */
+button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
+
+
+
+
+
+/* Dialog
+----------------------------------*/
+.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
+.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; }
+.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
+.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
+.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
+.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
+.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
+.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
+.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
+.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
+.ui-draggable .ui-dialog-titlebar { cursor: move; }
+/* Slider
+----------------------------------*/
+.ui-slider { position: relative; text-align: left; }
+.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
+.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
+
+.ui-slider-horizontal { height: .8em; }
+.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
+.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
+.ui-slider-horizontal .ui-slider-range-min { left: 0; }
+.ui-slider-horizontal .ui-slider-range-max { right: 0; }
+
+.ui-slider-vertical { width: .8em; height: 100px; }
+.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
+.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
+.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
+.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
+----------------------------------*/
+.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
+.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
+.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
+.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
+.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
+.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
+.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
+.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 1em 1.4em; background: none; }
+.ui-tabs .ui-tabs-hide { display: none !important; }
+/* Datepicker
+----------------------------------*/
+.ui-datepicker { width: 17em; padding: .2em .2em 0; }
+.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
+.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
+.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
+.ui-datepicker .ui-datepicker-prev { left:2px; }
+.ui-datepicker .ui-datepicker-next { right:2px; }
+.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
+.ui-datepicker .ui-datepicker-next-hover { right:1px; }
+.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
+.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
+.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
+.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
+.ui-datepicker select.ui-datepicker-month,
+.ui-datepicker select.ui-datepicker-year { width: 49%;}
+.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
+.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
+.ui-datepicker td { border: 0; padding: 1px; }
+.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
+.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
+.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
+.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
+
+/* with multiple calendars */
+.ui-datepicker.ui-datepicker-multi { width:auto; }
+.ui-datepicker-multi .ui-datepicker-group { float:left; }
+.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
+.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
+.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
+.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
+.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
+.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
+.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
+.ui-datepicker-row-break { clear:both; width:100%; }
+
+/* RTL support */
+.ui-datepicker-rtl { direction: rtl; }
+.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
+.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
+.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
+.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
+.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
+.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
+.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
+.ui-datepicker-rtl .ui-datepicker-group { float:right; }
+.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
+.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
+
+/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
+.ui-datepicker-cover {
+ display: none; /*sorry for IE5*/
+ display/**/: block; /*sorry for IE5*/
+ position: absolute; /*must have*/
+ z-index: -1; /*must have*/
+ filter: mask(); /*must have*/
+ top: -4px; /*must have*/
+ left: -4px; /*must have*/
+ width: 200px; /*must have*/
+ height: 200px; /*must have*/
+}/* Progressbar
+----------------------------------*/
+.ui-progressbar { height:2em; text-align: left; }
+.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
\ No newline at end of file
diff --git a/themes/pmahomme/layout.inc.php b/themes/pmahomme/layout.inc.php
new file mode 100644
index 000000000..604982aeb
--- /dev/null
+++ b/themes/pmahomme/layout.inc.php
@@ -0,0 +1,115 @@
+getImgPath() . 'vertical_line.png) repeat-y';
+
+// foreground (text) color of the pointer in browse mode
+$GLOBALS['cfg']['BrowsePointerColor'] = '#000000';
+
+// background of the pointer in browse mode
+$GLOBALS['cfg']['BrowsePointerBackground'] = '#CCFFCC';
+
+// foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
+$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000';
+
+// background of the marker (visually marks row by clicking on it) in browse mode
+$GLOBALS['cfg']['BrowseMarkerBackground'] = '#FFCC99';
+
+/**
+ * fonts
+ */
+/**
+ * the font family as a valid css font family value,
+ * if not set the browser default will be used
+ * (depending on browser, DTD and system settings)
+ */
+$GLOBALS['cfg']['FontFamily'] = 'sans-serif';
+/**
+ * fixed width font family, used in textarea
+ */
+$GLOBALS['cfg']['FontFamilyFixed'] = 'monospace';
+
+/**
+ * tables
+ */
+// border
+$GLOBALS['cfg']['Border'] = 0;
+// table header and footer color
+$GLOBALS['cfg']['ThBackground'] = '#D3DCE3';
+// table header and footer background
+$GLOBALS['cfg']['ThColor'] = '#000000';
+// table data row background
+$GLOBALS['cfg']['BgOne'] = '#E5E5E5';
+// table data row background, alternate
+$GLOBALS['cfg']['BgTwo'] = '#D5D5D5';
+
+/**
+ * query window
+ */
+// Width of Query window
+$GLOBALS['cfg']['QueryWindowWidth'] = 600;
+// Height of Query window
+$GLOBALS['cfg']['QueryWindowHeight'] = 400;
+
+/**
+ * SQL Parser Settings
+ * Syntax colouring data
+ */
+$GLOBALS['cfg']['SQP']['fmtColor'] = array(
+ 'comment' => '#808000',
+ 'comment_mysql' => '',
+ 'comment_ansi' => '',
+ 'comment_c' => '',
+ 'digit' => '',
+ 'digit_hex' => 'teal',
+ 'digit_integer' => 'teal',
+ 'digit_float' => 'aqua',
+ 'punct' => 'fuchsia',
+ 'alpha' => '',
+ 'alpha_columnType' => '#FF9900',
+ 'alpha_columnAttrib' => '#0000FF',
+ 'alpha_reservedWord' => '#990099',
+ 'alpha_functionName' => '#FF0000',
+ 'alpha_identifier' => 'black',
+ 'alpha_charset' => '#6495ed',
+ 'alpha_variable' => '#800000',
+ 'quote' => '#008000',
+ 'quote_double' => '',
+ 'quote_single' => '',
+ 'quote_backtick' => ''
+);
+?>
diff --git a/themes/pmahomme/screen.png b/themes/pmahomme/screen.png
new file mode 100644
index 000000000..18b6708af
Binary files /dev/null and b/themes/pmahomme/screen.png differ