Index: wp-admin/admin-functions.php
===================================================================
--- wp-admin/admin-functions.php	(revision 4210)
+++ wp-admin/admin-functions.php	(working copy)
@@ -750,7 +750,7 @@
 	$category->category_count = number_format( $category->category_count );
 	$category->link_count = number_format( $category->link_count );
 	return "<tr id='cat-$category->cat_ID'$class>
-		<th scope='row'>$category->cat_ID</th>
+		<th scope='row' style='text-align: center'>$category->cat_ID</th>
 		<td>" . ( $name_override ? $name_override : $pad . ' ' . $category->cat_name ) . "</td>
 		<td>$category->category_description</td>
 		<td align='center'>$category->category_count</td>
@@ -778,7 +778,7 @@
 		$class = ('alternate' == $class) ? '' : 'alternate';
 ?>
   <tr id='page-<?php echo $id; ?>' class='<?php echo $class; ?>'> 
-    <th scope="row"><?php echo $post->ID; ?></th> 
+    <th scope="row" style="text-align: center"><?php echo $post->ID; ?></th> 
     <td>
       <?php echo $pad; ?><?php the_title() ?>
       <?php if ('private' == $post->post_status) _e(' - <strong>Private</strong>'); ?>
Index: wp-admin/admin-header.php
===================================================================
--- wp-admin/admin-header.php	(revision 4210)
+++ wp-admin/admin-header.php	(working copy)
@@ -13,14 +13,15 @@
 
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html xmlns="http://www.w3.org/1999/xhtml" dir="<?php echo $wp_locale->text_direction; ?>" lang="<?php echo get_locale(); ?>" xml:lang="<?php echo get_locale(); ?>">
 <head>
 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
 <title><?php bloginfo('name') ?> &rsaquo; <?php echo $title; ?> &#8212; WordPress</title>
-<link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" />
-<?php if ( ('rtl' == $wp_locale->text_direction) ) : ?>
-<link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" />
-<?php endif; ?> 
+<?php if ('rtl' == $wp_locale->text_direction) : ?>
+	<link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/wp-admin-rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" />
+<?php else: ?>
+	<link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" />
+<?php endif; ?>
 <script type="text/javascript">
 //<![CDATA[
 function addLoadEvent(func) {if ( typeof wpOnload!='function'){wpOnload=func;}else{ var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}}
Index: wp-admin/categories.php
===================================================================
--- wp-admin/categories.php	(revision 4210)
+++ wp-admin/categories.php	(working copy)
@@ -89,12 +89,12 @@
 <table class="widefat">
 	<thead>
 	<tr>
-		<th scope="col"><?php _e('ID') ?></th>
-        <th scope="col" style="text-align: left"><?php _e('Name') ?></th>
-        <th scope="col" style="text-align: left"><?php _e('Description') ?></th>
-        <th scope="col" width="90"><?php _e('Posts') ?></th>
-        <th scope="col" width="90"><?php _e('Bookmarks') ?></th>
-        <th colspan="2"><?php _e('Action') ?></th>
+		<th scope="col" style="text-align: center"><?php _e('ID') ?></th>
+        <th scope="col"><?php _e('Name') ?></th>
+        <th scope="col"><?php _e('Description') ?></th>
+        <th scope="col" width="90" style="text-align: center"><?php _e('Posts') ?></th>
+        <th scope="col" width="90" style="text-align: center"><?php _e('Bookmarks') ?></th>
+        <th colspan="2" style="text-align: center"><?php _e('Action') ?></th>
 	</tr>
 	</thead>
 	<tbody id="the-list">
Index: wp-admin/edit-comments.php
===================================================================
--- wp-admin/edit-comments.php	(revision 4210)
+++ wp-admin/edit-comments.php	(working copy)
@@ -156,11 +156,11 @@
 <thead>
   <tr>
     <th scope="col"><input type="checkbox" onclick="checkAll(document.getElementById(\'deletecomments\'));" /></th>
