/* Original idea by Mehdi :http://www.xray.ir/ & http://www.wp-persian.com/*/
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("groups.google.com") {
	html,
	body,
	span,
	div,
	td,
	br,
	input,
	font,
	button,
	select,
	option {
		font-family: Tahoma !important;
		font-size: 9pt !important;
                

	}
#inbdy {direction: rtl;}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#oh_l { text-decoration: none;}

}
/* RTL For Home Page of group by Javid Momeni: http://Jaavid.com */
.modtxtidt-20{
         text-align:right;
         padding-top: 0px;
         padding-right:20px;
         direction:rtl;
}
/* RTL For Discussions Page by Mazdak.AM: http://mazdakam.com */
.maincontoutboxatt{
         text-align:right;
         padding-top: 0px;
         padding-right:20px;
         direction:rtl;
}
/* RTL For Textarea by Mazdak.AM: http://mazdakam.com */
#cmp_body{
         text-align:right;
         padding-top: 0px;
         direction:rtl;
}

/* LTR For to Textbox by Mazdak.AM: http://mazdakam.com */
.mchc{
         text-align:left;
         padding-top: 0px;
         direction:ltr;
}