/* Styles related to the PHP Layers Menu System begin here */

.treemenudiv	{
	display: block;
	white-space: nowrap;
}

.phplmnormal	{
	font-family: Tahoma ;
	font-size: 12px;
	color: #000000;
}

a.phplm:link	{
	font-family: Tahoma ;
	font-size: 12px;
	color: #000000;
}

a.phplm:visited	{
	font-family: Tahoma ;
	font-size: 12px;
	color: #000000;
}

a.phplm:hover	{
	font-family: Tahoma ;
	font-size: 12px;
	color: #841212;
	background-color: #fff0c0;
}

a.phplm:active	{
	font-family: Tahoma ;
	font-size: 12px;
	color: #000000;
}

.phplmbodytable	{
	font-family: Tahoma ;
	font-size: 12px;
	
    text-direction:rtl;
}

.ivorybodytable	{
	font-family: Tahoma ;
	font-size: 12px;
	background-color: #ebce10;
}

.darkbordertable	{
border:solid 1px #FFFFFF ;
text-direction:rtl;
}

.blackbordertable	{
	background-color: #000000;
}

.greenbordertable	{
	background-color: #839983;
}

.darkgreenbordertable	{
	background-color: #839983;
}

.redbordertable	{
	background-color: #aa5859;
}

.orangebordertable	{
	background-color: #df9500;
}

/* Styles related to the PHP Layers Menu System end here */

/* Styles related to the demo page begin here */



.h1bar	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #990000;
}

.topbar	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffe2b1;
}

.bar	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	background-color: #f9f9f0;
}

.preformatted	{
	font-family: luxi mono, courier, courier new, monospace, serif;
	font-size: 14px;
}