-    <th scope="col" style="text-align: left">' .  __('Name') . '</th>
-    <th scope="col" style="text-align: left">' .  __('E-mail') . '</th>
-    <th scope="col" style="text-align: left">' . __('IP') . '</th>
-    <th scope="col" style="text-align: left">' . __('Comment Excerpt') . '</th>
-	<th scope="col" colspan="3">' .  __('Actions') . '</th>
+    <th scope="col">' .  __('Name') . '</th>
+    <th scope="col">' .  __('E-mail') . '</th>
+    <th scope="col">' . __('IP') . '</th>
+    <th scope="col">' . __('Comment Excerpt') . '</th>
+	<th scope="col" colspan="3" style="text-align: center">' .  __('Actions') . '</th>
   </tr>
 </thead>';
 		foreach ($comments as $comment) {
Index: wp-admin/edit-pages.php
===================================================================
--- wp-admin/edit-pages.php	(revision 4210)
+++ wp-admin/edit-pages.php	(working copy)
@@ -31,11 +31,11 @@
 <table class="widefat"> 
   <thead>
   <tr>
-    <th scope="col"><?php _e('ID') ?></th>
-    <th scope="col" style="text-align: left"><?php _e('Title') ?></th>
-    <th scope="col" style="text-align: left"><?php _e('Owner') ?></th>
-	<th scope="col" style="text-align: left"><?php _e('Updated') ?></th>
-	<th scope="col" colspan="3"><?php _e('Action'); ?></th>
+    <th scope="col" style="text-align: center"><?php _e('ID') ?></th>
+    <th scope="col"><?php _e('Title') ?></th>
+    <th scope="col"><?php _e('Owner') ?></th>
+	<th scope="col"><?php _e('Updated') ?></th>
+	<th scope="col" colspan="3" style="text-align: center"><?php _e('Action'); ?></th>
   </tr>
   </thead>
   <tbody id="the-list">
Index: wp-admin/edit.php
===================================================================
--- wp-admin/edit.php	(revision 4210)
+++ wp-admin/edit.php	(working copy)
@@ -73,7 +73,7 @@
 ?>
 </h2>
 
-<form name="searchform" action="" method="get" style="float: left; width: 16em; margin-right: 3em;"> 
+<form name="searchform" id="searchform" action="" method="get">
   <fieldset> 
   <legend><?php _e('Search Posts&hellip;') ?></legend> 
   <input type="text" name="s" value="<?php if (isset($s)) echo wp_specialchars($s, 1); ?>" size="17" /> 
@@ -85,7 +85,7 @@
 
 if ( count($arc_result) ) { ?>
 
-<form name="viewarc" action="" method="get" style="float: left; width: 20em; margin-bottom: 1em;">
+<form name="viewarc" id="viewarc" action="" method="get">
 	<fieldset>
 	<legend><?php _e('Browse Month&hellip;') ?></legend>
     <select name='m'>
@@ -112,7 +112,7 @@
 
 <?php } ?>
 
-<form name="viewcat" action="" method="get" style="float: left; width: 30em; margin-bottom: 1em;">
+<form name="viewcat" id="viewcat" action="" method="get">
 	<fieldset>
 	<legend><?php _e('Browse Category&hellip;') ?></legend>
 	<?php wp_dropdown_categories('show_option_all='.__('All').'&hide_empty=0&hierarchical=1&show_count=1&selected='.$cat);?>
@@ -169,7 +169,7 @@
 
 	case 'id':
 		?>
-		<th scope="row"><?php echo $id ?></th>
+		<th scope="row" style="text-align: center"><?php echo $id ?></th>
 		<?php
 		break;
 
Index: wp-admin/link-manager.php
===================================================================
--- wp-admin/link-manager.php	(revision 4210)
+++ wp-admin/link-manager.php	(working copy)
@@ -104,13 +104,13 @@
 <table class="widefat">
 	<thead>
 	<tr>
-		<th width="15%" style="text-align: left"><?php _e('Name') ?></th>
-		<th style="text-align: left"><?php _e('URL') ?></th>
-		<th style="text-align: left"><?php _e('Categories') ?></th>
-		<th><?php _e('rel') ?></th>
-		<th><?php _e('Visible') ?></th>
-		<th colspan="2"><?php _e('Action') ?></th>
-		<th><input type="checkbox" onclick="checkAll(document.getElementById('links'));" /></th>
+		<th width="15%"><?php _e('Name') ?></th>
+		<th><?php _e('URL') ?></th>
+		<th><?php _e('Categories') ?></th>
+		<th style="text-align: center"><?php _e('rel') ?></th>
+		<th style="text-align: center"><?php _e('Visible') ?></th>
+		<th colspan="2" style="text-align: center"><?php _e('Action') ?></th>
+		<th style="text-align: center"><input type="checkbox" onclick="checkAll(document.getElementById('links'));" /></th>
 	</tr>
 	</thead>
 	<tbody id="the-list">
Index: wp-admin/moderation.php
===================================================================
--- wp-admin/moderation.php	(revision 4210)
+++ wp-admin/moderation.php	(working copy)
@@ -20,8 +20,8 @@
 
 	check_admin_referer('moderate-comments');
 
-	if ( ! current_user_can('moderate_comments') )
-	wp_die('<p>'.__('Your level is not high enough to moderate comments.').'</p>');
+	if ( !current_user_can('moderate_comments') )
+		wp_die('<p>'.__('Your level is not high enough to moderate comments.').'</p>');
 
 	$item_ignored = 0;
 	$item_deleted = 0;
Index: wp-admin/plugins.php
===================================================================
--- wp-admin/plugins.php	(revision 4210)
+++ wp-admin/plugins.php	(working copy)
@@ -81,10 +81,10 @@
 <table class="widefat">
 	<thead>
 	<tr>
-		<th style="text-align: left"><?php _e('Plugin'); ?></th>
-		<th><?php _e('Version'); ?></th>
-		<th style="text-align: left"><?php _e('Description'); ?></th>
-		<th><?php _e('Action'); ?></th>
+		<th><?php _e('Plugin'); ?></th>
+		<th style="text-align: center"><?php _e('Version'); ?></th>
+		<th><?php _e('Description'); ?></th>
+		<th style="text-align: center"><?php _e('Action'); ?></th>
 	</tr>
 	</thead>
 <?php
Index: wp-admin/users.php
===================================================================
--- wp-admin/users.php	(revision 4210)
+++ wp-admin/users.php	(working copy)
@@ -378,18 +378,18 @@
 
 <tr>
 <?php if ( !empty($role) ) : ?>
-	<th colspan="7" align="left"><h3><?php echo $wp_roles->role_names[$role]; ?></h3></th>
+	<th colspan="7"><h3><?php echo $wp_roles->role_names[$role]; ?></h3></th>
 <?php else : ?>
-	<th colspan="7" align="left"><h3><em><?php _e('No role for this blog'); ?></h3></th>
+	<th colspan="7"><h3><em><?php _e('No role for this blog'); ?></h3></th>
 <?php endif; ?>
 </tr>
 <tr class="thead">
-	<th style="text-align: left"><?php _e('ID') ?></th>
-	<th style="text-align: left"><?php _e('Username') ?></th>
-	<th style="text-align: left"><?php _e('Name') ?></th>
-	<th style="text-align: left"><?php _e('E-mail') ?></th>
-	<th style="text-align: left"><?php _e('Website') ?></th>
-	<th colspan="2"><?php _e('Actions') ?></th>
+	<th><?php _e('ID') ?></th>
+	<th><?php _e('Username') ?></th>
+	<th><?php _e('Name') ?></th>
+	<th><?php _e('E-mail') ?></th>
+	<th><?php _e('Website') ?></th>
+	<th colspan="2" style="text-align: center"><?php _e('Actions') ?></th>
 </tr>
 </thead>
 <tbody id="role-<?php echo $role; ?>"><?php
Index: wp-admin/wp-admin-rtl.css
===================================================================
--- wp-admin/wp-admin-rtl.css	(revision 0)
+++ wp-admin/wp-admin-rtl.css	(revision 0)
@@ -0,0 +1,1203 @@
+* html #poststuff {
+	height: 100%; /* kill peekaboo bug in IE */
+}
+
+/* This is the Holly Hack \*/
+* html .wrap { height: 1% }
+/* For Win IE's eyes only */
+
+body {
+	border: none;
+}
+
+a {
+	border-bottom: 1px solid #69c;
+	color: #00019b;
+	text-decoration: none;
+}
+
+a.delete:hover {
+	background: #c00;
+	color: #fff;
+}
+
+#planetnews ul {
+	list-style: none;
+	margin: 0;
+	padding: 0;
+}
+
+#planetnews li {
+	width: 17%;
+	margin: 1%;
+	float: right;
+}
+
+#planetnews li a {
+	display: block;
+	padding: .5em;
+	background: #ddd;
+	height: 6em;
+	overflow: hidden;
+}
+
+.widefat {
+	width: 100%;
+}
+
+.widefat td, .widefat th {
+	padding: 5px 6px;
+}
+
+.widefat th {
+	text-align: right;
+}
+
+.import-system {
+	font-size: 16px;
+}
+
+thead, .thead {
+	background: #dfdfdf
+}
+
+#import-upload-form {
+	width: 300px;
+	margin: auto;
+	text-align: center;
+}
+
+a.edit, a.delete, a.edit:hover, a.delete:hover {
+	border-bottom: none;
+	display: block;
+	padding: 5px 0;
+	text-align: center;
+}
+
+a.edit:hover {
+	background: #ccc;
+	color: #036;
+}
+
+a:visited {
+	color: #006;
+}
+
+a:hover {
+/*	border-bottom: 1px solid #3a75ae;*/
+	color: #069;
+}
+
+body	{
+	background: #f9fcfe;
+	color: #000;
+	margin: 0;
+	padding: 0;
+}
+
+body, td {
+	font: 13px Tahoma, "Lucida Grande", "Lucida Sans Unicode", Verdana;
+}
+
+fieldset {
+	border: none;
+	padding: 3px;
+}
+
+fieldset label.selectit {
+	display: block;
+	font-size: 11px;
+	padding: 0 2px;
+}
+
+fieldset label.selectit:hover {
+	background: #e9e9e9;
+}
+
+fieldset legend {
+	padding: .1em .3em;
+}
+
+fieldset.options {
+	padding: 1em;
+}
+
+fieldset.options legend {
+	font-size: 1.5em;
+	font-weight: bold;
+	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
+}
+
+form, label input {
+	margin: 0;
+	padding: 0;
+}
+
+h2 {
+	border-bottom: .5em solid #f0f8ff;
+	color: #333;
+	font: normal 30px/5px serif;
+	margin: 5px 10px;
+}
+
+h2 small.quickjump {
+	display: block;
+	text-align: left;
+}
+
+h2 small.quickjump a {
+	text-decoration: none;
+	border-bottom: 0;
+	font-size: 15px;
+	background: #f0f8ff;
+	padding: 5px 10px;
+}
+
+img, #footer a {
+	border: 0;
+}
+
+input:focus, textarea:focus, label:focus {
+	background: #fff;
+	border: 1px solid #686868;
+}
+
+label {
+	cursor: pointer;
+}
+
+li, dd {
+	margin-bottom: 6px;
+}
+
+p, li, dl, dd, dt {
+	line-height: 130%;
+}
+
+textarea, input, select {
+	background: #f4f4f4;
+	border: 1px solid #b2b2b2;
+	color: #000;
+	font:  13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
+	margin: 1px;
+	padding: 3px;
+}
+
+#uploading {
+	border-style: none;
+	padding: 0px;
+	margin-bottom: 16px;
+	height: 15em;
+	width: 100%;
+/*	overflow-y: hidden;*/
+}
+
+form#upload th {
+	text-align: left;
+}
+
+form#upload #post_content, form#upload #post_title {
+	width: 250px;
+}
+
+form#upload #post_content {
+	height: 50px;
+}
+
+.attpreview {
+	width: 1px; /* hug */
+	text-align: center;
+}
+
+.alignleft {
+	float: right
+}
+
+.alignright {
+	float: left;
+}
+
+.alternate {
+	background: #f1f1f1;
+}
+
+.anchors {
+	margin: 10px 20px 10px 20px;
+}
+
+.available-theme {
+	width: 30%;
+	margin: 0 1em;
+	float: right;
+	text-align: center;
+	height: 28em;
+	overflow: hidden;
+}
+
+.available-theme a.screenshot {
+	width: 250px;
+	height: 200px;
+	display: block;
+	margin: auto;
+	background: #f1f1f1;
+	border: 1px solid #ccc;
+	margin-bottom: 10px;
+	overflow: hidden;
+}
+
+.available-theme a.screenshot:hover {
+/*	border: 1px solid #666;*/
+}
+
+.available-theme img {
+	width: 100%;
+}
+
+.checkbox {
+	background: #fff;
+	border: none;
+	margin: 0;
+	padding: 0;
+}
+
+.code {
+	font-family: "Courier New", Courier, monospace;
+}
+
+.commentlist li {
+	border-bottom: 1px solid #ccc; 
+	padding: 1em 1em .2em;
+	margin: 0;
+}
+
+.commentlist p {
+	padding: 0;
+	margin: 0 0 .8em;
+}
+
+.clear {
+	clear: both;
+	height: 2px;
+}
+
+.hidden {
+	display: none;
+}
+
+.navigation {
+	display: block;
+	text-align: center;
+	margin-top: 10px;
+	margin-bottom: 30px;
+}
+
+.post-categories {
+	display: inline;
+	margin: 0;
+	padding: 0;
+}
+
+.post-categories li, #ed_toolbar {
+	display: inline;
+}
+
+.quicktags, .search {
+	background: #ccc;
+	color: #000;
+	font: 12px Tahoma, Georgia, "Times New Roman", Times, serif;
+}
+
+.submit input, .submit input:focus, .button {
+	background: url( images/fade-butt.png );
+	border: 3px double #999;
+	border-right-color: #ccc;
+	border-top-color: #ccc;
+	color: #333;
+	padding: 0.25em;
+}
+
+.submit input:active, .button:active {
+	background: #f4f4f4;
+	border: 3px double #ccc;
+	border-right-color: #999;
+	border-top-color: #999;
+}
+
+.submit, .editform th, #postcustomsubmit {
+	text-align: left;
+}
+
+.optiontable {
+	width: 100%;
+}
+
+.optiontable td, .optiontable th {
+	padding: .5em;
+}
+
+.optiontable th {
+	width: 33%;
+	text-align: right;
+	font-size: 1.3em;
+	font-weight: normal;
+}
+
+.unapproved {
+	color: #888;
+}
+
+.unapproved a:link {
+	color: #b9bcff;
+}
+
+.unapproved a:visited {
+	color: #696dff;
+}
+
+.unapproved a:hover {
+	color: #009ef0;
+}
+
+.approve {
+	display: none;
+}
+
+.unapproved .approve {
+	display: inline;
+}
+
+.unapproved .unapprove {
+	display: none;
+}
+
+.updated, .confirm {
+	background: #CFEBF7 url(images/notice.gif) no-repeat 1em;
+	border: 1px solid #2580B2;
+	margin: 1em 5% 10px;
+	padding: 0 3em 0 1em;
+}
+
+.error {
+	background: #FFEFF7;
+	border: 1px solid #c69;
+	margin: 1em 5% 10px;
+	padding: 0 1em 0 1em;
+}
+
+.wrap {
+	background: #fff;
+	border: 1px solid #ccc;
+	clear: both;
+	margin: 15px 5%;
+	padding: .5em 1em;
+}
+
+.wrap h2 {
+	margin: .8em 0 .5em;
+	clear: both;
+}
+
+table .vers {
+	text-align: center;
+}
+
+#adminmenu {
+	background: #83B4D8;
+	border-top: 3px solid #448abd;
+	margin: 0;
+	padding: .2em 2em .3em .2em;
+	height: 30px;
+}
+
+#adminmenu .current, #submenu .current {
+	font-weight: bold;
+	text-decoration: none;
+}
+
+#adminmenu a {
+	color: #000;
+	font-size: 14px;
+	font-weight: normal;
+	margin: 0 0 0 10px;
+	padding: 3px 5px;
+	display: block;
+	float: right;
+	text-decoration: underline;
+	border-bottom: none;
+}
+
+#adminmenu a:hover, #adminmenu a.current {
+	background: #ddeaf4;
+	color: #333;
+}
+
+#adminmenu li, #submenu li {
+	display: inline;
+	line-height: 200%;
+	list-style: none;
+	text-align: center;
+}
+
+#submenu {
+	background: #0d324f;
+	border-bottom: none;
+	height: 21px;
+	margin: 0;
+	padding: 3px 3em 0 2em;
+}
+
+#submenu .current {
+	background: #f9fcfe;
+	border-top: 1px solid #045290;
+	border-left: 2px solid #045290;
+	color: #000;
+}
+
+#submenu a {
+	border: none;
+	color: #fff;
+	font-size: 12px;
+	padding: .3em .4em .33em .4em;
+	margin: 0 0 0 10px;
+	display: block;
+	float: right;
+}
+
+#submenu a:hover {
+	background: #ddeaf4;
+	color: #393939;
+}
+
+#submenu li {
+	line-height: 100%;
+}
+
+#categorydiv input, #poststatusdiv input, #commentstatusdiv input, #pingstatusdiv input {
+	border: none;
+}
+
+#titlediv, #guiddiv {
+	margin: 0 0 0 8px;
+	padding: 0px;
+}
+
+#postdiv {
+	margin: 0 0 0 8px;
+	padding: 0px;
+}
+
+#postdivrich {
+	margin: 0px;
+	padding: 0px;
+}
+
+#content {
+	margin: 0 0 0 0;
+	width: 100%;
+}
+
+#titlediv input, #guiddiv input {
+	margin: 0px;
+	width: 100%;
+}
+
+#currenttheme img {
+	float: right;
+	border: 1px solid #666;
+	margin-left: 1em;
+	margin-bottom: 1.5em;
+	width: 300px;
+}
+
+#deletepost:hover, #deletecomment:hover {
+	background: #ce0000;
+	color: #fff;
+}
+
+#deletebookmarks:hover {
+	background: #ce0000;
+	color: #fff;
+}
+
+#postdivrich #quicktags {
+	background: #f0f0ee;
+	padding: 0px;
+	border: 1px solid #ccc;
+	border-bottom: none;
+}
+
+#postdiv #quicktags {
+	padding-left: 6px;
+}
+
+#postdivrich #quicktags {
+	display: none;
+}
+
+#quicktags #ed_toolbar {
+	padding: 0px 0 0 2px;
+}
+
+#ed_toolbar input {
+	background: #fff url( images/fade-butt.png ) repeat-x 0px -2px;
+	margin: 3px 0 2px 2px;
+}
+
+#quicktags #ed_strong {
+	font-weight: bold;
+}
+
+#quicktags #ed_link {
+	color: blue;
+	text-decoration: underline;
+}
+
+#quicktags #ed_del {
+	text-decoration: line-through;
+}
+
+#quicktags #ed_em {
+	font-style: italic;
+}
+
+#quicktags #ed_code {
+	font-family: "Courier New", Courier, mono;
+}
+
+#title {
+	font-size: 1.5em;
+}
+
+#postexcerpt div, #attachmentlinks div {
+	margin-left: 8px;
+}
+
+#attachmentlinks textarea {
+	width: 100%;
+	height: 2.5em;
+	margin-bottom: 6px;
+}
+
+* html #postexcerpt .dbx-toggle-open, * html #postexcerpt .dbx-toggle-open {
+	padding-left: 8px;
+}
+
+#excerpt, .attachmentlinks {
+	margin: 0px;
+	height: 4em;
+	width: 100%;
+}
+
+#footer {
+	clear: both;
+	text-align: center;
+}
+
+#login {
+	position: relative;
+	background: url('images/login-bkg-tile.gif') no-repeat top center #fbfbfb;
+	color: #fff;
+	/* height: 430px; */
+	margin: 5em auto;
+	padding: 45px 50px 0;
+	width: 325px;
+}
+
+#login #login_error {
+	background: #0e3350;
+	border: 1px solid #2571ab;
+	color: #ebcd4e;
+	font-size: 11px;
+	font-weight: bold;
+	padding: .6em;
+	text-align: center;
+}
+
+#login #send {
+	color: #fff;
+	text-align: right;
+	font-weight: normal;
+	font-size: 1.1em;
+}
+
+#login h1 {
+	margin: 0 auto;
+	padding-bottom: 10px;
+	right: 137px;
+	height: 75px;
+	width: 75px;
+}
+
+#login h1 a {
+	display: none;
+	/*text-indent: -9999px;*/
+	border-bottom: none;
+}
+
+#login input {
+	padding: 4px;
+}
+
+#login ul {
+	background: url('images/login-bkg-bottom.gif') no-repeat bottom center;
+	list-style: none;
+	margin: 0 -50px;
+	padding: 0 50px 5px;
+}
+
+#login ul:after {
+  content: ".";
+  display: block;
+  height: 0;
+  clear: both;
+  visibility: hidden;
+}
+
+#login ul li {
+	float: right;
+	font-size: 11px;
+	padding: 15px 0;
+	text-align: center;
+}
+
+#login ul li a {
+	display: block;
+	color: #84c4f0;
+	border: none;
+	padding: 4px 1px 5px;
+	width: 160px;
+}
+
+#login ul li a:hover {
+	background: #0e3350;
+	border: 1px solid #2571ab;
+	padding: 3px 0 4px; 
+	color: #fff;
+}
+
+#login #log, #pwd, #user_login, #email {
+	font-size: 1.8em;
+	margin-top: 3px;
+	width: 97%;
+}
+
+#login p label { 
+	font-size: 11px;
+}
+
+#login #submit {
+	margin: 0;
+	font-size: 1.2em;
+}
+
+#searchform {
+	float: right;
+	margin-left: 3em;
+	width: 16em;
+}
+
+#viewarc {
+	float: right;
+	width: 20em;
+	margin-bottom: 1em;
+}
+
+#viewcat {
+	float: right;
+	width: 30em;
+	margin-bottom: 1em;
+}
+
+#postcustom .updatemeta, #postcustom .deletemeta {
+	margin: auto;
+}
+
+#postcustom table {
+	border: 1px solid #ccc;
+	margin: 0px;
+	width: 100%;
+}
+
+#postcustom table input, #postcustom table textarea {
+	width: 95%;
+}
+
+#poststuff {
+	margin-left: 16em;
+}
+
+#save {
+	width: 15em;
+}
+
+#template div {
+	margin-left: 190px;
+}
+
+* html #template div {
+	margin-left: 0px;
+}
+
+#template, #template div, #editcat, #addcat {
+	zoom: 1;
+}
+
+#template textarea {
+	font: small 'Courier New', Courier, monospace;
+	width: 97%;
+}
+
+#templateside {
+	float: left;
+	width: 170px;
+}
+
+#templateside h3, #postcustom p.submit {
+	margin: 0;
+}
+
+#templateside ol, #templateside ul {
+	list-style: none;
+	margin: .5em;
+	padding: 0;
+}
+
+#user_info {
+	position: absolute;
+	left: 1em;
+	top: 0;
+	color: #fff;
+	font-size: .9em;
+}
+
+#user_info a {
+	color: #fff;
+}
+
+#wphead {
+	background: #14568a;
+	padding: .8em 2em .8em 19em;
+	color: #c3def1;
+}
+
+#wphead a {
+	color: #fff;
+}
+
+#wphead h1 {
+	font-size: 2.4em;
+	font-weight: normal;
+	letter-spacing: -.05em;
+	margin: 0;
+	font-family: Tahoma, Georgia, "Times New Roman", Times, serif
+}
+
+#wphead h1 span {
+	font-size: .4em;
+	letter-spacing: 0;
+}
+
+#zeitgeist {
+	background: #eee;
+	border: 1px solid #69c;
+	float: left;
+	font-size: 90%;
+	margin-bottom: .5em;
+	margin-right: 1em;
+	margin-top: .5em;
+	padding: 1em;
+	width: 40%;
+}
+
+#zeitgeist h2, fieldset legend a {
+	border-bottom: none;
+}
+
+#zeitgeist h2 {
+	margin-top: .4em;
+}
+
+#zeitgeist h3 {
+	border-bottom: 1px solid #ccc;
+	font-size: 16px;
+	margin: 1em 0 0;
+}
+
+#zeitgeist h3 cite {
+	font-size: 12px;
+	font-style: normal;
+}
+
+#zeitgeist li, #zeitgeist p {
+	margin: .2em 0;
+}
+
+#zeitgeist ul {
+	margin: 0 .6em .3em 0;
+	padding: 0 .6em 0 0;
+}
+
+.active td {
+	background: #BEB;
+}
+.active .name {
+	background: #9C9;
+}
+.alternate.active td {
+	background: #ADA;
+}
+.alternate.active .name {
+	background: #8B8;
+}
+
+#namediv, #emaildiv, #uridiv {
+	float: right;
+}
+
+#ajax-response {
+	padding: .5em;
+}
+
+/* A handy div class for hiding controls.
+   Some browsers will disable them when you
+   set display:none; */
+.zerosize {
+	height: 0px;
+	width: 0px;
+	margin: 0px;
+	border: 0px;
+	padding: 0px;
+	overflow: hidden;
+	position: absolute;
+}
+
+/* Box stuff */
+.dbx-clone {
+	position:absolute;
+	visibility:hidden;
+}
+.dbx-clone, .dbx-clone .dbx-handle-cursor {
+	cursor:move !important;
+}
+.dbx-dummy {
+	display:block;
+	width:0;
+	height:0;
+	overflow:hidden;
+}
+.dbx-group, .dbx-box, .dbx-handle {
+	position:relative;
+	display:block;
+}
+
+#grabit {
+	width: 188px;
+}
+
+* html #themeselect {
+	padding: 0px 3px;
+	height: 22px;
+}
+
+/****************************************************************
+  avoid padding, margins or borders on dbx-box, 
+  to reduce visual discrepancies between it and the clone.  
+  overall, dbx-box is best left as visually unstyled as possible 
+*****************************************************************/
+.dbx-box {
+	margin:0;
+	padding:0;
+	border:none;
+}
+
+/* Can change this */
+#moremeta fieldset, #advancedstuff fieldset {
+	margin-bottom: 1em;
+}
+#moremeta fieldset div {
+	margin: 2px 0px 0 0;
+	padding: 7px;
+}
+#moremeta {
+	line-height: 130%;
+	margin-left: 15px;
+	position: absolute;
+	left: 5%;
+	width: 14.5em;
+}
+#moremeta select {
+	width: 96%;
+}
+
+#slugdiv input, #passworddiv input, #authordiv select, #thumbdiv input, #parentdiv input {
+	margin-top: .5em;
+	width: 90%;
+}
+
+#moremeta h3, #advancedstuff h3 {
+	padding: 3px;
+	font-weight: normal;
+	font-size: 13px;
+}
+
+#advancedstuff div {
+	margin-top: .5em;
+}
+
+#categorydiv ul {
+	list-style: none;
+	padding: 0;
+	margin-right: 10px;
+}
+
+#categorychecklist {
+	height: 12em;
+	overflow: auto;
+	margin-top: 8px;
+}
+
+#categorychecklist li {
+	margin: 0;
+	padding: 0;
+}
+
+#ajaxcat input {
+	border: 1px solid #ccc;
+}
+
+#your-profile #rich_editing {
+	border: none;
+	background: #fff;
+}
+
+#your-profile fieldset {
+	border: 1px solid #ccc;
+	float: right;
+	width: 40%;
+	padding: .5em 2em 1em;
+	margin: 1em 1em 1em 0;
+}
+
+#your-profile fieldset input  {
+	width: 100%;
+	font-size: 20px;
+	padding: 2px;
+}
+
+#your-profile fieldset textarea {
+	width: 100%;
+	padding: 2px;
+}
+
+#your-profile legend {
+	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
+	font-size: 22px;
+}
+
+/* default box styles */
+
+/* toggle state of inner content area */
+.dbx-box-open .dbx-content {
+	display: block;
+}
+.dbx-box-closed .dbx-content {
+	display: none;
+}
+
+#moremeta .dbx-content {
+	background: url(images/box-butt.gif) no-repeat bottom left;
+	padding-bottom: 15px;
+	padding-left: 2px;
+}
+
+#moremeta fieldset.dbx-box-closed {
+	background: url(images/box-butt.gif) no-repeat bottom;
+	padding-bottom: 9px;
+}
+
+/* handles */
+
+.dbx-handle  {
+	background: #2685af;
+	padding: 6px 1em 2px;
+	font-size: 12px;
+	margin: 0;
+	color: #E3EFF5;
+}
+
+#moremeta .dbx-handle {
+	padding: 6px 1em 2px;
+	font-size: 12px;
+	background: #2685af url(images/box-head.gif) no-repeat left;
+}
+
+#moremeta .dbx-box {
+	background: url(images/box-bg.gif) repeat-y left;
+}
+
+#advancedstuff h3.dbx-handle {
+	margin-left: 7px;
+	margin-bottom: -7px;
+	padding: 6px 1em 0 3px;
+	background: #2685af url(images/box-head-right.gif) no-repeat top right;
+}
+
+#advancedstuff div.dbx-handle-wrapper {
+	margin: 0 0 0 -7px;
+	background: #fff url(images/box-head-left.gif) no-repeat top left;
+}
+
+#advancedstuff div.dbx-content {
+	margin-left: 8px;
+	background: url(images/box-bg-right.gif) repeat-y right;
+	padding: 10px 10px 15px 0px;
+}
+
+#postexcerpt div.dbx-content {
+	margin-right: 0;
+	padding-right: 17px;
+}
+
+#advancedstuff div.dbx-content-wrapper {
+	margin-left: -7px;
+	margin-right: 0;
+	background: url(images/box-bg-left.gif) repeat-y left;
+}
+
+#advancedstuff fieldset.dbx-box {
+	padding-bottom: 9px;
+	margin-left: 6px;
+	background: url(images/box-butt-right.gif) no-repeat bottom right;
+}
+
+#advancedstuff div.dbx-box-wrapper {
+	background: url(images/box-butt-left.gif) no-repeat bottom left;
+}
+
+#advancedstuff .dbx-box-closed div.dbx-content-wrapper {
+	padding-bottom: 2px;
+	background: url(images/box-butt-left.gif) no-repeat bottom left;
+}
+
+#advancedstuff .dbx-box {
+	background: url(images/box-butt-right.gif) no-repeat bottom right;
+}
+
+
+/* handle cursors */
+.dbx-handle-cursor {
+	cursor: move;
+}
+
+/* toggle images */
+a.dbx-toggle, a.dbx-toggle:visited {
+	display:block;
+	overflow: hidden;
+	background-image: url( images/toggle.gif );
+	position: absolute;
+	top: 0px;
+	left: 2px;
+	background-repeat: no-repeat;
+	border: 0px;
+	margin: 0px;
+	padding: 0px;
+}
+
+#moremeta a.dbx-toggle, #moremeta a.dbx-toggle-open:visited {
+	height: 25px;
+	width: 27px;
+	background-position: 0 0px;
+}
+
+#moremeta a.dbx-toggle-open, #moremeta a.dbx-toggle-open:visited {
+	height: 25px;
+	width: 27px;
+	background-position: 0 -25px;
+}
+
+#advancedstuff a.dbx-toggle, #advancedstuff a.dbx-toggle-open:visited {
+	height: 22px;
+	width: 22px;
+	top: 3px;
+	left: 5px;
+	background-position: 0 -3px;
+}
+
+#advancedstuff a.dbx-toggle-open, #advancedstuff a.dbx-toggle-open:visited {
+	height: 22px;
+	width: 22px;
+	top: 3px;
+	left: 5px;
+	background-position: 0 -28px;
+}
+
+#categorychecklist {
+	margin-left: 6px;
+}
+
+/* additional clone styles */
+.dbx-clone {
+	opacity: 0.8;
+	-moz-opacity: 0.8;
+	-khtml-opacity: 0.8;
+	filter: alpha(opacity=80);
+}
+
+#newcat {
+	width: 120px;
+	margin-right: 5px;
+}
+
+input#catadd {
+	background: #a4a4a4;
+	border-bottom: 1px solid #898989;
+	border-left: 1px solid #bcbcbc;
+	border-right: 1px solid #898989;
+	border-top: 1px solid #bcbcbc;
+	color: #fff;
+	font-size: 10px;
+	padding: 0;
+	margin: 0;
+	font-weight: bold;
+	height: 20px;
+	margin-bottom: 2px;
+	text-align: center;
+	width: 37px;
+}
+
+#howto {
+	font-size: 11px;
+	margin: 0 5px;
+	display: block;
+}
+
+#jaxcat {
+	margin: 0;
+	padding: 0;
+}
+
+#ajax-response.alignleft {
+	margin-right: 2em;
+}
+
+#postdivrich #edButtons {
+	padding-right: 3px;
+}
+
+#postdivrich #content, #postdivrich #content:active {
+	border: 1px solid #ccc;
+}
+
+#edButtons input, #edButtons input:active {
+	margin: 0px 0 -1px 2px;
+}
+
+#edButtons input.edButtonFore, #edButtons input.edButtonFore:active {
+	background: #f0f0ee;
+	border-bottom: 1px solid #f0f0ee;
+}
+
+#edButtons input.edButtonBack, #edButtons input.edButtonBack:active {
+	background: #fff url( images/fade-butt.png ) repeat-x 0px 15px;
+	border-bottom: 1px solid #ccc;
+}
Index: wp-admin/wp-admin.css
===================================================================
--- wp-admin/wp-admin.css	(revision 4210)
+++ wp-admin/wp-admin.css	(working copy)
@@ -48,6 +48,10 @@
 	padding: 5px 6px;
 }
 
