diff --git a/toba/README b/toba/README
new file mode 100644
index 0000000000..ab7f0298a7
--- /dev/null
+++ b/toba/README
@@ -0,0 +1,16 @@
+Toba - themes for phpMyAdmin
+http://github.com/back2arie/Toba
+
+Tested on phpMyAdmin 3.4.0-beta2
+
+Tested browser:
+ - Mozilla Firefox 3.6.13
+ - Google Chrome 8.0.552.237
+ - Safari 5.0.2
+
+
+TODO
+ - check all element
+ - check jquery component
+ - clean css
+ - ...
\ No newline at end of file
diff --git a/toba/css/theme_left.css.php b/toba/css/theme_left.css.php
new file mode 100644
index 0000000000..488df06ba9
--- /dev/null
+++ b/toba/css/theme_left.css.php
@@ -0,0 +1,297 @@
+
+/******************************************************************************/
+/* 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: ;
+
+ background: ;
+ color: ;
+ margin: 0;
+ padding: 0;
+}
+
+a img {
+ border: 0;
+}
+
+a:link,
+a:visited,
+a:active {
+ text-decoration: none;
+ color: ;
+}
+
+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 {
+
+ padding-top: 5px;
+}
+
+div#leftframelinks {
+ margin: 0;
+ padding: 0;
+}
+
+div#pmalogo,
+div#leftframelinks,
+div#databaseList {
+ padding-bottom: 8px;
+ text-align: center;
+}
+
+ul#databaseList {
+ margin-bottom: 0.5em;
+ padding-bottom: 0.5em;
+ padding-: 1.5em;
+ margin-left: 0;
+ padding-left: 0;
+ list-style: none;
+}
+
+ul#databaseList a {
+ display: block;
+ font-style: normal;
+ padding: 3px;
+}
+
+div#navidbpageselector a,
+ul#databaseList a,
+ul#databaseList a:hover {
+ background: url(./themes/original/img/s_tbl.png) no-repeat;
+ color: ;
+}
+
+div#navidbpageselector a,
+ul#databaseList a {
+ color: ;
+}
+
+ul#databaseList a:hover {
+ background: url(./themes/original/img/s_tbl.png) no-repeat ;
+ color: ;
+}
+
+ul#databaseList ul {
+ padding-left: 1em;
+ padding-right: 0;
+ list-style: none;
+}
+
+ul#databaseList li ul li {
+ margin-left: 1em;
+}
+
+ul#databaseList li.selected a {
+ background: ;
+ color: ;
+}
+
+ul#databaseList li {
+ background: url(./themes/original/img/s_tbl.png) no-repeat;
+ text-indent: 18px;
+ margin-top: 0;
+ font-weight: bold;
+}
+
+ul#databaseList li a {
+ font-weight: normal;
+}
+
+
+div#leftframelinks .icon {
+ padding: 0;
+ margin: 0;
+}
+
+div#leftframelinks a img.icon {
+ margin: 0;
+ padding: 0.2em;
+ border: 0.1em solid ;
+ background: ;
+}
+
+/* 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;
+ /*font-size: 80%;*/
+}
+
+#body_leftFrame {
+ background-image: url(getImgPath(); ?>logo_right.png);
+ background-position: bottom;
+ background-repeat: no-repeat;
+ background-attachment:fixed;
+}
+
+div#left_tableList ul {
+ list-style-type: none;
+ list-style-position: outside;
+ margin: 0;
+ padding: 0;
+ /*font-size: 80%;*/
+ background: ;
+}
+
+div#left_tableList ul ul {
+ /*font-size: 100%;*/
+}
+
+div#left_tableList a {
+ background: ;
+ color: ;
+ text-decoration: none;
+}
+
+div#left_tableList a:hover {
+ background: ;
+ color: ;
+ text-decoration: underline;
+}
+
+div#left_tableList li {
+ margin: 0;
+ padding: 0;
+ white-space: nowrap;
+}
+
+
+/* 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: ;
+ 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: ;
+}
+
+#NavFilter {
+ display: none;
+}
+
+#NavFilter input {
+ padding: 2px 0;
+ margin: 3px 0;
+}
+
+#clear_fast_filter {
+ cursor: pointer;
+ padding: 0;
+ margin: 6px 5px 0 -23px;
+ position: relative;
+ float: right;
+}
+
+#fast_filter {
+ width: 100%;
+ padding:2px 0px;
+ margin:0;
+ border:0;
+}
+
+
+
+
+ul#newtable li {
+ margin-top: 15px;
+}
\ No newline at end of file
diff --git a/toba/css/theme_print.css.php b/toba/css/theme_print.css.php
new file mode 100644
index 0000000000..49a0d23639
--- /dev/null
+++ b/toba/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/toba/css/theme_right.css.php b/toba/css/theme_right.css.php
new file mode 100644
index 0000000000..71503a506f
--- /dev/null
+++ b/toba/css/theme_right.css.php
@@ -0,0 +1,1853 @@
+
+/******************************************************************************/
+/* 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;
+ line-height: 20px;
+ margin: 0;
+ color: #333;
+ /*color: ;*/
+ background: ;
+}
+
+
+textarea, tt, pre, code {
+ font-family: ;
+}
+
+h1 {
+ font-size: 140%;
+ font-weight: bold;
+}
+
+h2 {
+ font-size: 120%;
+ font-weight: bold;
+}
+
+h3 {
+ font-weight: bold;
+}
+
+a, a:link,
+a:visited,
+a:active {
+ text-decoration: none;
+ color: ;
+ cursor: pointer;
+}
+
+a:hover {
+ text-decoration: underline;
+ color: ;
+}
+
+dfn {
+ font-style: normal;
+}
+
+dfn:hover {
+ font-style: normal;
+ cursor: help;
+}
+
+th {
+ font-weight: normal;
+ color: ;
+ background: ;
+}
+
+a img {
+ border: 0;
+}
+
+hr {
+ color: ;
+ background-color: ;
+ border: 0;
+ height: 1px;
+}
+
+form {
+ padding: 0;
+ margin: 0;
+ display: inline;
+}
+
+textarea {
+ overflow: visible;
+ height: em;
+}
+
+fieldset {
+ margin-top: 1em;
+ border: solid 1px;
+ padding: 0.5em;
+ background: ;
+}
+
+fieldset fieldset {
+ margin: 0.8em;
+}
+
+fieldset legend {
+ font-weight: bold;
+ color: #444444;
+ background-color: ;
+}
+
+/* buttons in some browsers (eg. Konqueror) are block elements,
+ this breaks design */
+button {
+ display: inline;
+}
+
+table {
+ border: 1px solid #999;
+}
+
+table caption,
+table th,
+table td {
+ padding: 5px;
+ margin: 0;
+ vertical-align: top;
+}
+
+img,
+input,
+select,
+button {
+ vertical-align: middle;
+}
+
+
+/******************************************************************************/
+/* classes */
+div.tools {
+ border: 1px solid #000000;
+ padding: 0.2em;
+}
+
+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;
+}
+
+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: ;
+}
+
+/* even items 2,4,6,8,... */
+table tr.even th,
+.even {
+ background: ;
+}
+
+/* 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: ;
+ color: ;
+}
+
+
+
+/* hovered items */
+.odd:hover,
+.even:hover,
+.hover,
+.structure_actions_dropdown {
+ background: ;
+ color: ;
+}
+
+/* hovered table rows */
+table tr.odd:hover th,
+table tr.even:hover th,
+table tr.hover th {
+ background: ;
+ 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-size: 80%;
+}
+
+.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: middle;
+ 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: 5px 0;
+ border: 2px solid;
+
+ background-repeat: no-repeat;
+
+ background-position: 10px 50%;
+ padding: 0.1em 0.1em 0.1em 36px;
+
+ background-position: 99% 50%;
+ padding: 10px 5% 10px 10px;
+
+
+ padding: 0.3em;
+
+}
+
+.success {
+ color: #000000;
+ background-color: #f0fff0;
+}
+h1.success,
+div.success {
+ border-color: #00FF00;
+
+ background-image: url(getImgPath(); ?>s_success.png);
+ background-repeat: no-repeat;
+
+ background-position: 5px 50%;
+ padding: 0.2em 0.2em 0.2em 25px;
+
+ background-position: 97% 50%;
+ padding: 0.2em 25px 0.2em 0.2em;
+
+
+}
+.success h1 {
+ border-color: #00FF00;
+}
+
+.notice, .footnotes {
+ color: #000000;
+ background-color: #FFFFDD;
+}
+h1.notice,
+div.notice,
+div.footnotes {
+ border-color: #FFD700;
+
+ background-image: url(getImgPath(); ?>s_notice.png);
+ background-repeat: no-repeat;
+
+ background-position: 5px 50%;
+ padding: 0.2em 0.2em 0.2em 25px;
+
+ background-position: 97% 50%;
+ padding: 0.2em 25px 0.2em 0.2em;
+
+
+}
+.notice h1 {
+ border-color: #FFD700;
+}
+
+.warning {
+ color: #CC0000;
+ background-color: #FFFFCC;
+}
+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;
+
+ background-position: 97% 50%;
+ padding: 0.2em 25px 0.2em 0.2em;
+
+
+}
+.warning h1 {
+ border-color: #cc0000;
+}
+
+.error {
+ background-color: #FFFFCC;
+ color: #ff0000;
+}
+
+h1.error,
+div.error {
+ border-color: #ff0000;
+
+ background-image: url(getImgPath(); ?>s_error.png);
+ background-repeat: no-repeat;
+
+ background-position: 5px 50%;
+ padding: 0.2em 0.2em 0.2em 25px;
+
+ background-position: 97% 50%;
+ padding: 0.2em 25px 0.2em 0.2em;
+
+
+}
+div.error h1 {
+ border-color: #ff0000;
+}
+
+.confirmation {
+ background-color: #FFFFCC;
+}
+fieldset.confirmation {
+ border: 0.1em solid #FF0000;
+}
+fieldset.confirmation legend {
+ border-left: 0.1em solid #FF0000;
+ border-right: 0.1em solid #FF0000;
+ font-weight: bold;
+
+ background-image: url(getImgPath(); ?>s_really.png);
+ background-repeat: no-repeat;
+
+ background-position: 5px 50%;
+ padding: 0.2em 0.2em 0.2em 25px;
+
+ background-position: 97% 50%;
+ padding: 0.2em 25px 0.2em 0.2em;
+
+
+}
+/* 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: ;
+}
+
+.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 */
+
+#tbl_summary_row, thead {
+ background: #333333;
+}
+
+#topmenucontainer {
+ background: ;
+ padding: 0px;
+ margin-bottom: 10px;
+ border: 1px solid #333;
+}
+
+/* topmenu */
+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: 0;
+ vertical-align: middle;
+ border-right: 1px solid #333;
+}
+
+#topmenu img, #topmenu2 img {
+ vertical-align: middle;
+ margin-: 0.1em;
+}
+
+/* default tab styles */
+ul#topmenu a, ul#topmenu span {
+ display: block;
+ margin: 0.2em 0.2em 0 0.2em;
+ padding: 0.2em 0.2em 0 0.2em;
+ white-space: nowrap;
+}
+
+ul#topmenu ul a {
+ margin: 0;
+ padding-bottom: 0.2em;
+}
+
+ul#topmenu .submenu {
+ position: relative;
+}
+
+ul#topmenu ul {
+ margin: 0;
+ padding: 0;
+ position: absolute;
+ right: 0;
+ list-style-type: none;
+ display: none;
+ border: 1px #666 solid;
+}
+
+ul#topmenu li:hover ul, ul#topmenu .submenuhover ul {
+ display: block;
+}
+
+ul#topmenu ul li {
+ width: 100%;
+}
+
+ul#topmenu2 a {
+ display: block;
+ margin: 0.1em;
+ padding: 0.2em;
+ white-space: nowrap;
+}
+
+/* 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: 2px 2px 3px #666;
+ -webkit-box-shadow: 2px 2px 3px #666;
+ box-shadow: 2px 2px 3px #666;
+}
+
+ul#topmenu > li {
+ border-bottom: 1pt solid black;
+}
+*/
+
+/* default tab styles */
+ul#topmenu a, ul#topmenu span {
+ background-color: ;
+ padding: 5px;
+ /*border: 0px solid ;
+ border-width: 1pt 1pt 0 1pt;*/
+ /*-moz-border-radius: 0.4em 0.4em 0 0;
+ border-radius: 0.4em 0.4em 0 0;*/
+}
+
+ul#topmenu ul a {
+ border-width: 1pt 0 0 0;
+ -moz-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;
+ /*padding: 0.2em 0.4em 0.2em 0.4em;*/
+ 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: ;
+ /*padding: 5px;*/
+}
+
+ul#topmenu2 a.tab:hover,
+ul#topmenu2 a.tabactive {
+ background-color: ;
+ -moz-border-radius: 0.3em;
+ border-radius: 0.3em;
+ text-decoration: none;
+}
+
+/* to be able to cancel the bottom border, use
*/
+ul#topmenu > li.active {
+ border-bottom: 1pt solid ;
+}
+
+/* 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;
+}
+
+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 {
+ font-weight: bold;
+ color: ;
+ padding: 5px;
+ background: ;
+ border: 1px solid #999;
+}
+
+#serverinfo .item {
+ white-space: nowrap;
+}
+
+#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 {
+ 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 {
+ 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 */
+
+div#sqlquerycontainer {
+ float: ;
+ width: 69%;
+ /* height: 15em; */
+}
+
+div#tablefieldscontainer {
+ float: ;
+ width: 29%;
+ /* height: 15em; */
+}
+
+div#tablefieldscontainer select {
+ width: 100%;
+ /* height: 12em; */
+}
+
+textarea#sqlquery {
+ width: 100%;
+ /* height: 100%; */
+}
+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: 0.2em 0em;
+}
+/* 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;
+ 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: 0.3em;
+ margin-top: 0;
+ margin-bottom: 0;
+ border: solid 1px;
+ 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: 0.3em solid ;
+ margin-bottom: 1em;
+ margin-right: 1em;
+}
+
+.group h2 {
+ background: ;
+ padding: 0.1em 0.3em;
+ margin-top: 0;
+ color: ;
+}
+
+.group ul {
+ margin: 15px;
+ padding-left: 20px;
+}
+
+.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: 3px 5px; /** Keep a little space on the sides of the text */
+ min-width: 70px;
+ max-width: 350px; /** This value might have to be changed */
+ background-color: #FFD700;
+ 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: block;
+ left: 0;
+ right: 0;
+ background-image: url(getImgPath(); ?>ajax_clock_small.gif);
+ background-repeat: no-repeat;
+ background-position: 2%;
+ }
+
+ #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 {
+ padding: 5px 30px;
+ -moz-border-radius: 11px;
+ -webkit-border-radius: 11px;
+ border-radius: 11px;
+ 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');
+ border: 1px solid #444444;
+ cursor: pointer;
+}
+
+.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;
+}
+
+.structure_actions_dropdown a {
+ display: block;
+}
+
+td.more_opts {
+ display: none;
+ 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;
+ padding: 0.1em 0.4em;
+ white-space: nowrap;
+ text-decoration: none;
+ border: 1px solid ;
+ border-bottom: none;
+}
+
+.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: ;
+}
+
+.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: ;
+ color: ;
+}
+
+.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;
+}
+
+
+
+
+/* Misc */
+#serverinfo a {
+ color: ;
+}
+
+#serverinfo a:hover {
+ color: ;
+ text-decoration: none;
+}
+
+table.data thead a {
+ color: ;
+ font-weight: normal;
+}
+
+table.data a {
+ color: ;
+}
+
+th a {
+ color: ;
+}
+
+th label, .name, tr.odd th, tr.even th {
+ color: ;
+}
+
+
+.ui-widget-header {
+ background: red;
+}
diff --git a/toba/img/ajax_clock_small.gif b/toba/img/ajax_clock_small.gif
new file mode 100644
index 0000000000..5b33f7e54f
Binary files /dev/null and b/toba/img/ajax_clock_small.gif differ
diff --git a/toba/img/arrow_ltr.png b/toba/img/arrow_ltr.png
new file mode 100644
index 0000000000..8cdb8ca172
Binary files /dev/null and b/toba/img/arrow_ltr.png differ
diff --git a/toba/img/arrow_rtl.png b/toba/img/arrow_rtl.png
new file mode 100644
index 0000000000..6b70c4eb77
Binary files /dev/null and b/toba/img/arrow_rtl.png differ
diff --git a/toba/img/asc_order.png b/toba/img/asc_order.png
new file mode 100644
index 0000000000..59cb2cb65c
Binary files /dev/null and b/toba/img/asc_order.png differ
diff --git a/toba/img/b_bookmark.png b/toba/img/b_bookmark.png
new file mode 100644
index 0000000000..5fa332089e
Binary files /dev/null and b/toba/img/b_bookmark.png differ
diff --git a/toba/img/b_browse.png b/toba/img/b_browse.png
new file mode 100644
index 0000000000..744cfcd68c
Binary files /dev/null and b/toba/img/b_browse.png differ
diff --git a/toba/img/b_calendar.png b/toba/img/b_calendar.png
new file mode 100644
index 0000000000..90829a353c
Binary files /dev/null and b/toba/img/b_calendar.png differ
diff --git a/toba/img/b_chart.png b/toba/img/b_chart.png
new file mode 100644
index 0000000000..388ec30065
Binary files /dev/null and b/toba/img/b_chart.png differ
diff --git a/toba/img/b_comment.png b/toba/img/b_comment.png
new file mode 100644
index 0000000000..6f6da0c83c
Binary files /dev/null and b/toba/img/b_comment.png differ
diff --git a/toba/img/b_dbstatistics.png b/toba/img/b_dbstatistics.png
new file mode 100644
index 0000000000..b04e813b0f
Binary files /dev/null and b/toba/img/b_dbstatistics.png differ
diff --git a/toba/img/b_deltbl.png b/toba/img/b_deltbl.png
new file mode 100644
index 0000000000..1c450fad6f
Binary files /dev/null and b/toba/img/b_deltbl.png differ
diff --git a/toba/img/b_docs.png b/toba/img/b_docs.png
new file mode 100644
index 0000000000..4654c06fbc
Binary files /dev/null and b/toba/img/b_docs.png differ
diff --git a/toba/img/b_docsql.png b/toba/img/b_docsql.png
new file mode 100644
index 0000000000..badb78d1cb
Binary files /dev/null and b/toba/img/b_docsql.png differ
diff --git a/toba/img/b_drop.png b/toba/img/b_drop.png
new file mode 100644
index 0000000000..6fc4d3b203
Binary files /dev/null and b/toba/img/b_drop.png differ
diff --git a/toba/img/b_edit.png b/toba/img/b_edit.png
new file mode 100644
index 0000000000..05711a0948
Binary files /dev/null and b/toba/img/b_edit.png differ
diff --git a/toba/img/b_empty.png b/toba/img/b_empty.png
new file mode 100644
index 0000000000..b4c30f9515
Binary files /dev/null and b/toba/img/b_empty.png differ
diff --git a/toba/img/b_engine.png b/toba/img/b_engine.png
new file mode 100644
index 0000000000..d47891835f
Binary files /dev/null and b/toba/img/b_engine.png differ
diff --git a/toba/img/b_export.png b/toba/img/b_export.png
new file mode 100644
index 0000000000..03c1369961
Binary files /dev/null and b/toba/img/b_export.png differ
diff --git a/toba/img/b_firstpage.png b/toba/img/b_firstpage.png
new file mode 100644
index 0000000000..d172f4ec91
Binary files /dev/null and b/toba/img/b_firstpage.png differ
diff --git a/toba/img/b_ftext.png b/toba/img/b_ftext.png
new file mode 100644
index 0000000000..9247c31041
Binary files /dev/null and b/toba/img/b_ftext.png differ
diff --git a/toba/img/b_help.png b/toba/img/b_help.png
new file mode 100644
index 0000000000..82a55ce372
Binary files /dev/null and b/toba/img/b_help.png differ
diff --git a/toba/img/b_home.png b/toba/img/b_home.png
new file mode 100644
index 0000000000..74e711b91e
Binary files /dev/null and b/toba/img/b_home.png differ
diff --git a/toba/img/b_import.png b/toba/img/b_import.png
new file mode 100644
index 0000000000..6f8c8611f7
Binary files /dev/null and b/toba/img/b_import.png differ
diff --git a/toba/img/b_index.png b/toba/img/b_index.png
new file mode 100644
index 0000000000..8f7373cbd4
Binary files /dev/null and b/toba/img/b_index.png differ
diff --git a/toba/img/b_info.png b/toba/img/b_info.png
new file mode 100644
index 0000000000..09be193820
Binary files /dev/null and b/toba/img/b_info.png differ
diff --git a/toba/img/b_inline_edit.png b/toba/img/b_inline_edit.png
new file mode 100644
index 0000000000..054ddfce6f
Binary files /dev/null and b/toba/img/b_inline_edit.png differ
diff --git a/toba/img/b_insrow.png b/toba/img/b_insrow.png
new file mode 100644
index 0000000000..3913b4a652
Binary files /dev/null and b/toba/img/b_insrow.png differ
diff --git a/toba/img/b_lastpage.png b/toba/img/b_lastpage.png
new file mode 100644
index 0000000000..c3ca09654e
Binary files /dev/null and b/toba/img/b_lastpage.png differ
diff --git a/toba/img/b_minus.png b/toba/img/b_minus.png
new file mode 100644
index 0000000000..bd87ad5860
Binary files /dev/null and b/toba/img/b_minus.png differ
diff --git a/toba/img/b_more.png b/toba/img/b_more.png
new file mode 100644
index 0000000000..4a12e8cda8
Binary files /dev/null and b/toba/img/b_more.png differ
diff --git a/toba/img/b_newdb.png b/toba/img/b_newdb.png
new file mode 100644
index 0000000000..6b27550de3
Binary files /dev/null and b/toba/img/b_newdb.png differ
diff --git a/toba/img/b_newtbl.png b/toba/img/b_newtbl.png
new file mode 100644
index 0000000000..5b163990f0
Binary files /dev/null and b/toba/img/b_newtbl.png differ
diff --git a/toba/img/b_nextpage.png b/toba/img/b_nextpage.png
new file mode 100644
index 0000000000..57482d3590
Binary files /dev/null and b/toba/img/b_nextpage.png differ
diff --git a/toba/img/b_pdfdoc.png b/toba/img/b_pdfdoc.png
new file mode 100644
index 0000000000..281bdf1b6c
Binary files /dev/null and b/toba/img/b_pdfdoc.png differ
diff --git a/toba/img/b_plus.png b/toba/img/b_plus.png
new file mode 100644
index 0000000000..84b1d688d5
Binary files /dev/null and b/toba/img/b_plus.png differ
diff --git a/toba/img/b_prevpage.png b/toba/img/b_prevpage.png
new file mode 100644
index 0000000000..51d47a4015
Binary files /dev/null and b/toba/img/b_prevpage.png differ
diff --git a/toba/img/b_primary.png b/toba/img/b_primary.png
new file mode 100644
index 0000000000..7dcef33322
Binary files /dev/null and b/toba/img/b_primary.png differ
diff --git a/toba/img/b_print.png b/toba/img/b_print.png
new file mode 100644
index 0000000000..0f259ebf9e
Binary files /dev/null and b/toba/img/b_print.png differ
diff --git a/toba/img/b_props.png b/toba/img/b_props.png
new file mode 100644
index 0000000000..9799eaff29
Binary files /dev/null and b/toba/img/b_props.png differ
diff --git a/toba/img/b_relations.png b/toba/img/b_relations.png
new file mode 100644
index 0000000000..265510c11a
Binary files /dev/null and b/toba/img/b_relations.png differ
diff --git a/toba/img/b_save.png b/toba/img/b_save.png
new file mode 100644
index 0000000000..b89b1c0e6f
Binary files /dev/null and b/toba/img/b_save.png differ
diff --git a/toba/img/b_sbrowse.png b/toba/img/b_sbrowse.png
new file mode 100644
index 0000000000..4dc16720c5
Binary files /dev/null and b/toba/img/b_sbrowse.png differ
diff --git a/toba/img/b_sdb.png b/toba/img/b_sdb.png
new file mode 100644
index 0000000000..3d3c3a7ba0
Binary files /dev/null and b/toba/img/b_sdb.png differ
diff --git a/toba/img/b_search.png b/toba/img/b_search.png
new file mode 100644
index 0000000000..24e1ec6263
Binary files /dev/null and b/toba/img/b_search.png differ
diff --git a/toba/img/b_selboard.png b/toba/img/b_selboard.png
new file mode 100644
index 0000000000..3fa6e3dbd9
Binary files /dev/null and b/toba/img/b_selboard.png differ
diff --git a/toba/img/b_select.png b/toba/img/b_select.png
new file mode 100644
index 0000000000..fcb646a7af
Binary files /dev/null and b/toba/img/b_select.png differ
diff --git a/toba/img/b_snewtbl.png b/toba/img/b_snewtbl.png
new file mode 100644
index 0000000000..0c7d14202b
Binary files /dev/null and b/toba/img/b_snewtbl.png differ
diff --git a/toba/img/b_sql.png b/toba/img/b_sql.png
new file mode 100644
index 0000000000..604e35e6be
Binary files /dev/null and b/toba/img/b_sql.png differ
diff --git a/toba/img/b_sqldoc.png b/toba/img/b_sqldoc.png
new file mode 100644
index 0000000000..1d023b4914
Binary files /dev/null and b/toba/img/b_sqldoc.png differ
diff --git a/toba/img/b_sqlhelp.png b/toba/img/b_sqlhelp.png
new file mode 100644
index 0000000000..ec85f83d38
Binary files /dev/null and b/toba/img/b_sqlhelp.png differ
diff --git a/toba/img/b_tblanalyse.png b/toba/img/b_tblanalyse.png
new file mode 100644
index 0000000000..7890134605
Binary files /dev/null and b/toba/img/b_tblanalyse.png differ
diff --git a/toba/img/b_tblexport.png b/toba/img/b_tblexport.png
new file mode 100644
index 0000000000..ffdfa09b9f
Binary files /dev/null and b/toba/img/b_tblexport.png differ
diff --git a/toba/img/b_tblimport.png b/toba/img/b_tblimport.png
new file mode 100644
index 0000000000..eccb7d5ab4
Binary files /dev/null and b/toba/img/b_tblimport.png differ
diff --git a/toba/img/b_tblops.png b/toba/img/b_tblops.png
new file mode 100644
index 0000000000..a3774e559a
Binary files /dev/null and b/toba/img/b_tblops.png differ
diff --git a/toba/img/b_tbloptimize.png b/toba/img/b_tbloptimize.png
new file mode 100644
index 0000000000..9a239e2f79
Binary files /dev/null and b/toba/img/b_tbloptimize.png differ
diff --git a/toba/img/b_tipp.png b/toba/img/b_tipp.png
new file mode 100644
index 0000000000..2faf5abea8
Binary files /dev/null and b/toba/img/b_tipp.png differ
diff --git a/toba/img/b_unique.png b/toba/img/b_unique.png
new file mode 100644
index 0000000000..b949f4b33c
Binary files /dev/null and b/toba/img/b_unique.png differ
diff --git a/toba/img/b_usradd.png b/toba/img/b_usradd.png
new file mode 100644
index 0000000000..fe03e8bd2a
Binary files /dev/null and b/toba/img/b_usradd.png differ
diff --git a/toba/img/b_usrcheck.png b/toba/img/b_usrcheck.png
new file mode 100644
index 0000000000..424538bf6b
Binary files /dev/null and b/toba/img/b_usrcheck.png differ
diff --git a/toba/img/b_usrdrop.png b/toba/img/b_usrdrop.png
new file mode 100644
index 0000000000..9d1eee5fd6
Binary files /dev/null and b/toba/img/b_usrdrop.png differ
diff --git a/toba/img/b_usredit.png b/toba/img/b_usredit.png
new file mode 100644
index 0000000000..41c803daf1
Binary files /dev/null and b/toba/img/b_usredit.png differ
diff --git a/toba/img/b_usrlist.png b/toba/img/b_usrlist.png
new file mode 100644
index 0000000000..85b5df0994
Binary files /dev/null and b/toba/img/b_usrlist.png differ
diff --git a/toba/img/b_view.png b/toba/img/b_view.png
new file mode 100644
index 0000000000..c987bbb7dc
Binary files /dev/null and b/toba/img/b_view.png differ
diff --git a/toba/img/b_views.png b/toba/img/b_views.png
new file mode 100644
index 0000000000..4736603a52
Binary files /dev/null and b/toba/img/b_views.png differ
diff --git a/toba/img/bd_browse.png b/toba/img/bd_browse.png
new file mode 100644
index 0000000000..90e3e780f4
Binary files /dev/null and b/toba/img/bd_browse.png differ
diff --git a/toba/img/bd_deltbl.png b/toba/img/bd_deltbl.png
new file mode 100644
index 0000000000..77995e4523
Binary files /dev/null and b/toba/img/bd_deltbl.png differ
diff --git a/toba/img/bd_drop.png b/toba/img/bd_drop.png
new file mode 100644
index 0000000000..15c70d676b
Binary files /dev/null and b/toba/img/bd_drop.png differ
diff --git a/toba/img/bd_empty.png b/toba/img/bd_empty.png
new file mode 100644
index 0000000000..546b7d00a7
Binary files /dev/null and b/toba/img/bd_empty.png differ
diff --git a/toba/img/bd_firstpage.png b/toba/img/bd_firstpage.png
new file mode 100644
index 0000000000..cd2ae4e619
Binary files /dev/null and b/toba/img/bd_firstpage.png differ
diff --git a/toba/img/bd_ftext.png b/toba/img/bd_ftext.png
new file mode 100644
index 0000000000..0082469c36
Binary files /dev/null and b/toba/img/bd_ftext.png differ
diff --git a/toba/img/bd_index.png b/toba/img/bd_index.png
new file mode 100644
index 0000000000..11101c9311
Binary files /dev/null and b/toba/img/bd_index.png differ
diff --git a/toba/img/bd_insrow.png b/toba/img/bd_insrow.png
new file mode 100644
index 0000000000..d3c9b7b0b0
Binary files /dev/null and b/toba/img/bd_insrow.png differ
diff --git a/toba/img/bd_lastpage.png b/toba/img/bd_lastpage.png
new file mode 100644
index 0000000000..64c191067d
Binary files /dev/null and b/toba/img/bd_lastpage.png differ
diff --git a/toba/img/bd_nextpage.png b/toba/img/bd_nextpage.png
new file mode 100644
index 0000000000..528fc6abbf
Binary files /dev/null and b/toba/img/bd_nextpage.png differ
diff --git a/toba/img/bd_prevpage.png b/toba/img/bd_prevpage.png
new file mode 100644
index 0000000000..d78bed932d
Binary files /dev/null and b/toba/img/bd_prevpage.png differ
diff --git a/toba/img/bd_primary.png b/toba/img/bd_primary.png
new file mode 100644
index 0000000000..6b0b519932
Binary files /dev/null and b/toba/img/bd_primary.png differ
diff --git a/toba/img/bd_sbrowse.png b/toba/img/bd_sbrowse.png
new file mode 100644
index 0000000000..b75de1a05d
Binary files /dev/null and b/toba/img/bd_sbrowse.png differ
diff --git a/toba/img/bd_select.png b/toba/img/bd_select.png
new file mode 100644
index 0000000000..d15b24a74e
Binary files /dev/null and b/toba/img/bd_select.png differ
diff --git a/toba/img/bd_unique.png b/toba/img/bd_unique.png
new file mode 100644
index 0000000000..6c29dd565f
Binary files /dev/null and b/toba/img/bd_unique.png differ
diff --git a/toba/img/docs_menu_bg.png b/toba/img/docs_menu_bg.png
new file mode 100644
index 0000000000..8fe0d97464
Binary files /dev/null and b/toba/img/docs_menu_bg.png differ
diff --git a/toba/img/error.ico b/toba/img/error.ico
new file mode 100644
index 0000000000..41d26d6389
Binary files /dev/null and b/toba/img/error.ico differ
diff --git a/toba/img/eye.png b/toba/img/eye.png
new file mode 100644
index 0000000000..564a1a9714
Binary files /dev/null and b/toba/img/eye.png differ
diff --git a/toba/img/eye_grey.png b/toba/img/eye_grey.png
new file mode 100644
index 0000000000..a29cfdaad5
Binary files /dev/null and b/toba/img/eye_grey.png differ
diff --git a/toba/img/item.png b/toba/img/item.png
new file mode 100644
index 0000000000..46872bf352
Binary files /dev/null and b/toba/img/item.png differ
diff --git a/toba/img/item_ltr.png b/toba/img/item_ltr.png
new file mode 100644
index 0000000000..35b4945c96
Binary files /dev/null and b/toba/img/item_ltr.png differ
diff --git a/toba/img/item_rtl.png b/toba/img/item_rtl.png
new file mode 100644
index 0000000000..dc6663d34b
Binary files /dev/null and b/toba/img/item_rtl.png differ
diff --git a/toba/img/logo_left.png b/toba/img/logo_left.png
new file mode 100644
index 0000000000..26acf2e3bf
Binary files /dev/null and b/toba/img/logo_left.png differ
diff --git a/toba/img/logo_right.png b/toba/img/logo_right.png
new file mode 100644
index 0000000000..44da9f28df
Binary files /dev/null and b/toba/img/logo_right.png differ
diff --git a/toba/img/more.png b/toba/img/more.png
new file mode 100644
index 0000000000..e83694b3b6
Binary files /dev/null and b/toba/img/more.png differ
diff --git a/toba/img/new_data.jpg b/toba/img/new_data.jpg
new file mode 100644
index 0000000000..08d30d34a7
Binary files /dev/null and b/toba/img/new_data.jpg differ
diff --git a/toba/img/new_data_hovered.jpg b/toba/img/new_data_hovered.jpg
new file mode 100644
index 0000000000..c385872add
Binary files /dev/null and b/toba/img/new_data_hovered.jpg differ
diff --git a/toba/img/new_data_selected.jpg b/toba/img/new_data_selected.jpg
new file mode 100644
index 0000000000..caabf6767e
Binary files /dev/null and b/toba/img/new_data_selected.jpg differ
diff --git a/toba/img/new_data_selected_hovered.jpg b/toba/img/new_data_selected_hovered.jpg
new file mode 100644
index 0000000000..a34ba21944
Binary files /dev/null and b/toba/img/new_data_selected_hovered.jpg differ
diff --git a/toba/img/new_struct.jpg b/toba/img/new_struct.jpg
new file mode 100644
index 0000000000..283a5e9698
Binary files /dev/null and b/toba/img/new_struct.jpg differ
diff --git a/toba/img/new_struct_hovered.jpg b/toba/img/new_struct_hovered.jpg
new file mode 100644
index 0000000000..7a7c70442f
Binary files /dev/null and b/toba/img/new_struct_hovered.jpg differ
diff --git a/toba/img/new_struct_selected.jpg b/toba/img/new_struct_selected.jpg
new file mode 100644
index 0000000000..16b2b8cb3d
Binary files /dev/null and b/toba/img/new_struct_selected.jpg differ
diff --git a/toba/img/new_struct_selected_hovered.jpg b/toba/img/new_struct_selected_hovered.jpg
new file mode 100644
index 0000000000..77a53715d4
Binary files /dev/null and b/toba/img/new_struct_selected_hovered.jpg differ
diff --git a/toba/img/php_sym.png b/toba/img/php_sym.png
new file mode 100644
index 0000000000..d66010f4ca
Binary files /dev/null and b/toba/img/php_sym.png differ
diff --git a/toba/img/pma_logo2.png b/toba/img/pma_logo2.png
new file mode 100644
index 0000000000..7f80d09650
Binary files /dev/null and b/toba/img/pma_logo2.png differ
diff --git a/toba/img/s_asc.png b/toba/img/s_asc.png
new file mode 100644
index 0000000000..9990376f50
Binary files /dev/null and b/toba/img/s_asc.png differ
diff --git a/toba/img/s_asci.png b/toba/img/s_asci.png
new file mode 100644
index 0000000000..6b7302f750
Binary files /dev/null and b/toba/img/s_asci.png differ
diff --git a/toba/img/s_attention.png b/toba/img/s_attention.png
new file mode 100644
index 0000000000..69131c0140
Binary files /dev/null and b/toba/img/s_attention.png differ
diff --git a/toba/img/s_cancel.png b/toba/img/s_cancel.png
new file mode 100644
index 0000000000..a533c34dd2
Binary files /dev/null and b/toba/img/s_cancel.png differ
diff --git a/toba/img/s_cancel2.png b/toba/img/s_cancel2.png
new file mode 100644
index 0000000000..7911f69c88
Binary files /dev/null and b/toba/img/s_cancel2.png differ
diff --git a/toba/img/s_db.png b/toba/img/s_db.png
new file mode 100644
index 0000000000..7a79edde9e
Binary files /dev/null and b/toba/img/s_db.png differ
diff --git a/toba/img/s_desc.png b/toba/img/s_desc.png
new file mode 100644
index 0000000000..a03226d9ba
Binary files /dev/null and b/toba/img/s_desc.png differ
diff --git a/toba/img/s_error.png b/toba/img/s_error.png
new file mode 100644
index 0000000000..4e5ba13273
Binary files /dev/null and b/toba/img/s_error.png differ
diff --git a/toba/img/s_error2.png b/toba/img/s_error2.png
new file mode 100644
index 0000000000..d9a78a7105
Binary files /dev/null and b/toba/img/s_error2.png differ
diff --git a/toba/img/s_fulltext.png b/toba/img/s_fulltext.png
new file mode 100644
index 0000000000..291d223005
Binary files /dev/null and b/toba/img/s_fulltext.png differ
diff --git a/toba/img/s_host.png b/toba/img/s_host.png
new file mode 100644
index 0000000000..afc321def0
Binary files /dev/null and b/toba/img/s_host.png differ
diff --git a/toba/img/s_info.png b/toba/img/s_info.png
new file mode 100644
index 0000000000..0d3cbb662b
Binary files /dev/null and b/toba/img/s_info.png differ
diff --git a/toba/img/s_lang.png b/toba/img/s_lang.png
new file mode 100644
index 0000000000..8b2330cf0d
Binary files /dev/null and b/toba/img/s_lang.png differ
diff --git a/toba/img/s_loggoff.png b/toba/img/s_loggoff.png
new file mode 100644
index 0000000000..b4b4dcaff5
Binary files /dev/null and b/toba/img/s_loggoff.png differ
diff --git a/toba/img/s_notice.png b/toba/img/s_notice.png
new file mode 100644
index 0000000000..f581829e89
Binary files /dev/null and b/toba/img/s_notice.png differ
diff --git a/toba/img/s_okay.png b/toba/img/s_okay.png
new file mode 100644
index 0000000000..99a0d05d5d
Binary files /dev/null and b/toba/img/s_okay.png differ
diff --git a/toba/img/s_partialtext.png b/toba/img/s_partialtext.png
new file mode 100644
index 0000000000..2c88fce533
Binary files /dev/null and b/toba/img/s_partialtext.png differ
diff --git a/toba/img/s_passwd.png b/toba/img/s_passwd.png
new file mode 100644
index 0000000000..2494664e00
Binary files /dev/null and b/toba/img/s_passwd.png differ
diff --git a/toba/img/s_process.png b/toba/img/s_process.png
new file mode 100644
index 0000000000..1d1c03596a
Binary files /dev/null and b/toba/img/s_process.png differ
diff --git a/toba/img/s_really.png b/toba/img/s_really.png
new file mode 100644
index 0000000000..8c1ca1bd45
Binary files /dev/null and b/toba/img/s_really.png differ
diff --git a/toba/img/s_reload.png b/toba/img/s_reload.png
new file mode 100644
index 0000000000..0113cbd48c
Binary files /dev/null and b/toba/img/s_reload.png differ
diff --git a/toba/img/s_replication.png b/toba/img/s_replication.png
new file mode 100644
index 0000000000..fec9479909
Binary files /dev/null and b/toba/img/s_replication.png differ
diff --git a/toba/img/s_rights.png b/toba/img/s_rights.png
new file mode 100644
index 0000000000..e1a6383013
Binary files /dev/null and b/toba/img/s_rights.png differ
diff --git a/toba/img/s_status.png b/toba/img/s_status.png
new file mode 100644
index 0000000000..1584233b3c
Binary files /dev/null and b/toba/img/s_status.png differ
diff --git a/toba/img/s_success.png b/toba/img/s_success.png
new file mode 100644
index 0000000000..2f86f0ae6b
Binary files /dev/null and b/toba/img/s_success.png differ
diff --git a/toba/img/s_sync.png b/toba/img/s_sync.png
new file mode 100644
index 0000000000..49618bed2b
Binary files /dev/null and b/toba/img/s_sync.png differ
diff --git a/toba/img/s_tbl.png b/toba/img/s_tbl.png
new file mode 100644
index 0000000000..a821236361
Binary files /dev/null and b/toba/img/s_tbl.png differ
diff --git a/toba/img/s_theme.png b/toba/img/s_theme.png
new file mode 100644
index 0000000000..cab68be5a8
Binary files /dev/null and b/toba/img/s_theme.png differ
diff --git a/toba/img/s_vars.png b/toba/img/s_vars.png
new file mode 100644
index 0000000000..9be38ecb05
Binary files /dev/null and b/toba/img/s_vars.png differ
diff --git a/toba/img/s_views.png b/toba/img/s_views.png
new file mode 100644
index 0000000000..1f2ed03e4e
Binary files /dev/null and b/toba/img/s_views.png differ
diff --git a/toba/img/s_warn.png b/toba/img/s_warn.png
new file mode 100644
index 0000000000..80d2824084
Binary files /dev/null and b/toba/img/s_warn.png differ
diff --git a/toba/img/spacer.png b/toba/img/spacer.png
new file mode 100644
index 0000000000..bf867a3987
Binary files /dev/null and b/toba/img/spacer.png differ
diff --git a/toba/img/vertical_line.png b/toba/img/vertical_line.png
new file mode 100644
index 0000000000..c514d61608
Binary files /dev/null and b/toba/img/vertical_line.png differ
diff --git a/toba/img/window-new.png b/toba/img/window-new.png
new file mode 100644
index 0000000000..0e12ef954c
Binary files /dev/null and b/toba/img/window-new.png differ
diff --git a/toba/info.inc.php b/toba/info.inc.php
new file mode 100644
index 0000000000..e0e548cca2
--- /dev/null
+++ b/toba/info.inc.php
@@ -0,0 +1,8 @@
+
+Based on 'Original' theme
+*/
+$theme_name = 'Toba';
+$theme_full_version = '0.1';
+?>
diff --git a/toba/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png b/toba/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
new file mode 100644
index 0000000000..5b5dab2ab7
Binary files /dev/null and b/toba/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png differ
diff --git a/toba/jquery/images/ui-bg_flat_75_ffffff_40x100.png b/toba/jquery/images/ui-bg_flat_75_ffffff_40x100.png
new file mode 100644
index 0000000000..ac8b229af9
Binary files /dev/null and b/toba/jquery/images/ui-bg_flat_75_ffffff_40x100.png differ
diff --git a/toba/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png b/toba/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
new file mode 100644
index 0000000000..ad3d6346e0
Binary files /dev/null and b/toba/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png differ
diff --git a/toba/jquery/images/ui-bg_glass_65_ffffff_1x400.png b/toba/jquery/images/ui-bg_glass_65_ffffff_1x400.png
new file mode 100644
index 0000000000..42ccba269b
Binary files /dev/null and b/toba/jquery/images/ui-bg_glass_65_ffffff_1x400.png differ
diff --git a/toba/jquery/images/ui-bg_glass_75_dadada_1x400.png b/toba/jquery/images/ui-bg_glass_75_dadada_1x400.png
new file mode 100644
index 0000000000..5a46b47cb1
Binary files /dev/null and b/toba/jquery/images/ui-bg_glass_75_dadada_1x400.png differ
diff --git a/toba/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png b/toba/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
new file mode 100644
index 0000000000..86c2baa655
Binary files /dev/null and b/toba/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png differ
diff --git a/toba/jquery/images/ui-bg_glass_95_fef1ec_1x400.png b/toba/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
new file mode 100644
index 0000000000..4443fdc1a1
Binary files /dev/null and b/toba/jquery/images/ui-bg_glass_95_fef1ec_1x400.png differ
diff --git a/toba/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/toba/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
new file mode 100644
index 0000000000..7c9fa6c6ed
Binary files /dev/null and b/toba/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png differ
diff --git a/toba/jquery/images/ui-icons_222222_256x240.png b/toba/jquery/images/ui-icons_222222_256x240.png
new file mode 100644
index 0000000000..b273ff111d
Binary files /dev/null and b/toba/jquery/images/ui-icons_222222_256x240.png differ
diff --git a/toba/jquery/images/ui-icons_2e83ff_256x240.png b/toba/jquery/images/ui-icons_2e83ff_256x240.png
new file mode 100644
index 0000000000..09d1cdc856
Binary files /dev/null and b/toba/jquery/images/ui-icons_2e83ff_256x240.png differ
diff --git a/toba/jquery/images/ui-icons_454545_256x240.png b/toba/jquery/images/ui-icons_454545_256x240.png
new file mode 100644
index 0000000000..59bd45b907
Binary files /dev/null and b/toba/jquery/images/ui-icons_454545_256x240.png differ
diff --git a/toba/jquery/images/ui-icons_888888_256x240.png b/toba/jquery/images/ui-icons_888888_256x240.png
new file mode 100644
index 0000000000..6d02426c11
Binary files /dev/null and b/toba/jquery/images/ui-icons_888888_256x240.png differ
diff --git a/toba/jquery/images/ui-icons_cd0a0a_256x240.png b/toba/jquery/images/ui-icons_cd0a0a_256x240.png
new file mode 100644
index 0000000000..2ab019b73e
Binary files /dev/null and b/toba/jquery/images/ui-icons_cd0a0a_256x240.png differ
diff --git a/toba/jquery/jquery-ui-1.8.custom.css b/toba/jquery/jquery-ui-1.8.custom.css
new file mode 100644
index 0000000000..a5e31ab449
--- /dev/null
+++ b/toba/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/toba/layout.inc.php b/toba/layout.inc.php
new file mode 100644
index 0000000000..9ca6123163
--- /dev/null
+++ b/toba/layout.inc.php
@@ -0,0 +1,159 @@
+ '#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/toba/screen.png b/toba/screen.png
new file mode 100644
index 0000000000..e39a85cd1f
Binary files /dev/null and b/toba/screen.png differ