@namespace url(http://www.w3.org/1999/xhtml);

/*
 * Right to Left Haloscan (By MrWill)
 *
 * Author			: Ali Mousavi (ali.mousavi@gmail.com)
 * Weblog			: http://backyardstories.blogspot.com/
 * Description	           : Haloscan Right to Left (Only for Members area)
 * Usage			: Use with the 'Stylish' Firefox extension (http://userstyles.org/)
 * 
 * Please submit all bug reports, comments and requests.
 *
 * Feel free to use this style to develop your own theme, or to
 * make improvements on this one. I just ask that you let me know when
 * you do, so that I can look at what you've come up with.
 * 
 */
@-moz-document url-prefix("http://www.haloscan.com/members/posts.php"), url-prefix("http://www.haloscan.com/members/editpost.php") {

   #content table{
          direction: rtl !important;
          }

    td, input, textarea {
          direction: rtl !important;
          text-align: right !important;
          font-family: Tahoma !important;
          }
}
@-moz-document url("http://www.haloscan.com/members/"){
    li {
          direction: rtl !important;
          text-align: right !important;
          font-family: Tahoma !important;
          }    
}