+.widefat th {
+	text-align: left;
+}
+
 .import-system {
 	font-size: 16px;
 }
@@ -366,7 +370,7 @@
 }
 
 .updated, .confirm {
-	background: #CFEBF7 url(images/notice.gif) no-repeat 1em ;
+	background: #CFEBF7 url(images/notice.gif) no-repeat 1em;
 	border: 1px solid #2580B2;
 	margin: 1em 5% 10px;
 	padding: 0 1em 0 3em;
@@ -514,12 +518,15 @@
 	border: 1px solid #ccc;
 	border-bottom: none;
 }
+
 #postdiv #quicktags {
 	padding-right: 6px;
 }
+
 #postdivrich #quicktags {
 	display: none;
 }
+
 #quicktags #ed_toolbar {
 	padding: 0px 2px;
 }
@@ -633,10 +640,10 @@
 }
 
 #login ul:after {
-  content: "."; 
-  display: block; 
-  height: 0; 
-  clear: both; 
+  content: ".";
+  display: block;
+  height: 0;
+  clear: both;
   visibility: hidden;
 }
 
@@ -677,6 +684,24 @@
 	font-size: 1.2em;
 }
 
+#searchform {
+	float: left;
+	margin-right: 3em;
+	width: 16em;
+}
+
+#viewarc {
+	float: left;
+	width: 20em;
+	margin-bottom: 1em;
+}
+
+#viewcat {
+	float: left;
+	width: 30em;
+	margin-bottom: 1em;
+}
+
 #postcustom .updatemeta, #postcustom .deletemeta {
 	margin: auto;
 }
