@CHARSET "UTF-8";

* {
	direction: inherit;
	font-size: 14px;	
}

input {		font-size: 14px;	}

body  {		direction: rtl; font-size: 14px;		}

textarea {	font-size: 14px;	}

select {	font-size: 14px;	}

caption, th, td
{
	text-align: right;
}

ul#mainmenu
{
	display:block;
	width:600px;
	margin:auto;
	height:30px;
}

ul#mainmenu li
{
	clear:none;
	float:right;
}

/* popup frame */
.popup_content
{
	background:url(../img/skin/popup/background.jpg) left top repeat-x;
}

.popup_left
{
	background: url(../img/skin/popup/border_L.jpg) left top repeat-y !important;
}

.popup_right
{
	background: url(../img/skin/popup/border_R.jpg) right top repeat-y !important;
}

.popup_feedbackbg_neut, .popup_feedbackbg_neg, .popup_feedbackbg_pos
{
	background:url(../img/splash/register_output_neutral.jpg) top left no-repeat;
}

.popup_feedbackbg_neg
{
	background:url(../img/splash/register_output_no.jpg) top left no-repeat;
}

.popup_feedbackbg_pos
{
	background:url(../img/splash/register_output_yes.jpg) top left no-repeat;
}

/* end popupframe */

table.formcontainer th
{
	text-align: right;
}

table.formcontainer td
{
	text-align: right;
}

/**************************************************************************************/

