/* --------------------------------------------------------------------------

	(c) 2006-2007 U.S. Robotics Corporation

	-------------------------------------------------------------------------- */

BODY
{
	direction:	rtl;
}
DIV#idContent
{
	margin-right:	0.7em;
	clear:			right;
}

DIV#idPanelHelp
{
	float:	left;
	padding:	0.5em 1em 1em 0.3em;
}


UL#idMenu
{
	float: right;
	clear: left;
}
/*
	Although Safari moves the menu to the right correctly,
	it positions the dropdown menus as if the menu had
	never been repositioned as rtl and to the right.
	So, we have to not move the menu to the right on Safari.
	We swap the classes in usr_rtl.js.
*/
UL#idMenu.clsMenuSafari
{
	direction: ltr;
	float: left;
	clear: right;
}


UL#idMenu LI UL
{
	display: none;
}
UL#idMenu LI:hover UL, UL#idMenu LI.clsIEhover UL
{
	display: block;
}

UL#idMenu LI LABEL
{
	border-left: 1px solid #8C8C8C;
}


IMG#idCopyright
{
	float: left;
}

TABLE TH
{
	text-align: right;
}

FIELDSET.clsGroup DIV, FIELDSET.clsGroup TABLE
{
	text-align: right;
}