@@ -916,17 +941,20 @@
 #categorydiv ul {
 	list-style: none;
 	padding: 0;
-	margin-left:10px;
+	margin-left: 10px;
 }
+
 #categorychecklist {
 	height: 12em;
 	overflow: auto;
 	margin-top: 8px;
 }
+
 #categorychecklist li {
 	margin: 0;
 	padding: 0;
 }
+
 #ajaxcat input {
 	border: 1px solid #ccc;
 }
@@ -941,7 +969,7 @@
 	float: left;
 	width: 40%;
 	padding: .5em 2em 1em;
-	margin: 1em 1em 1em 0; 
+	margin: 1em 1em 1em 0;
 }
 
 #your-profile fieldset input  {
@@ -1109,8 +1137,13 @@
 	filter: alpha(opacity=80);
 }
 
-#newcat { width: 120px; margin-right: 5px; }
-input#catadd { 	background: #a4a4a4;
+#newcat {
+	width: 120px;
+	margin-right: 5px;
+}
+
+input #catadd {
+	background: #a4a4a4;
 	border-bottom: 1px solid #898989;
 	border-left: 1px solid #bcbcbc;
 	border-right: 1px solid #898989;
@@ -1123,32 +1156,41 @@
 	height: 20px;
 	margin-bottom: 2px;
 	text-align: center;
-	width: 37px; }
+	width: 37px;
+}
+
 #howto {
 	font-size: 11px;
 	margin: 0 5px;
 	display: block;
 }
+
 #jaxcat {
 	margin: 0;
 	padding: 0;
 }
+
 #ajax-response.alignleft {
 	margin-left: 2em;
 }
+
 #postdivrich #edButtons {
 	padding-left: 3px;
 }
+
 #postdivrich #content, #postdivrich #content:active {
 	border: 1px solid #ccc;
 }
+
 #edButtons input, #edButtons input:active {
 	margin: 0px 2px -1px;
 }
+
 #edButtons input.edButtonFore, #edButtons input.edButtonFore:active {
 	background: #f0f0ee;
 	border-bottom: 1px solid #f0f0ee;
 }
+
 #edButtons input.edButtonBack, #edButtons input.edButtonBack:active {
 	background: #fff url( images/fade-butt.png ) repeat-x 0px 15px;
 	border-bottom: 1px solid #ccc;
Index: wp-includes/functions.php
===================================================================
--- wp-includes/functions.php	(revision 4210)
+++ wp-includes/functions.php	(working copy)
@@ -1161,12 +1161,16 @@
 
 function _mce_set_direction() {
 	global $wp_locale;
-	if ('rtl' == $wp_locale->text_direction)
+
+	if ('rtl' == $wp_locale->text_direction) {
 		echo 'directionality : "rtl" ,';
+		echo 'theme_advanced_toolbar_align : "right" ,';
+	}
 }
 
 function _mce_load_rtl_plugin($input) {
-	global $wp_locale; 
+	global $wp_locale;
+
 	if ('rtl' == $wp_locale->text_direction)
 		$input[] = 'directionality';
 
@@ -1174,7 +1178,8 @@
 }
 
 function _mce_add_direction_buttons($input) {
-	global $wp_locale; 
+	global $wp_locale;
+
 	if ('rtl' == $wp_locale->text_direction) {
 		$new_buttons = array('separator', 'ltr', 'rtl');
 		$input = array_merge($input, $new_buttons);
Index: wp-includes/languages/ar.php
===================================================================
--- wp-includes/languages/ar.php	(revision 0)
+++ wp-includes/languages/ar.php	(revision 0)
@@ -0,0 +1,11 @@
+<?php
+
+// Arabic
+
+$website_url = 'http://wordpress-ar.sourceforge.net';
+$documentation_url = '';
+$forums_url = 'http://wordpress-ar.sourceforge.net/forums/';
+
+$text_direction = 'rtl';
+
+?>
\ No newline at end of file
Index: wp-includes/languages/en_US.php
===================================================================
--- wp-includes/languages/en_US.php	(revision 0)
+++ wp-includes/languages/en_US.php	(revision 0)
@@ -0,0 +1,11 @@
+<?php
+
+// English - United States
+
+$website_url = 'http://www.wordpress.org';
+$documentation_url = 'http://codex.wordpress.org';
+$forums_url = 'http://www.wordpress.org/support/';
+
+$text_direction = 'ltr';
+
+?>
\ No newline at end of file
Index: wp-includes/languages/fa.php
===================================================================
--- wp-includes/languages/fa.php	(revision 0)
+++ wp-includes/languages/fa.php	(revision 0)
@@ -0,0 +1,11 @@
+<?php
+
+// Farsi (Persian)
+
+$website_url = 'http://www.wp-persian.com';
+$documentation_url = '';
+$forums_url = '';
+
+$text_direction = 'rtl';
+
+?>
\ No newline at end of file
Index: wp-includes/locale.php
===================================================================
--- wp-includes/locale.php	(revision 4210)
+++ wp-includes/locale.php	(working copy)
@@ -13,7 +13,7 @@
 	var $meridiem;
 
 	var $text_direction = '';
-	var $locale_vars = array('text_direction');
+	var $locale_vars = array('text_direction', 'website_url', 'documentation_url', 'forums_url');
 
 	function init() {
 		// The Weekdays
